#featured-post-wrap {
	background:#f5f2e7 url(../images/featured_art.jpg) no-repeat 100% 0;
	width:940px;
	position:relative;
	padding:13px 10px 16px 10px;
	margin:0 auto 3px;
}

#featured-post {
	z-index:1;
}

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

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

.featured-item .date-post {
	text-transform:uppercase;
	font-size:10px;
	color:#000000;
}

.featured-item .title {
	background:transparent url(../images/featured-border.gif) repeat-x 0 100%;
	padding-bottom:5px;
	clear:left;
	font-size:16px;
	margin:0;
	font-weight:bold;
}

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

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

.featured-item .post {
	margin:0;
	padding:0;
	background:none;
	float:left;
	width:375px;
	margin-top:5px;
}

.featured-item .entry {
	color:#7b6d3b;
}

.featured-item a.read-more {
	background:url(../images/read-more-bg.gif) no-repeat 0 0;
	float:left;
	display:block;
	font:normal 11px Tahoma, Verdana, Arial;
	color:#fefefe;
	height:21px;
	padding:3px 6px;
	width:104px;
	margin-top:3px;
}

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

#featured-prev, #featured-next {
	background:url(../images/featured-nav-button.png) no-repeat;
	position:absolute;
	top:202px;
	width:24px;
	height:23px;
	text-indent:-9999px;
	cursor:pointer;
	z-index:2;
}

#featured-prev {
	background-position:0 0;
	right:33px;
}

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