#headlineImages img
{
	position: absolute;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	display: block;
}
#headlines
{
	margin: 50px;
}
#headlineImages
{
	margin-right: 20px;
	margin-bottom:20px;
	width: 145px;
	height: 200px;
	float: left;
}
#headlineList li:nth-child(odd)
{
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#headlineList li
{
	padding: 5px;
	list-style-type: none;
}
#headlineList li a
{
	color: #000;
}
#headlineList li a:hover
{
	text-decoration: underline;
}
#headlineList li span
{
	float: right;
}


#features
{	
	/* with banners on: height: 398px;*/
	/* with banners off: */height: 258px;
	width: 728px;
	margin: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url('../../images/background.png');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#features h3
{
	font-size: 20px;
	color: #FFF;
	padding: 10px;
	padding-bottom: 0px;
}
#featureImgInactive, #featureBannerInactive
{
	display: none;
}
#featureImgActive, #featureImgInactive, #featureBannerInactive, #featureBannerActive
{
	position: absolute;
}
#featureBanner
{
	width: 728px;
	height: 90px;
	display: none;
}
#featureList
{
	background-color: #FFF;
	height: 200px;
	margin: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#featureImgActive, #featureImgInactive
{
	margin-left: 43px;
	width: 665px;
	height: 200px;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#features ul
{
	position: absolute;
	z-index: 1;
}
#features ul li
{
	display: block;
}
#features ul li a
{	
	background-image: url('../../images/featurehighlightbg.png');
	background-repeat: repeat-y;
	height: 34px;
	display: block;
	width: 400px;
	color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
}
#features ul li a strong
{
	font-size: 1.1em;
}
#media
{
	margin-left: 20px;
	margin-right: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url('../../images/background.png');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#features ul li a span, #features ul li a strong
{
	padding: 1px 5px;
	display: block;
}
#galleries, #movies
{
	float: left;
	width: 343px;
	margin: 10px;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gallery, .movie
{
	float: left;
	width: 160px;
	height: 200px;
	padding: 5px;
}
.gallery strong, .movie strong
{
	font-size: 1.1em;
	padding: 5px 0;
	display: block;
}
#galleries h3, #movies h3,
#files h3, #blogs h3
{
	display: block;
	padding: 3px 5px;	
}
.gallery:nth-child(odd), .movie:nth-child(odd)
{
	margin-left: 1px;
}
.gallery .img, .movie .img
{
	width: 160px;
	height: 106px;
	overflow: hidden;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gallery .img img, .movie .img img
{
	min-height: 106px;
}
.clear
{
	clear: both;
}
#community
{
	margin: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url('../../images/background.png');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#files, #blogs
{
	float: left;	
	margin: 10px;
	padding: 10px;
	background-color: #FFF;
	width: 323px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#files
{
	margin-right: 0px;
}
#files div, #blogs div
{
	padding: 5px;
}
#files div:nth-child(even), #blogs div:nth-child(even)
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #EEE;
	
}
#files div .by, #blogs div .by
{
	float: right;
	width: 100px;
}
#files div .by img, #blogs div .by img
{
	vertical-align: bottom;
	margin-right: 3px;
}