.featured, .featured .content, .featured .footer {
	display: block;
	/*width: 662px;*/
}
/*.content
{
	width:430px;
	background-color:#FAF5C3;
	border:2px solid #FFFDF5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	letter-spacing:-1px;
	color:#666;
	margin:0 auto;
	padding:5px;
	
}*/
.featured {
	/*background: url(img/b_featuredY.png) repeat-y;*/
	height: auto;
	position: relative;
	z-index: 1;
}

.featured .content {
	width:430px;
	background-color:#FAF5C3;
	border:2px solid #FFFDF5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	letter-spacing:-1px;
	color:#666;
	margin:0 auto;
	padding:5px;
	min-height:230px;
}

.featured .footer {
	background: url(img/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 {
	float:right;
	margin-right:0px;
}

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

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

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

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

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

.featuredposts_content {
	display: none;
	top:20px;
	z-index: 1;
	margin-top:40px;
	height:140px;
	
}

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

/* content */
.featuredposts_content .thumb {
	float:left;
	top: 15px;
	left: 20px;
	margin-left:5px;
}

.featuredposts_content .thumb img {
	background-color:#FFFFFF;
	border:1px solid #D1D1D1;
	height:150px;
	margin-right:7px;
	padding:3px;
	width:130px;
	display: block;
}

.featuredposts_content .fpost {
	margin-left:160px;
	top: 15px;
	left: 100px;
	right: 10px;
}

.featuredposts_content .fpost h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.3em;
	margin:15px 0 0;
}

.featuredposts_content .fpost p {
	font-weight:100;
	color:#706AAE;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:17px;	
}

.featuredposts_content .fpost .read, .featuredposts_content .fpost .docomment {
	display: block;
	height: 13px;
	line-height: 13px;
}
.captionstab {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: -1px;
	color:#990000;
	text-transform: uppercase;
	padding: 2px 0px;
	margin: 0;
	display:block;
}
.imagetab {
	background-color:#FFFFFF;
	border:6px solid #D1D1D1;
	height:150px;
	margin-right:7px;
	padding:3px;
	width:130px;
	display: block;
}
.mvotd
{
	width:430px;
	background-color:#FAF5C3;
	border:2px solid #FFFDF5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	letter-spacing:-1px;
	color:#666;
	margin:0 auto;
	padding:5px;
	
}

.mvotd a:link,.mvotd a:visited
{
	color:#009BC7;
	font-weight:400;
	text-decoration:none;
}

.mvotd a:hover
{
	color:#009BC7;
	text-decoration:underline;
}

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

.featuredposts_content .fpost .read {background: url(img/ico_more.png) no-repeat}
.featuredposts_content .fpost .docomment {background: url(img/ico_comment.png) 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: #ff6000}
.featuredposts_content .fpost .docomment a {color: #555}
.featuredposts_content .fpost .docomment a:hover {color: #ff6000}