/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue LT', Arial, Helvetica, sans-serif;
	font-size: 	12px;
	line-height: 140%;
	background: #000;
}

body,html {
	width: 100%;
	height: 100%;	
	overflow:hidden;
}

body.front {
	background: #000;	
}

body.bandpage {
	background: #000;
	
}

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

a:hover {
	text-decoration: none;	
}

h1,h2,h3,h4, p {
	margin-top: 0;
	margin-bottom: 15px;	
}
h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;	
	margin-top: 0px;
}

#page h3 {
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
}

h4 {
	color: #b80000;
	font-size: 14px;
	font-weight: normal;	
}

#wrapper-pics {
	height: 100%;
	overflow: hidden;
	width: 100%;
	display:block;
}
#pics {
	padding: 0;  
    margin:  0; 
	z-index: -1000; 

}

#pics img {
	 top:  0; 
    left: 0 
}

.footer {
	width: 100%;
	height: 36px;
	dipslay: block;
	position:fixed;
	bottom: 0;
	
}

.enterWebsite {
	width: 119px;
	height: 36px;
	color: #fff;
	font-size: 14px;
margin: 0 auto;
}

.enterWebsite a{
	display: block;
	color: #fff;
	font-size: 14px;
	background: #000;
	cusor: pointer;
	text-decoration: none;
	padding: 10px 10px;
	text-align:center;
	width:100%;
	height: 100%;
}

.enterWebsite a:hover {
	background: #b80000;
}


#page {
	width: 100%;
	margin:0;
	padding: 0;	
}

#bgimage {
	position: absolute;
	top: -36px;
	z-index: -10000;
}

#header-wrapper{
	height: 30px;
	background: #000;
	padding: 6px 0 0px;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

h1#logo {
	width: 262px;
	height: 24px;
	float: left;
	margin: 0;
	padding: 0;	
}

h1#logo a {
	text-indent: -100000px;
	display: block;
	background: transparent url(img/logo.png) no-repeat left top;
	width: 100%;
	height: 100%;
}

ul#nav {
	margin: 4px 0 0;
	padding: 0;	
	float: right;
}

ul#nav li {
	float: left;
	color: #fff;
	font-size: 12px;	
	list-style-type: none;
	margin-left: 10px;
	cursor: pointer;
	padding: 2px 5px;
	line-height: 100%;
}

ul#nav li a {
	color: #fff;
	text-decoration: none;	
}

ul#nav li:hover,
ul#nav li.active {
	background: #fff;
	color: #000;
}

ul#nav li a:hover {
	background: #fff;
	color: #000;
}

#hidden {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.box {
	width: 270px;
	background: transparent url(img/spacer.png)	repeat left top;
	padding: 15px;
	position: absolute;
	margin-bottom: 10px;
	right: 0;
}

.box .close {
	width: 10px;
	height: 11px;
	display: block;
	position: absolute;
	right: 10px;
	top: 15px;
	cursor: pointer;
	padding: 5px;
	background:  transparent url(img/close.png) no-repeat 3px 5px;

}

.box .close:hover {
	background: transparent url(img/close.png) no-repeat 3px -34px;
	
}


/*content*/
h1#slogan {
	background: transparent url(img/slogan.png) no-repeat left top;
	width: 478px;
	height: 127px;
	display: block;
	text-indent: -10000px;
	margin-bottom: 25px;
}

#content .container {
	margin-top: 40px;	
}

/* timer general */

#timer-wrapper {
	position: absolute;	
}

#timer {
	position:relative;
}




/* timer numbers */
.timer_numbers {
	font-size:24px;
	font-weight:normal;
	text-align:left;
	color:#b80000;
}

#timer_days {
	background:url(img/countdown1.png) transparent no-repeat;
	float:left;
	width:80px;
	height:31px;
	padding:8px 0px 0 8px;
	letter-spacing:16px;
}

#timer_hours {
	background:url(img/countdown2.png) transparent no-repeat left top;
	float:left;
	width:50px;
	height:31px;
	padding:8px 0 0 38px;
	letter-spacing:16px;
}

#timer_mins {
		background:url(img/countdown2.png) transparent no-repeat left top;
	float:left;
	width:50px;
	height:31px;
	padding:8px 0 0 38px;
	letter-spacing:16px;
}

#timer_seconds {
		background:url(img/countdown2.png) transparent no-repeat left top;
	float:left;
	width:87px;
	height:31px;
	padding:8px 0 0 38px;
	letter-spacing:16px;
}


/* timer labels */
.timer_labels {
	font-size:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#666;
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top:150px;
	left:58px;
}

#timer_hours_label {
	position:absolute;
	top:150px;
	left:305px;

}

#timer_mins_label {
	position:absolute;
	top:150px;
	left:570px;
}

#timer_seconds_label {
	position:absolute;
	top:150px;
	left:825px;
}


/* Portrait */
@media screen and (orientation:portrait) {
	.enterWebsite {
		width: 300px;
		height: 150px;	
	}
	
    .enterWebsite a {
		font-size: 30px;	
		background: #b80000;
	}
	
	#pics {
		position: absolute;
		bottom: 0;	
	}
}
