html, body {
	height:100%;
}

body {
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#eee;
	background:#000 url(../i/body_bg.jpg) no-repeat fixed center top;
	text-align:center;
}

h1,h2,h3,h4 {
border:none;
font-weight:400;
font-size:1.5em;
padding-bottom:3px;
text-transform:uppercase;
color:#bf9900;
font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
font-size:1.2em;
padding-left:10px;
}

a {
color:#eee;
text-decoration:underline;
}

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

p {
margin:0 10px 10px;
}

/* Site Layout */
#wrap {
	margin:0 auto;
	width:940px;
	min-height:100%;
	height:auto!important;
	border-left:1px solid #bf9900;
	border-right:1px solid #bf9900;
	text-align:left;
}

#nav-wrap {
	clear:both;
	float:left;
	width:940px;
	background: url(../i/header_bg.jpg);
	height: 960px;
}

#nav {
	background: url(../i/main_nav.png);
	height: 42px;
	width: 830px;
	position:relative;
	top:860px;
	left:55px;
}

#nav span {
	display: none;
}

#nav li {
	list-style:none;
	position:absolute;
	top:0;
}

#nav li, #nav a {
	height:42px;
	display:block;
}


#nav #home {
	left:0;
	width: 85px;
}


#nav #band {
	left:105px;
	width: 130px;
}

#nav #shows {
	left:260px;
	width: 90px;
}
#nav #gallery {
	left:365px;
	width: 115px;
}
#nav #media {
	left:505px;
	width:85px;
}
#nav #links {
	left:615px;
	width:75px;
}
#nav #contact {
	left:715px;
	width: 115px;
}

#nav #home:hover {background:url(../i/main_nav.png) 0 -44px no-repeat;}
#nav #band:hover {background:url(../i/main_nav.png) -105px -44px no-repeat;}
#nav #shows:hover{background:url(../i/main_nav.png) -260px -44px no-repeat;}
#nav #gallery:hover{background:url(../i/main_nav.png) -365px -44px no-repeat;}
#nav #media:hover{background:url(../i/main_nav.png) -505px -44px no-repeat;}
#nav #links:hover{background:url(../i/main_nav.png) -615px -44px no-repeat;}
#nav #contact:hover{background:url(../i/main_nav.png) -715px -44px no-repeat;}


#content-wrap {
	clear:both;
	float:left;
	width:940px;
}

#footer {
	clear:both;
	margin:0 auto;
	width:940px;
	background: url(../i/footer_border_bg.jpg) no-repeat center top;
	padding-top: 25px;
	font-size:10px;
	text-align:center;
	padding-bottom:15px;
}

#footer p {
margin: auto;
color:#7f7f7f;
}

#footer a {
	color: #7f7f7f;	
}

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

/* Main Content Layout */
#main-content {
	clear:left;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:590px;
}



#main-content .title {
	color:#bf9900;	
}
#main-content .details {
float:left;
width:auto;
background:#1a1a1a;
font-size:10px;
margin:0 2px;
padding:2px 4px;
color:#eee;
}

#main-content a{text-decoration:none;}

#main-content .comment_box{
	margin:5px auto;
	width:90%;
	padding-top:10px;
	border:1px solid #666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


/* Sidebar Layout */
#sidebar {
	float:left;
	margin-right:10px;
	width:320px;
}

.universe{
	clear:both;
	width:320px;
}

.universe h2 {
	background: url(../i/dcd_universe.png) left top;
	width: 320px;
	height: 40px;
	
}

.universe h2 span {display:none;}

.universe ul li a {
	background:#1a1a1a url(../i/pbar.png) repeat-x bottom;
	color:#999999;
	text-decoration:none;
	padding: 3px 0px 9px 5px;
	display:block;
}

.universe ul li a:hover {
	color:#bf9900;
	text-decoration:none;
}

.universe ul li img {
	margin: 2px 5px;
	vertical-align:middle;
}

.mailinglist {
	clear:both;
	width:320px;
	margin-top:15px;
}

.mailinglist h2 {
	background: url(../i/dcd_mailinglist.png) left top;
	width: 320px;
	height: 40px;
	
}

.mailinglist h2 span {display:none;}

.mailinglist form label {
	display:block;	
}

.mailinglist form input[type=text] {
	width:300px;
	background:#000;
	border:1px solid #900;
	padding:5px 3px 4px;
	color:#eee;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.mailinglist form input[type=text]:focus {
	border:1px solid #bf9900;
}

.mailinglist input[type=submit]
{
	color:#fff;
	background:#900;
	border:1px solid #900;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.mailinglist input[type=submit]:hover
{
	background:#900;
	border:1px solid #bf9900;
	color:#fff;
	cursor:pointer;
}

.gallery {
	clear:both;
	width:320px;
	margin-top:15px;
}

.gallery h2 {
	background: url(../i/dcd_gallery.png) left top;
	width: 320px;
	height: 40px;
	
}

.gallery h2 span {display:none;}

.video_preview {
	clear:both;
	width:320px;
	margin-top:15px;
}

.video_preview h2 {
	background: url(../i/dcd_video.png) left top;
	width: 320px;
	height: 40px;
	
}

.video_preview h2 span {display:none;}

.poll {
	clear:both;
	width:320px;
	margin-top:15px;
}

.poll h2 {
	background: url(../i/dcd_poll.png) left top;
	width: 320px;
	height: 40px;
	
}

.poll h2 span {display:none;}

.cleaner {
clear:both;
visibility:hidden;
}

#frmContact label
{
	display:block;
}

#frmContact input[type=text], #frmContact select, #frmContact textarea
{
	width:435px;
	background:#000;
	border:1px solid #900;
	padding:5px 3px 4px;
	color:#eee;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#frmContact textarea
{
	height:200px;
	font:12px Arial, Helvetica, sans-serif;
	
}

#frmContact input[type=text]:focus, #frmContact select:focus, #frmContact textarea:focus
{
	border:1px solid #bf9900;
}

#frmContact input[type=submit]
{
	color:#fff;
	background:#900;
	border:1px solid #900;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#frmContact input[type=submit]:hover
{
	background:#900;
	border:1px solid #bf9900;
	color:#fff;
	cursor:pointer;
}
#frmComments label
{
	display:block;
}

#frmComments input[type=text], #frmComments select, #frmComments textarea
{
	width:435px;
	background:#000;
	border:1px solid #900;
	padding:5px 3px 4px;
	color:#eee;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#frmComments textarea
{
	height:200px;
	font:12px Arial, Helvetica, sans-serif;
	
}

#frmComments input[type=text]:focus, #frmComments select:focus, #frmComments textarea:focus
{
	border:1px solid #bf9900;
}

#frmComments input[type=submit]
{
	color:#fff;
	background:#900;
	border:1px solid #900;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#frmComments input[type=submit]:hover
{
	background:#900;
	border:1px solid #bf9900;
	color:#fff;
	cursor:pointer;
}

#links ul li {
	float:left;
	width:45%;
}

#links ul li a {
	display:block;	
}

.show-wrap {clear:both; width:580px;}
.show-details {float:left; width:370px;margin-right:10px;}
.show-details div {clear:both;}
.show-details div span {width:120px;font-weight:bold;float:left;}
.show-poster {float:left; width:200px;}


.content{color:#ccc;font:14px/1.4 arial,sans-serif;width:600px;margin:20px auto}
#galleria{height:400px;}



















