

/****************/
/*  BASIC PAGE  */
/****************/
body, html {
	height:100%;
}

html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	line-height:150%;
	text-shadow: black 0px 0px 5px, black 0px 0px 5px, black 0px 0px 5px, black 0px 0px 5px, black 0px 0px 5px;
	
}
/* HTML5 Elements */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display: block;}

html, body, div, a, img {
	border:none;
	outline:none;
	padding:0px;
	margin:0px;
}
body {
	background:black;
	background-image:url("/images/global/bg.jpg");
}


/**********************/
/*  TEMPLATE STYLING  */
/**********************/
div.wrapper {
	width:900px;
	min-height:100%;
	margin:0px auto;
	position:relative;
}

/************/
/*  HEADER  */
/************/

.header {
	height:150px;
	position:relative;
}

.header h1 {
	background-image:url('/images/global/logo.png');
	width:320px; height:140px;
	position:absolute;
	left:-40px; top:-15px;
	padding:40px 100px 85px 40px;
	margin:0px;
}

.header h1 a {
	/* Hide the actual text */
	text-indent:-1000px;
	overflow:hidden;
	
	/* Fill the logo space */
	display:block;
	width:320px; height:140px;
}

/************/
/*  FOOTER  */
/************/

.footer {
	font-size:80%;
	text-align:center;
	/* position:absolute;
	bottom:0px; */
	width:100%;
}
.footer p {
	display:inline;
	margin:auto;
	text-align:center;
/*	padding:0px 3px;
	background:black;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	*/
}

/****************/
/*  NAVIGATION  */
/****************/

.nav {
	width:550px;
	position:absolute;
	right:0px;top:18px;
}
.nav ul {
	padding:0px; margin:0px;
	list-style: none;	
}

.nav li {
	padding-left:10px;
	padding-top:3px;
	
	font-family: "28 Days Later", "Destroy Regular", Arial, Verdana, sans;
	text-transform: uppercase;
	font-size:160%;
	
	letter-spacing:.1em;
	
	margin:0px;
	display:block;
	position:absolute;
	overflow:hidden;
/*	text-indent:-1000px;
/*	border:1px blue solid;*/
}

.nav li a {
	/* Fill the logo space */
	display:block;
	width:100%; height:100%;
	color:white !important;
}
.nav li a:hover {
	color:#3F6BFF !important;
	color:#FF0000 !important;
	text-decoration:none;	
}

#news-link {
	width:74px; height:30px;
	left:41px; top:28px;
}
#band-link {
	width:128px; height:30px;
	left:30px; top:101px;
}
#album-link {
	width:107px; height:30px;
	left:133px; top:64px;
}
#calendar-link {
	width:137px; height:30px;
	left:200px; top:27px;
}
#press-link {
	width:84px; height:30px;
	left:236px; top:101px;
}
#media-link {
	width:85px; height:30px;
	left:324px; top:64px;
}
#contact-link {
	width:120px; height:30px;
	left:414px; top:27px;
}
#audition-link {
	width:135px; height:30px;
	left:389px; top:101px;
}



/*************/
/*  CONTENT  */
/*************/

#content {
	padding:15px 75px 80px 75px;
	margin:auto;
	text-align:center;
	position:relative;
}
.bigandred {
	line-height:150%; margin:0px; font-size:160%; color:#FF0000;
}
