div.featuredposts {
	margin: 0;
	font-size: 12px;
	background: #f5f5f5;
	color: #000;
	padding: 0 10px 10px 10px;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;	
}
div.featuredposts h2 {
	margin-top: 0;
	font-size: 16px;
	color:#000;
}
div.featuredposts h2>a {
	color: #000;
}
div.featuredposts h2 a:hover {color:#c52a6c;}
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}

