#featured-post-wrap {
	background:#4d4d4d url(../images/featured-bg.gif) repeat-x 0 100%;
	width:100%;
	position:relative;
	padding:11px 0 13px;
}

#featured-post {
	margin:0 auto;
}

.featured-item {
	background:#4d4d4d url(../images/featured-bg.gif) repeat-x 0 197px;
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#2c2c2c;
	padding:7px;
	margin-right:15px;
	float:left;
	width:220px;
	display:inline;

}

.featured-item .post {
	float:left;
	width:634px;
	display:inline;
}

.featured-item .date-post {
	font-size:10px;
	color:#c5c5c5;
}

.featured-item .title {
	font-size:20px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	width:634px;
	padding-bottom:4px;
	border-bottom:1px solid #464646;
	margin-bottom:4px;
}

.featured-item .title a { color:#d7d7d7; }

.featured-item .title a:hover { color:#5cb1df; }

.featured-item .entry {
	font-size:12px;
	color:#c2c2c2;
}

.featured-item .read-more {

	float:right;

	margin-top:15px;
	color:#ffffff;
}
.featured-item a.read-more{
	background:url(../images/featured-read-more-bg.png) repeat-x 0 0;
	display:block;
	width:137px;
	text-indent:-9000px;
	height:27px;

	}

#featured-prev, #featured-next {
	background:#d88721 url(../images/featured-button.png) no-repeat 0 0;
	position:absolute;
	top:75px;
	width:50px;
	height:72px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	background-position:0 0;
	left:0;
}

#featured-next {
	background-position:0 100%;
	right:0;
}


