/*** reset ***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*** reset ***/

* {
  	color: #039504;
  	font-family: 'Arial, Sans-Serif';
  
}

body {
/*  background-color:black; */ 
background: #000 url('images/background-tile.gif') repeat left top ;

position:relative;
}


#page {
	width: 949px;
margin:0px auto;	
}
  


.navigation {
  background-color: black;
  background-repeat: no-repeat;
  height:40px;

}

#navigation_ {
  background-image: url('images/home.jpg');
  
}



#navigation_home {
  background-image: url('images/home.jpg');
  
}

#navigation_gallery {
  background-image:url('images/gallery.jpg');
}

#navigation_news {
  background-image:url('images/news.jpg');
}

strong {

color:white;
font-weight:bold;
}

div.entry strong {
  color:#039504;
  font-weight:normal;
  
  
}

#navigation_meet-the-band {

  background-image: url('images/meet-the-band.jpg');
}

#navigation_booking-info {
  background-image:url('images/booking-info.jpg');
}

#navigation_merchandise {
  background-image:url('images/merchandise.jpg');
}
#navigation_setlist {
  background-image:url('images/setlist.jpg');
}

.navigation ul { width:949px; height:40px;}



.navigation li {
  list-style-type: none;
  padding-top:10px;
  text-align:center;
  float:left;
}
  
.navigation li a {
padding-left:4px; 
  display:block;
  text-indent:-9999px;
}
  
.navigation li#home a { width:79px; }
.navigation li#news a { width:86px; }
.navigation li#gallery  a { width:113px; }
.navigation li#booking a { width:172px; }
.navigation li#meet_the_band a { width:192px; }
.navigation li#setlist a { width:100px; }
.navigation li#merchandise a { width:160px; }  
  


#headerimg { 
  padding-left:40px;
  padding-top:40px;
  width:899px;
}


#headerhome {
  margin-top:2px;
  width: 949px;
	
  height:211px;
  text-align:center;
}


#headerstg{
  margin-top:2px;
  width: 949px;
  height:80px;
}
#headerstg img {
 
 padding-left:10px;
 padding-top:14px;
 
}


#headerhome img {  padding-top:46px;  }

#footer {

	margin-top: 42px;
	clear: both;
	height:82px;
  width: 949px;
  text-align:center;
  
	}


#footer #premium {
  text-align:center;
  color:white;
  height:44px;
  width:100%;
  font-weight: bold;
  font: 120% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  
}


#footer #contactinfo { 
  background-color:black;
  height:36px; 
  margin-left:6px;
  margin-right:6px;  
  color:white; 
  font-weight: bold;
  padding-top:10px;
  font: 100% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
 
 
 }
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	
	}

.clear { clear:both;}
/**  meet the band  **/

#bandlist{
  width:211px;
  height:383px;
  margin:10px;
  padding:0px;
  float:left;
  background:#000;
text-align:right;
    font-size:70%;
  border:#039504 solid 1px;
}

#bandlist ul { padding:15px;}

#bandlist li{
list-style: none;
list-style-type: none;
list-style-image: none;
}


#bandlist .role {

}

#bandlist .person {
  color:white;
}

#bandlist a {
  text-decoration:none;
  color:white;
}
#pic {
  background-color:black;
  font-size:75%;
    width:370px;
    float:right;
    top:20px;
margin:10px;
  border:#039504 solid 1px;
}

#pic #details {
float:left;
  width:180px;
  margin:10px
  text-align:left;
}

#pic img {

  float:right;
}


#bio {
  float:right;
  width:640px;
  margin:10px;
  padding:10px;
  background:#000;
  text-align:right;
  font-size:90%;
  border:#039504 solid 1px;
}

h2 { text-weight:bold; color:white; }

#pagecontent {

  position:relative;

}



#mainpage_content
{
 text-align: left; 
  background-color: black;
  padding:20px;
  border:#039504 solid 1px;
}


#content
{
  
  background-color: black;
  padding:20px;
  border:#039504 solid 1px;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.widecolumn .entry p {
font-size:1.05em;
}


h2.posttitle {
  font-size: 120%;
  color:white;
  
}