div.featuredposts {
	margin: 0 0 20px 0;
	width: 100%;
	height: 180px;
	font-size: 0.95em;
	background: #ffffff;
	color: #333;
	padding: 0 5px 10px 0;
	line-height: 18px;
	border-bottom: 2px solid #357;
}
div.featuredposts h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 6px;
	border-bottom: none;
}
div.featuredposts h2>a {
	color: #357;
}
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}

