/*
NYGASP Color Codes

Blue
dark: #002499;
light: #D5DBEE;

Orange
dark: #e55200;
light: #FBE2D5;

Maroon
dark: #9c1f3c;
light: #EFDADF;

Teal
dark: #006e7a;
light: #D5E7E9;

Yellow
dark: #efa922;
light: #FCF1DA;

Purple
dark: #704165;
light: #E7DFE5;

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	background-position: 0 0;
	background-repeat: repeat-x;
	font-size: medium;
	letter-spacing: 0.05em;
	line-height: 1em;
	font-family: Georgia, 'Times New Roman', sans-serif;
	color: #404052;
	text-align: center;
}

#section_home, #section_about, #section_site_map,
#section_privacy_policy, #section_site_credits,
#section_mailing_list { background-image: url(/images/body_about_nygasp.png); }
#section_current_season { background-image: url(/images/body_current_season.png); }
#section_booking { background-image: url(/images/body_booking_nygasp.png); }
#section_education { background-image: url(/images/body_education.png); }
#section_take_part { background-image: url(/images/body_take_part.png); }
#section_contact_and_links { background-image: url(/images/body_contact_and_links.png); }

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

#section_home #content a:link, #section_home #content a:visited,
#section_about #content a:link, #section_about #content a:visited,
#section_site_map #content a:link, #section_site_map #content a:visited, 
#section_privacy_policy #content a:link, #section_privacy_policy #content a:visited,
#section_site_credits #content a:link, #section_site_credits #content a:visited,
#section_mailing_list #content a:link, #section_mailing_list #content a:visited { color: #002499; }
#section_current_season #content a:link, #section_current_season #content a:visited { color: #e55200; }
#section_booking #content a:link, #section_booking #content a:visited { color: #9c1f3c; }
#section_education #content a:link, #section_education #content a:visited { color: #006e7a; }
#section_take_part #content a:link, #section_take_part #content a:visited { color: #efa922; }
#section_contact_and_links #content a:link, #section_contact_and_links #content a:visited { color: #704165; }

a:link, a:visited {
	border-bottom: 2px solid #eee;
}

a:active, a:hover {
	border-bottom: 2px solid #bbb;
}


a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a {
	position: absolute;
	top: 78px;
	left: 21px;
	display: block;
	width: 182px;
	height: 174px;
	margin: 0;
	text-indent: -9999em;
	background: url(/images/logo.png) 0 0 no-repeat;
}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	border: 0;
}

#container_wrap {
	width: 1030px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 1030px;
	background: url(/images/container.png) 0 0 repeat-y;
	float: left;
}

#sub_container {
	width: 1030px;
	margin: 0;
	padding-top: 60px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

#section_home #sub_container, #section_about #sub_container,
#section_site_map #sub_container, #section_privacy_policy #sub_container,
#section_site_credits #sub_container, #section_mailing_list #sub_container { background-image: url(/images/sub_container_about_nygasp.png); }
#section_current_season #sub_container { background-image: url(/images/sub_container_current_season.png); }
#section_booking #sub_container { background-image: url(/images/sub_container_booking_nygasp.png); }
#section_education #sub_container { background-image: url(/images/sub_container_education.png); }
#section_take_part #sub_container { background-image: url(/images/sub_container_take_part.png); }
#section_contact_and_links #sub_container { background-image: url(/images/sub_container_contact_and_links.png); }

#motto {
	position: absolute;
	top: 0;
	left: 4px;
	width: 1022px;
	height: 60px;
	text-indent: -9999em;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#section_home #motto,
#section_about #motto,
#section_site_map #motto,
#section_privacy_policy #motto,
#section_site_credits #motto,
#section_mailing_list #motto { background-image: url(/images/motto_about_nygasp.png); }
#section_current_season #motto { background-image: url(/images/motto_current_season.png); }
#section_booking #motto { background-image: url(/images/motto_booking_nygasp.png); }
#section_education #motto { background-image: url(/images/motto_education.png); }
#section_take_part #motto { background-image: url(/images/motto_take_part.png); }
#section_contact_and_links #motto { background-image: url(/images/motto_contact_and_links.png); }

#nav, #nav ul {
	width: 183px;
	padding: 0;
	margin: 0;
}

#nav {
	float: left;
	margin-top: 217px;
	margin-left: 28px;
}

#nav li {
	background: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	width: 183px;
}

#nav li a {
	display: block;
	width: 183px;
	height: 42px;
	margin-bottom: 14px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999em;
	border: 0;
}

#nav li#n_mailing_list a { margin-bottom: 25px; }

#section_about #nav li#n_about ul,
#section_current_season #nav li#n_current_season ul,
#section_booking #nav li#n_booking ul,
#section_take_part #nav li#n_take_part ul {
	display: block;
}

#nav li ul li {
	width: 166px;
	height: 19px;
}


#nav li ul li a {
	width: 166px;
	height: 19px;
	margin-bottom: 9px;
	margin-left: 9px;
	border: 0;
}

#nav li a:hover, #nav li.active a, #nav li a.active {
	background-position: 0 -42px;
}

#nav li#n_mailing_list a:active {
	background-position: 0 -84px;
}

#nav li.active li a {
	background-position: 0 0;
}

#nav li li a:hover, #nav li li a.active {
	background-position: 0 -19px;
}

#n_about a { background-image: url(/images/nav/about_nygasp.png); }
#n_history_and_mission a { background-image: url(/images/nav/history_and_mission.png); }
#n_artistic_director a { background-image: url(/images/nav/artistic_director.png); }
#n_board_of_directors a { background-image: url(/images/nav/board_of_directors.png); }
#n_the_company a { background-image: url(/images/nav/the_company.png); }
#n_casting_policy a { background-image: url(/images/nav/casting_policy.png); }
#n_the_repertory a { background-image: url(/images/nav/the_repertory.png); }
#n_press_and_news a { background-image: url(/images/nav/press_and_news.png); }
#n_see_and_hear a { background-image: url(/images/nav/see_and_hear.png); }
#n_current_season a { background-image: url(/images/nav/current_season.png); }
#n_new_york_season a { background-image: url(/images/nav/new_york_season.png); }
#n_new_years_eve_gala a { background-image: url(/images/nav/new_years_eve_gala.png); }
#n_on_tour a { background-image: url(/images/nav/on_tour.png); }
#n_calendar a { background-image: url(/images/nav/calendar.png); }
#n_past_seasons a { background-image: url(/images/nav/past_seasons.png); }
#n_booking a { background-image: url(/images/nav/booking_nygasp.png); }
#n_full_productions a { background-image: url(/images/nav/full_productions.png); }
#n_wandring_minstrels a { background-image: url(/images/nav/wandring_minstrels.png); }
#n_educational_programs a { background-image: url(/images/nav/educational_programs.png); }
#n_presenter_resources a { background-image: url(/images/nav/presenter_resources.png); }
#n_education a { background-image: url(/images/nav/education.png); }
#n_take_part a { background-image: url(/images/nav/take_part.png); }
#n_contribute a { background-image: url(/images/nav/contribute.png); }
#n_merchandise a { background-image: url(/images/nav/merchandise.png); }
#n_contact_and_links a { background-image: url(/images/nav/contact_and_links.png); }
#n_mailing_list a { background-image: url(/images/nav/mailing_list.png); }

#content_wrapper {
	float: right;
	width: 800px;
	margin-right: 4px;
	background: url(/images/content_wrapper.png) 0 0 no-repeat;
}

#content {
	padding: 0 36px;
	background-image: url(/images/header_home.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

h2#page_h2 {
	text-indent: -9999em;
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 198px 0 0 0;
	margin: 0 0 30px 0;
	width: 235px;
	height: 35px;
}

#section_home h2 { background-image: url(/images/h2_home.png); }
#section_about h2 { background-image: url(/images/h2_about_nygasp.png); }
#section_current_season h2 { background-image: url(/images/h2_current_season.png); }
#section_booking h2 { background-image: url(/images/h2_booking_nygasp.png); }
#section_education h2 { background-image: url(/images/h2_education.png); }
#section_take_part h2 { background-image: url(/images/h2_take_part.png); }
#section_contact_and_links h2 { background-image: url(/images/h2_contact_and_links.png); }
#section_site_map h2 { background-image: url(/images/h2_site_map.png); }
#section_privacy_policy h2 { background-image: url(/images/h2_privacy_policy.png); }
#section_site_credits h2 { background-image: url(/images/h2_site_credits.png); }
#section_mailing_list h2 { background-image: url(/images/h2_mailing_list.png); }

/* min-height hack by David Shea www.mezzoblue.com */

/* for Mozilla/Safari/Opera */
*>#content_wrapper {
	padding-top: 682px;
	min-height: 1px;
}
*>#content_wrapper #content {
	margin-top: -682px;
}

/* for IE, with IE5/Mac backslash filter \*/
* html #content_wrapper {
	height: 682px;
}
/* end filter */
/* end hack */

#footer {
	clear: both;
	width: 1030px;
	padding: 34px 0 0 0;
	margin: 0 auto;
	text-align: left;
	background: url(/images/footer.png) 0 0 no-repeat;
}

#footer ul {
	padding: 0 0 0 40px;
	margin: 0;
	list-style: none;
	background: url(/images/footer.png) 0 0 no-repeat;
}

#footer li {
	padding: 0 16px 0 0;
	margin: 0;
	float: left;
}

#footer li a {
	color: #404052;
	font-size: 85%;
	line-height: 1.8em;
}

#footer .vcard {
	float: right;
	text-align: right;
	line-height: 1.8em;
	margin-right: 4px;
	font-size: 85%;
}

#footer .org { font-weight: bold; }

#footer .vcard a {
	color: #404052;
}

#footer .vcard a:hover {
	text-decoration: none;
}

h3 {
	line-height: 1.25em;
	font-size: 150%;
	margin: 0 0 0.75em 0;
}

#section_home h3 {
	font-size: 150%;
	color: #002499;
}

p {
	line-height: 1.4em;
	margin: 0 0 2em 0;
}

.top_of_page {
	text-align: right;
	clear: both;
}
ol {
	margin: 0 0 2em 0;
}

ol li {
	margin: 0 0 1em 1.25em;
}

ul.standard {
	margin: 0 0 2em 0;
	list-style: none;
}

ul.standard li {
	margin: 0 0 1em 1.25em;
	padding-left: 1.25em;
	background-position: 0 6px;
	background-repeat: no-repeat;
	line-height: 1.4em;
}

ul.standard li ul {
	margin-top: 1em;
	list-style: none;
}

#section_home #content ul.standard li,
#section_about #content ul.standard li,
#section_site_map #content ul.standard li,
#section_privacy_policy #content ul.standard li,
#section_site_credits #content ul.standard li { background-image: url(/images/bullet_about_nygasp.png); }
#section_current_season #content ul.standard li { background-image: url(/images/bullet_current_season.png); }
#section_booking #content ul.standard li { background-image: url(/images/bullet_booking_nygasp.png); }
#section_education #content ul.standard li { background-image: url(/images/bullet_education.png); }
#section_take_part #content ul.standard li { background-image: url(/images/bullet_take_part.png); }
#section_contact_and_links #content ul.standard li { background-image: url(/images/bullet_contact_and_links.png); }

ul.jump_nav {
	float: left;
	margin: 0 0 1em 0;
	padding-top: 1em;
	list-style: none;
	width: 728px;
	border-bottom: 2px solid #eee;
}

ul.jump_nav li {
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
}

ul.jump_nav li a {
	float: left;
	display: inline;
	font-size: 110%;
	line-height: 1.2em;
	font-weight: bold;
	padding: 4px 6px 2px 6px;
}

#section_home #content ul.jump_nav li a:link, #section_home #content ul.jump_nav li a:visited,
#section_about #content ul.jump_nav li a:link, #section_about #content ul.jump_nav li a:visited,
#section_site_map #content ul.jump_nav li a:link, #section_site_map #content ul.jump_nav li a:visited, 
#section_privacy_policy #content ul.jump_nav a:link, #section_privacy_policy #content ul.jump_nav a:visited,
#section_site_credits #content ul.jump_nav a:link, #section_site_credits #content ul.jump_nav a:visited,
#section_current_season #content ul.jump_nav li a:link, #section_current_season #content ul.jump_nav li a:visited,
#section_booking #content ul.jump_nav li a:link, #section_booking #content ul.jump_nav li a:visited,
#section_education #content ul.jump_nav li a:link, #section_education #content ul.jump_nav li a:visited,
#section_take_part #content ul.jump_nav li a:link, #section_take_part #content ul.jump_nav li a:visited,
#section_contact_and_links #content ul.jump_nav li a:link, #section_contact_and_links #content ul.jump_nav li a:visited {
	color: #aaa;
	border: 0;
}

#section_home #content ul.jump_nav li.active a:link, #section_home #content ul.jump_nav li.active a:visited,
#section_about #content ul.jump_nav li.active a:link, #section_about #content ul.jump_nav li.active a:visited,
#section_site_map #content ul.jump_nav li.active a:link, #section_site_map #content ul.jump_nav li.active a:visited, 
#section_privacy_policy #content ul.jump_nav a:link, #section_privacy_policy #content ul.jump_nav a:visited,
#section_site_credits #content ul.jump_nav a:link, #section_site_credits #content ul.jump_nav a:visited,
#section_current_season #content ul.jump_nav li.active a:link, #section_current_season #content ul.jump_nav li.active a:visited,
#section_booking #content ul.jump_nav li.active a:link, #section_booking #content ul.jump_nav li.active a:visited,
#section_education #content ul.jump_nav li.active a:link, #section_education #content ul.jump_nav li.active a:visited,
#section_take_part #content ul.jump_nav li.active a:link, #section_take_part #content ul.jump_nav li.active a:visited,
#section_contact_and_links #content ul.jump_nav li.active a:link, #section_contact_and_links #content ul.jump_nav li.active a:visited {
	color: #404052;
	background: #dce4f4;
	border: 0;
}

h4 {
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 0.1em 0;
	border-bottom: 2px solid #eee;
	margin: 0 0 1em 0;
}

h5 {
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
}

h6 {
	font-size: 110%;
	padding: 0 0 0.1em 0;
	border-bottom: 2px solid #eee;
	margin: 0 0 1em 0;
}

#section_home h6, #section_about h6, #section_site_map h6,
#section_privacy_policy h6, #section_site_credits h6,
#section_mailing_list h6 { background: #D5DBEE; }
#section_current_season h6 { background: #FBE2D5; }
#section_booking h6 { background: #EFDADF; }
#section_education h6 { background: #D5E7E9; }
#section_take_part h6 { background: #FCF1DA; }
#section_contact_and_links h6 { background: #E7DFE5; }

abbr {
	border-bottom: 1px dotted #a0a0a9;
}

.silent {
	display: none;
}

.clear {
	clear: both;
}

.highlight {
	background: #dce4f4;
}

hr {
	border: 0;
}

/*
* About > Company
*/

.company_member_thumbs, .work_thumbs {
	list-style: none;
	float: left;
	margin: 0 0 40px 0;
}

.company_member_thumbs li, .work_thumbs li {
	display: inline;
}

.company_member_thumbs li a, .work_thumbs li a {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 10px 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
}

.work_thumbs li a {
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.company_member_thumbs li a:hover, .work_thumbs li a:hover {
	background-position: 0 -50px;
	border: 0;
}

.work_thumbs li a:hover {
	background-position: 0 -100px;
}

.company_member_thumbs li span, .work_thumbs li span {
	display: none;
}

#bios {
	clear: both;
}

.company_member img {
	float: left;
	border: 1px solid #404052;
	width: 200px;
	height: 200px;
	margin: 0 0 0.5em 0;
}

.company_member p {
	margin-left: 220px;
}

.company_member, .work {
	clear: both;
}

.lightbox_image {
	float: left;
}

.lightbox_image img {
	border: 1px solid #404052;
	margin: 0 10px 0.5em 0;
}

.lightbox_image a,
.lightbox_image a:hover {
	border: 0;
}

.lightbox_image a span {
	font-size: 90%;
	color: #A0A0A9;
	font-style: italic;
	display: block;
	text-align: center;
	margin: 0 10px 2em 0;
}

/*
* History & Mission
*/

p#mission, p.quote, .callout, .pq {
	font-style: italic;
	padding: 0;
	color: #787878;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
	font-size: 130%;
	margin: 0 0 1em 0;
}

.pq {
	clear: both;
	font-size: 110%;
	background: #dce4f4;
	padding: 1em;
	margin: 2em 0;
	margin-top: 0;
}

.pq em {
	font-weight: bold;
}

p.quote cite {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	display: block;
}

.tool-tip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/images/bubble.png) top left;
}

.tool-text {
	padding: 4px 8px 8px;
	background: url(/images/bubble.png) bottom right;
}

#board_of_directors_list dt {
	padding-top: 1em;
}

#board_of_directors_list dt.first {
	padding-top: 0;
}

#board_of_directors_list dd {
	color: #787878;
}

.vcard {
	line-height: 1.4em;
	margin: 0 0 2em 0;
}

.vcard .fn {
	font-weight: bold;
}

.vcard .title {
	font-style: italic;
}

.press_items dt {
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 0.1em 0;
	border-bottom: 2px solid #eee;
	margin: 0 0 0.5em 0;
}

.press_items dd {
	margin-bottom: 0.25em;
}

.press_items dd.link {
	padding-top: 0.5em;
	margin-bottom: 2em;
}

ul.notes {
	color: #787878;
	font-size: 90%;
	margin: 0 0 2em 0;
	list-style: none;
}

ul.notes li {
	margin: 0 0 0.25em 0;
	line-height: 1.4em;
}

.production {
	margin-bottom: 2em;
}

.production ul.standard li {
	margin-bottom: 0.25em;
}

#nycc_logo {
	display: block;
}

#save {
	clear: both;
}

.sidebar {
	width: 240px;
	font-size: 75%;
	float: right;
	margin: 0 0 2em 0;
	padding: 10px;
}


.sidebar ul.standard li {
	margin-left: 0;
}
.listings {
	width: 460px;
	padding-top: 10px;
	list-style: none;
	float: left;
}

.listings dt, .sidebar h4 {
	padding: 0 1em 0.1em 0;
	font-size: 18px;
	font-weight: bold;
}

.sidebar h4 {
	border-bottom: 0;
	padding-left: 0;
}

.listings dd,
.listings li {
	float: left;
	clear: both;
	background: #f6f6f6;
	width: 460px;
	padding: 1em 0;
}

.listings dd.alt,
.listings li.alt {
	background-color: #FBE2D5;
}

.listings dd img,
.listings li img {
	float: left;
	border: 1px solid #404052;
	margin: 0 .5em 0.5em 0;
}

.info {
	margin-left: 162px;
}

.listings strong {
	display: block;
	margin-bottom: 1em;
}

.listings .dates {
	display: block;
	font-size: 87.5%;
	list-style: none;
	margin-bottom: 1em;
}

.listings .dates li {
	margin-bottom: .25em;
}

.listings .learn_more {
	display: block;
	font-size: 75%;
}

img.wrap {
	float: left;
	border: 1px solid #404052;
	margin: 0 .5em 0.5em 0;
}

.event h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 0.125em 0;
	line-height: 1.25em;
}

.event .datetime {
	display: block;
	font-size: 75%;
	font-weight: bold;
	color: #A0A0A9;
}

.event .location {
	font-size: 90%;
	margin: 0 0 1em 0;
}

.r { text-align: right; }
