/* CSS Document */

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* Support for IE centering */	
	text-align:center;
	}
	
/* Default Tags and Fonts */	
img, a img {
	border: none;
	}
	
img { behavior: url(iepngfix.htc); }
	
h1 {
	margin: 0;
	padding: 0;
	font-size:1.2em;
	font-weight: bold;
	color:#FFFFFF;
	}
	
h2 {
	margin: 0;
	padding: 0;
	font-size:1.0em;
	font-weight: bold;
	color:#e40d0d;
	}
h3 {
	margin: 0;
	padding: 5px;
	font-size:1.6em;
	font-weight: bold;
	color:#FFFFFF;
	}
a {
    color:#FFFFFF;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/* Header */
.header {
	background:url(../images/header_bg.gif) repeat-x;
	width:100%;
	height:169px;
}

.logo {
	width:481px;
	height:164px;
	margin-left:auto;
	margin-right:auto;
	padding-top:2px;
}

/* Content */
.content_wrapper {
	background:url(../images/site_bg2.jpg) no-repeat;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}

.left {
	float:left;
	width: 363px;
}

.center {
	float:left;
	width:44px;
}

.right {
	float:left;
	width: 363px;
}

.content_left {
	float:left;
	width:459px;
	margin:8px 0 0 39px;
	text-align:left;
}

.content_right {
	float:left;
	width:206px;
	margin:8px 0 0 24px;
	text-align:left;
}

.vote_band {
	margin: 5px;
	}
	
.vote_left {
	float:left;
	}


.vote_right {
	float:right;
	}

.vote_center {
	float:left;
	width:2px;
	}
	
/* News Items */
.date_item {
	float:left;
	width:56px;
	height:57px;
	background:url(../images/calendar_icon_bg.gif) no-repeat;
	margin: 10px 5px 0 5px;
	padding-top:3px;
	text-align:center;
	}

.news_item {
	float:left;
	width:220px;
	padding-top:10px;
	}
	
.news_item_expanded {
	float:left;
	width:450px;
	padding-top:10px;
	}

/* Blocks */
.heaven_band_wrapper {
	float:right;
	margin-top: 85px;
	}
	
.hell_band_wrapper {
	float:left;
	margin: 85px 0 0 10px;
	}
	
.heaven_bands {
	background:url(../images/heaven_block_bg.gif) no-repeat;
	width:328px;
	height:235px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
.hell_bands {
	background:url(../images/hell_block_bg.gif) no-repeat;
	width:329px;
	height:229px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:left;
	}
	
.band_division {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	}
	
.rock_bands_title {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
}

.content_box_left {
	float:right;
	width:299px;
	margin-left:auto;
	margin-right:17px;
	margin-bottom:5px;
	text-align:left;
	padding-bottom:15px;
	}
	
.content_box_right {
	float:left;
	width:299px;
	margin-left:17px;
	margin-right:auto;
	margin-bottom:5px;
	text-align:left;
	padding-bottom:15px;
	}

.content_box_title {
	padding:10px 0 0 10px;
	}
	
.content_box_header {
	width:299px;
	height:38px;
	}
	
.black_header_bg {
	background:url(../images/box_black_header_bg.gif) no-repeat;
	}

.red_header_bg {
	background:url(../images/box_red_header_bg.gif) no-repeat;
	}
	
.content_box_content {
	background: url(../images/box_black_content_bg.png) repeat-x;
	overflow:hidden;
	padding:5px;
	}	

.content_long_bg {
	background: url(../images/box_black_content_bg_long.png) repeat-x;
	}
		
.left_box {
	width: 459px;
	padding-bottom:15px;
	}
	
.left_box_header {
	width:459px;
	height:38px;
	}

.left_header_bg {
	background:url(../images/box_left_header_bg.gif);
	}
	
.right_box {
	width: 206px;
	padding-bottom:15px;
	}
	
.right_box_header {
	width:206px;
	height:38px;
	}

.right_header_bg {
	background:url(../images/box_right_header_bg.gif);
	}

/* Players */
.radio_bg {	
	background:url(../images/radio_bg.gif) no-repeat;
	}
	
#player1 {
	margin-top: 5px;
	text-align:center;
	border:2px solid #191919;
	}	
	
/* Fonts, and Lists */
.golden {
	color:#dac26f;
}

.black {
	color:#000000;
}

.red {
	color: #e40d0d;
}

.blue {
	color: #2f98bf;
}

ul.heaven_links  {
	width: 210px;
	padding:0;
	margin:0;
	list-style: none;
	}

ul.heaven_links li  {
	padding: 0 6px;
	float: left;
	background:url(../images/bullet_blue.gif) no-repeat;
	background-position: 0 .5em;
	}
	
ul.hell_links  {
	width: 210px;
	padding:0;
	margin:0;
	list-style: none;
	}

ul.hell_links li  {
	padding: 0 6px;
	float: left;
	background:url(../images/bullet_red.gif) no-repeat;
	background-position: 0 .5em;
	}

/* Forms */
form {
	margin: 0;
	padding: 0;
	}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}

form p label {
	font-weight:bold;
	float: left;
	text-align:right;
	padding:3px;
}

form p input {
	font-weight:bold;
	float: left;
	padding:3px;
}

.access {
	background-color:#111111;
	color:#FFFFFF;
	border: 1px solid #e40d0d;
	}
	
.newsletter {
	background-color:#111111;
	color:#FFFFFF;
	border: 1px solid #ad9544;
	}	
	
/* Footer */
.footer {
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 8px;
}

/* Heaven */
.heaven_top {
	float:left;
	background:url(../images/heaven/heaven_top.gif) no-repeat;
	width: 716px;
	height: 128px;
	margin-left: 11px;
	}

.heaven_band_title {
	text-align:left;
	margin:75px 0 0 120px;
	}
	
.hell_band_title {
	text-align:left;
	margin:68px 0 0 55px;
	}
	
/* Hell */
.hell_top {
	float:left;
	background:url(../images/hell/hell_top.gif) no-repeat;
	width: 729px;
	height: 128px;
	margin-left: 40px;
	}

/* Exclusive */
.exclusive_top {
	background:url(../images/exclusive/exclusive_top.gif) no-repeat;
	width: 740px;
	height: 128px;
	margin-left: 11px;
	}
	
/* Clear Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
.clearall {clear:both};
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.left_box_header_extended {

	width:510px;
	height:38px;
}
.events_item_expanded {

	float:left;
	width:375px;
	padding-top:10px;
}
