#blog_posts{
	float:left;
	width:68%;
	padding-right:10px;
	border-right:1px solid #ccc;
}

#blog_calender{
	float:right;
	width:30%;
	padding:15px 0;
}

#blog_calender h3.title{
	cursor:pointer;
}

.blog_post{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #cecece;
}

.post_info{
	font-size:12px;
	color:#888;
	margin-bottom:5px;
	padding:3px 0;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
}

.post_photo{
	float:left;
	margin:0 15px 15px 0;
	border:3px solid #eee;
	padding:5px;
}

.blog_post h2.post_title{
	margin-bottom:0;
	color:#31281F!important;
	background:none!important;
	padding:5px!important;
}

.blog_post h2.post_title a{
	color:#31281F;
}

#blog_calender ul{
	margin:0 0 0 20px;
	padding:0;
}

#blog_calender ul ul{
	margin:0 0 0 20px;
	padding:0;
}


h2.post_title a{
	font-size:16px;
	text-decoration:none;
	color:#439809;
}

h2.post_title a:hover{
	text-decoration:underline;
}

a.blog_link_read_more{
	text-decoration:none;
	font-weight:bold;
	color:#AEBF5F;
	background:url(../img/read_more.jpg) right center no-repeat;
	padding-right:15px;	
}

a.blog_link_read_more:hover{
	color:#9EAF4C;	
}

h1#post_title{
	font-size:16px!important;
}