body {
	background:#000;
	margin: 0;
	color: #f9e8c0;
	text-align:center;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
}




/*/////////////////////////////////// GENERIC LINKS ///////////////////////////////////*/
a {
	color:#f0a632;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
	outline:none;
}





/*/////////////////////////////////// IMAGES ///////////////////////////////////*/
img, a img {
	border:0;
} 
.PixLeft {
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
.PixRight {
	margin-left:15px;
	margin-bottom:10px;
	float:right;
}
body#artists .PixLeft, body#artists .PixRight {
	border: 1px solid #000;
}




/*/////////////////////////////////// ACCESSIBILITY ///////////////////////////////////*/
.hiddenItems {
	display:none;
	text-align:left;
}
.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0; 
	clear:both; 
	height:0;
	overflow: hidden;
}





/*/////////////////////////////////// LAYOUT ///////////////////////////////////*/
#wrapper {
	width:960px;
	margin:0 auto;
	clear:both;
	text-align:center;
}
#header {
	clear:both;
	margin:0;
	padding:0;
	height:240px;
	width:100%;
	text-align:left;
	position:relative;
	background:#000 url(../images/backgrounds/top_plank.jpg) top left no-repeat;
}





/*///////////////////////////////////  SITE HEADER ///////////////////////////////////*/
#header h1 {
	margin:70px 0 0 11px;
	padding:0;
	width:442px;
	height:156px;
	background:url(../images/logos/logo.jpg) top left no-repeat;
	float:left;
}
#header h1 a, #header h1 a:hover {
	font-size:0.1em;
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	width:442px;
	height:156px;
}
#header h2 {
	text-indent:-9999px;
	font-size:0.1em;
}
#header h2.theatre {
	background:url(../images/headings/novello_theatre.gif) 0 0 no-repeat;
	width:202px;
	height:78px;
	float:left;
	margin:147px 0 0 46px;
}
#header h2.buy {
	background:url(../images/headings/buy_tickets.gif) 0 0 no-repeat;
	width:203px;
	height:85px;
	float:right;
	margin:70px 42px 0 0;
}
#header h2.buy a {
	width:203px;
	height:85px;
	display:block;
}



/*/////////////////////////////////// MENU ///////////////////////////////////*/
#navigation {
	width:960px;
	height:25px;
	margin:0;
	clear:both;
	position:absolute;
	top:11px;
	left:0;
}
#navigation ul {
	list-style:none;
	margin:0 auto;
	clear:both;
}
#navigation li {
	float:left;
	margin: 0 27px 0 0;
}
#navigation li.item08 {
	margin:0;
}
#navigation li a {
	display:block;
	margin:0;
	padding:0;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	font-size:.1em;
	height:41px;
}
#navigation li a:hover {
	background-position:bottom left;
}



/* roll-over */
#navigation li.item00 a {
	background-image:url(../images/navigation/home.gif);
	width:40px;
}
#navigation li.item01 a {
	background-image:url(../images/navigation/tickets.gif);
	width:61px;
}
#navigation li.item02 a {
	background-image:url(../images/navigation/the_show.gif);
	width:73px;
}
#navigation li.item03 a {
	background-image:url(../images/navigation/artists.gif);
	width:111px;
}
#navigation li.item04 a {
	background-image:url(../images/navigation/media.gif);
	width:46px;
}
#navigation li.item05 a {
	background-image:url(../images/navigation/news_reviews.gif);
	width:62px;
}
#navigation li.item06 a {
	background-image:url(../images/navigation/education.gif);
	width:79px;
}
#navigation li.item07 a {
	background-image:url(../images/navigation/partneroffers.gif);
	width:104px;
}
#navigation li.item08 a {
	background-image:url(../images/navigation/newsletter.gif);
	width:93px;
}



/* selected */
body#home #navigation li.item00 a,
body#tickets #navigation li.item01 a,
body#show #navigation li.item02 a,
body#artists #navigation li.item03 a,
body#media #navigation li.item04 a,
body#press #navigation li.item05 a,
body#education #navigation li.item06 a,
body#merchandise #navigation li.item07 a,
body#newsletter #navigation li.item08 a {
	background-position: 0 -41px;
	cursor:default;
}




/*///////////////////////////////////  CONTENT ///////////////////////////////////*/
#Content {
	width:100%;
	clear:both;
	text-align:center;
	background:url(../images/backgrounds/textarea.jpg) 0 0 repeat-y;
}
body#home #Content {
	background:#000;
}




#TextArea {
	width:100%;
	margin:0;
	text-align:left;
	background:url(../images/photographs/side_cast.jpg) 0  -10px no-repeat;
}
body#home #TextArea {
	width:905px;
	margin:5px auto 10px auto;
	background:none;
}




#LeftCol {
	float:left;
	margin:0;
	width:361px;
	min-height:403px;
	height:auto;
}
body#home #LeftCol {
	width:210px; 
	min-height:1px;
	height:auto;
	padding:0;
	margin-right:15px;
}

ul#news {
	list-style:none;
	margin:0;
	padding:0;
	height:398px;
	width:210px;
	clear:both;
	padding-top:10px;
	background: url(../images/backgrounds/news_bg.gif) 0 0 no-repeat;
	overflow:auto;
}
ul#news li {
	margin: 0 0 12px 10px;
	color:#000;
	width:175px;
	font-size:1.1em;
	font-style:italic;
}
ul#news li a {
	color:#6a0000;
	font-weight:bold;
	font-style:normal;
	font-size:110%
}
ul#news li strong {
	font-weight:bold;
	font-size:110%;
	font-style:normal;
}
ul#news li strong a {
	font-size:100%;
}


ul#social {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}
ul#social li {
	margin:10px 0 0 0;
	padding:0;
	width:210px;
	height:55px;
}


#RightCol {
	float:right;
	margin:0;
	padding-left:24px;
	width:575px;
	background:url(../images/backgrounds/red_gradient.jpg) 0 0 no-repeat;
}
body#home #RightCol {
	width:210px;
	background:none;
	padding:0;
	background:#eceff5;
}





body#home #MidCol {
	width:455px;
	float:left;
	margin:0;
	padding:0;
}





#Ctrl {
	width:530px;
	margin-top:25px;
	height:16px;
	clear:both;
}
span.AddThis {
	float:right;
}
#Ctrl ul.subnav {
	margin:0;
	padding:0;
	list-style-type:none;
}
#Ctrl ul.subnav li {
	border-right:1px solid #f9e8c0;
	margin:0 10px 0 0;
	color:#f9e8c0;
	padding:0 10px 0 0;
	float:left;
	font-size:1.3em;
}
#Ctrl ul.subnav li.Last {
	border:none;
	margin:0;
	padding:0;
}
#Ctrl ul.subnav li a.selected, #Ctrl ul.subnav li a.selected:hover {
	color:#f9e8c0;
	text-decoration:none;
	cursor:default;
}





#TxtCol {
	width:485px;
	clear:both;
	margin:59px 0 0 0;
	padding-bottom:15px;
}
#TxtCol h2 {
	text-transform:uppercase;
	font-size:2.3em;
	
	margin:0 0 .5em 0;
}




#Content p {
	font-size:1.3em;
	margin:0 0 1.3em 0;
	line-height:130%;
}
#Content .leadPara {
	color:#fff;
	font-size:1.5em;
}
h3 {
	text-transform:uppercase;
	font-size:2em;
	color: #ffe9bf;
	margin:0;
	padding:0;
}
h4 {
	color:#fff;
	text-transform:uppercase;
	margin:0 0 .5em 0;
	font-size:2em;
	line-height:110%;
	font-weight:normal;
}
h4.quote {
	text-align:center;
	margin:0;
}
p.attr {
	text-align:center;
	font-style:italic;
}



#partner #TxtCol h5 {
	font-weight:bold;
	margin:0 0 .5em;
	font-size:1.6em;
	color:#FFF;
	border-top: solid 1px #fff;
	padding-top:10px;
}

h5 {
	font-weight:bold;
	margin:0 0 .5em;
	font-size:1.6em;
	color:#fff;
}

h6 {
	font-weight:bold;
	margin:0 0 .25em 0;
	clear:both;
	font-size:1.4em;
}


#TxtCol ol {
	list-style:upper-latin;
}
#TxtCol ul {
	list-style:square;
	margin:0;
	padding:0 0 0 13px;
}
#TxtCol li {
	font-size:1.3em;
	line-height:130%;
}
#TxtCol ul li.sublist {
	list-style:none;
	margin-left:-15px;
}
#TxtCol ul ul {
	margin-left:15px;
}
#TxtCol li li {
	font-size:1em;
}




/* home page */
h2.strapline {
	display:block;
	background:#000 url(../images/headings/broadway_strapline.gif) top center no-repeat;
	clear:both;
	height:29px;
	margin:4px auto 0 auto;
	padding:0;
	text-indent:-9999px;
	font-size:0.1em;
}
#homeVideo {
	width:455px;
	height:295px;
	clear:both;
	margin:0 auto 2px auto;
	background:#000 url(../images/photographs/cast_photo.jpg) 5px 5px no-repeat;
}
#flashMessage {
	width:920px;
	height:33px;
	clear:both;
	margin:0 auto;
	text-align:center;
}


.youtubefullvideo {
	padding:10px 0 0 0;
	font-size:1.5em;
	text-align:left;
	
}
#homeImage {
	width:455px;
	height:300px;
	clear:both;
	margin:0 auto 2px auto;
	background:#000 url(../images/press_resources/backstage_photos/backstage_at_COAHTR.jpg) top left no-repeat;
}

/*Tickets */

#pTable {
	border:solid #f0a632 1px;
	padding:10px;
}


/*/////////////////////////////////// CAST and CREATIVE LISTS ///////////////////////////////////*/
#TextArea ul.TwoColList {
	border-top: 1px solid #f9e8c0;
	margin:0;
	padding:0;
	list-style-type:none;
	width:485px;
}

#TextArea ul.TwoColList li {
	border-bottom: 1px solid #f9e8c0;
	float:left;
	margin:0;
	padding:0;
	font-size:1.3em;
	width:485px;
}
#TextArea ul.TwoColList li a {
	display:block;
	float:left;
	width:98%;
	padding:1%;
	text-decoration:none;
	color:#f0a632;
}
#TextArea ul.TwoColList li a:visited {
	color:#f0a632;
}
#TextArea ul.TwoColList li.noLink {
	display:block;
	float:left;
	width:98%;
	padding:1%;
	color:#f9e8c0;
	background:none;
	text-decoration:none;
}
#TextArea ul.TwoColList li a:hover {
	text-decoration:none;
	background:#f9e8c0;
	color:#6a0000;
}
#TextArea ul.TwoColList li span.ListRight {
	text-align:left;
	float:right;
	width:45%;
	font-style:italic;
	font-weight:normal;
}
#TextArea ul.TwoColList li a span.Right {
	font-style:italic;
}
#TextArea ul.TwoColList li a span.Right em {
	font-size:80%;
	color:#fff;
	padding-right:0;
	height:14px;
	display:block;
	width:150px;
}

#TextArea ul.TwoColList li a:hover span.Right em {
	color:#000;
}

#TextArea ul.TwoColList li a span.Ext em {
	padding-right:18px;
	width:132px;
	background-image:url(../images/icons/external_link.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

#TextArea ul.TwoColList li a:hover span.Ext em {
	background-position: right bottom;
}




/*/////////////////////////////////// FORM ///////////////////////////////////*/
#TextArea form { }
#TextArea form p { }
#TextArea form label {
	font-weight:normal;
}

#TextArea form input.GoButton {
	font-family: Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	text-align:center;
	margin:0 0 0 5px;
	padding:3px;
	cursor:pointer;
	border:none;
	font-size:1.3em;
	line-height:100%;
	text-transform:uppercase;
	background:#e0a21b;
	width:auto;
}
#TextArea form input.GoButton:hover {
	background:#c58e18;
	color:#fff;
}





#TextArea form input.TxtField {
	width:250px;
	height:16px;
	line-height:100%;
	margin:0px;
	padding:3px;
	font-size:12px;
	color:#000;
	border:1px solid #000;
	float:right;
	background:#fff;
}
#TextArea span.FormRight {
	float:right;
	width:258px;
	text-align:left;
}
#TextArea form input.cBox {
	width:16px;
	height:16px;
	margin:0px;
}




/* error messages */
#TextArea form div.errorMsg p {
	color: #fff;
	font-weight: normal;
	background:red;
	font-size:1.1em;
	text-align:center;
	margin-bottom:10px;
	padding:2px 0;
}
#TextArea div.general-error {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	background:red;
	padding: 5px;
	text-align:center;
	margin-bottom:1.3em;
}
#TextArea form div.error {
	margin:0;
	padding:5px;
	border:1px solid red;
	width:473px;
}
#TextArea form div.error p {
	color:#fff;
	width:100%;
}
#TextArea form div.error input.TxtField {
	border:1px solid red;
	width:242px;
	background:red;
	color:#fff;
}





/*///////////////////////////////////  BOTTOM ///////////////////////////////////*/
#bottom {
	clear:both;
	margin:0;
	padding:28px 0 0 0;
	height:160px;
	width:100%;
	text-align:center;
	background:url(../images/backgrounds/bottom_plank.jpg) 0 0 no-repeat;
}
#bottom h2 {
	margin:0;
}
#bottom h2.quote1 {
}
#bottom h2.quote2 {
	margin-top:14px;
}

/*
#bottom ul {
	list-style:none;
	margin:12px auto 0 auto;
	clear:both;
}
#bottom li {
	display:inline;
	margin: 0 34px;
}
*/




/*///////////////////////////////////  GENERAL ///////////////////////////////////*/
#TextArea .indent {
	text-align:left;
	float:right;
	width:50%
}
#TextArea .Center {
	text-align:center;
}
#TextArea .Credit {
	font-size:.8em;
	line-height:.8em;
}
#TextArea .Right {
	text-align:right;
	float:right;
	font-weight:normal;
	text-transform:none;
}
#TextArea .Last {
	border:none;
	margin:0;
	padding:0;
}
#TextArea .date {
	font-size:45%;
}
#TextArea .Note {
	font-size:0.85em;
	font-style:italic;
	margin:0;
	line-height:120%;
}
#TextArea .small {
	font-size:0.65em;
	margin:0;
	line-height:120%;
}
#TextArea .Big {
	font-size:1.6em;
	margin:0;
	color:#fff;
	line-height:100%;
}
#TextArea .space {
	height:40px;
}





/*///////////////////////////////////  FOOTER ///////////////////////////////////*/
#Footer {
	text-align:center;
	color:#666;
	margin:0;
	width:100%;
	font-size:1em;
	padding:12px 0 20px 0;
	clear:both;
}
#Footer div {
	width:900px;
	margin:0 auto;
}
#Footer a {
	color:#999;
}
#Footer a:hover {
	color:#ccc;
	text-decoration:none;
}

#Footer #Copyright {
	margin:0;
	text-align:left;
	float:left;
	padding:0;
}
#Footer #FootLinks {
	float:right;
	padding:0;
}
#Footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#Footer ul li {
	border-right:1px solid #666;
	margin:0 4px 0 0;
	padding:0 4px 0 0;
	float:left;
}
#Footer ul li.Last {
	border:none;
	margin:0;
	padding:0;
}




/*/////////  misc page styles  ///////*/
body#misc #Footer ul {
	display:none;
}
body#misc #Footer #Copyright {
	text-align:center;
	float:none;
}
body#misc #Content, body#misc #wrapper, body#misc #TextArea {
	background-image:none;
}
body#misc td p {
	color:#fff;
}



/*///////////////////// PRESS RESOURCE //////////////////////*/
#Press_Resource #TxtCol img.production{
	
	border: solid 1px #ffffff;
	margin-right:5px;
	margin-top:-10px;
}

/*///////////////////// PRESS REVIEWS //////////////////////*/
#reviews{
}
#reviews h4 {
	font-size: 1.5em;
	padding-top:10px;
	padding-bottom:0;
	border-top: 1px solid #ffffff;
}
#reviews h5 {
	font-size: 1.4em;
}

#TextArea #reviews ul.TwoColList {
	border-top: none;
	margin:0;
}

#TextArea #reviews ul.TwoColList li {
border:none;
	float:left;
	margin:0;
	padding:0;
	font-size:1.3em;
	width:485px;
	padding-bottom: 20px;
}

