div.featuredposts {
	background:url(../../themes/barebones/images/feat.jpg) no-repeat left top;
	margin: 0;
	padding: 28px 45px 32px 35px;
	width: 580px;
	height: 240px;
	font-size: 0.9em;
	color: #000;
	/* border: 1px #ccc solid; */
}

div.featuredposts .ftext {
	color: #000;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.featuredposts h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 32px;
	letter-spacing: normal;
	line-height: 32px;
	font-style: italic;
	/* font-weight: 500; */
	margin: 25px 20px 15px 20px;
	padding: 0;
}
div.featuredposts h2>a {
	color: #000;
	text-decoration: none;
}
div.featuredposts h2>a:hover {
	text-decoration: none;
	border-bottom: 2px #000 dotted;
}
img.featuredimg {
	border: 5px #382916 solid;
	background-color: #ccc;
	float: left;
	padding: 0;
	margin: auto 45px 5px auto;
}

div.featuredposts .ftext a.readmore {
	text-decoration: none;
	font-family:helvetica,arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 8px;
	color: #e8a964;
	border: none;
	background-color: #6e1b0d;
}

div.featuredposts .ftext a:hover.readmore {
	background-color: #163b3e;
}