/* SPAC: Main CSS           */
/* Shannon-Rose Design 2008 */

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	font-size: 62.5%;
	background: #000 url(/imgs/bkgdFade2.gif) repeat-x 0 0;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	color: #6c6765;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	height: 100%;
	background-color: #FFF;
	color: #474540;
	text-align: left;
}
#subNav li a#subHere {
	color: #4e73d3;
}
div.clear {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	clear: both;
}


/* Text/Image rules */
.textImageDiv {
	margin: 0 0 1em;
	padding: 1em 0 1.3em;
	border-top: 1px solid #b0bcc9;
}
.textImageDiv img {
	margin: .3em 8px 0 1px;
	border: 1px solid #a9978c;
	padding: 3px;
}



/* General Typography */
img {
	display: block;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
p {
	font-size: 1.1em;
	line-height: 1.455em;
	margin: 1em 0;
}
a {
	color: #4e73d3;
	text-decoration: underline;
}
a:hover {
	color: #4e73d3;
	text-decoration: none;
}


/* Masthead */
a#topBannerAds {  /* BANNER ADS */
	display: none;
	background-color: #000;
	display: block;
	text-align: center;
}
a#topBannerAds img {
	margin: 0 auto;
}
div#masthead {
	background: #000 url(/imgs/mastheadBkgd.png) repeat-x 0 0;
	height: 157px;
	color: #6c6765;
	text-align: center;
}
#masthead img {
	float: left;
	display: inline;
	margin: 13px 0 0 20px;
	font-size: 3em;
	color: #FFF;
/*	width: 335px;
	height: 130px; */	
}
div#secondaryNav {
	width: 300px;
	float: right;
	display: inline; 
	margin: 10px 2px 0 0;
	text-align: right;
}
#secondaryNav ul {
	float: right;
	display: inline;
}
#secondaryNav p {
	display: inline;
	float: right;
	margin: 0;
	line-height: 16px;
	border-left: 1px solid #33312f;
}
#secondaryNav p.classicalSponsor {
	border: none;
	margin: 32px 27px 0 0;
	color: #eee;
}
#secondaryNav p.classicalSponsor img { width: 129px; height: 41px; margin: 20px 0 0; float: right; }
#secondaryNav li {  /* TEMP! */
	display: inline;
	line-height: 16px;
	border-left: 1px solid #33312f;
}
#secondaryNav li:first-child { /* Needs IE 6 workaround */
	border-left: none;
}
#secondaryNav li a, #secondaryNav p a {  /* TEMP! */
	text-decoration: none;
	font-weight: normal;
	display: inline;
	font-size: 1.1em;
	padding: 0 1em;
}
#secondaryNav a:link, #secondaryNav a:visited {
/*	color: #6c6765; */
	color: #BBB;
}
#secondaryNav a:hover {
	color: #FFF;
}
#secondaryNav a em {
	display: none;
	visibility: hidden;
}
#secondaryNav p a.musicPlayer {
	height: 16px;
	width: 42px;
	display: block;
	background: transparent url(/imgs/topNav/musicPlayerBkgd.png) bottom left no-repeat;
}
#secondaryNav p a:hover.musicPlayer {
	background-position: top left;
}
/* Top level nav */
#nav {
	width: 950px;
	height: 40px;
	background: #AAA7A0 url(/imgs/topNav/topNavBkgd.png) top left no-repeat;
}
#nav li { float: left; display: inline; margin: 0 1px 0 0; font: normal 16px/32px Georgia, Times, "Times New Roman", serif; color: #24231f; text-align: center; }
#nav li.navhomepage, #nav li.navhomepage a { width: 61px; background: transparent url(/imgs/topNav/homeNav.png) top left no-repeat; }
#nav li.navcalendar, #nav li.navcalendar a { width: 116px; }
#nav li.navtickets, #nav li.navtickets a { width: 103px; }
#nav li.navvenueinfo, #nav li.navvenueinfo a { width: 131px; }
#nav li.navaboutspac, #nav li.navaboutspac a { width: 139px; }
#nav li.navmembershipandsupport, #nav li.navmembershipandsupport a { width: 218px; }
#nav li a { height: 40px; float: left; display: block; color: #24231f; text-decoration: none; }
#nav li a:hover, #nav li a#here { background: #696863 url(/imgs/topNav/navHoverBkgd.png) repeat-x 0 0; color: #fff; }
#nav li.navhomepage a:hover, #nav li.navhomepage a#here { background: transparent url(/imgs/topNav/homeNav.png) bottom left no-repeat; }
#nav li a em { display: none; visibility: hidden; }

/* Secondary Nav */
div#subNav {
	clear: both;
}
#subNav ul {
	float: left;
	width: 920px;
	padding: 5px 15px;
	display: inline;
	background: #f5f2ed url(/imgs/topNav/subNavBkgd.png) top left repeat-x;
}
#subNav ul li {
	float: left;
	padding: 0 0 5px;
	display: inline;
}
#subNav li a {
	padding: 0 10px;
	text-decoration: none;
	color: #4c4941;
	font: normal 11px/11px Georgia, "Times New Roman", Times, serif;
	background: transparent url(/imgs/topNav/subNavLinkBkgd.png) top right no-repeat;
}
#subNav li:last-child a {
	background: none;
}
#subNav li a:hover {
	text-decoration: none;
	color: #4e73d3;
}
/* Content */
#content {
	background-color: #FFF;
	clear: both;
	padding-bottom: 11px;
}
#contentMain .topPhotoCaption { float: left; display: inline; margin: 5px 0 0 17px; width: 252px; }
#contentMain .topPhotoCaption h3, .topPhotoCaption p { margin: 4px 0; }
#contentMain .topPhotoCaption h2 { font-weight: normal; }

/* Footer */
#footer {
	clear: both;
	margin: 0 17px 0;
	padding: 1px 5px;
	background-color: #eeeeeb;
	color: #75736f;
}
#footer p {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited {
	color: #6c6765;
}
#footer a:hover {
	color: #75736f;
}
#footer p.leftFooter {
	float: left;
	display: inline;
	text-align: left;
	margin-left: 12px;
}
#footer p.rightFooter {
	float: right;
	display: inline;
	text-align: right;
	margin-right: 12px;
}
/* New Season Header Nav */
#masthead .calendarHeaderCallout { float: left; display: inline; width: 235px; height: 140px; position: relative; margin: 10px 0 0 20px; text-align: left; left: 0; top: 0; }
#masthead .calendarHeaderCallout h2 { font: normal 19px/23px Georgia, "Times New Roman", Times, serif; margin: 0 0 4px; color: #d4d2ce; }
#masthead .programSelector { background-color: #000; position: relative; left: 0; top: 0; margin: 0; }
#masthead .selectorClosed { width: 104px; height: 25px; }
#masthead .selectorClosed p { font: normal 11px/25px Arial, sans-serif; color: #6a6a6a; display: block; text-align: center; margin: 0; }
#masthead .selectorClosed p a { width: 104px; height: 25px; color: #6a6a6a; display: block; text-decoration: none; border: 1px solid #303030; }
#masthead .selectorClosed p a:hover { color: #d4d2ce; border: 1px solid #d4d2ce; text-decoration: none; }
#masthead .noShow { display: none; }
#masthead .genreSelector { margin: 0; }
#masthead .genreSelectorLeft { float: left; display: inline; width: 111px; margin: 7px 0 0 9px; }
#masthead .genreSelectorRight { float: left; display: inline; width: 106px; margin: 23px 0 0 0; }
#masthead .genreSelector p { margin: 0; color: #6a6a6a; }
#masthead .selectorOpen p img { margin: 0; float: none; width: 9px; height: 4px; position: relative; top: -2px; left: 4px; }
#masthead .selectorOpen p a img { margin: 2px 5px 0 0; display: inline; float: left; width: 12px; height: 9px; position: relative; top: 0; left: 0; }
#masthead .genreSelector a { text-decoration: none; }
#masthead .genreSelector a:hover { text-decoration: underline; }
#masthead p.genreSelectorClose { width: 11px; height: 11px; display: block; float: right; position: relative; top: 107px; margin: -11px -1px 0 0; font-size: 2px; }
#masthead p.genreSelectorClose a { width: 11px; height: 11px; display: block; background: transparent url(/imgs/popup/selectorCloseIcon.gif) no-repeat 0 0; }
#masthead p.genreSelectorClose a:hover { background-position: 0 100%; }
#masthead p.genreSelectorClose a em { display: none; }
#masthead div.clear { margin: 0; }

/* Backgrounds specific to genres */
.genreBkgdOrchestra { background-color: #af69c9; }
.genreBkgdDance { background-color: #57a5d8; }
.genreBkgdChamber { background-color: #d753b0; }
.genreBkgdConcerts { background-color: #d6811c; }
.genreBkgdJazzFestival { background-color: #e5454b; }
.genreBkgdExtSeason { background-color: #8a8882; }
.genreBkgdWineFood { background-color: #4daa97; }
.genreBkgdOpera { background-color: #56c476; }
.genreBkgdOther { background-color: #9f8f6c; }
.genreBkgdAllEvents { background-color: #a5a4a2; }
/* Text colors specific to genres */
.genreTextOrchestra, a.genreTextOrchestra, a.genreTextOrchestra:hover { color: #af69c9; }
.genreTextDance, a.genreTextDance, a.genreTextDance:hover { color: #57a5d8; }
.genreTextChamber, a.genreTextChamber, a.genreTextChamber:hover { color: #d753b0; }
.genreTextConcerts, a.genreTextConcerts, a.genreTextConcerts:hover { color: #efa751; }
.genreTextJazzFestival, a.genreTextJazzFestival, a.genreTextJazzFestival:hover { color: #e5454b; }
.genreTextExtSeason, a.genreTextExtSeason, a.genreTextExtSeason:hover { color: #8a8882; }
.genreTextWineFood, a.genreTextWineFood, a.genreTextWineFood:hover { color: #4daa97; }
.genreTextOpera, a.genreTextOpera, a.genreTextOpera:hover { color: #56c476; }
.genreTextOther, a.genreTextOther, a.genreTextOther:hover { color: #9f8f6c; }
.genreTextAllEvents, a.genreTextAllEvents, a.genreTextAllEvents:hover { color: #b5b4b2; }