#featured-post-wrap {
	background-color:#f1f1f1;
	width:100%;
	position:relative;
	padding:9px 0 9px;
	margin:0 auto;
}

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

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

.featured-thumb {
	background-color:#ffffff;
	padding:8px;
	border:1px solid #bfbfbf;
	margin-left:6px;
	float:right;
	width:221px;
}

.featured-item .title {
	clear:left;
	font-size:28px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:3px;
}

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

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

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

.featured-item .date-post {
	font-size:10px;
	font-style:italic;
	color:#727272;
}

.featured-item .entry {
color:#5b5b5b;
}

.featured-item .read-more {
	background:url(../images/read-more-bg.gif) no-repeat 50% 0;
	float:right;
	display:block;
	width:108px;
	height:26px;
	margin-top:20px;
	font:normal 11px Tahoma, Verdana;
	line-height:17px;
	color:#7da2ba;
	text-align:center;
}

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

#featured-prev {
	left:0;
}

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


