@charset "utf-8";

/* Featured Content - Style 3 */

.featured-divider {
	height: 1px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1px;
}

#featured-leftside {
	width: 340px;
	height: 270px;
	float: left;
	margin-right: 20px;
}

.featured-details {
	width: 340px;
	overflow: hidden;
	margin-bottom: 18px;
}

.featured-category {
	float: right;
	text-align: right;
	color: #AAA;
}

.featured-date {
	float: left;
	color: #AAA;
}

.featured-date img, .featured-category img {
	margin-top: -3px;
	margin-right: 3px;
	margin-bottom: -3px;
}

.featured-description {
	height: 232px;
	display: none;
}

.featured-description#first {
	display: block;
}

#featured-image {
	width: 290px;
	height: 218px;
	border: solid #333 1px;
	background-color: #111;
	float: left;
	overflow: hidden;
}

#featured-image img {
	padding: 1px 1px 1px 1px;
}


/* Featured Content Navigation */

#featured-navigation {
	height: 25px;
}

#featured-navigation a {
	height: 20px;
	width: 20px;
	float: left;
	background-image: url(../images/featured_navbox.gif);
	display: block;
	margin-right: 7px;
	margin-top: 5px;
	text-decoration: none;
	text-indent: -9999px;
}

#featured-navigation a.activeSlide {
	background-image: url(../images/featured_navbox_checked.gif);
}
