*{
	border: 0;
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: "Blackout";
    src: url(../css/Blackout-Midnight.ttf);
}

h1, h2, h3, h4, h5{
	color: #4d5957;
	font-family: Helvetica;
	margin-bottom: 15px;
}

a{
	color: #aaa;
	text-decoration: none;
}

a:hover,
a.current,
a.section{
	color: #777;
}

body{
	background: #000;
	margin-bottom: 50px;
	color: #eee;
	font-family: Helvetica, Arial;
}

p{
	margin-bottom: 10px;
}

#Container{
	width: 959px;
	margin: 50px auto;
	border-top: none;
}

.head{
	width: 959px;
	height: 350px;
	position: relative;
	z-index: 1
}

.head-in{
	width: 958px;
	height: 242px;
	border: solid 1px #434343;
	border-bottom: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.head-image{
	width: 491px;
	height: 350px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.head-text{
	position: absolute;
	bottom: 40px;
	right: 80px;
	font-size: 64px
}

.head-text span{
	margin-left: 30px;
}

.main{
	border: solid 1px #434343;
	border-top: none;
	font-size: .8em;
	width: 948px;
	background: #101010;
	padding: 10px 0 20px 10px;
	min-height: 300px;
	position: relative;

}

/* === Navigation === */
.nav1{
	text-align: center;
	clear: both;
	width: 960px;
	background: #000;
	height: 41px;
	border: solid 1px #434343;
	border-left: none;
	border-right: none;
}

.nav1 ul{
	list-style-type: none;
	padding-top: 10px;
}

.nav1 li{
	float: none;
	display: inline;
	margin-left: 40px;
}

.nav1 li.first{
	margin: 0;
}

.nav1 li a{
	color: #f9f9f9;
	font-family: Blackout, Helvetica, Arial;
	padding: 10px 0;
	text-decoration: none;
	font-size: 24px;
}

.nav1 li a:hover,
.nav1 li a.current,
.nav1 li a.section{
	background: url(../images/nav1.jpg) bottom center no-repeat
}

.nav2{
	width: 100%;
}

.nav2 ul{
	list-style-type: none;
}

.nav2 li{
	margin-top: 3px;
	margin-bottom: 3px;
}

.col1{
	float: left;
	width: 660px;
}

.col2{
	float: right;
	width: 250px;
	border: solid 1px #434343;
	border-right: solid 1px #212121;
	background: #000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding: 5px;
	position: absolute;
	top: 10px;
	right: -1px;
}

.col2b{
	width: 230px;
	float: right;
}


.fan-responses{
	border: dotted 1px #333;
	padding: 5px;
}

.latest-vid,
.upcoming-events{
	width: 600px;
	height: 400px;
	margin: 25px auto;
}

.vid{
	width: 480px;
	margin: 10px auto;
}

.fb-like,
.fan-response{
	width: 225px;
	margin: 25px auto;
}

.fan-responses ul li{
	list-style-type: none;
	padding: 5px 0;
	border-bottom: dotted 1px #222;
}

.fan-responses ul li.last{
	border-bottom: none;
}

.fan-responses ul li span{
	font-size: .75em;
}

#footer{
	width: 959px;
	color: #333;
}

#footer ul{
	list-style-type: none;
}

#footer li{
	float: left;
	margin-left: 10px;
}

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

.lefty{
	float: left;
}

.righty{
	float: right;
}

.field{
	font-family: Blackout !important;
}

.music{
	list-style-type: none;
}

.music li{
	width: 290px;
	float: left;
	padding: 5px;
	border: dotted 1px #777;
	margin: 5px 0 0 5px;
}

.videos{
	list-style-type: none;
}

.videos li{
	width: 420px;
	padding: 10px;
	float:  left;
}

.WidgetHolder{
	text-align: left;
}

.feed{
	float: left;
	margin-right: 40px;
	margin-bottom: 15px;
}

#monthNav p{
	color: #333;
}

.sideevent{
	list-style-type: none;
}

.sideevent li{
	margin-bottom: 5px;
	border-top: none;
	border-bottom: dotted 1px #333;
	padding: 5px;
}

.sideevent li.first{
	border-top: dotted 1px #333;
}

#times{
	list-style-type: none;
	margin-bottom: 25px;
}

#times li{
	margin-left: 25px;
}

.otherDates ul{
	margin-bottom: 15px;
}

.otherDates,
.otherDates ul{
	list-style-type: none;
}

.otherDates li{
	margin-left: 15px;
}