#featured-post-wrap {

	background:#a4ddee url(../images/featured-bg.png) repeat-x 0 100%;

	width:100%;

	position:relative;

	padding:11px 0 13px;

	}



#featured-post {

	margin:0 auto;
	margin-right: 80px;

}



.featured-item {
	background:#a4ddee url(../images/featured-bg.png) repeat-x 0 197px;
	height:160px;
	overflow:visible;
}



.featured-thumb {
	background-color:#333333;
	padding:7px;
	border:1px solid #333;
	margin-right: 40px;
	float:left;
	width:150px;
	margin-left:70px;
	height: 130px;
	display:inline;
}



.featured-item .post {

	float:left;

	width:600px;

	display:inline;


}



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



.featured-item .title {

	font-size:30px;

	height:30px;

	line-height:30px;
	
	width:600px;

	padding-bottom:4px;

	border-bottom:1px solid #272727;

	margin-bottom:4px;

}



.featured-item .title a {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: -2px;
}



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



.featured-item .entry {
	font-size:12px;
	color:#333;
	margin-right: 80px;
}



.featured-item .read-more {

	background:url(../images/featured-read-more-bg.png) repeat-x 0 0;

	float:right;

	display:block;

	height:28px;

	margin-top:15px;

	padding:0 8px;

	font-size:14px;

	line-height:28px;

	color:#ffffff;

}



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



#featured-prev, #featured-next {

	background:#d88721 url(../images/featured-button.png) no-repeat 0 0;

	position:absolute;

	top:55px;

	width:49px;

	height:63px;

	text-indent:-9999px;

	cursor:pointer;

}



#featured-prev {

	background-position:0 0;

	left:0;

}



#featured-next {

	background-position:0 100%;

	right:0;

}






