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

body  {
	margin: 0 0 0 0;
	padding: 0px;
	text-align: center;
	background-color: #fef8d4; /* off-white */
	color: #fef8d4; /* off-white color text */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a img {
	border: 0;
}
.brclear { clear: both; } /* Generic float clearing for br elements */


/* Here are the header image declarations for all pages */
/* Replace the bodyIDname with the desired page declaration and change the image URL */
#bodyIDname #header{
	background-image:url(../Images10/photo_default.jpg);
	margin: 2px 0 0 7px;
}

body#calendarSection #header {
	background-image:url(../Images10/photo_calendar.jpg);
	margin: 2px 0 0 7px;
}

body#contactSection #header {
	background-image:url(../Images10/photo_contact.jpg);
	margin: 2px 0 0 7px;
}

body#faqSection #header {
	background-image:url(../Images10/photo_faq.jpg);
	margin: 2px 0 0 7px;
}

body#teamSection #header {
	background-image:url(../Images10/photo_team.jpg);
	margin: 2px 0 0 7px;
}

body#boardSection #header {
	background-image:url(../Images10/photo_board.jpg);
	margin: 2px 0 0 7px;
}

body#missionSection #header {
	background-image:url(../Images10/photo_mission.jpg);
	margin: 2px 0 0 7px;
}

body#rulesSection #header {
	background-image:url(../Images10/photo_rules.jpg);
	margin: 2px 0 0 7px;
}

body#historySection #header {
	background-image:url(../Images10/photo_history.jpg);
	margin: 2px 0 0 7px;
}

body#concertsSection #header {
	background-image:url(../Images08/layout/Flash.jpg);
	margin: 2px 0 0 7px;
}
body#progtypeSection #header {
	background-image:url(../Images10/photo_programsbytype.jpg);
	margin: 2px 0 0 7px;
}

body#progdateSection #header {
	background-image:url(../Images10/photo_programsbydate.jpg);
	margin: 2px 0 0 7px;
}

body#latinjazzSection #header {
	background-image:url(../Images10/photo_latinjazz.jpg);
	margin: 2px 0 0 7px;
}

body#music101Section #header {
	background-image:url(../Images10/photo_music101.jpg);
	margin: 2px 0 0 7px;
}

body#theaterSection #header {
	background-image:url(../Images10/photo_theater.jpg);
	margin: 2px 0 0 7px;
}

body#danceSection #header {
	background-image:url(../Images10/photo_dance.jpg);
	margin: 2px 0 0 7px;
}

body#letsgodanceSection #header {
	background-image:url(../Images10/photo_letsgodance.jpg);
	margin: 2px 0 0 7px;
}

body#weekendSection #header {
	background-image:url(../Images10/photo_weekend.jpg);
	margin: 2px 0 0 7px;
}

body#familyeventsSection #header {
	background-image:url(../Images10/photo_familyevents.jpg);
	margin: 2px 0 0 7px;
}

body#installationsSection #header {
	background-image:url(../Images10/photo_installations.jpg);
	margin: 2px 0 0 7px;
}

body#greenpoliciesSection #header {
	background-image:url(../Images10/photo_greenpolicies.jpg);
	margin: 2px 0 0 7px;
}
body#largescaleSection #header {
	background-image:url(../Images10/photo_largescale.jpg);
	margin: 2px 0 0 7px;
}
body#lunchtimeSection #header {
	background-image:url(../Images10/photo_lunchseries.jpg);
	margin: 2px 0 0 7px;
}

body#gardenSection #header {
	background-image:url(../Images10/photo_gardenseries.jpg);
	margin: 2px 0 0 7px;
}

body#mailingListSection #header, body#saturdaysSection #header  {
	background-image:url(../Images10/photo_mail.jpg);
	margin: 2px 0 0 7px;
}

body#pressSection #header {
	background-image:url(../Images10/photo_press.jpg);
	margin: 2px 0 0 7px;
}

body#rentalSection #header {
	background-image:url(../Images10/photo_rentals.jpg);
	margin: 2px 0 0 7px;
}

body#sponsorsSection #header {
	background-image:url(../Images10/photo_sponsors.jpg);
	margin: 2px 0 0 7px;
}

body#involvedSection #header {
	background-image:url(../Images10/photo_getinvolved.jpg);
	margin: 2px 0 0 7px;
}

body#linksSection #header {
	background-image:url(../Images10/photo_links.jpg);
	margin: 2px 0 0 7px;
}

body#surveySection #header {
	background-image:url(../Images10/photo_survey.jpg);
	margin: 2px 0 0 7px;
}
/* --------------------- */

#header {
	margin-top: 0px;
	margin-bottom: 10px;
	height: 336px;
	background-repeat: no-repeat;
	z-index: 10;
}


#maincontainer {
	width: 944px;
	text-align: left;
	margin: 0 auto 0 auto; /* magical property to render the container in the center */
	background-color: #4080a4;
}

#layoutwrapper {
	width: 900px;
	margin: 0 auto 0 auto; /* magical property to render the container in the center */
	background-image:url(../Images10/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 92px;
	}



/* >>>>> mainNavBar <<<<< */

/* menu declarations on menu2008.css */

/* >>>>> End of mainNavBar <<<<< */
#contentContainer {
	width: 900px;
}

#mainContent {
	margin-top: 25px;
	width: 630px;
	float: left;
}

/*Single Column Layout Declarations */
#contentContainerOneCol {
	background-color: #FFF;
	background-repeat: repeat-y;
}

#mainContentOneCol {
	width: 900px;
	float: left;
}
/* End of Single Column Layout Declarations */

#mainContentBody {
	min-height: 300px;
}

#mainContentBody .left {
	float: left;
	width: 315px
}

#mainContentBody .right {
	float: right;
	width: 315px;
}

#mainContent h2, #mainContentOneCol h2 {
	font-weight: normal;
	padding-left: 20px;
	font-size: 22px;
	background-image: url(../Images10/h_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: .5em;
	margin-bottom: .3em;
}

#mainContent h2.first, #mainContentOneCol h2.first {
	font-style: normal;
}

#mainContent h2 a, #mainContentOneCol h2 a,
#mainContent h3 a, #mainContentOneCol h3 a{
	color: #f7c45c; /* light orange color */
	text-decoration: none;
}

#mainContent h2 a:hover, #mainContentOneCol h2 a:hover,
#mainContent h3 a:hover, #mainContentOneCol h3 a:hover{
	color: #f7c45c; /* light orange color */
	text-decoration: underline;
}


#mainContent h3, #mainContentOneCol h3 {
	padding-left: 20px;
	margin-bottom: 0.1em; /* as per art director request */
	text-transform: uppercase;
}


#mainContent h3 a.homeCalLink {
	color: #6C6D3D;
}
#mainContent h3.orange {
	color: #FF9A31;
}

#mainContent h3.childrens, #mainContent h3.latinJazz {
	color: #660066; /* plum color */
}

#mainContent h4 {
	padding-left: 20px;
	margin-bottom: 0.1em; /* as per art director request */
}

#mainContent p, #mainContentOneCol p {
	padding-left: 20px;
	padding-right: 15px;
	line-height: 1.5em;	
	margin-top: 0; /* as per art director request */
}

#mainContent ul li, #mainContentOneCol ul li {
	font-family: verdana, arial, sans-serif;
	font-size: 0.85em;
	list-style-position: outside;
	margin-left: 15px;
	list-style-type: disc;
}

#contentColRight {
	width: 224px;
	float: right;
	color: #000000;
	margin-top: 25px;
}

#contentColRight a {
	color: #d25a28;
}

#contentColRight a:hover {
	text-decoration: underline;
}


/***  Sub NAVIGATION ***/

#subNav {
	font-weight: bold;
	display: block;
} 

#subNav ul
{
margin: 0;
padding: 0;
}

#subNav li
{
	list-style-type: none;
	padding: 0px;
	margin-bottom: 12px;
}

#subNav li a
{
	text-transform: uppercase;
	text-decoration: none;
}

#subNav li a img {
	border-bottom: 1px solid #fef8d4;
}

#subNav li a img:hover {
	border-bottom: 1px solid #d25a28;
}

#subNav li a:visited
{
	color:#6C6D3D;	
}

/*** >>>>>>>>>>>>><<<<<<<<<<<<<<<< ***/




#contentContainer div.hr, #contentColRight div.hr {
	height: 10px;
	background-repeat:repeat-x;
}
	
#contentContainer hr, #contentColRight hr {
	display: none;
}

/* >>>>> Blocks in right columns <<<<<<<<<*/
#contentColRight .block {
	clear: both;
	color: #000000;
	margin-bottom: 25px;
	font-size: 11px;
	line-height: 14px;
}

#contentColRight .block h3 {
	margin: 0 0 7px 0;
	padding: 0;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 1em;
}

/* >>>>> End of blocks in right columns <<<<<<<<<*/




/* >>>>> Footer Block <<<<<<<<<*/

#footer {
	background-image: url(../Images10/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 38px;
	margin-bottom: 8px;
}

#footer p {
	font-size: 9px;
	line-height: 11px;
	padding: 5px 5px 2px 8px;
	color: #85c1a8; /* green text */
}

#footer #YBGF {
	text-transform:uppercase;
	font-weight: bold;
}

#footer a.credits{
	color:#686868;
	text-decoration:none;
}
/* >>>>> End of Footer Block <<<<<<<<<*/

.usability {
	display: none;
}

.imageCaption {
	font-style: italic;	
	font-size: 0.75em;
}


/* Classes */

#mainContent p.boldHeading, #mainContentOneCol p.boldHeading, .boldHeading {
	font-size: 1.0em;
	font-weight: bold;
	color: #477DBE; /* turquoise color */
}

#mainContent td p {
	font-size: 0.72em;
}

#mainContent tr.coloredheader th {
	background-color: #85c1a8;
	color: #000000;
	font-size: 11px;
}

#mainContent tr.color1 td {
	background-color: #cce7e6;
	color: #000000;
	font-size: 11px;
}

#mainContent tr.color2 td {
	background-color: #e9f7f7;
	color: #000000;
	font-size: 11px;
}

#mainContent tr.color1 td a, #mainContent tr.color2 td a {
	color: #d25a28;
}

#mainContent p.staffNames, .staffNames{
	color: #477DBE; /* turquoise color */
	font-weight: bold;
	font-size: 1.25em;
}

.staffTitles {
	color: #477DBE; /* turquoise color */
	font-weight:normal;
	font-size: 0.55em;
	line-height: 0.25em;
}

.linksViolet, .linksViolet:visited {
	color: #663399; 
	text-decoration: none;
}

.linksViolet:hover { color: #FF9934;}

#mainContent p.testimonial, .testimonial {
	color: #477DBE; /* turquoise color */
	font-style: italic;	
}

#mainContent p.byDateConcerts, .byDateConcerts {
	color: #6699CC;
	font-weight: bold;
}

#mainContent p.plumBold, .plumBold {
	color:#660066; /* plum color */
	font-weight: bold;
}

#mainContent p.plumPlain, .plumPlain {
	color:#660066; /* plum color */
}

#mainContent h3 a.rentalH3Links, #mainContent h3 a.rentalH3Links:visited, 
#mainContentOneCol h3 a.calH3Links, #mainContentOneCol h3 a.calH3Links:visited{ 
	color: #477DBE; /* turquoise color */
	text-decoration: none; 
}

#mainContent h3 a.rentalH3Links:hover, 
#mainContentOneCol h3 a.calH3Links:hover { 
    color: #00788d; /* teal gray */
	text-decoration: none;
}


#mainContent p.magentaText, .magentaText { /* Magenta Text */
	color: #bf0240;
	font-weight: bold;
}

#mainContent p.magentaText a { /* Magenta Text */
	color: #bf0240;
	font-weight: bold;
	text-decoration: none;
}
#mainContent p.magentaText a:hover { /* Magenta Text */
	text-decoration:underline;
}

/*  These are the light orange Links */
a, .Links { 
	color: #f7c45c;
	text-decoration: none;
}
a:hover, .Links:hover    { 
	color: #f7c45c; 
	text-decoration: underline;
	}
a:visited, .Links:visited  { 
	color: #f7c45c;
}

#mainContent blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	line-height:1.7em;
	margin: 5px 65px;}
	
#mainContent cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	line-height:1.7em;
	margin: 0px 65px 30px 65px;}
	
sup {
	font-size:smaller;
}

#mainContent a.more {
	background-color: #f7c45c;
	padding: 1px 2px;
	font-size: 9px;
	color: #000000;
	text-transform: uppercase;
}

#mainContent a.more:hover {
	color: #000000;
	background-color: #d25a28;
	text-decoration: none;
}

#slideshow {
	padding: 20px 15px;
}


/* styles for show and hide toggle function */
.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../Images10/toggle.gif) no-repeat;
}
.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	clear: both;
}