@import url("css-nav.css");

body {
	margin: 0;
	background: #000 url(img/bg-grunge.jpg) top fixed;
	color: #999;
	font-size: 12px;
	font-family: arial helvetica, sans-serif;
	min-width: 900px;
	scrollbar-base-color: #333;
}

/* main */

#main {
	width: 990px;
	margin: 0 auto;
}

/* hero */

img#logo-hp {
	position: absolute;
	bottom: 0;
	left: 0;
	
	z-index: 100;
	display: none;
}

img#bg-hp {
	position: ;
	bottom: 0;
	float: left;
	/* margin-left: -100px; */
	
	z-index: 50;
}

#news-hero {
	padding: 25px;
	width:  345px;
	margin: 0px 20px 20px 400px;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	font-family: 'DirtyhouseMedium', Arial, sans-serif;
	font-weight: normal;
}

#top a:link, #top a:visited {
	color: #c30;
}

#top a:hover {
	color:  #f90;
}

/* tags */

h1 {
	font-size: 21px;
	text-transform: uppercase;
	margin: 0;
	border-bottom: #333 solid 1px;
	color: #c30;
	font-family: 'DirtyhouseMedium', Arial, sans-serif;
	font-weight: normal;
}

h1 a:link,
h1 a:visited {
	color: #c30;
	font-family: 'DirtyhouseMedium', Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

h1 a:hover {
	color:  #fff;;
}

/* rows */

#top {
	position: relative;
	clear: both;
	width: 990px;
	height: 250px;
	padding: 0;
	background: #fff url() no-repeat;
	/* background: #fff url(img/hero-bg-repulse.gif) no-repeat; */
}

#top .linkage {
	position: absolute;
	top: 10px;
	right: 10px;
}

#top .linkage a:link,
#top .linkage a:visited {
	display: block;
	padding: 6px;
	background: #333;
	margin: 0 0 1px 0;
	font-size: 14px;
	text-decoration: none;
	width: 100px;
	color: #ccc;
	width: 120px
}

#top .linkage a:hover {
	color: #fff;
	background: #c30;
}

#releases {
	position: relative;
	clear: both;
	background: #000;
	height: 100px;
	padding: 20px 0px 0 0px;
	color: #000;
	overflow: hidden;
	border-bottom: #000 solid 20px;
}

#releases a:link,
#releases a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: ;
}

#releases a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.release {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 10px 0 0;
 	overflow: hidden;
 	float: left;
 	font-size: 11px;
}

.release div {
	margin: 10px 5px 10px 110px;
}

.release:hover {
	width: 200px;
	background: #c30;
}

.release img {
	float: left;
	margin: 0 5px 0 0;
	border: #000 solid 0px;
}

.release a:link img,
.release a:visited img {
	border: #000 solid 0px;
}

.release a:hover img {
	border: #000 solid 0px;
}

.release:hover img {
	border: #000 solid 0px;
}

#bottom {
	position: ;
	clear: both;
	background: #000;
	padding: 10px;
	font-size: 12px;
}

/* news */

#news {
	width: 380px;
	height: ;
	overflow: auto;
	position: ;
	float: left;
	right: ;
	margin: 10px;
	padding: 0;
	z-index: 100;
	clear: both;
}

/* noise */

#noise {
	width: 150px;
	float: left;
	margin: 10px;
	position: ;
	left: ;
	display: ;
	clear: none;
}

/* shows */

#shows {
	width: 150px;
	height: ;
	overflow: ;
	position: ;
	float: left;
	right: 0px;
	margin: 10px;
	padding: 0;
	z-index: 100;
}

#shows strong {
	color: #fff;
}

#shows img {
	float: left;
	margin: 0 0 10px 0;
}

a:link .flyer,
a:visited .flyer {
	border: #f00 solid 0px;
}

a:hover .flyer {
	border: #fff solid 0px;
}

/* twitter */

#twitter {
	width: 210px;
	float: left;
	margin: 10px;
	position: ;
	left:  ;
	display: none;
}

ul#twitter_update_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#twitter_update_list li {
	margin: 10px 0;
}

/* upcoming releases */

#releases-upcoming {
	width: 200px;
	float: left;
	margin: 0 10px;
	position: ;
	left: ;
	display: none;
}

#releases-upcoming strong {
	color: #fff;
}

/* media */

#media {
	width: 200px;
	float: left;
	margin: 0 10px;
	position: ;
	left: ;
}

/* stuff */

#stuff {
	width: 200px;
	float: left;
	margin: 10px;
	position: ;
	left: ;
	display: ;
}

/* webcam */

#webcam {
	width: 200px;
	float: left;
	margin-left: 10px;
	position: ;
	left: ;
	display: none;
}



/* misc */

iframe {
	font-size: 11px;
	font-family: arial helvetica, sans-serif;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
