/* CSS Document */

body {
padding: 0;
margin: 0;
background: #000;
background-image: url(images/background.jpg) ;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
font: 78%/1.5  Helvetica, Arial, sans-serif;
color: #fff;

}

#container {
margin: 0;
padding: 0;
position: absolute;
left: 50%;
width : 790px;
margin-left: -400px;
background: #000;
border-left: red 1px solid;
border-right: red 1px solid;
padding: 0 1em 0 1em;

}
h1 {
font-size: 140%;
}


h2 {
font-size: 130%;
}

h3 {
font-size: 120%;
}

h4 {
font-size: 105%;
}

a {
color: red;
}

a:hover {
color: #BB0404;
}

#header {
background: #601115;
padding: 1em;
border-left: 1px solid red;
border-right: 1px solid red;
border-bottom: 1px solid red;
text-align: right;
height: 144px;
background-image: url(images/lightning-header.jpg) ;
}


#header h1 {
position: absolute;
left: -3000px;
}

#header h2 {
position: relative;
left: -3000px;
}

#header h3 {
position: relative ;
left: -3000px;
}

#navigation {
float: left;
padding: 0;
margin: 0;
text-align: right;
width: 140px;
}

#navigation p {
color: red;
text-align: left;
}

#navigation ul {
position: relative;
right: 40px;
list-style: none;

}

#navigation a {
padding: 0;
margin: 0;
width: 120px;
color: #fff;
display: block;
text-decoration: none;
border-bottom: 1px solid red;
}


#navigation a:hover {
color: red;
text-decoration: underline;
}

#no-underline {
color: red;
text-align: left;
}


#no-underline a {
border: 0;
color: #fff;
}

#main { 
position: relative;
width: 600px;
float: right;
}

#main img {
border: 1px solid #fff;
}

 a  img {
border: 1px solid black;
}


#main h1 {
color: red;
}

#djs td {
padding: 1em;

}

#instructions {
	background: #1b1818;
	padding: 1em;
}

.info_box {
	background: #1b1818;
	padding: 1em;
}

#flyers {
text-align: left;
}

.setlists {
width: 500px;
text-align: left;
text-transform: capitalize;
}

.gallery img {
margin: 0 10px 10px 0;
}

.news {
padding : 10px 0 20px 0;
border-top: 1px solid red;
}

#link-code {
background: grey;
padding: 10px;
}

#links ul {
list-style: none;
}

#links li {
margin : 0 100px 20px 0;
}

#footer {
clear: both;
text-align: right;
border-top: 1px solid red;
}

#repointer {
	margin-top: 1em;
	text-align: center;
	background: green;
	padding: 1em;
}

#repointer a {
	color: #000;
}
