.featured, .featured .content, .featured .footer {
	display: block;
	width: 610px;
	
}

.featured {
	/*background: url(images/featured/b_featuredY.png) repeat-y;*/
	height: auto;
	position: relative;
	z-index: 1;
	margin-bottom:10px;
	border: 1px solid #DEDBD1;
}

.featured .content {
	background: url(images/featured/b_featured.png) no-repeat top;
	height: 260px;
}

.featured .footer {
	background: url(images/featured/b_featuredF.png) no-repeat bottom;
	height: 15px;
}

.featured h1 {
	display: block;
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 8px 20px;
	margin: 0 1px 0 1px;
	border-bottom: 1px solid #dedede;
}

/* featured tabs */
.featuredposts {
	position: absolute;
	top: 15px;
	right: 25px;
}

.featuredposts li {
	float: left;
	display: block;
	margin: 10px;
}

.featuredposts li a {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	background: url(images/featured/light_off.png) no-repeat;
}

.featuredposts li a:hover {
	background: url(images/featured/light_bl.png) no-repeat;
}

.featuredposts li a.selected {
	background: url(images/featured/light_on.png) no-repeat;
}

.featuredposts li a.selected:hover {
	background: url(images/featured/light_on.png) no-repeat;
}

.featuredposts_content {
	display: none;
	position: relative;
	z-index: 1;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

/* content */
.featuredposts_content .thumb {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 190px;
	height: 160px;
}

.featuredposts_content .thumb img {
	display: block;
	overflow: hidden;
	border: 1px solid #aaa;
	padding: 1px;
       margin-top: 10px;
}

.featuredposts_content .fpost {
	position: absolute;
	top: 15px;
	left: 220px;
	right: 20px;
}

.featuredposts_content .fpost h2 {
	font-weight: normal;
	font-size: 1.8em;
}
.featuredposts_content .fpost h2 a:hover{
	text-decoration:underline;
}

.featuredposts_content .fpost p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
	text-align: justify;
	color: #888;
}

.featuredposts_content .fpost .read, .featuredposts_content .fpost .docomment {
	display: block;
	height: 13px;
	line-height: 13px;
}

.featuredposts_content .fpost .read {padding: 15px 0 0 22px}
.featuredposts_content .fpost .docomment {padding: 8px 0 0 22px}

.featuredposts_content .fpost .read {background: url(images/featured/ico_more.png) no-repeat}
.featuredposts_content .fpost .docomment {background: url(images/ico-comments.gif) no-repeat}
.featuredposts_content .fpost .read {background-position: left 15px}
.featuredposts_content .fpost .docomment {background-position: left 8px}

.featuredposts_content .fpost .read a {color: #555}
.featuredposts_content .fpost .read a:hover {color: #F67F00}
.featuredposts_content .fpost .docomment a {color: #555}
.featuredposts_content .fpost .docomment a:hover {color: #F67F00}