/* Reset ------------------------------------------------------------*/
* {
	vertical-align: baseline;

	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
/* Body -------------------------------------------------------------*/
body {
	background: url(../../images/red_curtain.jpg) repeat-x #3b1700;
	margin-top: 55px;
}
/* Container --------------------------------------------------------*/
#container {
	width: 920px;
	margin: 0 auto;
}
/* Header -----------------------------------------------------------*/
#header {
	background: url(../../images/header_background.jpg) no-repeat #aa8254;
	display: block;
	width: 912px;
	height: 156px;
	border: 4px solid #fff;
	border-bottom: 0;
}
/* Logo */
#logo {
	background: url(../../images/logo.gif) no-repeat;
	float: left;
	width: 225px;
	height: 100px;
	text-indent: -9999px;
	margin: 25px 0 0 20px;
}
/* Slideshow --------------------------------------------------------*/
div.slideshow {
	float: right;
}
div.slideshow p {
	padding-top: 9px;
	margin-right: 15px;
}
div.slideshow ul {
	background: #FFF;
	bottom: -35px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	padding: 5px 0;
	z-index: 10001;
}
div.slideshow ul a {
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-right: 5px;
	opacity: 0.5;
	width: 30px;
}
div.slideshow ul a.active, div.slideshow ul a:hover {
	opacity: 1;
}
div.slideshow ul li {
	float: left;
	list-style: none;
}
/* NavBar -----------------------------------------------------------*/
#nav-bar {
	background: url(../../images/nav-bar-bg.jpg) #790000;
	display: block;
	width: 912px;
	border-top: 1px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 4px solid #fff;
}
#top-nav, #top-nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#top-nav li a {
	display: block;
	padding: 3px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #e8e8e8;
	text-decoration: none;
	height: 20px;
	margin-right: 1px;
	line-height: 18px;
	letter-spacing: .04em;
	text-align: center;
	outline: none;
}
#top-nav li { /* all list items */
	float: left;
	width: 126px; /* width needed or else Opera goes nuts */
	border-right: 1px solid #a2a67c;
}
#top-nav li ul { /* second-level lists */
	position: absolute;
	background: #360000;
	width: 180px;
	left: -9999em; /* using left instead of display to hide menus because display: none isn\'t read by screen readers */
}

#top-nav li li { width: 180px; }

#top-nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 160px;
}
#top-nav li:hover ul ul, #top-nav li:hover ul ul ul, #top-nav li.sfhover ul ul, #top-nav li.sfhover ul ul ul {
	left: -9999em;
}
#top-nav li:hover ul, #top-nav li li:hover ul, #top-nav li li li:hover ul, #top-nav li.sfhover ul, #top-nav li li.sfhover ul, #top-nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* Second-level and third-level lists */
#top-nav li ul li {
	background: transparent;
}
#top-nav li ul li a {
	text-indent: 0;
	padding: 3px 0;
	height: auto;
}
#top-nav li ul a {  /*styling the second-level lists */
	text-indent: 0;
	padding: 0.175em 0.175em 0.25em .5em;
	color: #e8e8e8;
	background-color: #360000;
	width: 180px;
}
#top-nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 180px;
	background: #980000;
}
#top-nav li ul li a:hover { /*second-level list hover state */
	color : #fff;
	background-color : #980000;
}
/* Main ------------------------------------------------------------------*/
#main {
	background: url(../../images/upload/Image/main-bg2.jpg) repeat-x #e8d7c0;
	float: left;
	width: 912px;
	padding-bottom: 30px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
}
/* Banner ----------------------------------------------------------------*/
#banner {
	background: url(../../images/banner-bg.jpg) repeat-x;
	display: block;
	width: 872px;
	height: 165px;
	padding: 0 20px;
}
#banner li {
	display: inline;
	list-style: none;
}
#banner a {
	float: left;
	width: 218px;
	height: 165px;
	text-indent: -9999px;
}

/* Left Side -----------------------------------------------------------*/
#left-side {
	background: url(../../images/vert-line.jpg) right repeat-y;
	float: left;
	width: 500px;
	margin-top: 10px;
	padding: 0 36px 0 26px;
	color: #55402c;
	font-family: \"Palatino Linotype\", Georgia, serif;
	font-size: 11pt;
	line-height: 1.4em;
}

#left-side-full {
	background: url(../../images/vert-line.jpg) right repeat-y;
	float: left;
	width: 860px;
	margin-top: 10px;
	padding: 0 36px 0 26px;
	color: #55402c;
	font-family: \"Palatino Linotype\", Georgia, serif;
	font-size: 11pt;
	line-height: 1.4em;
}

#left-side p, #left-side-full p {
	margin-left: 15px;
	margin-bottom: 1em;
}
#left-side ul, #left-side-full ul {
       padding-left: 30px;
}
#left-side h2, #left-side-full h2 {
	margin-left: 15px;
	font-family: Times, \"Times New Roman\", serif;
	font-size: 16pt;
	color: #8a4242;
	line-height: 1.6em;
}
#left-side h3, #left-side-full h3 {
	margin-left: 15px;
	font-family: Times, \"Times New Roman\", serif;
	font-size: 14pt;
	color: #55402c;
	line-height: 1.6em;
	font-style: italic;
}
/* Right Side ----------------------------------------------------------*/
#right-side {
	float: left;
	width: 170px;
	padding-left: 5px;
	margin-top: 14px;
	font-family: \"Palatino Linotype\", Georgia, serif;
	color: #596629;
	font-size: 10pt;
	line-height: 13px;

}
#right-side h2 {
	text-align: center;
	font-size: 16pt;
	margin-bottom: 20px;
}
#right-side h3, #right-right-side h3 {
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10px;
}
#right-side p {
	text-align: left;
	margin-top: 5px;}

#right-side img {
	float: left;
	padding-right: 15px;
	padding-top: 15px;
line-height: 140px;
}

#right-right-side {
	float: left;
	width: 146px;
	padding-left: 12px;
	margin-top: 10px;
	font-family: \"Palatino Linotype\", Georgia, serif;
	color: #596629;
	font-size: 10pt;
	line-height: 1.4em;

}


/* Page Headings -------------------------------------------------------*/
h1 {
	clear: both;
	height: 40px;
	width: 500px;
	margin-left: 26px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
h1#welcome {
	background: url(../../images/heading-welcome.jpg) no-repeat;
}
/* Footer */
#footer {
	clear: both;
	background-color: #480000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	width: 100%;
	margin-top: 20px;
	font-family: \"Palatino Linotype\", Georgia, serif;
	font-size: 10pt;
	line-height: 1em;
}
#footer-content {
	width: 920px;
	margin: 10px auto;
	color: #a2a67c;
}
#bottom-nav {
	float: left;
	width: 530px;
}
#bottom-nav li {
	float: left;
	list-style: none;
	border-left: 1px solid #a2a67c;
}
#bottom-nav a {
	float: left;
	text-decoration: none;
	color: #a2a67c;
	margin: 0 10px;
	padding: 5px;
}
#bottom-nav a:hover {
	color: #120b0e;
	background-color: #a2a67c;
}
#copyright {
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}
/* Misc ----------------------------------------------------------------*/
.clear {
	clear: both;
}
.noborder {
	border: 0 !important;
}

span.date {
font-size: 13px;

}

span.play_title  {
color: #000;
}
#theater_call {
padding: 5px;
background: #d3b894;
border: 1px solid #5f3424;

}

span.phone {
font-weight: bold;
font-size: 22px;
color: #000;
}

#popout {
    margin: 0;
    padding: 0;
    width: 350px;
    height: 500px;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 100;
    overflow: hidden; }

#popout a, #popout a img {
    text-decoration: none;
    border: 0;
    outline: 0; }
#popout a span {
    display: none; }
#popout #cap {
    width: 20px;
    height: 500px;
    position: relative;
    left: 0;
    z-index: 102; }

#popout a#close {

    position: absolute;
    top: 0;
    background: transparent url(transparent.gif);
    left: 240px;
    height: 20px;
    width: 60px; }
#popout #adbox {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 101; }

img.poster { 
background: #fff;
padding: 10px;
border: 1px solid #000;
}

img.poster2 { 
border: 1px solid #000;
}

img.borderone {
margin-top: 5px;
border: 1px solid #000;
}

h2.red {
color: #ff0000 !important;
}

.workshop {
padding: 5px;
background: #d8c7b0;
border: 2px dashed #000;
}
