@import "nav.css";
@import url('nav.css');

/* CSS Document */
/* 

COLOR SCEME

Dark Green: 193021
Med. Green: 325042

Orange: F08E0C

Dk. Orange/Red: A54407

Red: 731304

*/

* {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
body {
	background-color: #000000;
	background-repeat: repeat-y;
	background-image:url(../images/bg.gif);
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}

h1 {
	display:none;
	margin:0px;
	}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #F08E0C;
	}	
a:hover, a:active {
	color:#F08E0C;
	border-bottom:1px dotted #FFF;
	}

#fans {
	padding:10px;
	background:#000;
	border:1px solid #6D998D;
	margin-top:5px;
	}


#fans input.textbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
#fans p {
	margin: 0 0 5px 0;
	}

#fans .cellPadding {
	padding:2px 0px;
	}




hr {
	display:none;
	}

p {
	margin:0px 0px 18px 0px;
}


table {
	border:none;
	margin:0;
	padding:0;
	}


td {
	margin:0;
	padding:3px 5px;
	border:none;
	border-bottom:1px solid #325042;
	}

tr {
	border:none;
	margin:0;
	padding:0;
	}


	
body#theband #interiorcontent {
	background: url(../images/bg_headers_band.gif) no-repeat -27px top;
	}
	
body#photos #interiorcontent {
	background: url(../images/bg_content_photos.gif) no-repeat -27px top;
	}
body#fan #interiorcontent {
	background: url(../images/bg_content_fan.gif) no-repeat -27px top;
	}
body#wearables #interiorcontent {
	background: url(../images/bg_content_wearables.gif) no-repeat -27px top;
	}
body#booking #interiorcontent {
	background: url(../images/bg_content_booking.gif) no-repeat -27px top;
	}
body#links #interiorcontent {
	background: url(../images/bg_content_links.gif) no-repeat -27px top;
	}
body#contact #interiorcontent {
	background: url(../images/bg_content_contact.gif) no-repeat -27px top;
	}
body#tunes #interiorcontent {
	background: url(../images/bg_tunes.gif) no-repeat -27px top;
	}

	
	
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background: #193021;
	}
		
#header {
	background: url(../images/header.jpg) no-repeat top center;
	width:770px;
	height:180px;
	border-bottom:5px solid #000;
	clear:both;
	}
	
#header * {
	display:none;
	}
	
#navigation {
	clear:both;
	width:100%;
	background: #731304 url(../images/nav_bg.gif) repeat-x bottom left;
	height:100%;
	}
	
.content {
	padding: 60px 20px 20px 20px;
	}
	
.interiorpadding {
	padding: 40px 10px 20px 20px;
	}
	
.rightpadding {
	padding: 40px 30px 30px 47px;
	}
.gig_comment {
	font-size:11px;
	color:#8c9890;
	}	

	
	
	
	
#maincontent {
	min-height:500px;
	width:770px;
	}

#interiorcontent {
	float:left;
	width:500px;
	margin:10px 0 0 0;
	min-height:500px;
	}
	
#interiorcontent p {
	line-height:18px;
	}

	
#interiorcontent img {
	background:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
	margin-right:5px;
	}


#interiorright {
	float:right;
	width:270px;
	margin:10px 0 0 0;
	background: url(../images/bg_rightside.gif) no-repeat left top;
	}

#interiorright h1, #interiorright h2, #interiorright h3, #interiorright h4 {
	border-top:1px solid #fff;
	padding:5px 0px;
	font-size:14px;
	color: #F08E0C;
	}


#interiorright p {
	font-size:12px;	
	}
	
#footer {
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
	border-top:5px solid #000;
	margin-left:auto;
	margin-right:auto;
	width:730px;
	clear:both;
	padding:20px;
	font-size:9px;
	color: #849189;
	}