#featured-post-wrap {
	background-color:#362F28;
	width:999px;
	position:relative;
	padding:10px 0 9px;
	margin:0 auto;
}

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

.featured-item {
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#2D2720;
	padding:7px;
	border:1px solid #3F392C;
	margin-right:5px;
	float:left;

}

.featured-item .title {
	clear:left;
	padding-bottom:3px;
	border-bottom:1px solid #3C362B;
	margin-bottom:3px;
}

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

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

#featured-prev, #featured-next {
	position:absolute;
	top:0;
	width:23px;
	height:223px;
	text-indent:-9999px;
	cursor:pointer;
	border:1px solid #4F453B;
}

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

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


