
* { outline:none; border:0; }


html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,input, textarea, dl, dt, dd {  
    margin: 0;  
    padding: 0;  
    font-size: 100%;  
    outline: none;
	-webkit-text-size-adjust: none;
	font-family: 'Droid Sans', arial, serif; 
	font-size: 15px;
}  

ul {list-style: none;}  

img, fieldset {border: 0;}  

strong, b {	font-weight: bold;}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}  

em {font-style: italic;}  

strong {font-weight: bold;}  

/* <table cellspacing="0"> */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: hide;
}

.clear {
	clear: both;
}

hr.clear {
	clear: both;
	visibility: hidden;
	height: 0px;	
}


body { 
	background: #d8d8d8;
}

h1 {
	background: url(images/blastbeat-logo.jpg) top left no-repeat;
	width:989px;
	height: 243px;
	text-indent: -99999px;
	margin:30px auto 0px;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 19px;
}		

#header {
	background: #f46200;
	width:989px;
	font-size: 18px;
	line-height: 32px;
	margin:0 auto;
	position: relative;
	z-index: 5
}

a#clientlogin {
	position: absolute;
	right:0;
	top:-280px;
	background: #000;
	padding:5px 25px 0px;
	border:3px solid #f46200;
	color:#f46200;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	
	  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 5px; /* FF1-3.6 */
          border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 

}

a#clientlogin:hover { top:-277px; color:#fff }
a#clientlogin:active { top:-276px; right:-1px; }


#header p { padding:25px; margin:0; }

#header p.stats {
	color:#fff;
	text-align: center;
	margin-top:-35px;
	font-size:26px;
	line-height: 36px;
	text-transform: uppercase;
}

#header li {
	width:50%;
	display: inline;
	position: relative;
	float: left;
	color:#fff;
}
#header ul { padding:20px; padding-top: 0; margin-top: -10px; overflow: hidden }

.leftindent { background: url(images/orange-left.png); width:18px; height:18px; position: absolute;	bottom:-18px; left: 0; _display:none;}
.rightindent { background: url(images/orange-right.png); width:18px; height:18px; position: absolute;	bottom:-18px; right: 0; _display:none; }

#content {
	margin: 0 auto;
	width:955px;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5); 
	position: relative;
	z-index: 1;
}

#advertisers {
	color:#fff;
	background: #000 url(images/background-brands.gif) bottom center no-repeat;
	padding:30px 20px;
	padding-bottom:40px;
}

#advertisers h2 { margin-bottom:0px;}

#advertisers ul { overflow: hidden; margin:10px 10px ; display: table; width: 100%}

#advertisers li {
	display: table-cell;
	*display:inline;
	_display:inline;
	*position:relative;
	_position:relative;
	_float:left;
	*float:left;

	vertical-align: middle;
	text-align: center;
	height: 90px
}

#advertisers li a { 
	display: block; 
	text-indent: -99999px;
	opacity:0.8;
	filter:alpha(opacity=80)
	_margin-right:10px;
	*margin-right:10px;			
}

#advertisers li a:hover { 
	position:relative; 
	top:-1px;
	opacity:1;
	filter:alpha(opacity=100)
}

#advertisers .rockband { width: 91px; height:58px; background: url(images/brand-rockband.gif) }
#advertisers .adultswim { width: 110px; height:22px; background: url(images/brand-adultswim.gif) }
#advertisers .scion { width: 78px; height:54px; background: url(images/brand-scion.gif) }
#advertisers .century { width: 81px; height:89px; background: url(images/brand-centurymedia.gif) }
#advertisers .epicrecords { width: 78px; height:55px; background: url(images/brand-epic.gif) }
#advertisers .metalblade { width: 101px; height:86px; background: url(images/brand-metalblade.gif) }
#advertisers .microsoft { width: 106px; height:18px; background: url(images/brand-microsoft.gif) }
#advertisers .relapse { width: 124px; height:50px; background: url(images/brand-relapse.gif) }
#advertisers .livenation { width: 117px; height:22px; background: url(images/brand-livenation.gif) }
#advertisers .vagrant { width: 124px; height:35px; background: url(images/brand-vagrant.gif) }
#advertisers .red { width: 73px; height:48px; background: url(images/brand-red.gif) }
#advertisers .razortie { width: 122px; height:34px; background: url(images/brand-razortie.gif) }
#advertisers .toothnail { width: 74px; height:81px; background: url(images/brand-toothnail.gif) }
#advertisers .prosthetic { width: 134px; height:65px; background: url(images/brand-prosthetic.gif) }
#advertisers .victory { width: 78px; height:81px; background: url(images/brand-victory.gif) }



#advertisers a.button {
	display: block;
	background: #F46200;
	width:190px;
	padding:7px 10px;
	color:#fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
	text-align:center;
	margin-top: 10px;
	
}

#advertisers a.button:hover { position: relative; top:-1px; }



#publishers {
	background: #fff url(images/background-publishers.gif) repeat;
	padding:30px 20px;
}

#publishers p { margin:0; }

#publishers ul { margin:30px 0; overflow: hidden; }

#publishers ul  li {
	display: inline;
	position: relative;
	float: left;
	background: #c6c6c6;
	margin:0 3px 3px 0

}

#publishers a { color:#000;}


#publishers li a {
	width:175px;
	height:74px;
	display: block;
	text-indent: -9999px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#publishers li a:hover { 
	opacity:1;
	filter:alpha(opacity=100);
	position: relative;
	top:-1px
}


#publishers .metalsucks { background: url(images/site-metalsucks.gif) }
#publishers .injection { background: url(images/site-metalinjection.gif) }
#publishers .decibel { background: url(images/site-decibel.gif) }
#publishers .underground { background: url(images/site-metalunderground.gif) }
#publishers .smnnews { background: url(images/site-smnnews.gif) }
#publishers .insider { background: url(images/site-metalinsider.gif) }
#publishers .maniacs { background: url(images/site-metalmaniacs.gif) }
#publishers .sick { background: url(images/site-sickdrummer.gif) }
#publishers .apparatus { background: url(images/site-apparatus.gif) }
#publishers .chronix { background: url(images/site-chronix.gif) }
#publishers .omega { background: url(images/site-omegaorder.gif) }
#publishers .skullsnbones { background: url(images/site-skullsnbones.gif) }
#publishers .puregrain { background: url(images/site-puregrain.gif) }
#publishers .stereokiller { background: url(images/site-stereokiller.gif) }
#publishers .stuffyouwillhate { background: url(images/site-stuffyouwillhate.gif) }
#publishers .lambgoat { background: url(images/site-lambgoat.gif) }



#latest {
	background: url(images/background-news.jpg) top left repeat-x #9b9b9b;
	padding:50px 30px
}
#latest p { margin: 0 }		


#latest ul {
	padding:10px 30px;
	list-style: square;
	color: #F46200
}

#latest ul li { margin:1em 0;}

#latest ul li span { 
	color:#000;
}

#latest ul li a {
	display: none
}

#latest a { color:#000;  font-weight: bold; }
#latest ul li span a { display: inline;  }
#latest a:hover { text-decoration: none; background-color:#F46200;  }


