/* Page
----------------------------------------------- */
html {
	height:100%;
	width:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;	
	font-family: Arial, Verdana;
	font-size:12px;
	color:#d4d4d4;
	background-color:#100000;
}


/* Headers
----------------------------------------------- */
h1, h2, h3, h4, h5 {}
h1{
	font-size:22px;
	margin:-4px 0 0 0;
	display: block;
	width:102px;
	background-repeat:no-repeat;
	padding-top: 30px;
	height: 0 !important;
	overflow: hidden;
}

h1.news{background-image: url('/img/titles/news.jpg');}
h1.band{background-image: url('/img/titles/band.jpg');}
h1.gigs{background-image: url('/img/titles/gigs.jpg');}
h1.media{background-image: url('/img/titles/media.jpg');}
h1.contact{background-image: url('/img/titles/contact.jpg');}
h1.pictures{background-image: url('/img/titles/pictures.jpg');}
h1.admin{background-image: url('/img/titles/admin.jpg');}


h2 {
	font-size:14px;
	margin:0px 0px 5px 0px;
}


/* Paragraphs
----------------------------------------------- */
p{
padding:0;
margin:0;
}


/* Lists
----------------------------------------------- */
ul {
margin:0 0 10px 15px;
padding:0 0 0 0;
list-style-type:square;
}
ul li {
padding:0;
margin:0;
}
/* Tables
----------------------------------------------- */
table {}
 
table.shows tr td{
border-bottom: 1px solid #a70707
}


td.table_header {
background-color:#313131;
}

td.pics{
width:115px;
text-align:center;
}


/* Forms
----------------------------------------------- */
form {
	clear: both;
	margin-right: 20px;
	margin-top:10px;
	padding: 0;
}
fieldset {
	border: 1px solid #ff0000;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	vertical-align: text-top;
	margin-bottom:5px;
}
form div.input {

}
form div.required {
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	width:100px;
	display: block;
}
input, textarea {
	padding: 0px;
	margin-bottom:2px;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}


/* Links
----------------------------------------------- */
a {
color:#a70707;
text-decoration:none;
}
a:hover {
color:#a70707;
text-decoration:underline;
}


/* Misc
----------------------------------------------- */
img {
border:0px
}


hr {}
blockquote{}
pre{}
em{}

/* Main wrapper
----------------------------------------------- */
#wrapper {
position:relative;
margin: auto;
width:999px;
height:100%;
}

#container{
position:relative;
float:left;
width:999px;
height: auto !important;
height: 100%;
min-height: 100%;
background-image:url(/img/bg.jpg);
background-repeat:repeat-y;
background-position:top center;
}

#left{
position:relative;
float:left;
width:100px;
}






/* Identity
----------------------------------------------- */
#identity{
}


/* Content
----------------------------------------------- */

#header{
background-image:url(/img/header.jpg);
background-position:top;
background-repeat:no-repeat;
height:210px;
text-align:right;
padding-right:100px;
}

#content{
position:relative;
float:left;
left:100px;
margin:10px 10px 10px 10px;
}

#content_left{
position:relative;
float:left;
width:570px;
margin-right:10px;
height: auto !important;
height: 100%;
min-height: 100%;
}

#content_right{
position:relative;
float:left;
width:200px;
}

#content_right.band{
margin-top:45px;
}


/* Primary navigation
----------------------------------------------- */
#nav{
position:absolute;
margin-top:220px;
margin-right:0px;
margin-left:-2px;
}


ul.nav{
padding:0;
margin:0;
}

ul.nav li,
ul.nav li a {
display: block;
width:102px;
background-repeat:no-repeat;
float:left;
list-style:none;
padding:0;
margin:0;
}

ul.nav li a {
padding-top: 25px;
height: 0 !important;
overflow: hidden;
/*height: 25px;*/
}

ul.nav li.home a {background-image: url('/img/nav/home.jpg'); height:24px;}
ul.nav li.news a {background-image: url('/img/nav/news.jpg'); height:27px;}
ul.nav li.band a {background-image: url('/img/nav/band.jpg'); height:28px;}
ul.nav li.gigs a {background-image: url('/img/nav/gigs.jpg'); height:28px;}
ul.nav li.media a {background-image: url('/img/nav/media.jpg'); height:27px;}
ul.nav li.contact a {background-image: url('/img/nav/contact.jpg'); height:26px;}

ul.nav li.home a:hover {background-image: url('/img/nav/home_active.jpg'); height:24px;}
ul.nav li.news a:hover {background-image: url('/img/nav/news_active.jpg'); height:27px;}
ul.nav li.band a:hover {background-image: url('/img/nav/band_active.jpg'); height:28px;}
ul.nav li.gigs a:hover {background-image: url('/img/nav/gigs_active.jpg'); height:28px;}
ul.nav li.media a:hover {background-image: url('/img/nav/media_active.jpg'); height:27px;}
ul.nav li.contact a:hover {background-image: url('/img/nav/contact_active.jpg'); height:26px;}