div.featuredposts {
	margin: 5px 0 0;
	width: 95%;
	height: 140px;
	font-size: 0.9em;
	background: #253C47;
	color: #fff;
	padding: 10px;
        margin-bottom: 5px;
}
div.featuredposts h2 {
	margin-top: 0;
	font-size: 1.1em;
}
div.featuredposts h2>a {
	color: #fff;
}
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}

