/* Main Template */

body {
	background-color:#000;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	padding:0;
	margin:0;
	text-align:center;
}

#wrapper {
	width:1000px;
	margin:auto;
	text-align:left;
	background:url('../images/wrapper_bg.jpg');
}

#header {
	background:url('../images/header_bg.jpg');
	background-repeat:no-repeat;
}

#home_header {
	background:url('../images/home_header_bg.jpg');
	background-repeat:no-repeat;
	width:1000px;
	height:136px;
	margin:auto;
	position:relative;
}

#logo {
	float:left;
	margin:15px 0 0 25px;
}

#logo_small {
	float:left;
	margin:10px 0 0 10px;
}

#userInfo {
	float:right;
	text-align:right;
	font-weight:bold;
	margin:12px 20px 0 0;
}

#leaderboard {
	width:728px;
	height:90px;
	float:right;
	margin:10px 20px 15px 0;
}

#nav{
	float:right;
	text-align:right;
	margin-right:20px;
	margin-bottom:10px;
}

#home_nav {
	text-align:right;
	position:absolute;
	top:66px;
	right:20px;
}

#nav a,
#nav a:link,
#nav a:visited
{
	margin:0 13px;
}

#home_nav a,
#home_nav a:link,
#home_nav a:visited
{
	margin:0 9px;
}

#nav a:hover,
#nav a:active,
#home_nav a:hover,
#home_nav a:active
{
	
}

#nav a.selected,
#home_nav a.selected
{
	
}

#body {
	padding:18px 0;
}

#content {
	float:left;
	width:725px;
	margin-left:15px;
}

#sidebar {
	float:right;
	width:225px;
	padding-left:25px;
	background-image:url('../images/border_line_vertical.png');
	background-repeat:repeat-y;
}

#feed { 
	width:1000px;
	height:162px;
	margin:auto;
	background-image:url('../images/ticker_bg.png');
	background-repeat:no-repeat;
	font-weight:bold;
	position:relative;
}

#feed #feedText {
	text-align:center;
	padding-top:122px;
}

#feedText {
	font-size:16px;
	font-weight:normal;
}

#feedText a,
#feedText a:link,
#feedText a:visited,
#feedText a:hover,
#feedText a:active
{
	color:#57140f;
	font-weight:bold;
}

#bottom_ad {
	width:468px;
	height:60px;
	position:absolute;
	left:190px;
	top:0px;
}

#footer {
	width:1000px;
	height:164px;
	margin:auto;
	background:url('../images/footer_bg.jpg');
	text-align:left;
}

#home_footer {
	width:1000px;
	height:150px;
	margin:auto;
	background:url('../images/home_footer_bg.jpg');
	text-align:left;
	margin-bottom:25px;
}

.footerLinks {
	float:left;
	margin:30px 30px 0 35px;
	font-size:11px;
}

.footerCopyright {
	clear:both;
	color:#000;
	font-size:10px;
	padding:0 30px;
	text-align:center;
}

.footerLogo {
	float:right;
	margin:43px 70px 0 0;
}

#footer a,
#footer a:link, 
#footer a:visited,
#home_footer a,
#home_footer a:link, 
#home_footer a:visited
{
	color:#000;
}

#footer a:hover, 
#footer a:active,
#home_footer a:hover, 
#home_footer a:active
{
	color:#900;
}



/* layout styles */

.clear {
	clear:both;
}

.noBorder {
	border:none;
}

.dashBottom {
	border-bottom:dashed 1px #221d10;
}

.padded {
	padding:10px 20px;
}

.horizontalDivider {
	clear:both;
	height:8px;
	overflow:hidden;
	margin:5px 0;
	background-image:url('../images/border_line_horizontal.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}

.mainTitleBox {
	height:18px;
	line-height:18px;
	vertical-align:middle;
	padding:0 6px 24px 6px;
	background-image:url('../images/border_line_horizontal.png');
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#000;
	margin-bottom:10px;
}

.mainTitleBox a,
.mainTitleBox a:link,
.mainTitleBox a:visited
{
	color:#900;
}


.mainTitleBox a:hover,
.mainTitleBox a:active
{
	color:#b00;
}


.mainTitleBox h1 {
	font-size:18px;
	font-weight:normal;
	display:block;
	float:left;
	margin:0;
	padding:0;
}

.mainTitleBoxSort {
	float:right;
	font-weight:bold;
}

.mainTitleBox form {
	margin:0;
	padding:0;
}

.mainTitleVideoPlays {
	font-size:18px;
	font-weight:normal;
	float:right;
}

.sidebarDivider {
	clear:both;
	margin:15px 0;
	text-align:right;
}

.sidebar_ad {
	text-align:center;
}

.sidebarUserInfo {
	margin:0 15px 15px 0;
	padding:10px;
	border:solid 1px #3e2a1b;
	color:#fff;
	background:url('../images/dark_bg.jpg');
}

.sidebarUserInfo a,
.sidebarUserInfo a:link,
.sidebarUserInfo a:visited
{
	color:#d8a687;
}

.sidebarUserInfo a:hover,
.sidebarUserInfo a:active
{
	color:#ce946f;
}

.videoItem {
	width:164px;
	padding:18px 19px 18px 0;
	font-size:11px;
	float:left;
}

.videoItemLast {
	padding-right:0;
}

.videoItemThumbnail {
	border:solid 2px #fff;
	margin-bottom:4px;
}

a:link.videoItemTitle,
a:visited.videoItemTitle,
a:hover.videoItemTitle,
a:active.videoItemTitle
{
	font-weight:bold;
	font-size:12px;
	margin-left:2px;
	color:#141110;
}

.videoItemUser {
	margin-left:2px;
}

.videoItemViews {
	margin-left:2px;
}

.videoItemRating {
	margin-left:2px;
}

.pagination {
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}

.paginationPrevious {
	position:absolute;
	top:10px;
	left:0;
	width:150px;
	height:33px;
	line-height:33px;
	font-weight:bold;
	text-align:left;
}

.paginationNext {
	position:absolute;
	top:10px;
	right:0;
	width:150px;
	height:33px;
	line-height:33px;
	font-weight:bold;
	float:left;
	text-align:right;
}

.pagination img {
	margin:0 10px;
	position:relative;
	top:14px;
}

.paginationLinks {
	margin:0 170px;
}

.paginationSelected {
	padding:1px 3px;
	background:#141110;
	color:#fff;
}


/* text styles */

body, 
#wrapper,
table
{
	font-family:arial,verdana,sans-serif;
	font-size:12px;
	color:#141110;
}

a, 
a:link, 
a:visited 
{
	color:#57140f;
	text-decoration:none;
}

a:hover, 
a:active 
{
	color:#fff;
}




/* Individual pages */

/* Home */

.indexMasthead {
	position:relative;
	width:1000px;
	height:305px;
	margin:auto;
	background-image:url('../images/home_masthead_bg.jpg');
	background-repeat:no-repeat;
	color:#fff;
}

.indexFeature {
	padding-right:10px;
	float:left;
}

.indexPromo {
	float:right;
	width:302px;
	height:240px;
	background:#000;
	overflow:hidden;
}

.indexVideos {
	width:340px;
	background-image:url('../images/border_line_vertical.png');
	background-repeat:repeat-y;
	background-position:top right;
	float:left;
	
}

.indexBattles {
	width:325px;
	background-image:url('../images/border_line_vertical.png');
	background-repeat:repeat-y;
	background-position:top right;
	float:left;
	
}

.header {
	height:26px;
	line-height:26px;
	padding:0 8px 8px 0px;
	color:#000;
	font-size:17px;
	background:url('../images/border_line_horizontal.png');
	background-position:bottom left;
	background-repeat:no-repeat;
}

.indexVideoBox {
	margin:10px 0 0 25px;
	font-size:11px;
	padding:5px;
}

.indexVideoBoxThumbnail {
	width:100px;
	height:75px;
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
	background-color:#000;
}

.homeIndexVideoBoxThumbnail {
	width:75px;
	height:75px;
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
	background-color:#000;
}

.indexVideoBoxInfo {
	float:left;
	width:178px;
	height:75px;
	padding:0;
	overflow:hidden;
}

.indexVideoBoxInfoTitle {
	font-weight:bold;
}

.indexVideoBoxInfoUser {
	font-size:11px;
}

.indexSidebar {
	float:right;
	width:300px;
	margin-right:15px;
}

.genreList {
	padding:10px 0;
	margin-bottom:20px;
}

a.genreListLink,
a:link.genreListLink,
a:visited.genreListLink,
a:hover.genreListLink,
a:active.genreListLink
{
	display:block;
	margin:0 10px;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 5px 20px;
	background-image:url('../images/genre_bullet.png');
	background-repeat:no-repeat;
	background-position:0 8px;
	color:#141110;
}

.listSeperator {
	height:6px;
	line-height:6px;
	font-size:1px;
	overflow:hidden;
	background-image:url('../images/list_divider.png');
	background-repeat:no-repeat;
	margin:0 30px;
}

.indexComment {
	margin:0 10px;
	padding:5px 0 20px 0;
	background-image:url('../images/list_divider.png');
	background-repeat:repeat-x;
	background-position:bottom left;
}

.indexCommentUser {
	display:block;
	font-size:10px;
}

.indexCommentDate {
	display:block;
	font-weight:bold;
	font-style:italic;
	font-size:10px;
}

.indexCommentText {
	margin:0;
	padding:10px 0;
	clear:both;
}


/* video play page */

.videoPlayer {
	float:left;
	width:400px;
	height:328px;
	margin-bottom:10px;
}

.videoMetadata {
	float:left;
	width:400px;
}

.videoMetadataUser {
	font-weight:bold;
	font-size:14px;
	float:left;
}

.videoMetadataRating {
	float:right;
	font-size:14px;
	margin-right:5px;
}

#rating {
	float:right;
}

.star_off,
a.star_off,
a:link.star_off,
a:visited.star_off,
a:hover.star_off,
a:active.star_off
{
	background-image:url('../images/star_off.png');
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:18px;
	height:17px;
}

.star_on,
a.star_on,
a:link.star_on,
a:visited.star_on,
a:hover.star_on,
a:active.star_on
{
	background-image:url('../images/star_on.png');
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:18px;
	height:17px;
}

.star_user,
a.star_user,
a:link.star_user,
a:visited.star_user,
a:hover.star_user,
a:active.star_user
{
	background-image:url('../images/star_user.png');
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:18px;
	height:17px;
}

.videoMetadataDescription {
	display:block;
	padding-top:6px;
	clear:both;
}

.videoSideBySide {
	float:right;
	width:300px;
	height:250px;
	background:#000;
}

.videoMoreVideos {
	float:right;
	width:300px;
}

.videoMoreVideosThumb {
	float:left;
	height:66px;
	width:88px;
	background-repeat:no-repeat;
	background-position:center center;
	margin:5px;
}

.videoComments {
	width:400px;
	float:left;
}

/* battles */

.battleItem {
	width:348px;
	float:left;
	margin:6px;
	background:url('../images/battleItem_bg.png');
	background-repeat:no-repeat;
}

.battleItemHdr {
	padding:2px 5px;
	background:#161513;
	color:#fff;
	font-weight:bold;
	margin-bottom:3px;
}

.battleItemTitle {
	float:left;
}

.battleItemTime {
	float:right;
	text-align:right;
}

.battleItemLeft {
	float:left;
	width:144px;
	margin:5px 0 0 5px;
}

.battleItemRight {
	float:right;
	width:144px;
	margin:5px 5px 0 0;
}

.battleItemThumbnail {
	border:solid 2px #fff;
	margin-bottom:5px;
}

.battleItemName {
	font-weight:bold;
	line-height:17px;
	height:34px;
	overflow:hidden;
	display:block;
}

.battleItemVs {
	width:34px;
	margin:35px 0 0 1px;
	float:left;
}


/* view battle */

#contentFull {
	width:auto;
	margin:0 25px;
}

.battleVideoLeft {
	width:400px;
	float:left;
	margin-bottom:25px;
}

.battlePlayer {
	margin:10px 0;
	width:400px;
	height:328px;
}

.battleVideoTitle {
	font-size:14px;
	font-weight:bold;
}

.battleCheckboxLeft {
	text-align:center;
	background-image:url('../images/battle_arrowsLeft.png');
	background-repeat:no-repeat;
	background-position:center right;
	margin-top:15px;
	height:84px;
	position:relative;
	width:400px;
}

.battleScoreLeft {
	position:absolute;
	left:0;
	top:3px;
	font-size:72px;
}

.battleVs {
	width:148px;
	float:left;
	text-align:center;
	padding-top:80px;
}

.battleVideoRight {
	width:400px;
	float:right;
	margin-bottom:25px;
}

.battleCheckboxRight {
	text-align:center;
	background-image:url('../images/battle_arrowsRight.png');
	background-repeat:no-repeat;
	background-position:center left;
	margin-top:15px;
	height:84px;
	position:relative;
}

.battleScoreRight {
	position:absolute;
	right:0;
	top:3px;
	font-size:72px;
}

.battleMoreBattles {
	width:400px;
	float:right;
}


/* profile */

.profileColumn {
	width:210px;
	float:left;
}

.profileContent {
	width:480px;
	float:left;
	margin-left:25px;
}

.profileVitals {
	font-weight:bold;
	font-size:14px;
}

.profileInfoHeading {
	margin-top:50px;
	font-size:14px;
	font-weight:bold;
}

.profileSubNav {
	margin-bottom:15px;
}

.profileSubNav img
{
	display:block;
	float:right;
	margin-left:8px;
}

a.profileSubNavLink,
a:link.profileSubNavLink,
a:visited.profileSubNavLink,
a:hover.profileSubNavLink,
a:active.profileSubNavLink
{
	display:block;
	float:right;
	margin-left:5px;
	padding:4px 10px;
	border:solid 1px #222;
}



/* myprofile */

.myprofileColumn {
	width:250px;
	float:left;
}

.myprofileContent {
	width:400px;
	float:left;
	margin-left:50px;
}

.myprofileInvite {
	width:188px;
	padding:10px;
	border:solid 1px #3e2a1b;
	color:#fff;
	background:url('../images/dark_bg.jpg');
}

.myprofileInvite form {	
	font-weight:bold;
	font-size:10px;
	line-height:14px;
}

.myprofileInvite input {
	border:none;
	font-size:11px;
}


