@charset "UTF-8";
/* CSS Document */

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none; border: 0;}
a:hover {border: 0;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */

.fr {
float: right;
}

.fl {
float: left;
}


html {
	margin: 0;
	padding: 0;
}
body {
	background: #eef1f3 url(../images/background.jpg) top center no-repeat; 
	text-align: center;
}
div#wrapper {
	width: 1020px;
	margin: 0 auto;
}
div#header {
	width: 1020px;
	height: 187px;
	background: url(../images/header.jpg);
	position: relative;
}
h1 {
	width: 235px;
	height: 140px;
	text-indent: -9999px;
	position: absolute;
	left: 45px;
	top: 20px;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 1em;
}
h1 a:hover {
	border: none;
}



/* = Content
----------------------------------------------------------------*/
div#content {
	text-align: left;
	width: 1020px;
	padding-top: 10px;
	background: url(../images/contentbkgd.jpg) top left no-repeat;
}
div#content div#wideleft {
	float: left;
	width: 510px;
	padding: 0 38px 0 60px;
	border-right: 2px groove #eef1f3;
}
div#content div#wideleft.noborder {
	border: none;
}
div#content div#narrowright {
	text-align: left;
	float: right;
	width: 300px;
	padding: 0 65px 0 45px;
}
div#content div#narrowright.border {
	border-left: 2px groove #eef1f3;
	text-align: center;
}
div#content div#narrowright.centered {
	text-align: center;
}
div#content div.divider {
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	border-bottom: 1px dashed #7a9aa5;
}
div#content div#narrowright.border div.divider,
div#content div#narrowright.centered div.divider {
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
}
div#content a#enewsletter {
	display: block;
	text-indent: -9999px;
	right: 22px;
	width: 355px;
	height: 50px;
	padding: 0;
	background: url(../images/enewslettersignup.png) left top no-repeat;
}
div#content a:hover#enewsletter {
	background: url(../images/enewslettersignup.png) left bottom no-repeat;
}
div#content div#equalleft {
	float: left;
	width: 415px;
	padding: 0 38px 0 50px;
}
div#content div#equalright {
	float: right;
	width: 415px;
	padding: 0 50px;
	border-right: 2px groove #eef1f3;
}
div#homevideos {
	width: 510px;
	height: 190px;
	padding-top: 10px;
	padding-bottom: 15px;
}
div.vidfl {
	display: block;
	float: left;
	padding-right: 30px;
}
div.vidfr {
	display: block;
	float: right;
}



/* = Text Styles
----------------------------------------------------*/
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
div#content p {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;  
	color: #1d1d1d;
	padding-bottom: 10px;
}
div#content p span.smaller{
	font-size: 10px;
	font-style: italic;
}
div#content p span.smaller a{
	text-decoration: underline;
	font-weight: normal;
	padding: 0;
}
div#content p.important {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;  
}
div#content div#narrowright p{
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
}
div#content a {
	font-weight: bold;
	color: #39505a;
	padding: 2px;
	text-decoration: none;
}
div#content div#narrowright a{
	padding: 0;
	border-bottom: 1px dotted #39505a;
	font-weight: normal;
}
div#content div#narrowright a.image {
	border-bottom: none;
}
div#content p a:hover, div#content h2 a:hover {
	background-color: #f7f9f9;
}
div#content h2 {
	font: 24px/27px Georgia, "Times New Roman", Times, serif;  
	font-weight: normal;
	padding-top: 20px;
	color: #811811;
	text-transform: uppercase;
}
div#content h3 {
	font: 24px/27px Georgia, "Times New Roman", Times, serif;  
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 20px;
	color: #811811;
	text-transform: uppercase;
}
div#content h3.intro {
	padding-top: 10px;
}
div#content h3.subhead {
	font-size: 22px;
	color: #646b73;
	padding-top: 15px;
	padding-bottom: 0;
}
div#content h3.frill {
	color: #363636;
	padding: 0;
}
div#content h4 {
	font: 17px/20px Geneva, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #799098; 
	padding-top: 20px;
	padding-bottom: 5px;
}
div#content h4.name {
	font-size: 15px;
	padding-top: 10px;
}
div#content h4.concerttitle {
	padding-top: 0;
}
div#content h4.quote {
	text-align: center;
	font: 15px/23px Geneva, Arial, Helvetica, sans-serif; 
	padding-bottom: 15px;
}
div#content h5 {
	font: 13px Geneva, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #799098; 
	padding-top: 5px;
}
div#content p.credit {
	padding-right: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-style: italic;
}
div#content p.credit span{
	font-style: italic;
	font-weight: bold;
}
div#content ul {
	display: block;
	padding: 3px 45px 8px 20px;
}
div#content li {
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	color: #363636;
	padding: 0 0 10px 16px;
	background: url(../images/bullet.png) no-repeat;
	background-position: 0 3px;
} 

div#content div#narrowright a#audioicon {
	text-align: left;
	display: block;
	text-decoration: underline;
	border: none;
	padding-left: 96px;
	padding-top: 3px;
	margin-top: 0;
	margin-bottom: 0;
	height: 23px;
	background: url(../IMAGES/audio_icon.png) 70px 1px no-repeat;
}




/* = Footer
----------------------------------------------------------------*/
div#footer {
	width: 990px;
	height: 60px;
	background: url(../images/footerbkgd.png) center top no-repeat;
	padding: 75px 0 0 30px;
	text-align: left;
	position: relative;
}
div#footer * {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #cbd9df;
	padding-bottom: 3px;
}
div#footer p.copyright {
	font-size: 9px;
	padding-left: 3px;
}
div#footer span.name {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
div#footer span, div#footer a {
	display: inline;
	margin: 0 5px;
}
div#footer a {
	text-decoration: underline;
}
div#footer a:hover {
	color: #fff;
}
div#footer a#facebook {
	display: block;
	position: absolute;
	text-indent: -9999px;
	right: 55px;
	top: 72px;
	width: 105px;
	height: 30px;
	padding: 0;
	background: url(../images/facebook.png) top left no-repeat;
}
div#footer a:hover#facebook {
	background: url(../images/facebook.png) left -30px no-repeat;
}
div#footer a#twitter {
	display: block;
	position: absolute;
	text-indent: -9999px;
	right: 21px;
	top: 72px;
	width: 29px;
	height: 30px;
	padding: 0;
	background: url(../images/twitter.png) top left no-repeat;
}
div#footer a:hover#twitter {
	background: url(../images/twitter.png) left -30px no-repeat;
}

/* = Navigation
----------------------------------------------------------------*/
ul#nav {
	width: 1020px;
	height: 60px;
	background: url(../images/nav.jpg) top left no-repeat;
	display: block;
	position: relative;
}
ul#nav li {
	display: inline;
	position: absolute;
}
ul#nav li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
}
ul#nav li a.experience {
	height: 60px;
}
ul#nav li#about {
	left: 0;
	width: 118px;
}
ul#nav li#about a:hover, ul#nav li#about a#active {
	background:url(../images/nav.jpg) 0 -60px;
}
ul#nav li#mission {
	left: 118px;
	width: 103px;
}
ul#nav li#mission a:hover, ul#nav li#mission a#active {
	background:url(../images/nav.jpg) -118px -60px;
}
ul#nav li#calendar {
	left: 221px;
	width: 123px;
}
ul#nav li#calendar a:hover, ul#nav li#calendar a#active {
	background:url(../images/nav.jpg) -221px -60px;
}
ul#nav li#concerts {
	left: 344px;
	width: 126px;
}
ul#nav li#concerts a:hover, ul#nav li#concerts a#active {
	background:url(../images/nav.jpg) -344px -60px;
}
ul#nav li#donate {
	left: 470px;
	width: 103px;
}
ul#nav li#donate a:hover, ul#nav li#donate a#active {
	background:url(../images/nav.jpg) -470px -60px;
}
ul#nav li#contact {
	left: 573px;
	width: 113px;
}
ul#nav li#contact a:hover, ul#nav li#contact a#active {
	background:url(../images/nav.jpg) -573px -60px;
}
ul#nav li#experience {
	left: 750px;
	width: 219px;
}
ul#nav li#experience a:hover, ul#nav li#experience a#active {
	background:url(../images/nav.jpg) -750px -60px;
}



/* = Ensembles Navigation
--------------------------------------------------------------------*/
ul#ensemblesnav {
	width: 969px;
	padding-top: 25px;
	padding-left: 26px;
	padding-right: 25px;
	height: 115px;
	background: url(../images/ensemblesnav.jpg) top left no-repeat;
	display: block;
	position: relative;
}
ul#ensemblesnav li {
	width: 189px;
	height: 103px;
	padding-right: 6px;
	display: block;
	float: left;
}
ul#ensemblesnav li.canticum {
	padding-right: 0;
}
ul#ensemblesnav li a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
ul#ensemblesnav li#sonovia a:hover, ul#ensemblesnav li#sonovia a#active {
	background:url(../images/ensemblesnav.jpg) -26px -165px;
}
ul#ensemblesnav li#cantate a:hover, ul#ensemblesnav li#cantate a#active {
	background:url(../images/ensemblesnav.jpg) -221px -165px;
}
ul#ensemblesnav li#harmonia a:hover, ul#ensemblesnav li#harmonia a#active {
	background:url(../images/ensemblesnav.jpg) -416px -165px;
}
ul#ensemblesnav li#eclectica a:hover, ul#ensemblesnav li#eclectica a#active {
	background:url(../images/ensemblesnav.jpg) -611px -165px;
}
ul#ensemblesnav li#canticum a:hover, ul#ensemblesnav li#canticum a#active {
	background:url(../images/ensemblesnav.jpg) -806px -165px;
}



/* = Calendar
----------------------------------------------------*/
table#calendar {
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #363636;
	margin-bottom: 10px;
	margin-top: 5px;
}
table#calendar td {
	border: 1px dotted #5a6e76;
	padding: 4px 6px 2px 6px;
}
table#calendar td.dates {
	color: #5a6e76;
	text-transform: uppercase;
	font-size: 11px;
}
table#calendar tr.special {
	background-color: #fff;
}


/* = Contact Form
----------------------------------------------------*/

fieldset#contact {
	width: 475px;
	margin-top: 5px;
}
fieldset#contact dl {
	font: 11px Arial, Helvetica, sans-serif;
	color: #9a9a9a;
}
fieldset#contact dt {
	padding-top: 3px;
	float: left;
	display: block;
	width: 70px;
	height: 27px;
}
fieldset#contact dd {
	float: right;
	display: block;	
	width: 405px;
	height: 30px;
}
fieldset#contact dt.text, fieldset#contact dd.text {
	height: 120px;
}
div.info span#replace {
	color: red;
}
fieldset#contact input, fieldset#contact textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #dadada;	
	width: 390px;
	height: 20px;
	color: #000;
	border: 1px inset;
	padding: 1px 0 0 5px;
}
fieldset#contact textarea {
	height: 100px;
}
a#submit_button {
	display: block;
}
fieldset#contact input#sub_btn {
	width: 101px;
	height: 31px;
	margin-left: 70px;
	padding: 0;
	border: 0;
}
