@charset "UTF-8";
/* CSS Document 
  CSS FOR KCREP.org
  CREATED 5/10/11
  Scott Wilmarth
  River City Studio
====================
site colors:
---------------------
light blue: #A9D5E8
rep bright blue: #09C
dark dark blue: #103C4F
red: #990000
----------------------  */
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
}
body/* :not( .cke_show_borders ):not( .cke_panel_frame ) */ {
	margin: 0px;
	font-weight: normal;
	background:  #16374A url(/_img/background-page-fade.jpg) repeat-x 0 0;
}
img {
	border: none;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #BB7D00;
}
p {
	margin: 3px 0px 11px 0px;
	padding: 0px;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	color: #8c0400;
	margin: 10px 0px 4px 0px;
	padding: 0px;
	line-height: 95%;
}
h1 {
	color: #990000;
	font-size: 23px;
	margin: 4px 0px 8px 0px;
}
h2 {
	color: #0087c1;
	font-size: 17px;
}
h3 {
	color: #0087c1;
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
.red {
	color: #900;
}
#content ul, #content ul {
	list-style: disc;
	margin: -6px 0 11px 6px;
	padding: 0 0 0 10px; 
}
#content ul li {

}
#content h1 + ul, #content h2 + ul, #content h3 + ul, #content h4 + ul {
	margin-top: 0
}

ul, ol {
	margin-top: 4px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
}
td {
	vertical-align:top;}
	
#content, #content td, #content p {
	line-height: 130%;
	font-size: 12px;
}
floatImageLeft {
	float: left;
	margin: 0 14px 14px 0;
}
floatImageRight {
	float: right;
	margin: 0 0 14px 14px;
}
sup {
	font-size: 60%;
	line-height: 100%;
}
/* Page layout 
--------------------- */
#pageShadow {
	margin: 0px auto;
	background: transparent url(/_img/background-page-shadow.png) center top repeat-y;
	position: relative;
}
#pageContainer {
	margin: 0px auto;
	width: 940px;
	background: transparent url(/_img/background-page-shadow.png) center top repeat-y;
	position: relative;
}
#header {
	margin: 0px;
	padding-top: 97px;
	width: 940px;
	background: url(/_img/background-header.jpg) center top repeat-x;
	position: relative;
		z-index: 5010;
}
#nav, #nav ul {
	padding:0px;
	margin: 0px;
	list-style:none;
	line-height:1;
	position: relative;
}
	#nav {
	   text-align: center;
	   font-weight: bold;
	   min-height: 29px;
	   background-color: #09c;
		z-index: 5010;
		margin: 0 auto;
	}
	#IE7fix #nav, #IE8fix #nav  {
	   min-height: 28px !important;
	} 
	
	
	/* navigation link style */
	#nav a { /*  first level items don't have width  */
		padding: 7px 7px;
		margin: 0px 0px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		text-decoration:none;
		background-color: #0099cc/*  url(/_img/navBackground.png) repeat-x center top */;
		border-left: 1px dotted #103C4F;
		display: block;
		text-transform: uppercase;
		z-index: 5010;
	}
	#nav li:first-child a{
		border-left: 0px solid #fff;
	}
	#IE7fix #nav a, #IE8fix #nav a {
		font-size: 13px;
	}
	#nav a.active {
		color: #103C4F;
		text-decoration: none;
		background-color: #fff;
		
	}
	#nav a.focus {
		color: #fff;
		text-decoration: none;
		background-color: #00384f;
	}
	#nav li a:hover, #nav li:hover a {
		color: #09C;
		background-color: #fff;
	}
	#nav a.active:hover {
		color: #0099cc;
		text-decoration: none;
	}
	#nav li { /* all list items */
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		width: auto;
	}
	#nav li li {
		border-right-style: solid;
		background-color: #e8e8e8;
		border: 1px solid #ddd;
	}
	#nav li li:hover {
		background-color: #0099CC !important;
		border-top-color: #aaa;
		border-bottom-color: #aaa;
	}
	

	#nav li li a, #nav li li:hover li a  {   /*  2nd level items have width and different padding */
	width:154px;
	padding: 6px 6px;
	margin: 0 0 0 0px ;
	font-size: 13px;
		text-align: left;
		background-color: #e8e8e8 !important;
		color: #103C4F !important;
		background-color: transparent;
		border: 0px solid #ddd;
		text-transform: capitalize;
		padding: 5px 6px;
}

#nav li li a.active, #nav li li:hover li a.active {
		background-color: #fff !important;
		color: #09C !important; 
}
	#nav li li a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #00384f;
}
#nav li li:hover a {   /*  2nd level items have width and different padding */
		background-color: #fff !important;
		color: #00384f !important;
}
	
#nav li li a:hover, #nav li li:hover li a:hover {   /*  2nd level items have width and different padding */
		background-color: #0099CC !important;
		color: white !important;
}

#nav li ul {  /* second-level lists */
	position:absolute;
	width:172px;
	padding: 0;
	margin: 0;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin:-25px 0 0 95%;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul {
	left:-999em;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul {
/* lists nested under hovered list items */
	left:auto;
}

	/* ------------------------ Sub Nav Stuff --------------------- */
/* 	subnav on pages with bulleted lists */
	#content ul#pageSubNav, #content ul.pageSubNav {
		list-style: none;
		margin: 18px 0 56px 0;
		padding: 0;
		border-top: 1px solid #ddd;
	}
	#content #pageSubNav li, #content .pageSubNav li {
		 float: left; 
		 display: inline;
		 width: auto;
		 margin: 0 3px 0 0;
		 padding: 0;
		 list-style: none;
		 position: relative;
	}
	#pageSubNav li a, .pageSubNav li a {
		 display: inline-block;
		 width: auto;
		 margin: 0;
		 padding: 3px 4px;
		 border: 1px solid #ddd;
		 border-top: 0px solid #ddd;
		background-color: #e8e8e8 !important;
		color: #024A63 !important;
		text-decoration: none;
	}
	#pageSubNav li a:hover, .pageSubNav li a:hover {
		 border-color: #024A63;
		background-color: #0099CC !important;
		color: #fff !important;
	}
	
	#logo {
		position: absolute;
		top: 8px;
		left: 51px;
	}
	#socialIcons {
		position: absolute;
		top: 9px;
		right: 20px;
		width:500px;
		text-align: right;
	}
	#socialIcons li {
		margin-left:  10px;
		float:right;
		list-style: none;
	}
	#repTag {
		position: absolute;
		top: 57px;
		right: 20px;
		width: 650px;
		text-align: right;
		font-size: 23px;
		font-weight: bold;
		color: #fff;
		text-shadow: 3px 3px 6px #000;
		text-transform: uppercase;
		font-family: 'Puritan', 'Arial-Narrow', Arial, Helvetica, Verdana, sans-serif;
		}
#leftRail {
	float: left;
	margin-left: 15px;
	position: relative;
	width: 200px;
	background: #bcdae8 url(/_img/background-white-to-light-blue-fade.jpg) repeat-x 0px 16px;
}
#nowShowing {
		background-color: #004964;
		min-height: 305px;
		position: relative;
	}
	#nowShowing .showInfo {
		position: relative; 
		margin: 0 0 3px 0;
		padding-top: 20px;
		padding-left: 12px;
		position: relative;
		color: #fff;
		min-height: 125px;
	}
	#nowShowing .showInfo h5 {
		color: #fff;
		font-style: italic;
		margin: 3px 0 3px 0;
		/*width: ;*/
	}
	#leftRail #nowShowing .showInfo h5 {
	width: 90px;
	}
	#nowShowing .showInfo h5 a {
		color: #fff;
		font-style: italic;
		text-decoration: none;
	}
	#nowShowing .showInfo h5 a:hover {
		color: #a9d5e8;
		text-decoration: none;
	}

	#nowShowing p {
		color: #fff;
		margin: 3px 0 6px 0;
		font-size: 12px;
		font-weight: bold;
	}
	#nowShowing p.boxOfficeNumber {
		margin:5px 0 0px 0px;
		padding-bottom: 10px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		}
	#nowShowing img.showPoster {
		position: absolute;
		right: 10px;
		top: 20px;
	}
	#nowShowing h5 {
		font-size: 18px;
	}
	#nowShowing a.buyTixButton {
		margin-left: -12px;
	}
#homeContent {
	
}
#homeContent #top {
	background-color: #000;
	height: 305px;
}
#homeContent .leftColumn {
	margin-left: 20px;
	width: 280px;
	float: left;
	position: relative;
}
p#buySeasonTixNew {
	text-align: center;
	margin: 0px 0;
	padding: 2px 0;
}
 #buySeasonTix a,  a.button, a.galleryFrame#pressLoginButtonPage {
	display: block;
	margin: 0 auto;
	padding: 2px 2px;
	font-style: normal;
	font-weight: bold;
	width: 180px;
	background-repeat: repeat-x;
	background-color: #0a3c4e;
	background-image: url(/_img/bacgkround-65pWhite-to-0pWhite-top2btm.png);
	background-position: 0 -40px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	text-shadow: 1px 1px 2px #000;/* ,  -1px -1px -1px #09c */
	border: 1px inset #0a3c4e;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px; 
	-khtml-border-radius: 11px;
		-webkit-box-shadow: 1px 1px 2px #666, #fff -1px -1px -2px;
		-moz-box-shadow:inset 1px 1px 2px #666, #fff -1px -1px -2px;
		box-shadow:inset 1px 1px 2px #666, #fff -1px -1px -2px;
		text-decoration: none;
}
a.button {
	margin: 8px 0;
	width: 150px;
}
a.galleryFrame#pressLoginButtonPage {
	padding: 2px 3px;
	width: 140px;
	font-size: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#homeContent #buySeasonTix a {
	width:190px;
	font-size: 14px;
}
/*  #buySeasonTix a:hover,  */ a.button:hover, a.galleryFrame#pressLoginButtonPage:hover {
	color: #001c24;
	background-position: 0 -20px;
	background-color: #0099CC;
	text-shadow: 1px 1px 1px #fff;
}
#showBlock a.button {
	display: inline-block;
	margin: 2px 0 10px 0;
}
/*  #buySeasonTix a:active, */ .button a:active {
background-color: #660000;
	background-image: none;
		-webkit-box-shadow: 1px 1px 2px #000;
		-moz-box-shadow:inset 1px 1px 2px #000;
		box-shadow:inset 1px 1px 2px #000;
		text-decoration: none;
		color: #fff;	
		text-shadow: 1px 1px 1px #000;
}
a.buttonShowPage { /* ticket looking button */
	position: absolute;
	top:75px;
	right: 135px;
}
#nowShowing.home {
	height: 305px;
	padding
}	
#nowShowing.home .showInfo {
	padding-left: 15px;
	padding-top: 5px;
}

#nowShowing.home .showInfo h5 {
	font-size: 18px;
	width: 160px;
}

#nowShowing.home p {
	font-size: 13px;
}
#nowShowing.home p.boxOfficeNumber {
	margin-top: 12px;
	font-size: 15px;
	}
#nowShowing.home img.showPoster {
	right: 10px;
	top: 10px;
}
#nowShowing.home a.buyTixButton {
	margin-left: -15px;
	display: block;
	}
#homeContent .rightColumn {
	position: relative;
	width: 640px;
	float:right;
}
#homeContent #top .rightColumn {
	height: 305px;
}

/* ---------------- Slide Show Styles ------------------- */

#slideshowContainer {
	position: relative;
	height: 305px;
	overflow: hidden;
}

#slideshowContainer #slideshowOverlay {
	position: absolute;
	top: 0;
	right: 0px;
	background: url(/_img/background-80-black.png) repeat;
	width: 160px;
	padding: 10px;
	height: 285px;
	color: #fff;
	cursor: pointer; 
}
#slideshowContainer #slideshowOverlay p {
	color: #fff;
	font-size: 13px;
}
#slideshowContainer #slideshowOverlay h4 {
	font-size: 15px;
	color: #4eafcb;
	margin-top: 30px;
}

#slideshowContainer #slideshowOverlay.out {
	right: 0px;
}

#slideshowContainer img.sliderImage {
	position: absolute;
}

#slideshowContainer span.slideButton {
	position: absolute;
	bottom: 11px;
	right: 0px;
	display: block;
	height: 20px;
	width: 20px;
	background-image: url('/_img/icons-arrow-lght-blue.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

#slideshowContainer #lastSlide {
	right: 65px;
}

#slideshowContainer #lastSlide:hover {
	right: 65px;
	background-position: 0px -25px;
}

#slideshowContainer #lastSlide:active {
	right: 65px;
	background-position: 0px -50px;
}

#slideshowContainer #startTimer {
	right: 38px;
	background-position: -24px 0px;
}

#slideshowContainer #startTimer:hover {
	right: 38px;
	background-position: -24px -25px;
}

#slideshowContainer #startTimer:active, #slideshowContainer .active {
	right: 38px;
	background-position: -24px -50px !important;
}

#slideshowContainer #nextSlide {
	right: 12px;
	background-position: -49px 0px;
}

#slideshowContainer #nextSlide:hover {
	right: 12px;
	background-position: -49px -25px;
}

#slideshowContainer #nextSlide:active {
	right: 12px;
	background-position: -49px -50px;
}
/* END SLIDE SHOW */
#bottom {
	margin: 0;
	padding: 0 0px;
	clear: both;
}
#bottom .leftColumn, #bottom.leftRail {
	background: #BCDAE8 url(/_img/background-white-to-light-blue-fade.jpg) repeat-x 0 16px;
	padding-top: 0px;
	height: 350px;
	}
	#bottom  .ui-accordion .ui-accordion-content {
		padding: 5px 10px 5px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
	}
	#bottom #accordion div, #bottom #accordion h3 {
		border: none !important; 
		border-radius: 0px;
	}
	#bottom #accordion span.ui-icon {
		display: none;
	}
	#bottom #accordion p {
		font-size: 12px;
	}
	#bottom #accordion h3 {
		background: #0099cc;/*  url(/_img/background-accordion-headers.png) repeat-x 0 bottom */
		padding: 4px 20px 0px 20px;
		margin: 3px 0 0 0;
		min-height: 20px;
		color: #fff;
	}
	#bottom #accordion h3:hover {
		background-color: #0a3c4e ;/* url(/_img/background-accordion-headers.png) repeat-x 0 bottom */
		font-weight: bold;
	}
	#bottom.leftRail #accordion h3 {
		padding: 5px 12px 0px 12px;
	}
	#bottom #accordion h3.ui-state-active {
			font-weight: bold;
			background-color: #103c4f;
	}
	#bottom #accordion h3.donate {
		background-color: #990000;
		background-image: none;
		color: #fff;
	}
	a#donateNowButton {
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		background-repeat: repeat-x;
		display: block;
		background-color: #990000;
		background-image: url(/_img/bacgkround-65pWhite-to-0pWhite-top2btm.png);
		background-position: 0 -25px;
		color: #fff;
		margin: 0px auto;
		padding: 2px 6px;
		text-align: center;
		text-shadow: 1px 1px 2px #000,  -1px -1px -1px #900;
		border: 1px inset #333;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;  /* future proofing */ 
		-khtml-border-radius: 11px;  /* for old Konqueror browsers */ 
		-webkit-box-shadow: 1px 1px 2px #666, #fff -1px -1px -2px;
		-moz-box-shadow:inset 1px 1px 2px #666, #fff -1px -1px -2px;
		box-shadow:inset 1px 1px 2px #666, #fff -1px -1px -2px;
		text-decoration: none;
		float: left;
	}
	#IE7fix a#donateNowButton, #IE8fix a#donateNowButton {
		padding: 2px 4px;
		font-size: 11px;
	}
	#homeContent #accordion a#donateNowButton {
		width: 200px;
		padding: 2px 2px;
		font-size: 12px;
	}
	a#donateNowButton:hover {
		background-color: #0099CC;
		text-shadow: 1px 1px 3px #0a3c4e;
	}
	a#donateNowButton:active {
		background-color: #0a3c4e;
		background-image: none;
		-webkit-box-shadow: 1px 1px 2px #000;
		-moz-box-shadow:inset 1px 1px 2px #000;
		box-shadow:inset 1px 1px 2px #000;
		text-decoration: none;
	}
	#bottom #accordion h3.donate:hover {
		background-color: #990000;
		background-image: none;
	}
	#bottom #accordion .accordionPanelContent {
		display: none;
	}
	#bottom #accordion .accordionPanelContent.active {
		background: url(/_img/background-white-to-light-blue-fade.jpg) repeat-x 0 top;
		padding: 0px 10px 5px;
		margin: 3px 0 0 0;
		display: block;
		height: 260px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	#homeContent #bottom #accordion .accordionPanelContent.active {
		height: 180px;
	}
	
/* 	LOCATIONS ACCORDION CONTENT  */
.accordionPanelContent .theatreAddress, .accordionPanelContent address {
	margin: 0px;
	padding: 0;
}
.accordionPanelContent .theatreAddress span {
	font-weight: bold;
	display: block;
	margin-top: 12px;
}
.accordionPanelContent .theatreAddress a span  {
	font-weight: normal;
	display: inline;
}
.accordionPanelContent .theatreAddress a  {
	font-size: 11px;
}


#bottom .rightColumn {
	padding: 16px 20px 20px;
	float: right;
	width: 600px;
}

	/* ------------------- New Poster Lineup Styles .. HTML restructure necessary for slider ------------------- */
	
#posterLineup {
	position: relative;
	height: 170px;
	left: 10px;
}

#posterLineup #seasonBanner {
	float: left;
}

#posterLineup .slideButton {
	position: absolute;
	right: 0px;
	display: block;
	height: 20px;
	width: 20px;
	background-image: url('/_img/icons-arrow-lght-blue.png');
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100;
}

#posterLineup .previous {
	top: 5px;
	left: 27px;
}

#posterLineup .next {
	right: -5px;
	background-position: -49px 0px;
	top: 5px;
}

#posterLineup .previous:hover {
	background-position: 0px -25px;
}
#posterLineup .previous:active {
	background-position: 0px -50px;
}
#posterLineup .next:hover {
		background-position: -49px -25px;
}
#posterLineup .next:active {
		background-position: -49px -50px;
}

#posterLineup .posters {
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 525px;
	float: left;
	padding-left: 50px;
	z-index: 50;
}

#posterLineup .posters div.imageContainer {
	position: relative;
	float: left;
	height: 100%;
	margin-left: 7px;
	width: 110px;
	z-index: 50;
}

#posterLineup .posters div.imageContainer a, #posterLineup .posters div.imageContainer a img {
	z-index: 40;
}

#posterLineup .posters div.imageContainer .overlay {
	position: absolute;
	bottom: 0px;
	height: 15px;
	text-align: center;
	padding: 5px 0px;
	margin-left: 0px;
	background: url(/_img/background-50-percent-black.png) repeat;
	color: #fff;
	width: 100%;
	z-index: 45;
	left: 0;
}
#home2TextColumns .left {
	float: left;
	width: 270px;
	padding-right: 10px;
	}
#home2TextColumns .right {
	float: right;
	width: 280px;
}
#home2TextColumns h2 {
	color: #09c;
	font-size: 17px;
	margin: 15px 0 0px 0;
}
#home2TextColumns h3 {
	color: #103C4F;
	font-size: 12px;
}
#home2TextColumns p {
	line-height: 130%;
}

#contentContainer {
	margin: 0px;
	padding: 0px;
	width: 800px;
	font-size: 11px;
}
#subnav {
	margin: 0px;
	padding: 5px 10px;
	color: #990;
	text-align: center;
	font-weight: bold;
}
/* style subnav links */
#subnav a {
	margin: 0px;
	padding: 0px 5px;
	color: #666;
	text-decoration: none;
	font-size: 13px;
}
#subnav a.active { /* this is the current page user is on*/
	color: #FFCC66;
}
#subnav a:hover {
	color: #FFFFF0;
	text-decoration: none;
}
#subnav a.active:hover { /* this is the current page user is on link is rolled over */
	color: #FFFFF0;
	text-decoration: none;
	border-bottom: 1px dashed #CC9900;
}

#content {
	width: 670px;
	float: right;
	background-repeat: no-repeat;
	background-position: top;
	margin: 17px 0px 10px 0;
	padding:0 30px 0px 0px;
}
#content p {
	line-height: 135%;
}
#content.show {
	width: 525px;
	float: right;
	background-repeat: no-repeat;
	background-position: top;
	margin: 17px 0px 10px 0;
	padding:0 170px 0px 0px;
}

.clearfloats {
clear: both;
}
#pageShadowFooter {
	margin: 0px auto;
	background: url(/_img/background-page-shadow-footer.png) center top no-repeat;
	position: relative;
	height: 12px;
}

#footer {
	margin: 0px auto 20px auto;
	padding: 5px 5px;
	background-image: url(/_img/background-footer-50percent-white.png);
	background-repeat: repeat;
	background-position: top;
	font-size: 11px;
	text-align: center;
	color: #000;
	width: 930px;
	position: relative;
	
}
#footer:hover {
	background-color: #a0b8c6;
}

#footer address div {
	display: inline;
}

#footer address div a {
	color: #000;
	padding-right: 30px;
	background: url(/_img/footer-location-map-icon.png) right top no-repeat;
	display: inline-block;
}

#footer address > div > span:first-child {
	font-weight: bold;
}
#siteMapLink {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 25px;
	display: block;
	text-decoration: none;
	color: #000;
	text-align: right;
}
#footer #siteMapLink a {
	position: relative;
	display: block;
	padding-top: 4px;
	text-decoration: none;
	color: #000;
}
#footer #siteMapLink a:hover {
	text-decoration: none;
	color: #900;
}

#footer #siteMapLink a span { /*  CLOSED STATE  */
	float: right;
	display: block;
	height: 20px;
	width: 14px; 
	margin-left: 5px;
	background-image: url(/_img/icons-arrow-small-drk-blue.png);
	background-position: -40px 0px;
	background-repeat:no-repeat;
}
#footer #siteMapLink a em { /*  displays "SHOW" in  #siteMapLink  */
	visibility: visible;
	display: inline;
	font-style: normal;
}
#footer #siteMapLink a strong { /*  hides "HIDE" in  #siteMapLink  */
	visibility: hidden;
	display: none;
	font-weight: normal;
}

#footer #siteMapLink a:hover span {
	background: transparent url(/_img/icons-arrow-small-drk-blue.png) -40px -20px no-repeat;
}
#footer #siteMapLink a:active span {
	background: transparent url(/_img/icons-arrow-small-drk-blue.png) -40px -40px no-repeat;
}

#footer #siteMapLink a.open span { /*  OPEN STATE  */
	background-position: -60px 0px;
}
#footer #siteMapLink a.open strong { /*  displays "HIDE" in  #siteMapLink  */
	visibility: visible;
	display: inline;
}
#footer #siteMapLink a.open em { /*  hides "SHOW" in  #siteMapLink  */
	visibility: hidden;
	display: none;
}

#footer #siteMapLink a.open:hover span {
	background-position: -60px -20px;
}
#footer #siteMapLink a.open:active span {
	background-position: -60px -40px;
}
#siteMap.closed {
	display:none;
}
#siteMap.open {
	display:block;
	position: relative;
}
/* style footer links */
#siteMap ul {
	padding: 0;
}
#siteMap ul ul{
	margin: 2px 0 0 0;
	padding: 0;
	width: 116px;
}
/*
#siteMap ul ul ul{
	display: none;
}
*/
#siteMap ul li {
	float: left;
	/* margin: 0 6px; */
	margin: 3px 0;
	padding: 0px 0px 0 0;
	border-right: 1px solid #103C4F;
	text-align: left;
}
#siteMap ul li:last-child {
	border-right: 0px solid #fff;
}
#siteMap ul li li {
	float: none;
	font-weight: normal;
	border-right: 0px solid #fff;
	padding: 0px 0 0 4px ;
}
#siteMap ul li a {
	font-weight: bold;
	margin: 1px 0;
	color:#103C4F;
	font-size: 11px;
	display: block;
}
#siteMap ul li li a {
	font-weight: normal;
	border-bottom: 0px solid #fff;
	margin: 0;
	padding-bottom: 1px;
	color: #111;
}

#siteMap ul li a:hover {
	color: #09c;
	text-decoration: none;
}
#siteMap ul li li a:hover {
	color: #103C4F;
	text-decoration: none;
}

#textlinks {
	margin: 0px;
	padding: 12px 0px 6px 0px;
}

#footer a {
	margin: 0px;
	padding: 0px 5px;
	color: #09C;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
	text-decoration: underline;
	}
address {
	margin: 5px 0px 5px 0px;
	padding: 0px 15px;
	font-style: normal;
}
#copyright {
	margin: 0px;
	padding: 5px 0px;
	color: #999;
	font-size: 9px;
}


#content td, #content th, #content tr {
	border-collapse:collapse;
	
}
table.borderedTable {
	border: 1px solid #bebebe;
	border-collapse: collapse;
}
table.borderedTable th, table.borderedTable td{
	border: 1px solid #bebebe;
	border-collapse: collapse;
	padding: 4px 5px;
}
table.borderedTable tr.even, table.borderedTable th.even, table.borderedTable td.even {
background:#ddd url(/_img/bacgkround-65pWhite-to-0pWhite-top2btm.png) 0 top repeat-x;
}
 #content th {
	padding: 2px 3px;
	text-align:center;
	vertical-align: bottom;
}
 #content th.even,  #content td.even {
background-color:#ddd;
}
 #content th.even, #content td.even {
background-color:#ddd;
}
#seasonTicketsPackages tr, #seasonTicketsPackages td {
	border: 1px solid #bebebe;
	vertical-align:middle;
}
#seasonTicketsPackages tr.even, #seasonTicketsPackages tr.even td {
background:#ddd url(/_img/bacgkround-65pWhite-to-0pWhite-top2btm.png) 0 top repeat-x;
} 
#seasonTicketsPackages td {
	padding: 3px 3px;
	text-align:center;
	vertical-align: middle;
}
#seasonTicketsPackages th.left {
	background-color: #fff;
}
#seasonTicketsPackages td.left {
	padding-left: 5px;
}

#seasonTicketsPackages th, #seasonTicketsPackages th.even {
	background-color: #cbe6f0;
	border: 1px solid #aaa;
}
#seasonTicketsPackages h2 {
	color: #09c;
	font-size: 14px;
}
#seasonTicketsPackages th h2 {
	color: #103C4F;
	font-size: 14px;
}
#seasonTicketsPackages th.left, #seasonTicketsPackages td.left {
	text-align:left;
}
 #seasonTicketsPackages td.headerColumn {
background:#A9D5E8 url(/_img/bacgkround-65pWhite-to-0pWhite-top2btm.png) 0 top repeat-x;
}
#seasonTicketsPackages td.activeColumn, #seasonTicketsPackages tr.even td.activeColumn {
background:#A9D5E8 url(/_img/bacgkround-65pWhite-to-0pWhite-top2btm.png) 0 top repeat-x;
vertical-align:middle;
} 
#seasonTicketsPackages a.button {
	font-size: 11px;
	width: 75px;
}
#content td.bottomRowSeparator {
	border-top: 1px solid #cfcfcf;
	border-bottom: 0px solid #cfcfcf;
}
 #content .noBottomSpace {
	margin-bottom:3px;
}
 #content .noTopSpace {
	margin-top:3px;
}
/* ABOUT US HISTORY PAGE  */
#performanceHistory td {
	padding: 2px 10px 0px 0;
}
#performanceHistory td li {
	font-style: italic;
	}
td.columnHeader h1 {
	margin: 5px 0pt; 
	color: #103C4F;
}

/* 	SEASON PAGE STYLES  */

div.showBlock {
	clear: left;
	margin: 20px 0 0 0;
}
div.showBlock h2  {
	font-size: 18px;
	color:#09C;
	margin-bottom: 2px;
}
div.showBlock h2 a {
	color:#09C;
	font-style: italic;
}
div.showBlock h2 a:hover {
	color:#900;
}
div.showBlock h5  {
	margin: 5px 0 2px 0;
	font-size: 12px;
}
div.showBlock p.showStage  {
	margin-bottom:5px;
	font-size: 12px;
}
.showBlock img.showPoster {
	float: left;
	margin: 0 20px 15px 0;
	padding: 0;
}
.showBlock a.showLink {
	text-decoration: none;
}
.showBlock div.credits {
	margin: 6px 0 8px 0;
}
.showBlock div.credits p {
	margin: 0px 0 8px 0;
}


/***
	* TABS
	***/

/* root element for tabs  */
#content ul.tabs, #content ul.reptabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #bbb;
	clear: right;
	background:  url(/_img/background-tabs.png) 0 -118px repeat-x;
}

/* single tab */
ul.tabs li, ul.reptabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
	background-color: transparent;	
}

/* link inside the tab. uses a background image */
ul.tabs a, ul.reptabs a { 
	float:left;
	font-size:12px;
	display:block;
	padding:5px 5px;	
	text-decoration:none;
	border:1px solid #aaa;	
	border-bottom:0px;
	height:18px;
	background-color: #4EB9DC;
	background:  url(/_img/background-tabs.png) 0 0 repeat-x;
	color:#103C4F;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	text-shadow: 1px 1px 0 #fff;
}
ul.reptabs a { 
	border-bottom:1px solid #aaa;		 /*2 part fix fo fix float issue with wraping tabs */
	font-weight:normal;
	}
ul.tabs a:hover, ul.reptabs a:hover {
	background-color: #c2e7f3;
	color:#000;
	background-position: 0 10px;
}
ul.tabs a:active, ul.reptabs a:active {
	background-color: #000;
	color:#C2E7F3;
	background-position: 0 -60px;
	border-color: #666;
	text-shadow: 1px 1px 2px #000;
}
ul.reptabs a:active {
	font-weight:normal;
}
	
/* selected tab */
ul.tabs a.current, ul.reptabs a.current {
	background-color:#fff;
	border-bottom:2px solid #fff;	
	color:#000;	
	cursor:default;
	background-image: none;
	font-weight: bold;
}
ul.reptabs a.current {
	border-bottom:1px solid #fff;	 /*2 part fix fo fix float issue with wraping tabs */
	font-weight: normal;
}
	
/* tab pane */
.panes > div, ul.reppanes > li {
	display:none;
	border-width:1px;
	padding:15px 20px;
	background-color:#fff;	
}
#content ul.reppanes {
	margin: 0;
	padding:15px 20px;
	list-style: none;	
	clear: left;
}
#content ul.reppanes > li {
	margin: 0;
	padding:15px 20px;
	list-style: none;	
}

/* PRESS GALLERY PAGE  */
#content #galleryPage {  
	border-top:1px solid #aaa;
	margin-top: 20px;
}
#content #galleryPage ul.tabs {  
	height:auto !important;
	border-bottom:1px solid #aaa;
	clear: none;
	background:  none;
	width: 160px;
	float:left;
	top: 0;
}
#galleryPage ul.tabs li.currentSeasonHeader, #galleryPage ul.tabs li.otherSeasons {
	border-left: 1px solid #aaa;
	padding: 10px 5px 5px 5px;
	margin: 0;
	font-weight: bold;
}
#pressLoginButtonPage {
	float: right;
	margin: 10px 10px 10px 0px;
	width: 112px;
	display: block;
	font-size: 9px;
	font-weight: bold;
	}
/* link inside the tab. uses a background image */
#content #galleryPage ul.tabs a { 
	float:none;
	display:block;
	padding:3px 5px;
	line-height: 120%;	
	height:auto !important;
	margin-right:0px;
	top:0px;
	width: 150px;
	border-top:0px solid #aaa;	
	}

/* single tab */
#galleryPage ul.tabs li {  
	float:none;	 	
}
	/* selected tab */
#galleryPage ul.tabs a.current {
	border-right: 0px solid #fff;
	color:#900;
	font-weight: bold;
/*
	cursor:default;
	background-image: none;
*/
}

/* tab pane */
#galleryPage .panes > div {
	border-top:1px solid #ccc;
	border-width:0 1px 1px 1px;
	/* min-height:500px; */
	padding:20px 0 0px 190px;
}
#galleryPage .panes img {
	padding: 8px;
}
/* SHOW PAGES STYLES  */
#content #showBasics {
	position: relative;
}

#content.showPage #showBasics h1 {
	font-size: 26px;
	margin: 20px 0 4px 0;
}
#content.showPage #showBasics h2, #content.showPage #showBasics h3 {
	margin: 4px 0;
}
#content.showPage #showBasics h2 {
	font-size: 17px;
}
#content.showPage #showBasics h3 {
	color: #103C4F;
}
#content.showPage #showBasics h5 a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #4EB9DC;
}
#content.showPage #showBasics h5 a:hover {
	color: #900;
	text-decoration: none;
	border-bottom: 1px solid #900;
}

#content.showPage #showBasics img.showPagePoster {
	float: right;
	padding: 0 0 15px 15px;
}
div.addthis_toolbox {
	margin: 12px 0;
}
#content.showPage div.addthis_toolbox div.atclear {
	clear: none;
	clear: left;
}
/* photo Gallery Tab styles  */
a.galleryFrame {
	padding: 10px 10px 10px 0px;
}
/* SHOWS GALLERY */
#galleryTriggers img {
	cursor: pointer;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.galleryOverlays {
	display:none; /* must be initially hidden */
	z-index:10000; /* place overlay on top of other elements */
   	
	/* styling */
	background-color:#333;
	
	width:900px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	
	margin-left: -20px; /* fix for center mis-calculation */
}

/* close button positioned on upper right corner */
.galleryOverlays .close {
	background-image:url(/_img/closeOverlay.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:441px;
	overflow-y:auto;
}
p.pressPhotoBlurb {
	margin-top: 12px;
	font-size: 11px;
}

a.inlineBlockME {
	display: inline-block;
}
/**
 * Beshoy's GLOBAL form styles
 */#RCSForm input[type=text], #RCSForm textarea {
  width: 300px;
}
/*
#RCSForm textarea {
  height: 200px;
}
*/
#RCSForm label {
	display: inline-block;
	width: 175px;
	text-align: right;
	padding-right: 10px;
}
#RCSForm label.default {
	display: inline;
}
#RCSForm p.submit {
	padding-left: 180px
	}
/**
 * Loading message used with forms.
 */
.responseMessage {
	position: relative;
	margin-top: 25px;
	display: none;
}
.responseMessage span {
	position: absolute;
	top: 5px;
	left: 35px;
}

#rcsCopyright {
	margin: 10px auto;
	text-align: center;
	color: #7C888D;
	display: block;
}
#rcsCopyright a, #rcsCopyright a:visited, #rcsCopyright a:link {
	font-size: 10px;
	color: #7C888D;
	text-decoration: none;
}

#rcsCopyright a:active, #rcsCopyright a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}
