#featured-post-wrap {
	width:960px;
	position:relative;
	padding:7px 0 0;
	margin:0 auto;
	z-index:1;
	margin-bottom:15px;
}

#featured-post {
	width:924px;
	margin:0 auto;
}

.featured-item {
	clear:left;
	height:232px;
	overflow:hidden;
}

.featured-thumb {
	padding:1px;
	border:2px solid #DCEB88;
	margin-right:5px;
	float:left;
	width:300px;
}


.featured-item .date-post {
	font:normal 10px Arial, Verdana,Tahoma;
	color:#DCEB88;
	text-transform:uppercase;
}

.featured-item .title {
	clear:left;
	font:normal 26px Garamond,Georgia;
	font-style:italic;
	padding-bottom:3px;
	margin-bottom:7px;
	font-weight:200;
	border-bottom:1px solid #C4BD38;
}
.featured-item .title a{color:#C4BD38;}
.featured-item .title a:visited{color:#C4BD38;}
.featured-item .post {
	float:left;
	width:590px;
}

.featured-item .entry {
	line-height:18px;
	color:#DCEB88;
}

.featured-item a.read-more {
	background-color:#DCEB88;
	margin-top:10px;
	display:block;
	float:left;
	font:normal 11px Tahoma,Verdana,Arial;
	line-height:22px;
	padding:0 8px;
	border:1px solid #000;
	color:#162113;
	font-weight:bold;
}

.featured-item a.read-more:hover { background-color:#C4BD38; text-decoration:none; font-weight:bold;}

#featured-prev, #featured-next {
	position:absolute;
	top:8px;
	width:13px;
	height:230px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	left:0;
	background: url(../images/prev.png) no-repeat 0 0;
}

#featured-next {
	background: url(../images/next.png) no-repeat 0 0;
	right:0;
}


