/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}
a:hover {text-decoration: underline;}



/* 
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/
body {
	background: #FFFFFF url(../images/bg.jpg) no-repeat center top;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 894px;
	margin-right: auto;
	margin-left: auto;
}



/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header {
	background: #993300 url(../images/bg-header.gif) no-repeat;
	height: 29px;
	color: #900000;
	padding: 8px 11px 0px;
	margin-bottom: 40px;
}
#header a {
	font-weight: bold;
	color: #FFFFFF;
}



/* 
----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
#content2 div div, #content3 div div {
	margin-bottom: 30px;
}
#content2 p, #content3 p {
	margin-bottom: 1em;
}
#content2 a, #content3 a {
	font-weight: bold;
	color: #993300;
}
#content2 li, #content3 li {
	padding-bottom: 5px;
}
#photos {
	border-top: 1px solid #E3B3AC;
	border-bottom: 1px solid #E3B3AC;
	margin-bottom: 20px;
	padding: 15px 0px 20px;
}
#photos img {
	margin-right: 15px;
	margin-left: 15px;
}


/*-- LEFT --*/
#content1 .left, #content2 .left, #content3 .left {
	float:left;
	width: 364px;
	margin-bottom: 20px;
}
#content2 .left, #content3 .left {
	margin-left: 20px;
	_margin-left: 0px;
}
.band-info blockquote {
	margin: 10px;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}
#content3 .news li {
	padding-bottom: 20px;
}
.news em {
	font-size: 10px;
	font-style: normal;
	letter-spacing: .5em;
	color: #838383;
}


/*-- RIGHT --*/
#content1 .right, #content2 .right, #content3 .right {
	float:right;
	width: 453px;
	margin-right: 20px;
	_margin-right: 0px;
	margin-bottom: 20px;
}
.player {
	background: url(../images/bg-player.gif) no-repeat;
	padding: 9px;
}
#content2 .shows .left, #content2 .shows .right {
	width: 45%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#content2 .shows a {
	color: #0D1058;
}
#content2 .shows em {
	font-size: 10px;
	font-weight: normal;
	color: #828282;
}
#content2 .shows ul {
	float:left;
}
#content2 .shows li {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	text-align: center;
	line-height: 20px;
	width: 36px;
	border-right: 1px solid #151B4D;
	padding-right: 15px;
}
#content2 .shows strong {
	font-size: 30px;
	letter-spacing: -0.1em;
}
#content2 .shows div p {
	margin: 0px 0px 0px 51px;
	font-weight: bold;
	border-left: 1px solid #1B2364;
	_border-left: none;
	padding-left: 15px;
	font-size: 11px;
}
.links li {
	background: url(../images/bullet.gif) no-repeat left 5px;
	padding-bottom: 8px;
	padding-left: 15px;
}



/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	background: #993300;
	padding: 15px;
	color: #E6E6E6;
	margin-top: 10px;
	margin-bottom: 40px;
}
#footer p {
	margin-bottom: 0.5em;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
}
#footer .left {
	float:left;
	padding-right: 50px;
	border-right: 1px solid #920B00;
}
#footer .right {
	float:right;
	width: 475px;
	background: url(../images/bg-myspace.gif) no-repeat right top;
}



/* 
----------------------------------------------------------------------------- 
CLEARFIX
-----------------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
