@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
	border:none;
}
html, body {
	height: 100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	text-align:center;
	background: #762525 url(../images/backgrounds/bg-website.jpg) top center no-repeat;
	color:#000;
}



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




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




a.more {
	background-image:url(../images/buttons/more.gif);
	background-repeat:no-repeat;
	background-position: right 3px;
	text-decoration:none;
	padding-right:12px;
}
a.more:hover {
	background-position: right 3px;
}





a.back {
	background-image:url(../images/buttons/back.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	background-position: left 3px;
	padding-left:12px;
}
a.back:hover {
	background-position: left 3px;
}




/*/////////////////////////////////// IMAGES ///////////////////////////////////*/
img, a img {
	border:none;
} 
.PixLeft {
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
.PixRight {
	margin-left:15px;
	margin-bottom:10px;
	float:right;
}

.star {
	margin:0 5px 0 0;
}



/*/////////////////////////////////// LAYOUT ///////////////////////////////////*/
#wrapper {
	width:960px;
	margin:0 auto;
	background: #762525 url(../images/backgrounds/bg-website.jpg) top center no-repeat;
}
#header {
	clear:both;
	height:250px;
	width:100%;
}
#header h1{
	display:block;
	width:368px;
	height:102px;
	margin: 0 0 0 59px;
	float:left;
}
#header h1 a {
	display:block;
	width:368px;
	height:102px;
}
#header h2#sub {
	float:left;
	margin:31px 0 0 27px;
}
#header h2#buy {
	float:right;
	margin:3px 16px 0 0;
}



#content {
	margin:0 auto;
	width:500px;
	clear:both;
	text-align:left;
	height:340px;
}

#content h3 {
	font-size:2em;
	margin-bottom:1em;
	font-weight:normal;
	line-height:120%;
}
#content h4 {
	font-size:1.7em;
	margin-bottom:.8em;
	text-transform:uppercase;
	color:#762525;
	font-weight:normal;
	line-height:110%;
}
#content h5 {
	font-size:1.5em;
	margin-bottom:1em;
	font-weight:normal;
	line-height:120%;
}
#content h6 {
	font-size:1.3em;
	font-weight:bold;
	line-height:135%;
}
#content p {
	font-size:1.3em;
	margin-bottom:1em;
	line-height:135%;
}
#content li {
	font-size:1.3em;
	line-height:135%;
	margin-left:2.5em
}
#content ul {
	list-style:circle;
	margin-bottom:1em;
	width:90%;
}
#content ol {
	list-style:upper-latin;
	margin-bottom:1em;
	width:90%;
}
#content li ul {
	margin-bottom:0;
}
#content li li {
	font-size:1em;
}

/*/////////////////////////////////// QUOTES ///////////////////////////////////*/

#quoteLeft {
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	float:left;
	width:237px;
}

#quoteRight {
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	float:right;
	width:237px;
	}
	
#clearingDiv {
	clear:both;
}
.quote {
	font-weight:bold;
	font-size: 1.4em;
	text-align:center;
}

.attribute {
	font-weight: normal;
	font-size: .8em;
}

/*/////////////////////////////////// TWO COLUMN LISTS ///////////////////////////////////*/
#wrapper #content ul.twoColList {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
#wrapper #content ul.twoColList li {
	margin:0;
	padding:0;
	margin-bottom:.25em;
	font-size:1.3em;
	width:496px;
	height:24px;
}
#wrapper #content ul.twoColList li a {
	display:block;
	float:left;
	width:496px;
	height:21px;
	padding-top:3px;
	text-align:right;
	text-decoration:none;
	color:#fff;
	background:url(../images/backgrounds/list.gif) 0 0 no-repeat;
}
#wrapper #content ul.twoColList li a:hover {
	text-decoration:none;
	color:#000;
	background:none;
}
#wrapper #content ul.twoColList li span.ListRight {
	text-align:left ;
	float:right;
	width:49%;
	margin-left:2%;
	font-style:italic;
}
#wrapper #content ul.twoColList li a:hover span.ListRight {
	color:#000;
}








/*/////////////////////////////////// GENERAL USEFUL STYLES ///////////////////////////////////*/
#wrapper .indent {
	text-align:left;
	float:right;
	width:50%
}
body#tickets #wrapper .indent {
	width:70%;
}
#wrapper .Center {
	text-align:center;
}
#wrapper .Credit {
	font-size:.8em;
	line-height:120%;
}
#wrapper .Right {
	text-align:right;
	float:right;
	font-weight:normal;
	text-transform:none;
}
#wrapper .bold {
	font-weight:bold;
}
#wrapper .Last {
	border:none;
	margin:0;
	padding:0;
}
#wrapper .red {
	color:#762525;
}
#wrapper .date {
	font-size:75%;
	line-height:140%;
}
#wrapper .note {
	font-size:.8em;
	font-style:italic;
	margin:0;
	line-height:125%;
}
#wrapper .small {
	font-size:1em;
}
#wrapper .big {
	font-size:1.8em;
}
#wrapper .space {
	height:20px;
}
#wrapper .hspace {
	padding: 0 6px;
}



#wrapper #content #gallery ul {
	list-style:none;
}

#wrapper #content #gallery ul li {
	margin:0 10px 10px 0;
	float:left;
	width:100px;
	height:100px;
}
#wrapper #content #gallery ul li a {
	border:2px solid #762525;
	width:100px;
	display:block;
	height:100px;
}
#wrapper #content #gallery ul li a:hover {
	border:2px solid #000;
}
#wrapper #content #gallery ul li.last {
	margin: 0 0 10px 0;
}

/*/////////////////////////////////// FOOTER ///////////////////////////////////*/
img.theatre {
	margin:110px auto 65px auto;
}

#footer {
	margin:0px auto 0 auto;
	width:960px;
	padding-bottom:10px;
	clear:both;
	text-align:center;
	color:#000;
	font-size:1em;
	line-height:130%;
}




#footer a {
}
#footer a:hover {
}

#footer div#legalStuff {
	clear:both;
	margin:0 10px;
}
#footer p#Copyright {
	margin:0;
	padding:0;
	float:left;
}
#footer ul#footerLinks {
	float:right;
	list-style-type:none;
}
#footer ul#footerLinks li {
	border-right:1px solid #000;
	margin:0 3px 0 0;
	padding:0 6px 0 0;
	display:inline;
}
#footer ul#footerLinks li.Last {
	border:none;
	margin:0;
	padding:0;
}

