/* @override http://www.americanplacetheatre.org/index.php/globals/aptbase.css */

@import url('reset.css');

body {
	background-color: #ffffff;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #262626;
	text-align: center;
}

.wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto 0 auto;
}

/* @group General Structure */

#superHeader {
	background-color: #373737;
	height: 32px;
}

#superHeader .wrapper p {
	text-align: right;
}

#superHeader p a {
	color: #979797;
	text-shadow: #363636 0 0 1px;
	font-size: 10px;
	line-height: 26px;
}

#superHeader:hover p a {
	color: #bcbcbc;
}

#header {
	background-color: #EEA848;
	border-top: 1px solid #f9deae;
	margin-bottom: 20px;
	height: 170px;
	position: relative;
}

#header .wrapper {
	position: relative;
}

#headerShadow {
	height: 0;
	position: absolute;
	width: 100%;
	bottom: -2px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #a4a4a4;
}

#flood {
	width: 567px;
	height: 246px;
	background: url(/assets/img/bg_top-flood.png) no-repeat;
	position: absolute;
	top: 0;
}

#header h1 {
	position: absolute;
	top: 0px;
	left: -15px;
	width: 225px;
	height: 146px;
	background: url(/assets/img/aptMasthead.png) no-repeat;
	text-indent: -1000000px;
}

.home #header {
	height: 425px;
}

#mainContent {
	text-shadow: #fff 0 0 1px;
	border-top-style: solid;

}

#footer {
	background-color: #dedddb;
	height: 78px;
	color: #5d5d5d;
	line-height: 56px;
	font-size: 11px;
	margin-top: 15px;
}

#footer span.right {
	height: 13px;
	word-spacing: 16px;
	font-weight: bold;
}

.icon {
	height: 30px;
}

.colHalfLeft {
	width: 472px;
	margin-right: 36px;
	float: left;
}

.colHalfRight {
	width: 492px;
	float: left;
	margin-right: 0;
}

.colQuarterLeft {
	width: 212px;
	float: left;
	margin-right: 48px;
}

.colQuarterLeft.lastChild {
	margin-right: 0;

}

.colQuarterRight {
	width: 226px;
	float: left;
	margin-right: 32px;
}

.colQuarterRight.lastChild {
	margin-right: 0;
}

.colGoldenWideLeft {
	width: 700px;
	float: left;
	margin-right: 36px;
}

.colGoldenNarrowLeft {
	width: 264px;
	float: left;
	margin-top: 17px;
	font-size: 11px;
}

.colGoldenNarrowRight {
	width: 264px;
	float: left;
	margin-top: 17px;
	font-size: 11px;
}

.colGoldenNarrowRight img {
	width: 250px;
	margin-bottom: 12px;
}

.colQuarter {
	width: 230px;
	float: left;
	margin-right: 26px;
}

.colQuarter.lastChild {
	margin-right: 0;
}

.colLeftWide {
	width: 500px;
	float: left;
	margin-right: 28px;
}

.colResidencyNarrow {
	float: left;
	margin-right: 50px;
	width: 325px;
}

.colResidencyNarrow.lastChild {
	margin-right: 0px;
}

.colResidencyWide {
	width: 620px;
	float: left;
}

.colSmallLeft {
	width: 230px;
	float: left;
	margin-right: 30px;
}

.colSmallRight {
	float: left;
	width: 208px;
	padding-left: 20px;
	border-left: 1px solid #eaeaea;
}

.colBigCenter {
	float: left;
	width: 485px;
	margin-right: 25px;
}

#rosterBillboard img {
	width: 230px;
	margin-bottom: 20px;
	margin-top: -19px;
}



/* @end */

/* @group Typography */

h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

.ribbon {
	color: #ffffff;
	margin-bottom: 22px;
	text-transform: uppercase;
	text-shadow: #106895 0px 0px 0px;
	text-indent: 5px;
	height: 26px;
	font-size: 27px;
	background: #106895 url(/assets/img/bg_ribbon.png) no-repeat right;
	padding-top: 4px;
	min-width: 154px;
	display: inline-block;
	padding-right: 18px;
}

.ribbon.hollow {
	background-color: #8cbbd2;
	color: #fff;
	background-image: none;
}

.pageTitle {
	color: #0e6895;
	text-transform: uppercase;
	font-size: 46px;
	margin-bottom: 20px;
}

.pageTitle.extraBottom {
	margin-bottom: 12px;
}

.pageTitle span {
	color: #899aa6;
}

a {
	color: #106895;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

.blue {
	color: #106895;
}

.orange {
	color: #eea848;
}

small {
	font-size: 90%;
}

#footer a {
	color: #5d5d5d;
}

#footer a:hover {
	color: #106895;
}

#footer small {
	margin-left: 2px;
}

ul li {
}

ul.bullets {
	list-style-type: square;
	list-style-position: inside;
}

table.gala {
	width: 620px;
}

table.awards {
	margin: 25px;
	padding: 2px;
	width: 300px;
	font-size: 95%;
	text-align: justify;
}

.awards img {
	width: 300px;
}

.awards h6 {
	font-weight: bold;
	font-size: 12px;
}

.awards h4 {
	font-weight: bold;
	font-size: 15px;
}

/* @end */

/* @group Navigation */

#nav {
	position: absolute;
	top: 60px;
	right: -10px;
}

#nav > li {
	display: inline-block;
	-webkit-border-radius: 3px;
	padding: 6px 11px 5px;
}

#nav li.active, #nav li.active:hover {
	background-color: rgba(255,254,255,0.18);
}

#nav > li:hover {
	background-color: rgba(255,254,255,0.1);
}

#nav > li > a {
	display: block;
	background: url(/assets/img/nav_text.png) no-repeat;
	text-indent: -1000000px;
	height: 24px;
}

#nav-home > a {
	width: 36px;
}

#nav #nav-programs > a {
	width: 68px;
	background-position: -60px;
}

#nav #nav-roster > a {
	background-position-x: -100px;
	background-position: -151px;
	width: 47px;
}

#nav #nav-history > a {
	width: 52px;
	background-position: -223px;
}

#nav #nav-about > a {
	background-position: -298px;
	width: 60px;
}

#nav #nav-faqs > a {
	background-position: -382px;
	width: 32px;
}

#nav #nav-events > a {
	background-position: -438px;
	width: 46px;
}

#nav #nav-news > a {
	background-position: -509px;
	width: 35px;
}

#nav #nav-support > a {
	background-position: -569px;
	width: 74px;
}

#nav li ul {
	top: 45px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	display: none;
	height: 32px;
	line-height: 29px;
	-webkit-border-radius: 2px;
	text-shadow: rgba(0,0,0,0.11) 0 0 1px;
	font-weight: bold;
	background-color: #f1b768;
	left: 65px;
	padding-left: 12px;
	position: absolute;
}

#nav li.active ul {
	display: block;
}

#nav li ul li {
	display: inline-block;
	margin-right: 14px;
}

#nav li ul li a {
	color: #fff;
}



/* @end */

/* @group Incidentals */

.right {
	float: right;
}

.left {
	float: left;
}

.clearFix {
	float: none;
	clear: both;
}

.hide {
	display: none;
}

.taMeta img.noBorder {
	border-style: none !important;
	width: 120px;
	border: 1px solid #e4e4e4;
	margin-top: -26px;
	margin-left: -12px;
	margin-bottom: -20px;
}

.boxBtn {
	color: #fffeff;
	text-shadow: rgba(0,0,0,0.36) 0 -1px 1px;
	height: 38px;
	display: inline-block;
	-webkit-border-radius: 3px;
	width: 145px;
	background: url(/assets/img/bg_button.png) no-repeat;
	margin-top: 5px;
	line-height: 33px;
	text-align: center;
	font-size: 110%;
}

.boxBtnSm {
	color: #fffeff;
	text-shadow: rgba(0,0,0,0.36) 0 -1px 1px;
	height: 34px;
	display: inline-block;
	-webkit-border-radius: 3px;
	width: 121px;
	background: url(/assets/img/bg_button_sm.png) no-repeat;
	margin-top: 5px;
	line-height: 31px;
	text-align: center;
	text-indent: -1px;
}

.downloadBtn {
	display: block;
	font-weight: bold;
	height: 3em;
	line-height: 2.6em;
	background: #e7f7ff url(/assets/img/document-pdf.png) no-repeat 11px 6px;
	text-indent: 36px;
	margin-top: 10px;
	border-top: 1px dotted #a5bfcb;
	border-bottom: 1px dotted #a5bfcb;
}

.downloadBtn:hover {
	background-color: #dfeef6;
}

.bookingBtn {
	display: block;
	font-weight: bold;
	height: 3em;
	line-height: 2.6em;
	background: #e7f7ff url(/assets/img/document-list.png) no-repeat 11px 6px;
	text-indent: 36px;
	margin-top: 10px;
	border-top: 1px dotted #a5bfcb;
	border-bottom: 1px dotted #a5bfcb;
}

bookingBtn:hover {
	background-color: #dfeef6;
}

.menu {
	display: none;
}

.relative {
	position: relative;
}

.modal {
	display: none;
	position: absolute;
	top: 22%;
	left: 50%;
	z-index: 5;
}

#overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.76);
	z-index: 1;
	display: none;
}

img.left {
	margin-bottom: 1em;
	margin-right: 1em;
}

img.right {
	margin-bottom: 1em;
	margin-left: 1em;
}


/* @end */

/* @group Home Page */

#homeWelcome {
	margin-bottom: 26px;
	background: url(/assets/img/bg_home-welcome-grad-bot.png) no-repeat 0 bottom;
	padding-bottom: 20px;
}



#homeWelcome object {
	float: left;
	margin-right: 17px;
	width: 200px;
}

#homeWelcome p {
}

/* @group Roster Feature */

#feature {
	padding-top: 25px;
	border-top: 1px dotted rgba(251,236,218,0.7);
	position: relative;
	top: 160px;
}

#featureBillboard {
	width: 500px;
	height: 208px;
}

#billboardWrap {
	width: 467px;
	height: 200px;
	background-color: rgba(255,254,255,0.8);
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.3);
	padding-top: 8px;
	padding-left: 8px;
}

#billboardSlideHide {
	width: 459px;
	height: 192px;
	position: relative;
	overflow: hidden;
}

#billboardContainer {
	height: 192px;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000000px;
}

#billboardContainer img {
	float: left;
}

#featureInfo {
	position: absolute;
	top: 24px;
	left: 500px;
	width: 500px;
	height: 210px;
}

.featureInfoItem {
	top: 0;
	left: 0;
	width: 500px;
	height: 180px;
	position: absolute;
	opacity: 0;
	display: block;
	z-index: 10;
}

.featureInfoItem.current {
	opacity: 1;
	z-index: 11;
	display: block;
}

#featureInfo h3 {
	text-transform: uppercase;
	color: #fffeff;
	font-size: 36px;
	margin-bottom: 9px;
	margin-top: 1px;
}

#featureInfo h3 span {
	color: #f5d5b5;
}

#featureInfo p {
	color: #424242;
	line-height: 1.45em;
}

#rosterDropMenu {
	width: 349px;
	height: 29px;
	line-height: 28px;
	color: #5e5e5e;
	text-indent: 8px;
	position: absolute;
	top: 180px;
	left: 0;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.2);
	background: #fcedd5 url(/assets/img/home_feature_drop_arrow2.png) no-repeat 323px 10px;
}

#rosterDropMenu:hover {
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	cursor: pointer;
}

#rosterDropMenu ul {
	background-color: rgba(252,252,252,0.96);
	position: absolute;
	top: -139px;
	z-index: 30;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	width: 310px;
	padding-bottom: 7px;
	padding-top: 6px;
	text-indent: 16px;
}

#rosterDropMenu ul li a {
	display: block;
}

#rosterDropMenu ul li:hover a {
	background-color: #8cbbd2;
	color: #fffeff;
}

#rosterNavArrows {
	position: absolute;
	top: 180px;
	right: 10px;
	width: 120px;
}

#rosterNavArrows a {
	background-color: #fcedd5;
	height: 29px;
	line-height: 28px;
	color: #5e5e5e;
	text-indent: -1000000px;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.2);
	display: block;
	width: 55px;
	cursor: pointer;
}

#rosterNavArrows a:active {
	margin-top: 1px;
}

#rosterNavArrows a:hover {
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

#rosterNavNext {
	position: absolute;
	top: 0;
	left: 0;
}

#rosterNavNext span {
	background: url(/assets/img/home_feature_arrows2.png) no-repeat;
	width: 11px;
	height: 13px;
	display: block;
	position: absolute;
	top: 8px;
	left: 22px;
}

#rosterNavPrev {
	top: 0;
	left: 65px;
	position: absolute;
}

#rosterNavPrev span {
	background: url(/assets/img/home_feature_arrows2.png) no-repeat -15px 0;
	width: 11px;
	height: 13px;
	display: block;
	position: absolute;
	top: 8px;
	left: 25px;
}

/* @end */

/* @group Home News */

.homeNewsItem {
	border-bottom: 1px dotted #c8c8c8;
	padding-bottom: 16px;
	margin-bottom: 24px;
	min-height: 100px;
}

.homeNewsItem.lastChild {
	border-bottom-style: none;
}

.homeNewsItem h5 {
	font-size: 14px;
	color: #333;
}

.homeNewsItem h5 a {
}

.homeNewsItem h5 a:hover {
	color: #106895;
	text-decoration: underline;
}

.homeNewsItem span a:hover {
	color: #106895;
	text-decoration: none;
}

.homeNewsMeta {
	font-size: 11px;
	display: inline-block;
	margin-bottom: 20px;
	color: #4d4d4d;
}

.newsImage img {
	float: left;
	width: 110px;
	padding: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin-right: 18px;
	margin-bottom: 20px;
	margin-top: 1px;
	border: 1px solid #d5d5d5;
}

.homeNewsItem p {
	line-height: 1.4em;
	color: #5e5e5e;
}

#home-subscribe {
	position: relative;
	top: 6px;
}

/* @end */

/* @group Events */

.homeEventItem {
	border-bottom: 1px solid #dadada;
	height: 30px;
}

.homeEventItem {
	position: relative;
}

.homeEventItem h5 span {
	float: none;
	font-size: 11px;
	position: static;
	color: #3a3a3a;
	color: #00699b;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	width: 167px;
	text-overflow: ellipsis;
}

.homeEventItem:hover {
	background: url(/assets/img/diag.png) repeat;
	cursor: pointer;
}

.homeEventItem.firstChild {
	border-top: 1px solid #dadada;
}

.homeEventItem h5 {
	font-size: 11px;
	line-height: 28px;
	text-indent: 2px;
}

.homeEventItem > span{
	float: right;
	font-size: 11px;
	position: relative;
	top: -21px;
	color: #5e5e5e;
	right: 2px;
}

.rosterFact.firstChild {
	border-top: 1px solid #dadada;
}

.rosterFact span {
	font-size: 11px;
	color: #5e5e5e;
}

.rosterFact {
	border-bottom: 1px solid #dadada;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 2px;
	line-height: 1.2em;
}

.rosterFact h5 {
	font-size: 11px;
}

.featuredEvent {
	background-color: #f6f6f6;
	margin-top: 12px;
	padding: 8px;
	border: 1px solid #e9e9e9;
	font-size: 11px;
}


.featuredEvent span{
	text-align: center;
	font-weight: bold;
}

.featuredEvent img {
	width: 234px;
	margin-left: auto;
	margin-right: auto;
}


.featuredEvent img.leftCol {
	width: 184px;
	margin-left: auto;
	margin-right: auto;
}

.homeEventPopup {
	width: 240px;
	position: absolute;
	background-color: white;
	-webkit-box-shadow: 0 0 15px #999;
	font-size: 11px;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	z-index: 100000;
	background-image: -moz-linear-gradient(top, #ffffff, #dfdfdf); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #dfdfdf));
	padding: 15px 20px 5px;
	left: -27px;
	border-bottom: 1px solid #fffeff;
	border-top: 1px solid #fffeff;
	top: 34px;
}

.homeEventArrow {
	width: 51px;
	height: 20px;
	background-image: url(/assets/img/event-arrow.png);
	position: absolute;
	top: -21px;
	left: 110px;
}

.homeEventPopup h6 {
	font-size: 11px;
	margin-bottom: 4px;
}

.homeEventPopup h6 span {
	font-weight: normal;
	font-style: normal;
}

.homeEventPopup h5 {
	font-size: 16px;
	text-indent: 0;
	margin-bottom: 9px;
	border-bottom: 1px solid #c0c0c0;
}

.mapLink img {
	position: relative;
	top: 4px;
	margin-left: 8px;
}

/* @end */

/* @group Programs */

#homePrograms p {
	line-height: 1.4em;
	color: #5e5e5e;
	font-size: 11px;
	border-bottom: 1px dotted #d5d5d5;
	margin-bottom: 10px;
	padding-bottom: 13px;
}

#homePrograms h5 {
	margin-bottom: 8px;
}

/* @end */



/* @end */

/* @group Roster Page */

.rosterTitle {
	text-transform: uppercase;
	font-size: 46px;
	color: #0f6b9b;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.rosterTitle span {
	color: #899aa6;
}

.rosterLargeIntro {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 11px;
	border-bottom: 1px dotted #c6c6c6;
	padding-bottom: 11px;
}

.colHalfLeft #billboardWrap {
	margin-bottom: 30px;
}

#rosterOverview h5 {
	font-size: 16px;
	margin-bottom: 1em;
}

#showOverview p {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.stageImage {
	float: right;
	border: 1px solid #e4e4e4;
	padding: 5px;
	margin-bottom: 2px;
	margin-left: 14px;
}

#rosterQuote blockquote {
	color: #494949;
	text-indent: -7px;
	margin-bottom: 13px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}

#rosterQuote blockquote strong {
	color: #212121;
}

#rosterQuote span {
	font-weight: bold;
	color: #5e5e5e;
	font-size: 13px;
}

.showDownloads {
	height: 3em;
	border-bottom: 1px dotted #bcbcbc;
	border-top: 1px dotted #bcbcbc;
	margin-bottom: 1.2em;
	font-weight: bold;
	margin-top: 12px;
}

.showDownloads a {
	background: url(/assets/img/document-pdf.png) no-repeat 0 center;
	display: inline-block;
	height: 16px;
	text-indent: 24px;
	margin-top: 8px;
	margin-right: 30px;
	margin-left: 2px;
	font-size: 94%;
	line-height: 15px;
}

#showOverview p.showCopyright {
	font-size: 10px;
	color: #7f7f7f;
}

.rosterMeta {
	width: 150px;
	float: left;
}

.rosterMeta img {
	width: 120px;
}

#rosterShowIncludes {
	margin-top: 34px;
}

.rosterDossier {
	width: 510px;
	float: left;
	border-left: 1px dotted #e0e0e0;
	padding-left: 29px;
}

.rosterDossier h6 {
	color: #7f7f7f;
	font-size: 90%;
	margin-bottom: 1em;
}

#roster-buttons {
	margin-bottom: 75px;
	padding-left: 4px;
	padding-top: 16px;
}

#roster-buttons > div {
	width: 220px;
	height: 34px;
	background-image: url(/assets/img/bg_button_wide.png);
	text-align: center;
	float: left;
}

#roster-buttons div a {
	color: white;
	font-weight: bold;
	line-height: 31px;
	font-size: 12px;
	text-shadow: rgba(0,0,0,0.14) 0 -1px 1px;
	display: block;
}

#rosterPageTabs {
	background-color: #f4f4f4;
	height: 34px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 19px;
}

.rosterTab {
	display: inline-block;
	background-color: #faf9fa;
	height: 33px;
	line-height: 32px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	color: #424242;
	cursor: pointer;
}

.rosterTab img {
	position: relative;
	bottom: -4px;
	left: -8px;
}

.rosterTab.active {
	border-bottom: 1px solid #fff;
	background-color: #fffeff;
}

#backstageForm {
	background-color: #f2fbff;
	border: 1px solid #cfdde5;
	padding-left: 10px;
	padding-top: 11px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 30px;
}

#backstageForm label {
	display: none;
}

#backstageForm input[type="text"] {
	border: 1px solid #c2c2c2;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 464px;
	padding-left: 4px;
	height: 2.6em;
}

#backstageForm textarea {
	border: 1px solid #c2c2c2;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 464px;
	padding-top: 4px;
	padding-left: 2px;
}

#backstageForm input[type="submit"] {
	border: 1px solid #00699D;
	background-image: -moz-linear-gradient(top, #00689D, #00699D); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00689D),color-stop(1, #00699D));
	-webkit-border-radius: 3px;
	color: #fffefe;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 68px;
	height: 25px;
	text-shadow: rgba(0,0,0,0.43) 0 -1px 1px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#backstageForm input[type="submit"]:active {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00689d),color-stop(1, #00699d));
	background-color: #00699d;
}

#backstageForm.closed textarea {
	height: 2.2em;
}

#backstageForm.closed .closable {
	display: none;
}

#backstageAttach {
	width: 240px;
	position: absolute;
	bottom: 16px;
	left: 10px;
}

#backstageAttach input {
	display: none;
}

#youtube-field {
	background: white no-repeat 5px;
	display: none;
	margin-bottom: 5px;
	margin-top: -1px;
}

#photo-field {
	display: none;
	margin-bottom: 5px;
	margin-top: -1px;
	height: 31px;
	width: 464px;
	border: 1px solid #c2c2c2;
	padding-left: 5px;
	background-color: #fffefe;
	padding-top: 4px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#backstageAttach span {
	color: #00699b;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 12px 5px 7px;
	margin-right: 10px;
	height: 20px;
	display: inline-block;
	border: 1px solid #f2fbff;
	border-top: 1px hidden white;
}

#backstageAttach span.active {
	background-color: #fffeff;
	border: 1px solid #c2c2c2;
	border-top: 1px solid #fffefe;
}

#backstageAttach span img {
	margin-right: 8px;
	position: relative;
	bottom: -4px;
	margin-left: 2px;
}

#showReadingRoom p {
}

#showReadingRoom .newsImage img {
	width: 84px;
	margin-bottom: 5px;
}

#showReadingRoom h5 {
	font-size: 14px;
}

/* @group Inquiry Modal */

#bookingInquiryModal {
	background-color: white;
	width: 550px;
	margin-left: -275px;
	padding-top: 58px;
	padding-left: 22px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 24px #111; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 24px #111; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 24px #111; /* Opera 10.5, IE 9.0 */
              filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#111111'); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#111111')";
	padding-bottom: 20px;
	top: 12%;
}

#bookingInquiryForm label {
	display: inline-block;
	width: 170px;
	font-weight: bold;
	color: #5e5e5e;
}

#bookingInquiryForm input[type=text] {
	border: 1px solid #c0c0c0;
	padding-top: .5em;
	padding-left: .5em;
	width: 352px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: .6em;
}

#bookingInquiryForm textarea {
	border: 1px solid #c0c0c0;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
	width: 352px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 9em;
}

#bookingInquiryForm input[type=file] {
	background-color: #d2dade;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 7px;
	width: 316px;
	border: 1px solid #a9b0b3;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#bookingInquiryForm input[type=submit] {
	position: relative;
	width: 130px;
	border: 1px solid #225770;
	background-color: #006fa4;
	color: #fffefe;
	padding-top: 3px;
	padding-bottom: 7px;
	font: bold 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 174px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-top: 1px solid #4495bc;
	text-shadow: rgba(0,0,0,0.31) 0 -1px 1px;
}

#bookingInquiryForm .relative label {
	position: absolute;
	top: 6px;
}

#bookingInquiryForm .relative textarea {
	margin-left: 174px;
}

#bookingInquiryForm select {
	width: 354px;
	font-size: 130%;
}

#bookingInquiryForm .checkboxArea {
	display: inline-block;
	padding-right: 20px;
	margin-bottom: 5px;
}

#bookingInquiryForm .checkboxGroup {
	margin-left: 171px;
	width: 440px;
	display: block;
}

#bookingInquiryModal h2 {
	background-color: #00699b;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 44px;
	color: white;
	text-shadow: rgba(0,0,0,0.36) 0 -1px 1px;
	line-height: 39px;
	letter-spacing: -1px;
	text-indent: 17px;
	font-weight: bold;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top: 1px solid #8cbad0;
	border-bottom: 1px solid #282828;
}

#bookingInquiryModal h2 span {
	position: absolute;
	top: 0;
	right: 24;

	text-shadow: rgba(0,0,0,0.36) 0 -1px 1px;
	line-height: 39px;
	font-size: 11px;
	letter-spacing: 0;
	cursor: pointer;
}



/* @end */

/* @group Roster Feed */

#showOverview {
}

#showFeed object {
	width: 456px;
}

.showFeedItem {
	border-bottom: 1px solid #dadada;
	padding-top: 11px;
	margin-bottom: 10px;
	padding-left: 26px;
	padding-bottom: 10px;
}

.showFeedItem h6 {
	text-indent: 24px;
	margin-bottom: 8px;
	margin-left: -25px;
}

.showFeedItem h6 span {
	font-weight: normal;
	font-style: normal;
	color: #7f7f7f;
}

.showFeedItem.comment h6 {
	background: url(/assets/img/balloon.png) no-repeat;
}

.showFeedItem.image h6 {
	background: url(/assets/img/profile-image.png) no-repeat;
}

.showFeedQuote {
}



/* @end */

/* @group Sponsors */

span.little {
	font-size: 80%;
}

table.donor {
	width: 650px;
	margin-left: 30px;
	table-layout: fixed;
	border-spacing: 20px 20px;
	font-size: 110%;
	text-align: center;
}

.donor tr {
	height: 20px;
}

table.govt {
	width: 650px;
	margin-left: 10px;
	table-layout: fixed;
	border-spacing: 12px 12px;
}

table.govt img {
	height: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.govt tr {
	height: 90px;
	padding: 10px;
}

.govt td {
	width: 150px;
	text-align: center;
	padding: 10px;
}

div.govt {
	width: 600px;
	margin-left: 45px;	
	font-size: 10px;
	text-align: center;
}

table.corp {
	width: 650px;
	margin-left: 30px;
	text-size: 80%;
	table-layout: fixed;
	border-spacing: 20px 20px;
}

.corp td {
	padding-top: 30px;
}

.tr1 img {
	height: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tr2 img {
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tr3 img {
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tr4 img {
	height: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* @end */

/* @group Teaching Artists */

.taIndividual {
	border-top: 1px solid #dadada;
	margin-bottom: 16px;
	padding-top: 14px;
	padding-bottom: 20px;
}

.taMeta {
	width: 180px;
	float: left;
	padding-top: 14px;
}

.taMeta h4 {
	margin-top: -4px;
}

.taMeta h6 {
	color: #7f7f7f;
	font-size: 90%;
}

.taMeta img {
	width: 120px;
	padding: 4px;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	margin-bottom: 10px;
}

.taMeta a {
	font-weight: bold;
}

.taDossier {
	width: 470px;
	float: left;
	border-left: 1px dotted #e0e0e0;
	padding-left: 29px;
	padding-top: 14px;
	padding-bottom: 10px;
}

.taDossier p {
	line-height: 1.5em;
}

.taDossierExtra {
	display: none;
}

.taDossier blockquote {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	color: #797979;
	background: url(/assets/img/bg_blockquote.png) no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}

.emailLink {
	background: url(/assets/img/paper-plane.png) no-repeat;
	text-indent: 24px;
	display: inline-block;
	margin-top: -4px;
}

.featuredEvent img {
	max-width: 246px;
	padding: 4px;
	border: 1px solid #e4e4e4;
}



/* @end */

/* @group Programs */

.linedListLabel {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 6px;
}

.linedList {
	border-bottom: 1px solid #dadada;
}

.linedList li {
	border-top: 1px solid #dadada;
	font-size: 11px;
	line-height: 2em;
	text-indent: 2px;
}

.pdfDownload {
	background: url(/assets/img/document-pdf.png) no-repeat 0 center;
	display: inline-block;
	height: 26px;
	text-indent: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 18px;
	margin-bottom: 6px;
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
	width: 100%;
}

p.programsFixed {
}

.programItem {
	float: left;
	margin-bottom: 30px;
	border-top: 2px solid #eaeaea;
	padding-top: 10px;
}



/* @end */

/* @group Residencies */

.residencyPhotos img {
	width: 220px;
	padding: 5px;
	border: 1px dotted #d5d5d5;
}

.residencyPhotos {
	text-align: left;
}

.residencyMainPhoto {
	width: 230px;
	padding: 5px;
	border: 1px dotted #d5d5d5;
}

#residency-buttons {
	margin-bottom: 75px;
	padding-left: 4px;
	padding-top: 16px;
}

#residency-buttons > div {
	width: 220px;
	height: 34px;
	background-image: url(/assets/img/bg_button_wide.png);
	text-align: center;
	float: left;
}

#residency-buttons div a {
	color: white;
	font-weight: bold;
	line-height: 31px;
	font-size: 12px;
	text-shadow: rgba(0,0,0,0.14) 0 -1px 1px;
	display: block;
}

#residencyPageTabs {
	background-color: #f4f4f4;
	height: 34px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 19px;
}

.residencyTab {
	display: inline-block;
	background-color: #faf9fa;
	height: 33px;
	line-height: 32px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	color: #424242;
	cursor: pointer;
}

.residencyTab img {
	position: relative;
	bottom: -4px;
	left: -8px;
}

.residencyTab.active {
	border-bottom: 1px solid #fff;
	background-color: #fffeff;
}

#showStudentWork p {
}

#showTeachingArtistWork p {
}

/* @group FAQs */

.faqListItem {
	padding-top: 1em;
	padding-bottom: 1.2em;
	border-top: 1px dotted #d5d5d5;
}

.faqListItem h5 {
	font-size: 110%;
}

.faqListItem h5 a {
	display: block;
}

.faqListAnswer {
	margin-top: 1em;
}



/* @end */

/* @group News */

.newsImgFull {
	margin-bottom: 20px;
	max-width: 500px;
	float: left;
}

.newsImgRight {
	float: right;
}

.newsSingle h3 {
	font-size: 170%;
	letter-spacing: -1px;
}

.newsAuthor {
	font-size: 90%;
	color: #424242;
	margin-bottom: 16px;
	text-indent: 2px;
}

.newsImgCaption {
	margin-top: -18px;
	font-size: 90%;
	color: #797979;
	margin-bottom: 20px;
	text-indent: 2px;
	float: left;
	position: relative;
}

.newsTopper {
	height: 0;
	border-style: none;
	border-bottom: 2px solid #d5d5d5;
}

#recentNews {
	border-top: 1px solid #c2c2c2;
	padding-top: 1em;
}

.recentNewsItem {
	margin-bottom: 1em;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 1.3em;
}

.recentNewsItem a {
	font-weight: bold;
}



/* @end */

/* @group Profile Feed */

#showFeed {
	margin-top: -5px;
}

.showFeedLoading {
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #bbb;
	text-align: center;
	margin-top: 32px;
}

.showFeedLoading img {
	margin-right: 7px;
	margin-bottom: -3px;
}

#profileForm {
	background-color: #f1efed;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding-top: 14px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#profileForm label {
	display: inline-block;
	width: 114px;
	font-weight: bold;
	color: #5e5e5e;
}

#profileForm input[type=text] {
	border: 1px solid #c0c0c0;
	padding-top: .5em;
	padding-left: .5em;
	width: 316px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: .6em;
}

#profileForm textarea {
	border: 1px solid #c0c0c0;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
	width: 316px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 9em;
}

#profileForm input[type=file] {
	background-color: #d2dade;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 7px;
	width: 316px;
	border: 1px solid #a9b0b3;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#profileForm input[type=submit] {
	position: relative;
	width: 70px;
	border: 1px solid #225770;
	background-color: #006fa4;
	color: #fffefe;
	padding-top: 3px;
	padding-bottom: 7px;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 360px;
	cursor: pointer;
}

#profileForm .relative label {
	position: absolute;
	top: 6px;
}

#profileForm .relative textarea {
	margin-left: 117px;
}

.profileImageWrap {
	width: 80px;
	height: 80px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #d6d6d6;
}

.profileImageWrap:hover {
	border: 1px solid #b1b1b1;
}

.profileImageWrapInner {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.profileImageWrap img {
	width: 100px;
	height: 100px;
}

#successDialog {
	background-color: white;
	width: 600px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 14px #777; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 14px #777; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 14px #777; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#777777'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#777777')"; /* IE8 */
}

#successDialog img {
	float: left;
	margin-left: 10px;
	height: 190px;
	margin-top: 5px;
	margin-right: 10px;
}

#successDialogMsg {
	padding-top: 42px;
}

#successDialog h4 {
	font-size: 26px;
	color: #006fa4;
	margin-bottom: 9px;
}



/* @end */
