ul.wpblog
	{
		list-style:none;
		padding-left:8px;
		line-height:23px;
	}
ul.wpblog li li
	{
		list-style:square;
	}
	
h3.blog, #blog h2
{
	font-size:22px;
	margin-bottom:10px;
}

#blog_contentwrapper
{
	margin:30px auto;
	width:932px;
	height:auto;
	position:relative;	
}

#blog_content
{
	width:570px;
	padding-right:49px;
	margin-bottom:30px;
	border-right:1px dotted #ccc;
	height:auto;
	float:left;	
}	

#blog_side
{
	width:280px;
	height:auto;
	margin-left:30px;
	float:left;	
}

a.blog_title
{
	color:#fec02a;
}