/* Styles for The Westchester Choral Society website */

/*global link styles*/
a:link { color: #6510a1; text-decoration: none;  }
a:visited { color: #6510a1; text-decoration: none}
a:hover {  color: #6510a1; text-decoration: none;}
a:active { color: #6510a1; text-decoration: none}

form.a:link { color: #6510a1; text-decoration: none;  }
form.a:visited { color: #6510a1; text-decoration: none}
form.a:hover {  color: #6510a1; text-decoration: none;}
form.a:active { color: #6510a1; text-decoration: none}



/*set gradient background property*/
html {
   overflow-y: scroll;
   height: 100%;
}

body
{
/*background color is the bottom of the gradient image for a seamless gradient;
style the text for the whole document body*/
    background: #396870 url(images/BG.jpg) repeat-x;
    font-family: Verdana, sans-serif;
	font-size: .72em;
	color: #0d2b4c;
	line-height: 200%;
	

}

/*float the container for all of the content in the middle of the screen*/
#main
{
	margin: auto;
	position: relative;
	
	width: 760px;
	height: 1%;
	overflow: hidden;
	background-color: #bbe375;
	
}

#main2
{
	margin: auto;
	width: 760px;
	position: relative;
	
	background-color: #bbe375;
	height: 1%; 
	overflow: hidden;
}

#main3
{
	margin: auto;
	width: 760px;
	position: relative;
	
	height: 1%;
	overflow: hidden;
	background-color: #bbe375;
}

#logo
/* image request and position of the masthead inside the container*/
{ img src: url(images/logo.gif); }

/*begin the navigation definitions*/
#nav {
    
	width: 160px;/*define the width of the left hand navigation column*/ 
	font-size: 85%; 
	line-height: 1.5em;	
	margin-left: 10px; 
	margin-top: 10px;
	float: left;/*float the whole column to the left of the content*/
	background: url(images/clef2.jpg) no-repeat;
	
}

/*the page indicator tells you what page you are on */
.pageIndicator {
    
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    background: url(images/gradientBox.png) no-repeat;
    position:relative; 
    margin-top: -1em;
   /* height: 20px;*/
	color: #94b55c; 
	font-weight: bold;
	text-indent: 15px;	
	padding-top: 2px;
	padding-left: -10;
	padding-bottom: 2px;
	margin: 0px;
	
}

.subNav {
    font-size: 80%;
    text-indent: 20px;
}

.subIndicator {
     filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    background: url(images/gradientBox.png) no-repeat;
    position:relative; 
    margin-top: -1em;
   /* height: 20px;*/
	color: #94b55c; 
	font-weight: bold;
	font-size: 85%;
	padding-top: 2px;
	padding-left: -10;
	padding-bottom: 2px;
	margin: 0px;
    text-indent: 35px;
   
}


#nav a {
   
	display: block;/*force the links to behave like division level tags*/
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 2px;
	color: #0d2b4c;
	text-decoration: none;
}

#alternate a {
    border: 0px;
}

#nav  a:hover{ 
    /*background-color: #0d2b4c;*/
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    background: url(images/gradientBox.png) no-repeat;
    color: #94b55c; 
}

#alternate a:hover {
    background: 0;
}


#nav a:active { 
    /*background-color: #0d2b4c;*/
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    background: url(images/gradientBox.png) no-repeat;
    color: #94b55c; 
    padding-top: 3px;
    padding-bottom: 2px;
}

#alternate a:active {
     background: 0;;
}

/*paragraph and special text styles*/
p.text {
    
    text-indent: 20px;
}

p.list {
    
    width: 450px;
}

p.info {

    margin-left: 190px;
    width: 450px;
    padding-top: 15px;
    }
    
p.quote {
    font-style: italic;
}

p.quote2 {
    font-style: italic;
    text-align: right;
}

p.backdrop {
    background-color: #91ddaf;
    padding: 10px;

}

.fancy {
    font-style: italic;
    font-family: Times New Roman, serif;
    font-size: 130%
 }

.fancy2 {
    font-style: italic;
    font-family: Verdana, sans-serif;
    font-size: 110%
 }
 
 .fancy3 {
    font-style: italic;
    font-weight: bold;
    font-family: Times New Roman, serif;
    font-size: 150%;
    margin-left: 175px;
 }
 
.smaller {
    font-size: 85%;
    font-style: italic;
}

p.mag {
   
   margin-left: -15px;
   font-style: italic;
   width: 160px;
   height: 20px;
   vertical-align: middle;
  
}

#subContent {
  font-style: normal;
  font-weight: bold;
  margin-left: 250px;
  margin-top: -35px;
  width: 250px;
}

#subContent2 {
  font-style: normal;
  font-weight: bold;
  margin-left: 175px;
  margin-top: -35px;
  width: 250px;
}


em {
  font-style: normal;
  font-weight: bold;
  color: #6c22dc;
  background-color: #a7e87f;
  padding: 3px;

}

#directions {
  margin-top: 20px;
  width: 160px;
  font-weight: bold;
  background-color: #a8f6ac;
 }
 
#ads {
 margin-top: 5px;
  width: 160px;
  font-weight: bold;
  background-color: #a8f6df;
 }
 
.spotlight {
  font-weight: bold;
  background-color: #a8f6ac;
}  

#content {
    text-align: left;
    margin: 0px 0px 0px 195px;
    line-height: 200%;
    width: 500px;
    padding-bottom: 30px;


}

td {
  padding-bottom: 15px;
}

/*header styles*/
h1 
{    
   font-family: Times New Roman, serif;
   font-size: 2em;
   color: #0d2b4c;
   text-align: left;
   letter-spacing: 3px;
   font-style: italic;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 40px;
   padding-left: 5px;
   background-color: #89ba32;
  
}

h2 { 
   font-family: Times, serif;
   line-height: 1.5em;
   width: 475px;
   font-size: 200%;
   color: #571297;
   border-bottom: 1px dashed;
   
   
}

h3 {
  font-size: 120%;
  color: #571297;
  padding-top: 30px;
  }
  


#introImg {
   margin-top: 65px;  
   float: left;
 }
 
img {
  margin-right: 15px;
}

img.spec {
  padding-left: 30px;
  border: 0px;
  margin-left: -25px;
}

#homeAlert {
   margin-top: -25px;
   height: 50px;
   width: 160px;
   padding-top: 10px;
   padding-bottom: 25px;
   text-align: left;
   float: left;
   background-color: #5a85b0;
   font-weight: bold;
   color: #0d2b4c;
   vertical-align: middle;
  }
 
#alert {
   margin-top: 5%;
   height: 50px;
   width: 160px;
   padding-top: 25px;
   text-align: left;
   float: left;
   background-color: #5a85b0;
   font-weight: bold;
   color: #0d2b4c;
   vertical-align: bottom;
  }
  
  
#affiliations {
  margin-left: 0px;
  line-height: 2em;
  width: 160px;
  padding-top: 20px;
  font-weight: normal;
  
}
  
  
p.address {
   padding-top: 30px;
   padding-bottom: 30px;
 }
 
#sideBar {
   margin-top: 20px;
   background-color: #82d3c5;
   padding-top: 10px;
   padding-left: 15px;
   padding-bottom: 10px;
   padding-right: 10px;
}

.fontStyle {
   font-variant: small-caps;
}
  
 #foot {
  display: inline-block;
  vertical-align: bottom;
  bottom: 0;
  text-align: center;  
  font-size: 75%;
    
  
   
 }
   
 #aboutFoot {
  display: inline-block;
  position: absolute;
  bottom: 0;
  text-align: center;  
  font-size: 75%;
  /*margin: 100px auto;*/
     
   
 }  
