@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
}



/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }


/* Remove annoying border on linked images. */
a img { border: none; }



/* -----------------2col------------ */

html {
background: #fdd6c5;
}

body {
/*background: url(images/bigGun.png) no-repeat;
background-position: 275px bottom;
backgrount-attachment: fixed;*/
text-align: center;
font-family: helvetica, arial, sans-serif;
font-size: 62.5%;
line-height: 1;
}

#container{
background: url(images/bigGun.png) no-repeat;
background-position: left bottom;
width: 560px;
min-height: 600px;
margin: 50px auto;
position: relative;
overflow: hidden;
}

#header{
background: #50a59c url(images/BB_logo.png) no-repeat;
background-position: 327px 22px;
width: 560px;
height: 150px;
-moz-border-radius: 20px;  
-webkit-border-radius: 20px;
/*border: 1px solid grey;*/
}

#nav{
overflow: hidden;
height: 100%; /*for IE6*/
}

#nav ul li{
font-size: 15px;
display: inline;
height: 50px;
line-height: 50px;
padding: 18px;
}

a {
text-decoration: none;
color: #43433f;
}

a:hover {
text-decoration: underline;
}

a.active {
font-weight: bold;
}

#leftCol{
width: 280px;
float: left;
padding: 0px 0px;
}

#bandPic{
width: 270px;
height: 185px;
background: url(images/BB_caldwell.jpg) no-repeat;
background-position: bottom;
-moz-border-radius: 20px;  
-webkit-border-radius: 20px;
border: 5px solid #fcb53b;
}

#theBand{
/*background: url(images/theBand.png) no-repeat;*/
margin: 20px 0px;
-moz-border-radius: 20px;  
-webkit-border-radius: 20px;
border: 2px solid #50a59c;
padding: 20px 5px;
color: #383838;
}

#theBand img{
margin-bottom: 10px;
}

#theBand ul{
font-size: 16px;
text-align: left;
padding: 10px 0px;
}

#theBand ul li{
line-height: 40px;
text-indent: 10px;

}

#rightCol{
width: 280px;
float: right;
}

#mailingList{
width: 220px;
background: #50a59c url(images/RNfooter.gif) repeat-x;
background-position: bottom;
-moz-border-radius: 20px;  
-webkit-border-radius: 20px;
margin-left: 40px;
border: 1px solid #315B55;
}

#upcoming{
width: 220px;
background: #50a59c url(images/RNfooter.gif) repeat-x;
background-position: bottom;
-moz-border-radius: 20px;  
-webkit-border-radius: 20px;
margin-left: 40px;
margin-top: 20px;
border: 1px solid #315B55;
}

/* -----------------1col------------ */

#main{
width: 474px;
margin: 10px 43px;
color: #383838;
font-size: 120%;
line-height: 2em;
}

/* -----------------bio------------ */

#bio{
padding: 20px 5px;
background: url(images/bioBG.png) repeat;
width: 280px;
margin: 0px 97px;
-moz-border-radius: 20px;  
-webkit-border-radius: 20px;
}

#bio img{
display: block;
margin: 15px 0 0 9px;
}

#bio p{
text-align: justify;
padding: 1em;
text-indent: 1em;
}

/* -----------------video------------ */

.youtube{
	padding: 20px 0px;
}



/* -----------------epk------------ */

#epk{
margin: 0px 20px;
}

#epk p{
padding-top: 2em;
padding-bottom: 1em;
}

#epk p span{
font-weight: bold;
}

#epk #epkImages img{
display: inline;
border: 1px solid #383838;
margin: 0.5em;
}

/* -----------------contact------------ */

#contactForm{
width: 434px;
overflow: hidden;
-moz-border-radius: 20px;  
-webkit-border-radius: 20px;
border: 2px solid #50a59c;
padding: 20px 18px;
}

#contactForm table, #contactForm td{
padding: 5px;
}


/* -----------------links------------ */

#links{
padding-top: 80px;
}

#links a{
padding: 20px;
}

#links a img{
height: 80px;
}