

/* Layout Stylesheet */



body {

 margin: 0%;

 padding:0;

 background: #000000;

 color: #000000;

 text-align: center;

 }




 /*====================

 custom buttons for twitter, etc

 =======================*/

 /* Hide dotted image outline from Firefox and Netscape */ a {
outline: none; }



  #connected a {
  display:block;
  width:48px;
  height:48px;
  text-indent:-9999px;
  float:left;
  overflow:hidden;
  outline: none;
}

#connected ul li {
        display: inline;
        float: left;
}



#connected .twitter {
  background:url(images/icons/Twitter/48x48.png) center center no-repeat transparent;
  margin:2px 2px 2px 2px;
}

#connected .facebook {
  background:url(images/icons/Facebook/48x48.png) center center no-repeat transparent;
  margin:2px 2px 2px 2px;
}


#connected .myspace {
  background:url(images/icons/Myspace/48x48.png) center center no-repeat transparent;
  margin:2px 2px 2px 2px;
}


/*========================

thumbnail galery

========================*/



.gallerycontainer{
width: 80%;
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 5px 5px 5px 5px;
}

.thumbnail:active{
background-color: transparent;
}

.thumbnail:active img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
 margin-top: 75px;
background-color: yellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:active span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}









/*========================

album-added in

========================*/

.album

{

  float: left;

  position: relative;

  width: 45%;

  margin-bottom: 30px;

  color: white;

  margin-left: 2%;

}

.album .photobox

{

  float: right;

  width: 150px;

  margin-bottom: 15px;

  margin-left: 15px;

   border-top: 1px solid black;

  border-left: 1px solid black;

  border-bottom: 5px solid black;

  border-right: 5px solid black;

}

.album .photobox img

{

  max-width: 100%;



}

.album h2.title

{

  font-size: x-large;

  padding: 3px;

  font-style: italic;

  font-weight: bold;

  text-align: center;

  color: #6699ff;

}

.album .subtitle

{

  font-size: large;

  text-align: center;

  color: #6699ff;

}

.album .titletrans

{

  font-size: large;

  line-height: 1.4em;

  text-align: center;

  color: #6699ff;

}

.album .titlestats

{

  font-size: smaller;

  line-height: 1.4em;

  text-align: center;

}

.album .desc

{

  margin-top: 0.8em;

  margin-left: 5%;

}

.album .desc p

{

  margin-bottom: 0.8em;

  line-height: 1.4em;

}



/*========================

album tracks

========================*/

.album .tracks h2

{

        margin-left: 5em;

  margin-top: 1em;

  margin-bottom: 0.4em;

  font-size: large;

}

.album .tracks ol

{

  margin-left: 10em;

  padding-left: 10em;

  font-weight: normal;

  margin-left: 5%;

}

.album .tracks li

{

  font-weight: bold;

}

.album .tracks li span.tuning

{

  font-weight: normal;

}

.album .tracks li span.time

{

  font-size: small;

  font-weight: normal;

}



















.artist

{

  clear: both;



  width: 243px;

        height: 150px;

  margin-bottom: 30px;

  padding: 0px;



  border: 2px ridge;

  color: Black;

  background-color: #ffff00;

}



/*========================

button stuff

========================*/















ul#audio-links li

{

       list-style-type: none;  /* to remove default bullets */



}





ul#audio-links li a

{

       display: block;

       width: 172px;

       height: 25px;

       background: url("/buttons/all_three_blank.jpg") left top no-repeat;

       text-decoration: none;



}







ul#audio-links li a img

{

       border: none;

}





 ul#audio-links li a:link

{

font-weight: bold;

 font: 900 20px "Arial", Helvetica, sans-serif;

color: #ffffff;

background: url("/buttons/all_three_blank.jpg") no-repeat 0px -0px;

 outline: none; /* hide dotted outline in Firefox */

}



  ul#audio-links li a:visited

 {

font-weight: bold;

  font: 900 20px "Arial", Helvetica, sans-serif;

color: #ffffff;

background: url("/buttons/all_three_blank.jpg") no-repeat 0px -0px;

 outline: none; /* hide dotted outline in Firefox */

}





ul#audio-links li a:hover

{

font-weight: bold;

 font: 900 20px "Arial", Helvetica, sans-serif;

color: #FFFFCC;

background: url("/buttons/all_three_blank.jpg") no-repeat 0px -25px;

  outline: none; /* hide dotted outline in Firefox */

}





ul#audio-links li a:active

{

font-weight: bold;

color: #FFFFCC;

   font: 900 20px "Arial", Helvetica, sans-serif;

background: url("/buttons/all_three_blank.jpg") no-repeat 0px -50px;

 outline: none; /* hide dotted outline in Firefox */

}













#header  {

Position: absolute;

left: -1000em;

}








  /*==============================================
Instrument page list markup
 ==============================================*/

ul#instrument
{

}

ul#instrument li
{      width: 95%;
       clear: both;
       float: left;
        padding-bottom: 20px;
       list-style-type: none;
}

ul#instrument li div.imagebox
{
       float: right;
  width: 247px;
  padding: 10px;
  border: 3px solid #666666;
  text-align: center;
  background-color: #c0c0c0;


}

ul#instrument li div.imagebox img
{

        margin-bottom: 10px;

}
ul#instrument li div.imagebox p
{
 font-size: 110%;
 font-weight: bold;
 background: #c0c0c0;
 }



ul#instrument li div.textbox
{
       float: left;
       width: 350px;
       margin-left: 20px;
 }
 ul#instrument li div.textbox p
{

        margin: 10px 10px 10px 10px;
 }


  /*==============================================
bandmembers page list markup
 ==============================================*/

dl#bandmembers
{

}

dl#bandmembers dd
{      width: 95%;
       clear: both;
       float: left;
        padding-bottom: 20px;
       list-style-type: none;
}

dd#bandmembers li div.imagebox
{
       float: right;
  width: 247px;
  padding: 10px;
  border: 3px solid #666666;
  text-align: center;
  background-color: #c0c0c0;


}

ul#bandmembers li div.imagebox img
{

        margin-bottom: 10px;

}
ul#bandmembers li div.imagebox p
{
 font-size: 110%;
 font-weight: bold;
 background: #c0c0c0;
 }



ul#bandmembers li div.textbox
{
       float: left;
       width: 350px;
       margin-left: 20px;
 }
 ul#bandmembers li div.textbox p
{

        margin: 10px 10px 10px 10px;
 }




 #email {

 width: 50px;

 height: 30px;

 position: relative;

 background: #c82713;

 color: #c82713;

 border: solid #000000;

 border-width: 2px 0;


 }


 #container

 {

width: 100%;

  margin: 0px auto;



line-height: 130%;

}



#leftnav

{
width: 20%;
float: left;





}



#rightnav

{

float: right;
width: 20%;
margin-top: 100px;

}





#content {
 height: 450px;
 background: #ffffff;
 color: #333333;
overflow: auto;
width: 60%;
margin: 0 auto;
 }

#conten {

 background: #ffffff;
 color: #333333;
overflow: auto;
width: 60%;
margin: 0 auto;
 }


 /*==============================================
nav bars top and bottom
 ==============================================*/

#bar-top {

 width: 100%;

 height: 30px;

 background: #c0c0c0;

 color: #333333;

 border: solid #000000;

 border-width: 2px 0;

 margin: 0;

}

#bar-bottom {

 width: 100%;

 height: 30px;

 position:relative;

 background: #336699;

 color: #333333;

 border: solid #000000;

 border-width: 2px 0;

 }

 /*==============================================
 email signup box
 ==============================================*/






div#navbar2 {

    clear: both;

    height: 30px;

    width: 100%;



    border-top: solid #000 1px;

    border-bottom: solid #000 1px;

    background-color: #336699;





}

div#navbar2 ul {

    margin: 0px;

    padding: 0px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: small;

    color: #FFF;

    line-height: 30px;

    white-space: nowrap;

}

div#navbar2 li {

    list-style-type: none;

    display: inline;

}

div#navbar2 li a {

    text-decoration: none;

    padding: 7px 10px;

    color: #FFF;

}

div#navbar2 li a:link {

    color: #FFF:

}

div#navbar2 li a:visited {

    color: #CCC;

}





div#navbar2 li a:hover {

    font-weight: bold;

    color: #FFF;

    background-color: #3366FF;

}






#nest {

 float: left;

 clear: left;

 width: 300px;



 border: dashed #666666;

 border-width: 0 0px 0px 0;

 background: #c0c0c0;

 color: #333333;

 margin: 0px 50px 20px 0;

 }





#nest2 {

 float: left;

 clear: left;

 width: 428px;



 border: dashed #666666;

 border-width: 0 0px 0px 0;

 background: #c0c0c0;

 color: #333333;

 margin: 0px 50px 20px 0;

 }



body#index         #navbar2 li.index         a,

body#sounds        #navbar2 li.sounds        a,

body#theband       #navbar2 li.theband       a,

body#instruments   #navbar2 li.instruments   a,

body#upcomingshows #navbar2 li.upcomingshows a,

body#booking       #navbar2 li.booking       a,

body#classes       #navbar2 li.classes       a,

body#links         #navbar2 li.links         a

#navbar2 li.pictures a:hover,

{

         [selection effects]

         cursor: default;

}

#navbar2 li.pictures a:hover

{

         cursor: pointer;

}



body#index         #navbar2 li.index         a,

body#sounds        #navbar2 li.sounds        a,

body#theband       #navbar2 li.theband       a,

body#instruments   #navbar2 li.instruments   a,

body#upcomingshows #navbar2 li.upcomingshows a,

body#booking       #navbar2 li.booking       a,

body#classes       #navbar2 li.classes       a,

body#links         #navbar2 li.links         a

{

          font-weight: bold;

          cursor: default;

          color: #FFF;

          background-color: #3366FF;

}