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

body  {
	margin: 0 0 0 0;
	padding: 0px;
	text-align: center;
	background-color: #fefbe0; /* off-white */
	background-image:url(../Images11/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #000000; /* black text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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: 0px 0 0 0px;
	height: 0;
	width: 0;
}

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 */
	padding: 0;
}

#layoutwrapper {
	width: 900px;
	margin: 0 auto 0 auto; /* magical property to render the container in the center */
	padding: 0;
	}



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

/* menu declarations on menu2008.css */

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

#mainContent {
	margin: 0;
	padding: 0;
}

/*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;
	width: 900px;
}*/

.left {
	float: left;
}

.right {
	float: right;
}

#mainContent h2, #mainContentOneCol h2 {
	font-weight: normal;
	padding-left: 20px;
	font-size: 26px;
	margin-top: .5em;
	margin-bottom: .3em;
	clear: both;
}

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

#mainContent h2 a, #mainContentOneCol h2 a,
#mainContent h3 a, #mainContentOneCol h3 a{
	color: #cc0000; /* red color */
	text-decoration: none;
}

#mainContent h2 a:hover, #mainContentOneCol h2 a:hover,
#mainContent h3 a:hover, #mainContentOneCol h3 a:hover{
	color: #cc0000; /* red color */
	text-decoration: underline;
}


#mainContent h3, #mainContentOneCol h3 {
	margin-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: 5px;
	line-height: 1.7em;	
	text-align: left;
	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: #cc0000;
}

#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;
	margin-top: 10px;
	font-size: 11px;
	line-height: 14px;
}

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

#contentColRight .block p {
	margin-top: 0;
	padding-top: 0;
}

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




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

#footer {
	clear: both;
	color: #000000;
	margin: 0;
	padding-top: 8px;
	border-top: 2px solid black;
	vertical-align: top;
}

#socialnetworks {
	text-align: right;
	border: 0px solid red;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	display: inline;
	float: right;
	width: 150px;
}

#socialnetworks li {
	border: 0;
	margin-right: 3px;
	margin-left: 0;
	padding: 0;
	display: inline;
}

#footer form {
	clear: both;
	text-align: right;
	display: inline;
	float: right;
	width: 200px;
}

#footer table {
	text-align: right;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#footer table td {	
	border: 0px solid red;
}

#footer #credits {
	float: left;
	font-size: 9px;
	line-height: 15px;
	padding: 0;
	color: #000000;
	margin: 0;
}

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

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #cc0000;
}
/* >>>>> 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;
	text-align: left;
}

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

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

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

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

#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 red Links */
a, .Links { 
	color: #cc0000;
	text-decoration: none;
}
a:hover, .Links:hover    { 
	color: #cc0000; 
	text-decoration: underline;
	}
a:visited, .Links:visited  { 
	color: #990000;
}

#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 {
	clear: both;
	padding: 5px 5px;
	background-color: black;
	float: left;
	margin: 0 0 0 10px;
	width: 630px;
}

html>body #slideshow {
	margin-left: 20px;
}

/* 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;
	display: inline;
}

#calendarBlock {
}

#homepageSide, #rentalSide {
	float: left;
	background-color: black;
	width: 219px;
	height: 362px;
	padding: 10px 0px;
	margin-right: 0px;
	margin-left: 1px;
	border: 0px solid red;
}

#homepageSide form {
	margin: 0;
	padding: 0 0 6px 0;
	text-align: center;
}

#rentalSide {
	color: #fefbe0;
}

#tagline {
	text-align: center;
	border-bottom: 1px solid #434343;
	padding: 5px 0 2px 0;
	color: #999;
	font-size: .75em;
	text-transform: uppercase;
}

#quicklinks {
	clear: both;
	text-align: right;
	background-image: url(../Images11/bg_quicklinks.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 22px;
	padding: 12px 0 0 0;
	font-size: 13px;
	margin: 0 0 0 0;
}

#quicklinks li {
	text-align: left;
	display: inline;
	margin: 0 70px 0 0;
	padding: 0 0 0 10px;
	background-image: url(../Images11/bullet_triangle.png);
	background-repeat: no-repeat;
	background-position:left;
}

#quicklinks a {
	color: black;
}

#quicklinks a:hover {
	color: #cc0000;
	text-decoration: none;
}


/* STYLES FOR SERIES PAGES - EVENT BLOCKS */
.event_block {
	background-color: black;
	margin: 0 2px 10px 0;
	width: 138px;
	height: 125px;
	float: left;
	border: 1px solid black;
}

.event_block a {
	color: #ffdc4d;
}

.event_block a:hover {
	color: #cc0000;
	text-decoration: none;
}

.event_block img {
	width: 138px;
	height: 66px;
}

.event_block img:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

#mainContent .series_artist {
	margin: 0;
	padding: 3px 5px 3px 5px;
	text-align: left;
	line-height: 1.1em;
	display: block;
}

#mainContent .series_date {
	margin: 0;
	padding: 3px 5px 1px 5px;
	font-size: 9px;
	text-transform: uppercase;
	display: block;
}

#mainContent .event_block h3 {
	color: #fefbe0;
	font-size: 24px;
	font-weight:normal;
	letter-spacing: .2em;
	text-align: right;
	margin-right: 15px;
	margin-top: 35px;
}
/* END OF STYLES FOR SERIES PAGES - EVENT BLOCKS */


.staff_title {
	font-size: smaller;
	font-style: italic;
}

small {
	font-size: smaller;
	font-style: italic;
}
