#featured-post-wrap {
	background:#1d1d1d url(../images/featured-bg.gif) repeat-x 0 100%;
	width:100%;
	position:relative;
	padding:11px 0 13px;
	font-style:italic;
}

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

.featured-item {
	background:#1d1d1d url(../images/featured-bg.gif) repeat-x 0 197px;
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#2c2c2c;
	padding:7px;
	border:1px solid #2c2c2c;
	margin-right:15px;
	float:left;
	width:220px;
	display:inline;
}

.featured-item .post {
	float:left;
	width:646px;
	display:inline;
}

.featured-item .date-post {
	font-size:13px;
	color:#9fbe16;
}

.featured-item .title {
	font-size:20px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	width:646px;
	padding-bottom:4px;
	border-bottom:1px solid #272727;
	margin-bottom:4px;
}

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

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

.featured-item .entry {
	font-size:12px;
	color:#ffffff;
}

.featured-item .read-more {
	background:url(../images/featured-read-more-bg.png) repeat-x 0 0;
	float:right;
	display:block;
	height:28px;
	margin-top:15px;
	padding:0 8px;
	font-size:14px;
	line-height:28px;
	color:#353d0b;
	border:1px solid #90a810;
}

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

#featured-prev, #featured-next {
	position:absolute;
	top:67px;
	width:49px;
	height:95px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	background:url(../images/featured-button-left.png) no-repeat;
	background-position:0 0;
	left:-17px;
}

#featured-next {
	background:url(../images/featured-button-right.png) no-repeat;
	background-position:100% 0;
	right:-17px;
}



