#featured-post-wrap {
	width:960px;
	position:relative;
	padding:9px 0;
	font-family:Arial,Helvetica,sans-serif;
}

#featured-post {
	width:875px;
	margin:0 auto;
	color:#ddd728;
}

.featured-item {
	
	height:206px;
	overflow:hidden;
	background-color:transparent;
}



.featured-thumb {
	padding:7px;
	/*border:1px solid #BFBFBF;*/
	margin-right:5px;
	float:left;
	width:210px;
	height:150px;
	margin-top:30px;
}

.featured-item .post {
	float:left;
	width:500px;
	margin-top:60px;
	margin-left:25px;
}

.featured-item .post a
{
	/*color:#FDEBBD;*/
	color:#DDD728;
}


.featured-item .post a:hover
{
	/*color:#FDEBBD;*/
}

.featured-item .date-post { font-size:10px;margin:0px 0px 0px 10px; padding:0px }

.featured-item .read-more{
margin-left:10px;
/*color:#FDEBBD;*/
color:#DDD728;
}
.featured-item .read-more a:hover {
margin-left:10px;
/*color:#FDEBBD;*/
color:#DDD728;
text-decoration:none;
}

.featured-item .title {
	font:normal 24px 'Times New Roman', Georgia, serif;
	/*height:30px;*/
	line-height:30px;
	width:480px;
	margin:10px;
}

.featured-item .title a {
	 /*color:#FDEBBD;*/
	 color:#DDD728; 
}
.featured-item .title a:hover { text-decoration:none; }

.featured-item .entry {
	/*color:#FDEBBD;*/
	color:#DDD728;
	 margin:10px; 
}

#featured-prev, #featured-next {
	position:absolute;
	top:9px;
	width:13px;
	height:205px;
	text-indent:-9999px;
}

#featured-prev {
	background:url(images/sliding-prev-button.gif) no-repeat 0 0;
	left:0;
	width:37px;
	margin-top:95px;
	height:50px;
}

#featured-next {
	background:url(images/sliding-next-button.gif) no-repeat 100% 0;
	right:0;
		width:37px;
	margin-top:85px;
	height:50px;
}


