#featured-post-wrap {
	background:#1d1d1d url(/wp-content/themes/Starcad/images/featured-bg.png) repeat-x 0 100%;
	width:100%;
	position:relative;
	padding:11px 0 13px;
	font-style:italic;
}

#featured-post {
	margin:0 auto;
}

.featured-item {
	background:#1d1d1d url(/wp-content/themes/Starcad/images/featured-bg.png) repeat-x 0 197px;
	height:206px;
	overflow:hidden;
}

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

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

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

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

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

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

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

.featured-item .read-more {
	background:url(/wp-content/themes/Starcad/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(/wp-content/themes/Starcad/images/featured-button.png) no-repeat 0 0;
	position:absolute;
	top:85px;
	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;
}




