div.featuredposts {
	margin: 5px 0 0;
	width: 100%;
	font-size: 1.0em;
	background: #e4e4e4;
	color: #333;
	padding: 5px;
}
div.featuredposts h2 {
	margin-top: 0;
	font-size: 1.2em;
}
div.featuredposts h2>a {
	color: #000;
}
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}

