@import url("css-nav.css");

body {
	margin: 0;
	background: #000;
	color: #999;
	font-size: 12px;
	font-family: arial helvetica, sans-serif;
	min-width: 900px;
	scrollbar-base-color: #333;
}

/* logo */

img#logo-hp {
	position: absolute;
	bottom: 0;
	left: 0;
	
	z-index: 100;
}

img#bg-hp {
	position: absolute;
	bottom: 0;
	margin-left: -100px;
	
	z-index: 50;
}

/* tags */

h1 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	border-bottom: #fff solid 1px;
	color: #fff;
}

/* rows */

#top {
	position: relative;
	clear: both;
	width: 100%;
	height: 280px;
	padding: 15px 0 0 0;
}

#releases {
	position: relative;
	clear: both;
	background: #900;
	height: 102px;
	padding: 10px;
	color: #fff;
}

#releases a:link,
#releases a:visited {
	color: #000;
}

#releases a:hover {
	color: #fff;
}

.release {
	width: 102px;
	height: 102px;
	display: block;
	margin: 0 10px 0 0;
 	overflow: hidden;
 	float: left;
 	font-size: 11px;
}

.release:hover {
	width: 225px;
}

.release img {
	float: left;
	margin: 0 5px 0 0;
	border: #000 solid 1px;
}

.release a:link img,
.release a:visited img {
	border: #000 solid 1px;
}

.release a:hover img {
	border: #fff solid 1px;
}

.release:hover img {
	border: #fff solid 1px;
}

#bottom {
	position: relative;
	clear: both;
	background: #121212;
	padding: 10px 20px;
	font-size: 11px;
}

/* news */

#news {
	width: 320px;
	height: 235px;
	overflow: auto;
	position: absolute;
	float: right;
	right: 360px;
	margin: -25px 5px 0 5px;
	padding: 10px;
	z-index: 100;
}

/* shows */

#shows {
	width: 320px;
	height: 235px;
	overflow: auto;
	position: absolute;
	float: left;
	right: 10px;
	margin: -25px 5px 0 5px;
	padding: 10px;
	z-index: 100;
}

#shows strong {
	color: #fff;
}

#shows img {
	float: left;
	margin: 0 10px 0 0;
}

a:link .flyer,
a:visited .flyer {
	border: #f00 solid 1px;
}

a:hover .flyer {
	border: #fff solid 1px;
}

/* twitter */

#twitter {
	width: 200px;
	float: left;
	margin-right: 10px;
	position: ;
	left:  ;
}

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: ;
}

#releases-upcoming strong {
	color: #fff;
}

/* media */

#media {
	width: 200px;
	float: left;
	margin: 0 10px;
	position: ;
	left: ;
}

/* stuff */

#stuff {
	width: 200px;
	float: left;
	margin-left: 10px;
	position: ;
	left: ;
}

/* misc */

iframe {
	font-size: 11px;
	font-family: arial helvetica, sans-serif;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}