#page-content
{
	float: none;
	width: 100%;
}

#page-content h2
{
	color: #CA3528;
	text-transform: uppercase;
	margin: 0;
}
#page-content h3
{
	margin-top: 2px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	width: 300px;
}


#media-content-upper
{
	padding: 0 40px;
}

#media-subnav
{
	width: 100%;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	height: 60px;
	background: url('/resources/images/layout/media/subnav_grad.png') no-repeat top center;
}
#media-subnav ul
{
	clear: left;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
#media-subnav li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#media-subnav li a
{
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	font-weight: bold;
	color: #EFAE73;
}
#media-subnav li a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
#media-subnav ul li
{
	float: left;
}



#media-content-middle
{
	padding: 0 40px;
	clear: both;
}

#media-content-middle .middle-left
{
	float: left;
	width: 314px;
}
#media-content-middle .middle-center
{
	float: left;
	width: 314px;
}
#media-content-middle .middle-right
{
	float: left;
	width: 310px;
}


#page-content .media
{
	width: 300px;
}
#page-content .media-small
{
	width: 100px;
	float: left;
	margin: 8px;
}
#page-content .media-wide
{
	width: 960px;
}
#page-content .media_wrapper
{
	position: relative;
}
#page-content .thumbnail
{
	margin-top: 6px;
	margin-bottom: 0;
}
#page-content .overlay
{
	position: absolute;
	top: 0;
	left: 0;
}
#page-content .media-wide .media_wrapper
{
	width: 314px;
	float: left;
}

#page-content .note
{
	width: 277px;
	position: absolute;
	bottom: 12px;
	left: 9px;
	margin: 0;
	padding: 10px 0 10px 5px;
	display: none;
	font-weight: bold;
	font-size: 85%;
	background: url('/resources/images/layout/overlays/linknote.png') repeat-y;
}
#page-content .media_wrapper:hover .note
{
	display: block;
}
#page-content .wallpaper a
{
	font-size: 78%;
}
#page-content .viewall
{
	margin: 10px 0;
	text-align: center;
	height: 31px;
	width: 300px;
	font-weight: bold;
	line-height: 31px;
	color: #FFFFFF;
	background: url('/resources/images/layout/overlays/btn_large_over.png') no-repeat;
}
#page-content .viewall a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

#avatar-slider
{
	float: right;
	margin: 20px 10px 0 0;
	height: 315px;
}

#avatar-box
{
	background: url('/resources/images/layout/media/large-box-bg.png') no-repeat;
	width: 622px;
	height: 357px;
}

#avatars-box
{
	width: 582px;
	height: 337px;
	margin: 10px;
	overflow: hidden;
}
.media-small p
{
	text-align: center;
	text-transform: uppercase;
	font-size: 85%;
}
.media-small p img
{
	border: 1px solid #3F3F3F;
}
.media-small p a:hover img
{
	border: 1px solid #EFAE73;
}
.media-small p strong
{
	color: #FFFFFF;
}
.media-small p strong a:hover
{
	color: #C93529;
}



#media-content-bottom
{
	padding: 0 40px;
	margin-top: 25px;
	clear: both;
}
#media-content-bottom .bottom-left
{
	width: 628px;
	float: left;
}
#media-content-bottom .bottom-right
{
	width: 310px;
	float: left;
}

