#blogContainer {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#blogContent {
	float: left;
	width: 800px;
	background-color: #e7e7d5;
}
#blogLogo {
	text-align: right; 
	margin-top: 30px;
}
#blogMainContent {
	float: left;
	width: 507px;
	padding: 10px 10px 20px 0;
	font: 11px/14px Georgia, Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#blogRightSidebar {
	float: right;
	width: 225px;
	background: #e7e7d5 url(../img/blog_bg.gif) repeat-x top left;
	overflow: hidden;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
}
#blogColumnDivider {
	background: url(../img/dot.gif) repeat-y top left;
	height: auto !important; 
	height: 600px; /* IE */ 
	min-height: 600px;
	padding: 15px;
}
#blogIcon {
	float: left;
	width: 58px;
	height: auto !important; 
	height: 58px; /* IE */ 
	min-height: 58px;
	background: url(../img/rolled_blog2.gif) no-repeat;
}
#blogHeader {
	text-align: right;
	height: 43px;
	background: url(../img/dot.gif) repeat-x 0px 42px;
	font-size: 12px;
	line-height: 43px;
}

/* NATIVE BLOG CLASSES */
.menuTitle {
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #707041;
	text-transform: uppercase;
}
.rightMenu {
	padding: 10px 0;
}
#blogContent a {
	color: #c10435;
	text-decoration: none;
}
#blogContent a:hover {
	text-decoration: underline;
}
#calendar {
	width:90%;
	margin: 0 auto 0 auto;
	text-align: center;
}
.calendarToday {
	background-color: #cbcba5;
}
.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-weight: bold;
	text-align: center;
	/*color: #605d9c !important;*/
}
.recentLinks {
	color: #000 !important;
}
.entry{
	margin-bottom:8px;
	padding-bottom:8px;
	background: url(../img/dot.gif) repeat-x bottom left;
}

 div.hr {
  height: 1px;
  background: #ccc;
}
div.hr hr {
  display: none;
}