#featured-post-wrap {
	background-color:#5B5B5B;
	width:899px;
	position:relative;
	padding:10px 0 9px;
	margin:0 auto;
}

#featured-post {
	width:836px;
	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;
	width:304px;
}

.featured-item .title {
	clear:left;
	ppadding-bottom:3px;
	border-bottom:0px solid #3C362B;
	margin-bottom:20px;
margin-left: 10px;
	font-size: 18px;
	line-height: 19px;
}

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

.featured-item .entry {
	color:#ccc;
margin-left: 10px;
}

#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;
}



