#featured-post-wrap {
	background:transparent url(../images/featured-bg.jpg) no-repeat 100% 0;
	width:960px;
	position:relative;
	padding:7px 0 8px;
	margin:0 auto;
}

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

.featured-item {
	background:transparent url(../images/featured-bg.jpg) no-repeat 138px -7px;
	clear:left;
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#3d3028;
	padding:7px;
	border:1px solid #332a21;
	margin-right:5px;
	float:left;
	width:304px;
}

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

.featured-item .title {
	clear:left;
	font:normal 26px Garamond,Georgia;
	font-style:italic;
	padding-bottom:3px;
	border-bottom:1px solid #5f5044;
	margin-bottom:3px;
}

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

.featured-item .entry {
	line-height:18px;
	color:#bab1a8;
}

.featured-item a.read-more {
	background-color:#dc9d0c;
	margin-top:10px;
	display:block;
	float:left;
	font:normal 11px Tahoma,Verdana,Arial;
	line-height:22px;
	padding:0 8px;
	border:1px solid #edae33;
	color:#ffffff;
}

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

#featured-prev, #featured-next {
	background:#3d3028 url(../images/featured-button-bg.gif) no-repeat 0 0;
	position:absolute;
	top:8px;
	width:13px;
	height:205px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	left:0;
}

#featured-next {
	background-position:0 -205px;
	right:0;
}


