* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background: #050505 url(img/page_bg.gif) repeat-x; 
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}
body {
font-size: 80%;
}
p {padding: 7px 0 7px 0;
line-height: 1.5em;}

a {
color: #702100;
text-decoration: none;
}
a:hover{
color: #b40;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
color : #cccccc;
}
h1 {
color: #cccccc;
font-size: 2em;
padding : 10px;
border-bottom: 2px solid #532;
margin-bottom: 40px;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}


.clear { clear: both; }
#mainContainer {
width: 920px;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/


min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */

}


#contentContainer {
width: 900px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
background: #050505;
padding-bottom: 30px;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}




/**************************
HEADER
**************************/
#header {
height: 90px;
background: #fff url(img/header_bg.gif) no-repeat;
text-indent: -9999px;
}


/**************************
HORIZONTAL NAV
**************************/

#topNav {
width: 900px;
height: 30px;
background: #fff url(img/nav_bg.gif) repeat-x;
margin: 0 auto;
}

.navbar {
	width: 574px; /*** total of button widths + number of buttons + 1 ***/
	height: 30px;
	margin: 0 auto;
	font: 9px Arial, Helvetica, sans-serif;letter-spacing: 1px;
	overflow: hidden;
	
	
}
.navbar li {display: inline; padding: 0; margin: 0;}
.navbar li a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-right-color: #272323;
	border-bottom-color: #702100;
	display: block;
	float:left;
	padding: 0;
	height: 29px;
	text-align: center;
	text-transform: uppercase;
	color: #888;
	text-decoration: none;
	text-indent: -9999px;
	
}
.navbar #feed {background: none;}
.navbar li a:hover {color: #F90; background-position: 0 -30px; border-bottom-color: #eb7211;}


/**************************
LEFT COLUMN
**************************/

#left {
float: left;
width: 230px;
height: 459px;
background: #050505 url(img/upcoming.gif) no-repeat;
margin-bottom : 20px;
}

#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

#upcoming {
	text-align: center;
	color: #ccc;
	height: 320px;
	width: 200px;
	margin: 100px auto 60px auto;
	}
	
#upcoming p {
	line-height: 1.2em;
}

/*************************
RIGHT COLUMN
**************************/
#right {
float: left; 
width: 440px;
height: 459px;
background: #050505 url(img/band.jpg) no-repeat center;
margin-bottom :20px;

}


/*************************
GALLERY
**************************/
#gallery {
float: left; 
width: 900px;
background: #050505;
color : #ffffff;
padding: 20px 0 0 0;
}

/*************************
PRESS PAGE
**************************/
li.press-item {
font-size: larger;
padding-bottom: 8px;
}


/*************************
BIOS PAGE
**************************/

#bios_container {
	width: 750px;
	margin: 0 auto 0 auto;
}
.bio {
	float: left;
	width: 150px;
}
.bio_name{
	text-align: center;
}
.bio_graphic {
	width:100px;
	heighT:135px;
	margin: 0 auto 0 auto;
}
.bio_img {
	width:100px;
	height:135px;
	margin: 0 auto 0 auto;
}
.bio_instrument {
	text-align: center;
}

/**************************
FOOTER
**************************/
.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}

.footer {
width: 900px;
margin: 0 auto;
color: #393939;
text-align: center;
background: #050505 url(img/footer.gif) no-repeat;
}

.footer a {
	color : #532;
	text-decoration: none;}
	
.footer a:hover {
	color : #702100;
	}

.clear {
         clear:both;
}

#fb-icon {
/*background: url("images/fbook.png") no-repeat center;*/
width: 16px;
height: 16px;

}

#thepicribbon{
  position: relative;
  width: 900px;
  height: 80px;
  overflow: hidden;
  }

#picribbon-mask{
  width: 900px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../images/picribbon_m.png");
  z-index: 10;
  }

#ie6replacement{
  width: 900px;
  height: 81px;
  background-image: url("../img/movie_holder.jpg");
  z-index: 10;
  }



.picribbonpic {
  width: 200px;
  height: 80px;
  position: absolute;
  display: none;
  top: 0px;
  left:-200px;
  z-index: 5;
  }
