html {
	background-image: url(/sup/img/bg/home_body_gradient.png);
}

body.homepage #page_note {
	display: none;
}

body #torso {
	padding-top: 0;
}

#features_banner {
	margin-bottom: 15px;
	background: url(/sup/img/bg/featured_base.gif) top no-repeat;
	width: 100%;
	overflow: hidden;
	height: 296px;
	font-family: Georgia, serif;
}

#features_banner #toggles {
	list-style: none;
	margin: 0;
	padding: 5px 5px 4px;
	background-color: #62365d;
	border: 1px solid #62365d;
	border-top: 1px solid #bc89b4;
	overflow: hidden;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	_height: 0;
}

#features_banner #toggles li {
	padding: 0;
	margin: 0 0 1px;
	float: left;
}

#features_banner #toggles li a {
	display: block;
	line-height: 24px;
	width: 24px;
	text-align: center;
	color: #bc89b4;
	text-decoration: none;
	overflow: hidden;
	font-weight: bold;
}

#features_banner #toggles li a.inactive {
	background-color: #ffc;
	color: #333;
}

#features_banner #toggles li.active a {
	color: #dd5b2d;
	background: url(/sup/img/bg/feature_tab_active.png) no-repeat;
	cursor: default;
}

#features_slides {
	margin-left: 1px;
}

#features_banner .slide {
	background-position: right;
	background-repeat: no-repeat;
	background-color: #62365d;
}

#features_banner .slide .content {
	color: #fff;
	width: 230px;
	padding: 18px;
	background: url(/sup/img/bg/featured_bg.gif) top left no-repeat;
	height: 224px;
	overflow: hidden;
	font-family: Georgia, serif;
}

#features_banner .slide .content h2 {
	margin: 0 15px 8px 0;
	padding: 0;
	line-height: .9;
	font-size: 1.8em;
	font-family: Georgia, serif;
}

#features_banner .slide .content .short_description {
	color: #fff;
	font-size: 1em;
	line-height: 1.3em;
}

#features_banner .slide .content h2 a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#features_banner .slide .content h2 a:hover {
	color: #f7df91;
}

#features_banner .slide .content .read_more {
	padding-top: 8px;
}

#most_commented {
	padding: 0 15px 15px 95px;
	background: url(/sup/img/bg/most_commented_bg.png) top left no-repeat;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-top: 1px solid #c6c7c8;
	_height: 0;
	overflow: hidden;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
}

#most_commented h2 {
	font-size: 1.5em;
	color: #777;
	margin-bottom: 10px;
}

#most_commented ol {
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
	width: 220px;
}

#most_commented ol.first {
	padding-right: 20px;
}

#most_commented ol li {
	margin: 0;
	padding: 2px 0 0 20px;
}

#most_commented ol .counter {
	font-size: .9em;
	color: #ffcb29;
	float: left;
	margin: 2px 0 0 -20px;
	display: inline;
	width: 16px;
	line-height: 15px;
	text-align: center;
	background: url(/sup/img/bg/counter.png) center no-repeat;
}
