div.featuredposts {
	margin: 5px 0 0;
	width: 100%;
	height: 165px;
	font-size: 1em;
	background: #f3f3f3;
	color: #686868;
	padding: 5px 5px 5px 5px;
	line-height:2;
	border: 1px solid #EAEAEA;
}
div.featuredposts h2 {
	margin-top: 0;
	font-size: 1em;
}
div.featuredposts h2>a {
	color: #fff;
}
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;

}
