#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.title{
	margin-bottom:0;
}

#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:#B2C552;
}

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

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