/* Specific Stylesheet for Chatham Chorale */

/* Banners - top of pages -----------------------------------------*/
div#bannerHome
{
  background: #c8b9a2 url(../images/headerBanner/banner.jpg) no-repeat;
border-bottom: 2px solid #666;
  height: 226px;
  width: 750px;
}









/* Page extenders ----------------------------------------------------*/
div.extend25
{
  height: 25px;
  width: 725px;
}

div.extend50
{
  height: 50px;
  width: 725px;
}

div.extend75
{
  height: 75px;
  width: 725px;
}

div.extend100
{
  height: 100px;
  width: 725px;
}

div.extend200
{
  height: 200px;
  width: 725px;
}






/* Home Page concert listing -------------------------------*/
table#HomeEvents
{
  border: 1px solid #036;
  font-size: 0.9em;
  margin: 0px 0px 8px 35px;
  width: 290px;
}

table#HomeEvents td
{
  border: 1px solid #036;
  padding: 5px;
}







/* Contact Us ----------------------------------------------------*/
p.driving
{
  font-size: 0.9em; 
  line-height: 1em;
}


/* contact form ------------------------------*/
fieldset.contactForm
{
  border: 1px solid #036;
  margin: 0px 0px 10px 60px;
  padding: 5px 0px 5px 10px;
  width: 450px;
}

fieldset.contactForm legend
{
  background: #036;
  border: 1px solid #036;
  color: #c8b9a2;
  font-weight: bold;
  margin: 0px 5px 10px 15px;
  padding: 2px 5px 1px 5px;
}

table.contactForm
{
  margin: 0;
  padding: 0;
  width: 450px;
}

table.contactForm td.label
{
  font-size: 1em;
  margin: 2px 0px 2px 0px;
  padding: 2px 0px 2px 0px;
  text-align: right;
  text-transform: capitalize;
  width: 75px;
}

table.contactForm td.info
{
  font-size: 1em;
  margin: 2px 0px 2px 0px;
  padding: 2px 0px 2px 7px;
  text-align: left;
  width: 375px;
}

table.contactForm td.info textarea
{
  background: #c8b9a2;
  border-bottom: 1px solid #ddb;
  border-left: 1px solid #996;
  border-right: 1px solid #ddb;
  border-top: 1px solid #996;
  color: #036;
}

table.contactForm td input
{
  background: #c8b9a2;
  border-bottom: 1px solid #ddb;
  border-left: 1px solid #996;
  border-right: 1px solid #ddb;
  border-top: 1px solid #996;
  color: #036;
  margin: 0;
  padding: 0;
  text-align: left;
}

table.contactForm td input.submitButtons
{
  background: #036;
  border-bottom: 1px solid #ddb;
  border-left: 1px solid #996;
  border-right: 1px solid #ddb;
  border-top: 1px solid #996;
  color: #fff7dc;
  margin: 0;
  padding: 2px 5px 2px 5px;
  text-align: center;
}



/* Gallery -----------------------------------------------------------------------*/
a img.galleryThumb
{
  text-decoration: none;
}

img.galleryThumb
{
  border: 2px solid #036;
  float: left;
  height: 120px;
  margin: 0px 0px 15px 35px;
}




/* Directory -----------------------------------------------------------------*/
table.directoryHead
{
  margin: 5px 0px 15px 35px;
  padding: 0;
  width: 325px;
}

table.directoryHead td.col1
{
  font-weight: bold;
  width: 162px;
}

table.directoryHead td.col2
{
  font-weight: bold;
  width: 163px;
}

table.directory
{
  margin: 5px 0px 15px 35px;
  padding: 0;
  width: 325px;
}

table.directory td.col1
{
  font-weight: bold;
  width: 162px;
}

table.directory td.col2
{
  width: 163px;
}

/* right side bar ----------*/
div#rightSideBar
{
  border: 1px solid #036;
  height: auto;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 30px;
  top: 470px;
  width: 200px;
}




/* news page --------------------------------------------*/
dl.newsListing
{
  margin: 0px 40px 10px 35px;
}

dl.newsListing dd
{
  margin: 0px 0px 10px 25px;
}

dl.newsListing dd span
{
  display: block;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
}




/* C4 Footer info --------------------------------------*/
div#c4
{
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 750px;
}

div#c4 table
{
  border: 1px solid #94836a;
  font-size: 0.9em;
  color: #94836a;
  /*margin: 15px 10px 0px 165px;*/
  margin: 0 auto;
  padding: 3px;
  text-align: left;
  width: 450px;
}

div#c4 table a
{
  color: #94836a;

}


/* Lightbox 2.04 styles -------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #c8b9a2; }