/* CSS Document */
#blogDiv{
	float: left;	
	width: 840px;
	margin:40px 0 40px 35px;
}

#blogContent{
	float: left;
	width: 600px;
}
#blogContent div{
	float:left;
	clear:left;
}

.blog{
	float:left;
	width:600px;
	margin-bottom:50px;
}

.blog p a{
       color:#660033;
}

.blog p a:hover{
text-decoration:underline;
}
 
img.blog-hashline {
	float:left;
	margin:0 0 0 35px;
} 
 
.trebuchetReg{
	font-family:"Trebuchet MS";
	font-weight:normal;	
}

.arialReg{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;	
}

.purple{
	color:#660033;
}

.grey{
	color:#999999;
}

.white{
	color:#ffffff;
}

.font26{
	font-size:26px;
}

.font12{
	font-size:12px;
	background-color:#660033;
	padding:3px;
	margin:10px 0 20px 0;
}

.font14{
	font-size:14px;
}


.font16{
	font-size:16px;
}

.font18{
	font-size:18px;
}

/*div.grey is the content div.*/
.blog div.grey img
{
	XXwidth:594px;
	XXheight:144px;
	border:3px #ccc solid;
	margin:0 0 20px 0;
}

.blog div.grey
{
	margin-bottom:20px;
	line-height:22px;
}

.links{
	background-color:#660033;
	padding:10px 10px 20px 10px;
	width:580px;
	background-image:url(../images/divide_line.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.links span, .links a
{
	float:left;
}

.links a
{
	color:#ccc;
	margin:0 4px;
	text-decoration:underline;
}

.links span img{
	float:left;
	margin:6px 0 0 0;
}

.readMore
{
	float:right!important;
}

.readMore a
{
	text-decoration:none;
	color:#FFFFFF !important;
}
.readMore a:hover{
	text-decoration:underline;
}

p.readmore, a.more-link{
	display:none;
}

/*-----------------Blog Archive-----------------------------*/
#blogArchive{
	float:left;
	width:210px;
	margin-left:30px;
}

.font20{
	font-size:20px;
	color:#999;
}

#blogArchive ul, #blogArchive li{
	list-style:none;
	margin:0;
	padding:5px 0;
	float:left;
	width:100%;
} 

#blogArchive ul{
	margin:10px 0 30px 0;
}

#blogArchive ul a{
	color:#660033;
	font-size:14px;
	line-height:22px;
}

#blogArchive ul a:hover{
	text-decoration:underline;
}

#blogArchive ul li{
	border-bottom:1px #999 solid;
}