/* CONTENT */
.blogsContainer {
	color:#333333;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:13px;
	}

/* ARTICLE TITLE */
.blogsContainer .entryContent h2 a, h2.pagetitle a {
	color:#610606;
	font-size:16px;
	font-weight:bold;
	}

/* POSTED BY: (values) ex: "John | Comment (0)" */
.entryContent small a:link, .entryContent small a:visited, .entryContent a:link, .entryContent a:visited {
	color:#660000;
	font-size:10px;
	font-weight:normal;
	}

/* PUBLISHED DATE */
.entryContent .published {
/*background-color:#610606;*/
background: url(../images/publishedbg.gif) no-repeat 0 0;
border:0 solid #111111;
color:#990000;
display:block;
float:left;
margin-bottom:5px;
margin-left:0;
margin-right:10px;
text-align:center;
width:47px;
}
.entryContent .pub-month {
/*background:#610606 none repeat scroll 0 0;*/
background:transparent;
padding:6px 0 0;
color:#EEEEEE;
display:block;
font-size:14px;
line-height:normal;
margin:0;
}
.entryContent .pub-date {
border:medium none;
color:#E1E1E1;
display:block;
font-size:1.2em;
font-weight:bold;
line-height:normal;
padding:0 0 6px;
}

/* PAGE NAVIGATOR */
.blogsContainer a.pagenav {
color:#610606;
font-weight:normal;
text-decoration:none;
}

.entry-body img {
border: none !important;
}
