@charset "UTF-8";
/* CSS main style sheet for 2010-2011 */

body {
	background-image: none;
	background-color: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.header {
	min-height: 0;/* A desperate try to fix the IE bug causing the menus to disintegrate and become useless */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 112%;
	font-style: italic;
	font-weight: bold;
	color: #000;
	background-image: url(images10-11/tile_stripe_yellow.jpg);
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
	}

img {  /* This little bit of code is for a Firefox bug that puts a nasty outline around a linked image */
border-style: none;
	}
	
#MenuBar1 ul a {  /* A desperate try to fix the IE bug causing the menus to disintegrate and become useless */
	min-height: 0;
	zoom: 1;
	}

.secondheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 112%;
	font-style: italic;
	font-weight: bold;
	color: #000;
	background-image: url(images10-11/tile_stripe_lightgreen.jpg);
	background-color: #d8e5db;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-right: 5px;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 112%;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding-right: 5px;
	}
	
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 87%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	text-align: left;
	padding: 0 5px 0 3px;
	}

.bodytext a {
	color: #066;
	}
	
.bodytext a:hover {
	color: #f90;
	}
	
.italic {
	font-style: italic;
	}
#footer {
	font: italic normal .8em/110% Verdana, Geneva, sans-serif;
	text-align: center;
	}
#footer a {
	color:#363;
	}
#footer a:hover {
	color:#f60;
	}	
	

/*
- - - - - - - - - - - - - - - - - - - - - - -
     HORIZONTAL NAVIGATION MENU SECTION 
- - - - - - - - - - - - - - - - - - - - - - -
 */
	
.menucell {
	background-color: #9cc3c1;
	text-align: right;
}
.outertable {
	padding: 10px;
	background-image: url(images10-11/tile_stripe_lightyellow.jpg);
	background-color: #FFC;
	zoom: 1;
	}
.innertable {
	border: thin solid #999;
}
.maincontentcell {
	background-image: url(images10-11/pageback.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*
- - - - - - - - - - - - - - - - - - - - - - -
     CHORAL HOME SECTION 
- - - - - - - - - - - - - - - - - - - - - - -
 */
a.choralhomelink:link {
	font-family:Georgia, Times New Roman, Times, serif;
	color:#CCC;
	text-decoration: none;
	font-size: 87%;
}
a.choralhomelink:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	font-size: 87%;
	text-decoration: none;
}
a.choralhomelink:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 87%;
	text-decoration: underline;
	color: #FFF;
}
a.choralhomelink:visited {
	font-family:Georgia, Times New Roman, Times, serif;
	color:#CCC;
	font-size: 62%;
	text-decoration: none;
}

/*
- - - - - - - - - - - - - - - - -
     THREE-CONCERT SQUARES 
- - - - - - - - - - - - - - - - -
 */

.show1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
	font-weight: bolder;
	padding-top: 4px;
	margin-top: 4px;
}
.showcell {
	margin: 2px 9px 4px 9px;
	padding: 2px 9px 4px 9px;
	border: thin solid #999;
}
.showdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}
.showblurb {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-style:  italic;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
}
a.show1link:link {
	color: #000;
	text-decoration: none;
}
a.show1link:active {
	color: #000;
	text-decoration: underline;
}
a.show1link:visited {
	color: #000;
	text-decoration: none;
}
a.show1link:hover {
	color: #FFF;
	text-decoration: underline;
}


/*
- - - - - - - - - - - - - - - - - - - - - - - -
     END of THREE-CONCERT SQUARES SECTION 
- - - - - - - - - - - - - - - - - - - - - - - -
 */

/*
- - - - - - - - - - - -
     NOVEMBER STYLES 
- - - - - - - - - - - -
 */

.nov {	
color: #000;
}
.ShowTitlenov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	text-align: left;
	font-weight: bolder;
	color: #83b4b2;
}

.novhead {
	color: #83b4b2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	font-weight: bolder;
	padding: 6px 0 2px 0;
	margin: 6px 0 2px 0;
	border-bottom: 1px solid #83b4b2;
}


/*
- - - - - - - - - - - -
     FEBRUARY STYLES 
- - - - - - - - - - - -
 */

.feb {	
	color: #000;
}

.ShowTitlefeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	text-align: left;
	font-weight: bolder;
	color: #c97495;
}

.febhead {
	color: #c97495;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	font-weight: bolder;
	padding: 6px 0 2px 0;
	margin: 6px 0 2px 0;
	border-bottom: 1px solid #c97495;
}

/*
- - - - - - - - - - - -
     MAY STYLES 
- - - - - - - - - - - -
 */

.ShowTitlemay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	text-align: left;
	font-weight: bolder;
	color: #d5971c;
}

.mayhead {
	color: #d5971c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	font-weight: bolder;
	padding: 6px 0 2px 0;
	margin: 6px 0 2px 0;
	border-bottom: 1px solid #d5971c;
}
/* End May STYLES */

.guestartist {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
}

p.guestartist {
	padding: 1px 0 2px 0;
	margin: 1px 0 2px 0;
}

.showblurb {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62%;
	font-weight: bold;
}

/* 
- - - - - - - - - - - - - - - - -
    SECOND LEVEL PAGE STYLES 
- - - - - - - - - - - - - - - - -
*/

#contact {
	padding: 0 0 0 50px;
	}

.secondtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bolder;
	color: #83b4b2;
}
.secondhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	color: #83b4b2;
	text-align: left;
	border-bottom: 1px solid #83b4b2;
}
#contact p.bodytext {
	padding-left: 0;
	margin-left: 0;
	}
	
#contact p.bodytext a {
	color: #066;
	}
	
#contact p.bodytext a:hover {
	color: #F90;
	}
	
.benefits {
	font-variant: small-caps;
	color:#c63;
	font-weight: bold;
	}
	
#contact p.bodytext a:hover {
	color: #066;
	line-height: inherit;
	}
	
#desperate {
	padding-left: 45px;
	line-height: 150%;
	}
	
#desperate ol a {
	color: #066;	
	}
	
.copyright {
	font: .8em/1.4 Verdana, Geneva, sans-serif;
	}

.alignRight {
	text-align: right;
	font-size: 90%;
	font-style: italic;
	margin-top: -20px;
	}
	
.tableclass {
border: 1px solid #9ee;
	}

/* 
- - - - - - - - - - - - - - - - - - - - -
   STYLES FOR TICKET PURCHASE PAGE - CENTERED 
- - - - - - - - - - - - - - - - - - - - -
*/

.secondheadtickets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	color: #83b4b2;
	text-align: center;
	border-bottom: 1px solid #83b4b2;
}
.bodytexttickets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 87%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	text-align: center;
	padding-right: 5px;
	}
	
.bodytexttickets a {
	color: #066;
	}
	
.bodytexttickets a:hover {
	color: #f60;
	text-decoration: underline;
	}
.thirdheadtickets {
	font-variant: small-caps;
	color:#c63;
	font-size: 110%;
	font-weight: bold;
	}
#desperate li {
	list-style-type:none;
	padding-bottom: 8px;
	}

#desperate li a {
	color: #066;
	}
#desperate li a:hover {
	color: #f60;
	text-decoration: underline;
	}	
.headingtickets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	text-align: center;
	}
	
/* 
- - - - - - - - - - - - - - - - - - - - -
   STYLES FOR THE NEWS RELEASE SECTION 
- - - - - - - - - - - - - - - - - - - - -
*/
.newsreleasemenu {
	background-color: #fffdf1;
	text-align: center;
	padding: 5px 0 0 0;
	border-top: solid 1px white;
	}

.newsreleasemenu a {
	color: #fff;
	font: 1em Verdana, Geneva, sans-serif;
	text-decoration: none;
	}
	
.newsreleasemenu a:hover {
	color: #fb0;
	text-decoration: underline;
	}
.newsreleasemenu form {
	padding-bottom: 6px;
	margin-bottom: 1px;
	}
	
.bodyfreetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 87%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	padding-right: 5px;
	}
	
.medialist {
	padding: 6px 0 8px 2px;
	}
	
.medialist a:visited {
	color: #633;
	text-decoration: underline;
	}
	
/* 
- - - - - - - - - - - - - - - - - - - - -
     PERFORMER BIO STYLES  
- - - - - - - - - - - - - - - - - - - - -
*/

.performername {
	color: #d79503;
	font: small-caps 100%;
	text-align: left;
	}
	
.voicetype {
	color: #d79503;
	font: normal small-caps 1em/140% Verdana, Geneva, sans-serif;
	}

.performancedate {
	color: #d79503;
	font: normal small-caps .8em/100% Verdana, Geneva, sans-serif;
	}
	
.top {
	color: #d79503;
	font: normal .8em Verdana, Geneva, sans-serif;
	text-align: right;
	background-color: #F3F3cc;
	padding: 2px 8px 4px 0;
	}

.top a {
	color: #d79503;
	text-decoration: none;
	}
	
.top a:hover {
	color: #ff3300;
	text-decoration: none;
	}
	
.tablehead {
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #d79503;
	text-align: left;
	}
.performers {
	color: #639492;
	font: normal .9em/150% Verdana, Geneva, sans-serif;
	text-align: left;
	}
.performers a {
	color: #639492;
	font: bold .9em/150% Verdana, Geneva, sans-serif;
	text-decoration: none;
	}
.performers a:hover {
	color: #f90;
	text-decoration: underline;
	}
	
/*
- - - - - - - - - - - - - - - - -
     STYLES FOR ARCHIVE SECTION 
- - - - - - - - - - - - - - - - -
 */
 
 #archive {
	 padding-left: 120px;
	 text-align: left;
	 }
	 
#archive a {
	 font-size:120%;
	 font-weight: bold;
	 }
	 
.year {
	color: #d79503;
	font: small-caps 100%;
		}
		
.archivebodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 87%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	text-align: left;
	padding: 0 5px 0;
	}

.archivebodytext a {
	color: #066;
	}
	
.archivebodytext a:hover {
	color: #f90;
	}
		
.subscriptionform a {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: .9em;
	color: #000;
	font-weight: bold;
	background-color: #eecc88;
	border-style: solid;
	border-width: 1px;
	font-style:  italic;
	padding: .5em .5em .5em .8em;
	text-decoration: none;
	}
	
.subscriptionform a:hover {
	background-color: #83b4b2;
}
