/* Main Stylesheet for Chatham Chorale */


/*site colors
dark blue background				#036
brown bodyCopy background			#c8b9a2
light brown background				#ddb
*/

body 
{ 
  background: #036; 
  color: #000;
  font-family: Arial, Verdana, "Times New Roman", Times, sans-serif; 
  font-size: small;
}

p a:link, p a:visited, ul a:link, ul a:visited, dl a:link, dl a:visited
{
  border-bottom: 1px dotted #036;
  color: #000; 
  text-decoration: none;
}

p a:hover
{
  border-bottom: 1px dotted #036;
  color: #000; 
  text-decoration: none;
}

p a:active
{
  border-bottom: 1px dotted #036;
  color: #000; 
  text-decoration: none;
}
        

h1 
{ 
  color: #000; 
  font-size: 1.4em;
  line-height: 1.3em;
  margin: 0;
  padding: 10px 0px 15px 60px;
  text-transform: uppercase;
}

h2
{ 
  clear: both;
  color: #000;
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0;
  padding: 5px 0px 5px 35px;
  width: 450px;
}

h3
{ 
  color: #000;
  font-size: 1.1em;
  line-height: 1em;
  margin: 0;
  padding: 5px 0px 5px 35px;
}

h4
{ 
  color: #000;
  font-size: 0.9em;
  margin: 0;
  padding: 5px 0px 5px 35px;
}






/* Accessibilty nav (hidden) --------------------------------- */
ul#accessibility
{
  top: 0;
  left: -9999px;
  position: absolute;
  width: 300px;
}








/* upgrade your browser -------------------------------------------------- */
div#upgrade
{
  display: none;
}






/* Page -------------------------------------------------- */
div#pageBody
{
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 750px;
}








/* Header -------------------------------------------------- */
div#header
{
  background: #c8b9a2;
  height: 145px;
  margin: 0;
  padding: 0;
  width: 750px;
}

img#mainLogo
{
  background: #c8b9a2;
  left: 10px;
  height: 131px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 119;
}

div#header img#textLogo
{ 
  margin: 30px 0px 0px 175px;
  padding: 0;
}

div#header a
{
  border: none;
}

div#header img#printLogo, div#header img#printTextLogo
{
  display: none;
}

div#header span#tagline
{
  color: #036;
  font-family: Georgia, Arial, Verdana, "Times New Roman", Times, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 110px;
}

div#header span#headerContact
{
  display: none;
}






/* Left Side Bar -------------------------------------------------- */
div#sideBar
{
/*  border-bottom: 1px solid #663; */
  border-right: 1px solid #996;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 400px;
  width: 130px;
}


/* Left navigation -------------------------------------- */
ul#leftNav
{
  list-style-type: none;
  margin: 0px 20px 0px 0px;
  padding: 0;
  width: 100px;
}

ul#leftNav li
{
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  padding: 0;
  text-align: right;
  text-transform: capitalize;
}

ul#leftNav li a
{
  border: none;
  color: #036;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul#leftNav li a#select
{
  color: #000;
  display: block;
  text-decoration: none;
}

ul#leftNav li a:hover
{
  color: #000;
  display: block;
  text-decoration: none;
}




/* Body Copy -------------------------------------------------- */

div#bodyCopyMain
{
  background: #c8b9a2;
  border-left: 130px solid #c8b9a2; /* Left navigation Side Bar*/
  color: #036;
  margin: 0;
  padding: 0;
  width: 620px;
}

div#bodyCopyWide
{
  background: #c8b9a2;
  color: #036;
  margin: 0;
  padding: 0;
  width: 750px;
  z-index: 5;
}



div#bodyCopyMain p, div#bodyCopyWide p
{
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0px 40px 10px 35px;
  padding: 0;
}

img
{
  border-width: 0;
}

Img.right
{
  float: right;
  margin: 5px 20px 5px 15px;
  padding: 0;
}

Img.left
{
  float: left;
  margin: 5px 15px 5px 35px;
  padding: 0;
}

Img.inLine
{
  margin: 5px 0px 7px 35px;
  padding: 0;
}

Img.border
{
  border: 1px solid #ac9a7f;
}

ul, ol
{
  margin: 5px 25px 5px 25px;
}





/* Page bottom pics for footer of each page -----------*/
img.pageBottomPic
{
  border-left: 1px solid #ac9a7f;
  border-top: 1px solid #ac9a7f;
  float: right;
  height: auto;
  margin: 20px 0px 0px 10px;
  padding: 0;
  width: 350px;
}











/* Duplicate navigation -------------------------------------- */
ul#duplicateNav
{
  color: #c8b9a2;
  list-style-type: none;
  margin: 5px 0px 0px 70px;
  padding: 0;
}

ul#duplicateNav li
{
  float: left;
  font-size: 1em;
  line-height: 20px;
  margin: 0px 5px 0px 0px;
  padding: 0;
  text-transform: capitalize;
}

ul#duplicateNav li a
{
  border: none;
  color: #c8b9a2;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul#duplicateNav li a:hover
{
  color: #ccc;
  text-decoration: none;
}







/* footer -------------------------------------------------- */
div#footer
{

  margin: 0 auto;
  padding: 15px 0px 0px 0px;
  width: 750px;
  text-align: center;
}

div#footer p
{
  color: #c8b9a2;
  font-size: 0.8em;
  font-family: Verdana, Arial, Helvetica, "Times New Roman", Times, sans-serif; 
  margin: 0;
  padding: 0;
}

div#footer a
{
  color: #c8b9a2;
}







/* BR divider -------------------------------------------------- */
br.divider
{
  clear: both;
  visibility: hidden;
}

/* HR divider -------------------------------------------------- */
hr.divider
{
  clear: both;
  visibility: hidden;
}