@charset "UTF-8";
/* CSS Document */

/* -------------------------- CSS Reset -------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* -------------------------- General Styles -------------------------- */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(/images/img06.jpg) #FFF repeat-x left top;
}

a {
	text-decoration: none;
	outline: none;	
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;
	color: #000;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #000;
}
h2, h2 a {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #124585;
	text-decoration: none;
}
h3 {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 15px;
	color: #000;
}
p a {
	font-size: 12px;
	line-height: 18px;
	color: #CC6600;
} 
p a:hover {
	text-decoration: underline;
}
.image-left {
	float: left;
	padding: 0 15px 15px 0;
}
.image-right {
	float: right;
	padding: 0 0 15px 15px;
}
.image-center {
	padding-bottom: 15px;
}
.table-left {
	float: left;
	padding: 0 10px 10px 0;
}
.table-right {
	float: right;
	padding: 0 0 10px 10px;
}
.rule-above {
	border-top: 1px solid #CCC;
	padding-top: 15px;
	margin-top: 15px;
}
.rule-below {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.space_above {
	padding-top: 25px;
}

.clear-fix {
	clear: both;
}

/* -------------------------- Wrapper Styles -------------------------- */

#divWrapper {
	width: 800px;
	margin: 0 auto;
}

/* -------------------------- Branding Styles -------------------------- */

#divBranding {
	width: 800px;
	height: 90px;
	position: relative;
}

/* -------------------------- Banner Styles -------------------------- */

#divBanner {
	width: 800px;
	height: 200px;
}

/* -------------------------- Logo/LogoText Styles -------------------------- */

#divLogo {
	position: absolute;
	top: 20px;
	left: 0;
}

#divLogoText {
	position: absolute;
	top: 24px;
	left: 60px;
}

#divLogoText h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	padding: 0;
}

#divLogoText h2 {
	font-size: 13px;
	line-height: 18px;
	
}

#divLogoText h2 a {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#divLogoText h2 a:hover {
	text-decoration: underline;
}

.artist {
	font-size: 10pt;
	line-height: 16pt;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.artist a {
	text-decoration: none;
}	

.artist a:hover {
	text-decoration: underline;
}

#divLogoText a:hover {
	text-decoration: underline;
}

/* -------------------------- navSub Styles -------------------------- */

#navSub {
	position: absolute;
	top: 30px;
	right: 0;
}

#navSub p {
	font-size: 13px;
	line-height: 16px;	
}

#navSub a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	padding-right: 4px;
}

#navSub a:hover {
	text-decoration: underline;
}

/* -------------------------- navMain Styles -------------------------- */

#navMain {
	width: 180px;
	height: 164px;
	background-color: #000;
	float: left;
	padding: 18px 30px;
}

#navMain li {
	padding: 6px 3px;
	border-bottom: 1px dotted #666;
	line-height: 10pt;
}

.navFirst {
	border-top: 1px dotted #666;
}

#navMain a {
	font-size: 10pt;
	line-height: 10pt;
	color: #FFFFFF;
	text-decoration: none;	
}

#navMain a:hover {
	text-decoration: underline;
}

/* -------------------------- BannerImage Styles -------------------------- */

#divBannerImage {
	width: 560px;
	height: 200px;
	float: left;
	position: relative;
}

#divBannerImage .logo{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

/* -------------------------- Content Styles -------------------------- */

#divContent {
	width: 800px;
	padding: 25px 0 20px 0; 
}

#divContentSub {
	width: 219px;
	padding: 0 20px 20px 0;
	border-right: 1px dotted #666;
	float: left;
}

#divContentSub ul {
	padding: 0 0 15px 15px;
}

#divContentSub li {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	list-style: disc;
	padding: 2px 0;
}

#divContentSub li a {
	color: #000;
}

#divContentMain {
	width: 520px;
	padding: 0 20px 20px 20px;
	float: left;
}

#divContentMainWide {
	width: 800px;
	padding-bottom: 20px;
}

.bottom {
	border-top: 1px dotted #666;
	clear: both;
	padding-top: 20px;
}

#divContentMain ul, #divContentMainWide ul, #divContentLeft ul, #divContentRight ul {
	padding: 0 0 15px 30px;
}

#divContentMain li, #divContentMainWide li, #divContentLeft li, #divContentRight li {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	list-style: disc;
	padding: 2px 0;
}

#divContentMainWide li a, #divContentLeft li a, #divContentRight li a {
	color: #000;
}

#divContentMain li a {
	color: #CC6600;
}

#divContentMainWide table {
	width: 100%;
}

#divContentMainWide td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}

#divContentLeft {
	width: 379px;
	padding: 0 20px 20px 0;
	border-right: 1px dotted #666;
	float: left;
}

#divContentRight {
	width: 380px;
	padding: 0 0 20px 20px;
	float: left;
}

.divProductions {
	padding: 15px 0;
	border-top: 1px dotted #666;
}

.productionsFirst {
	border-top: none;
}

.divProductions h2 {
	padding-bottom: 10px;
}

.divProductions h2 span {
	font-size: 14px;
	font-style: italic;
	color: #000;
}

.divCalendar {
	width: 176px;
	float: right;
	margin: 0 0 15px 15px;
}

#divContentMainWide .divCalendar td {
	vertical-align: middle;
	text-align: center;
	padding: 1px;
	font-size: 11px;	
}

#divContentMainWide .divCalendar td.night_show {
	background-color: #3480c7;
}

#divContentMainWide .divCalendar td.afternoon_show {
	background-color: #b4c234;
}

#divContentMainWide .divCalendar td.early_evening_show {
	background-color: #cc66ff;
}

.divPastProductions {
	width: 250px;
	float: left;
	margin: 0 25px 20px 0;
}

.divPastProductions p {
	padding: 10px 0;
}

#divVideo {
	width: 385px;
	margin: 0 auto;
}

/* -------------------------- Slideshow Styles -------------------------- */

.divSlides {
	height: 167px;
	overflow: hidden;
	width: 250px;
}

.next, .prev {
	display: block;
	float: right;
	height: 14px;
	margin: 0 3px;
	text-indent: -9999px;
	width: 14px;	
}

.next {
	background: url(/images/next.gif) no-repeat left top;	
}

.prev {
	background: url(/images/prev.gif) no-repeat left top;	
}


/* -------------------------- Footer Styles -------------------------- */
#divFooter {
	width: 800px;
	border-top: 1px dotted #666;
	padding: 15px 0 0 0;
	clear: both;
}

#divFooter p {
	font-size: 9px;
	line-height: 11px;
	color: #000;
	text-align: center;
	padding: 0 0 5px 0;
}

#divFooter a {
	font-size: 9px;
	line-height: 11px;
	color: #000;
	text-decoration: none;
	padding: 2px;
}

#divFooter a:hover {
	text-decoration: underline;
}


