/*GENERAL*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color:#222222;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	text-align:center;
	color:#FFFFFF;
	
}

a,
a:link,
a:active,
a:visited{
	text-decoration:none;
	color:#CCC;
}

a:hover{
	text-decoration:underline;
	color:#FFCC00;
}


h1{
	font-size:18px;
	color:#FFF;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	
}

.big_badass_link{
	font-size:24px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	
}


#main_div{
	/*background-color:#222222;*/
	width:980px;
	margin-top:0px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	min-height:900px !important;
	height:auto !important;
	height:900px;
	padding:0px;
	vertical-align:top;
	text-align:left;
	
	
	/*background-color:#CCCCCC;*/
}

/*HEADER*/

#header_div{
	background-color:#222222;
	height:165px;
	width:980px;
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
	clear:both;
	
	/*background-color:#999999;*/
}



#logo_div{
	width:473px;
	min-height:102px !important;
	height:auto !important;
	height:102px;
	position:relative;
	float:left;
	clear:left;
	margin:0px;
	
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}

#logo_div a.logoLink{
	width:473px;
	height:102px;
	text-decoration:none;
	float:left;
	position:relative;
	border:0px;
	display:block;
}

#logo_div h1{
	float:left;
}

#logo_div h1 span{
	display:none;
}




.header_toplist_div{
	/*width:469px;*/
	width:500px;
	height:102px;
	position:relative;
	float:left;
	clear:right;
	margin:0px;
	padding-top:6px;
	padding-right:6px;
	
	font-size:12px;
	
	font-weight:bold;
	color:#FF9900;
	
}

.header_toplist_div a,
.header_toplist_div a:link,
.header_toplist_div a:active,
.header_toplist_div a:visited{
	text-decoration:none;
	color:#CCCCCC;
	font-size:12px;
}

.header_toplist_div a:hover{
	text-decoration:none;
	color:#FFCC00;
}



#menu_header{
	width:980px;
	height:24px;
	position:relative;
	float:left;
	clear:both;
	margin:0px;
	
	
	/*background-color:#000099;*/
	/*border:2px dotted red;*/
}

.menu_element{
	width:139px;
	height:24px;
	position:relative;
	float:right;
	clear:none;
	margin:0px;
	
	text-align:center;
	/*padding-top:5px;*/
	
	border-right:1px solid #222222;
	background-color:#6C0000;
	color:#FFFFFF;
	font-weight:bold;
	
	background-image:url(../images/menu_ele_bg.jpg);
	background-repeat:no-repeat;
	
}
.menu_element:hover{
	background-color:#600000;
	background-image:url(../images/menu_ele_bg_hover.jpg);
}

.menu_element a,
.menu_element a:link,
.menu_element a:active,
.menu_element a:visited,
.menu_element a:hover{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}

.header_welcome_div{
	width:966px;
	height:15px;
	position:relative;
	float:left;
	clear:both;
	margin:0px;
	
	padding:7px;
	border-top:3px solid #560000;
	
	background-color:#3E0000;
	color:#FFFFFF;

}

/*BODY CONTENT*/

#body_div{
	width:980px;
	margin:0px;
	margin-top:10px;
	min-height:733px !important;
	height:auto !important;
	height:733px;
	padding:0px;
	float:left;
	clear:both;
	
	/*background-color:#EEE;*/
}

#player_div{
	width:625px;
	min-height:500px !important;
	height:auto !important;
	height:500px;
	padding:0px;
	margin:0px;
	float:left;
	clear:left;
	
	
	/*background-color:#993333;*/
	
	
}

#sponsors_div{
	width:353px;
	min-height:500px !important;
	height:auto !important;
	height:500px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	float:left;
	clear:right;
	
	background-color:#d9d9d9;
	border:1px solid #000;
	
}



/*Cells content*/

.info_div{
	width:978px;
	min-height:60px !important;
	height:auto !important;
	height:60px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	float:left;
	clear:both;
	
	background-color:#d9d9d9;
	border:1px solid #000;
	


}

.info_title_div{
	width:960px;
	min-height:16px !important;
	height:auto !important;
	height:16px;
	padding:6px;
	margin:0px;
	float:left;
	clear:both;
	
	font-weight:bold;
	
	
	background-image:url(../images/info_title_bg.jpg);
	background-repeat:repeat-x;

}

#sponsors_div .info_title_div{
	width:335px;
	
	background-image:url(../images/spo_bg.jpg);
	background-repeat:no-repeat;

}
#sponsors_div .info_content_div{
	width:335px;
	padding:2px;
}

.info_content_div{
	width:972px;
	min-height:40px !important;
	height:auto !important;
	height:40px;
	padding:3px;
	margin:0px;
	float:left;
	clear:both;
	
	/*background-color:#FFCC00;*/
}


/*############CONTAINERS#############*/
.listing_div{
	width:766px;
	min-height:200px !important;
	height:auto !important;
	height:200px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	float:left;
	clear:both;
	
	/*background-color:#d9d9d9;
	border:1px solid #000;*/
}

.listing_title_div{
	width:748px;
	min-height:16px !important;
	height:auto !important;
	height:16px;
	padding:6px;
	margin:0px;
	
	float:left;
	clear:both;
	
	font-weight:bold;
	
	color:#FFCC00;
	border:2px solid #330000;
	
	background-color:#510000;
	background-image:url(../images/largecellbg.jpg);
	background-repeat:repeat-x;
	
}

.listing_title_div h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFCC00;
	
	padding:0px;
	margin:0px;
}

.listing_div .content_div{
	width:762px;
	padding:2px;
	margin:0px;
	min-height:50px !important;
	height:auto !important;
	height:50px;
	float:left;
	clear:both;
	color:#fff;
	
}
.listing_div .content_div a{
	text-decoration:none;
	color:#FFCC00;
}
.listing_div .content_div a:hover{
	color:#FFFF99;
}

.listing_div .content_div a img{
	border-color:#500;
	color:#500;
}
.listing_div .content_div a:hover img{
	border-color:#FFCC00;
	color:#FFCC00;
}

.right_thin_div .content_div a img{
	border-color:#500;
	color:#500;
}
.right_thin_div .content_div a:hover img{
	border-color:#FFCC00;
	color:#FFCC00;
}

.right_thin_div .content_div{
	width:196px;
	padding:2px;
	margin:0px;
	min-height:50px !important;
	height:auto !important;
	height:50px;
	float:left;
	clear:both;
	color:#fff;
}

.right_thin_div{
	width:200px;
	min-height:200px !important;
	height:auto !important;
	height:200px;
	margin-bottom:10px;
	/*background-color:#d9d9d9;
	border:1px solid #000;*/
	float:left;
	clear:both;

}

.right_thin_div .info_title_div{
	width:182px;
	color:#FFCC00;
	background-color:#330000;
	border:2px solid #330000;
	background-image:url(../images/thincellbg.jpg);
	background-repeat:repeat-x;

}
/*#####################COLUMNS#######################*/
.left_large_column{
	width:766px;
	min-height:300px !important;
	height:auto !important;
	height:300px;
	padding:2px;
	margin:0px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	clear:left;
	background-color:#222222;
}

.right_thin_column{
	width:196px;
	min-height:300px !important;
	height:auto !important;
	height:300px;
	margin-bottom:10px;
	padding-right:2px;
	padding-top:2px;
	float:left;
	clear:right;
	background-color:#222222;
	
}

.full_column{
	width:976px;
	min-height:80px !important;
	height:auto !important;
	height:80px;
	
	float:left;
	clear:both;
	background-color:#222222;
	margin-bottom:10px;
	padding:2px;
	/*background-color:#0000FF;*/
}



.cat_div_element{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:172 px;
	vertical-align:top;
	height:145px;
	min-height:145px;
	color:#EEE;
	background-color:#000;
	border:2px solid #bbb;
	margin:5px;
	padding:6px;
}
.cat_div_element a,
.cat_div_element a:active,
.cat_div_element a:link,
.cat_div_element a:visited{
	color:#EEE;
	text-decoration:none; 
}
.cat_div_element a:hover{
	color:#FFF;
	text-decoration:none; 
}

.cat_div_element a img{
	width: 160px;


	height: 120px;
	padding:0px;
	margin:0px;
	border:1px solid #FFF;
}






/* ARCHIVE PAGES SYSTEM*/
.page_button{
	padding:2px;
	margin:2px;
	color:#CCC;
	font-size:12px;
	font-weight:bold;
	border:2px solid #ccc;
	background-color:#333333;
	width:18px;
	text-align:center;
	text-decoration:none;
}
.page_button a,
.page_button a:link,
.page_button a:active,
.page_button a:visited{
	display:block;
	color:#EEE;
	background-color:#1A1A1A;
	text-decoration:none !important;
}
.page_button a:hover{
	background-color:#444;
	color:#FFFFFF;
	text-decoration:none;
}

.page_previous,
.page_next{
	width:65px;
	text-decoration:none;
}





/* GALLERY DISPLAY*/

.gallery_box{
	font-size: 11px;
	min-height: 200px;
	margin: 5px;
	vertical-align: top;
	width: 165px;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	background-color: #000;
	border: #bbb 2px solid;
	padding: 6px;
}

.gallery_box a,
.gallery_box a:active,
.gallery_box a:link,
.gallery_box a:visited{
	color: #EAEAEA;
	text-decoration: none;
}

.gallery_box a:hover{
	color: #fff;
	text-decoration: none;
}

.gallery_thumb{
	margin: 0px;
	width: 160px;
	height: 120px;
	border: #fff 1px solid;
	padding: 0px;
}

.image_rotator{
	width:160px;
	height:120px;
	float:left;
	margin:0px;
	padding:0px;
}

.image_rotator a,
.image_rotator a:active,
.image_rotator a:link,
.image_rotator a:visited,
.image_rotator a:hover{
	display: block;
	min-height: 120px;
	width: 160px;
	height: 120px;
	margin:0px;
	padding:0px;
	margin-bottom:-3px;
}

.image_rotator img{
	margin:0px;
	padding:0px;
}




