#featured-post-wrap {
	width:962px;
	position:relative;
	padding:10px 0;
	margin:0 auto 1px;
}

#featured-post {
	width:914px;
	margin:0 auto;
}

.featured-item {
	background:#2f3236 url(../images/background.png) repeat-x 0 -191px;
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#1d1f21;
	padding:7px;
	border:1px solid #333941;
	margin-right:6px;
	float:left;
	width:304px;
}

.featured-item .title {
	clear:left;
	font:normal 24px 'Myriad Pro',Tahoma,Arial,Verdana;
	padding-bottom:3px;
	border-bottom:1px solid #3a3d41;
	margin-bottom:3px;
}

.featured-item .title a { color:#10a0fa; }

.featured-item .title a:hover { color:#ffffff; }

.featured-item .post {
	float:left;
	width:588px;
}

.featured-item .date-post {
	font:normal 10px Arial,Verdana,Tahoma;
	color:#606060;
}

.featured-item .entry {
color:#afafaf;
}

.featured-item .read-more {
	background-color:#1f2022;
	display:block;
	float:left;
	height:23px;
	padding:0 4px;
	margin-top:20px;
	font:normal 11px Tahoma, Verdana;
	line-height:23px;
	color:#1680c3;
	border:1px solid #141618;
}

.featured-item a.read-more:hover { color:#ffffff; }

#featured-prev, #featured-next {
	background:#2f3236 url(../images/sprite.png) no-repeat 0 0;
	position:absolute;
	top:9px;
	width:13px;
	height:205px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	left:0;
}

#featured-next {
	background-position:0 100%;
	right:0;
}



