#featured-post-wrap {
	width:100%;
	position:relative;
	padding:11px 0 13px;
	font-style:italic;
}

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

.featured-item {
	background-color:#d3ddb9;
	height:206px;
	overflow:hidden;
}

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

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

.featured-item .date-post {
	font-size:10px;
	color:#85914a;
}

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

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

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

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

.featured-item .read-more {
	background-color:#c0cca2;
	float:right;
	display:block;
	height:28px;
	margin-top:30px;
	padding:0 8px;
	font-size:14px;
	line-height:28px;
	color:#7e8669;
	border:1px solid #b3be95;
}

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

#featured-prev, #featured-next {
	background:#a7c223 url(../images/featured-button.gif) no-repeat;
	position:absolute;
	top:102px;
	width:18px;
	height:29px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	background-position:0 0;
	left:15px;
}

#featured-next {
	background-position:0 100%;
	right:15px;
}


