/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Main Settings */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #000 url(images/main-background.jpg) top right no-repeat;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	/*color: #838282;*/
	color: #666;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: normal;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #000;
	line-height: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	line-height: normal;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	line-height: normal;
}

h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
}

hr {
	width: 100%;
	border: none;
	border-bottom: #00b1c0 dotted 1px;
	height: 0px;
}

#content-container {
	width: 958px;
	margin: 0 auto;
	padding: 0;
	background: none;
	text-align: left;
}

#header {
	width: 958px;
	padding: 0;
	background: none;
}

#navigation {
	width: 958px;
	height: 35px;
	background: url(images/top-navigation-bg.png) repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}

#nav-home {
	float: left;
	padding: 10px 0px 0px 20px;
	width: 80px;
	margin-right: -80px;
	font-size: 13px;
	font-weight: bold;
}

#nav-home a {
	color: #fff;
	text-decoration: none;
}

#nav-home a:hover {
	text-decoration: none;
}

#main-content {
	width: 958px;
	min-height: 400px;
	background: #fff;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#footer {
	width: 948px;
	height: 17px;
	color: #000;
	font-size: 10px;
	padding: 3px 0px 0px 10px;
	background: url(images/top-navigation-bg.png) repeat;
	clear: both;
}

#footer a {
	color: #000;
	text-decoration: none;
}

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

/* General Use Classes */

.text-white { color: #fff; }
.text-black { color: #000; }
.text-grey { color: #838282; }
.text-drk-grey { color: #666; }
.text-blue { color: #00b1c0; }
.text-red { color: #e73160; }
.text-orange { color: #ed1c24; }
.text-10 { font-size: 10px; line-height: 13px; }
.text-11 { font-size: 11px; line-height: 14px; }
.text-12 { font-size: 12px; line-height: 15px; }
.text-13 { font-size: 13px; line-height: 16px; }
.text-14 { font-size: 14px; line-height: 17px; }
.text-15 { font-size: 15px; line-height: 18px; }
.text-16 { font-size: 16px; line-height: 19px; }
.text-17 { font-size: 17px; line-height: 20px; }
.text-18 { font-size: 18px; line-height: 21px; }
.text-19 { font-size: 19px; line-height: 22px; }
.text-20 { font-size: 20px; line-height: 23px; }
.text-30 { font-size: 30px; line-height: 33px; }

.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}

.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
}

.top-header {
	width: 958px;
	height: 58px;
}

.top-header h1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0px 0px 58px;
}

.standard-content {
	width: 610px;
	padding: 2px 0px 20px 58px;
	margin: 0px 290px 0px 0px;
	//float: left;
	//margin: 0;
}

.sub-nav {
	float: right;
	width: 172px;
	text-align: left;
	padding: 0px 20px 0px 0px;
	background: #eeeee4;
	padding: 10px 20px;
	margin: -40px 20px 0px 0px;
}

.sub-nav ul {
	margin: 0;
	padding: 0 0 0px 0;
	list-style: none;
}

.sub-nav ul li {
	margin: 0;
	padding: 7px 5px;
	border-bottom: #fff solid 2px;
}

.sub-nav a {
	color: #00b1c0;
	font-weight: bold;
	text-decoration: none;
}

.sub-nav a:hover {
	color: #00b1c0;
	font-weight: bold;
	text-decoration: none;
}

.sub-nav-on {
	margin: 0px 0px 0px -12px;
}

.right-container {
	width: 212px;
	float: right;
	height: auto;
	margin: 0;
	padding: 0;
}

.right-bar {
	float: right;
	width: 212px;
	padding: 20px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	clear: both;
}

.right-bar-element {
	width: 160px;
	padding: 20px;
	margin: 0px 0px 20px 0px;
	border: #eeeee4 solid 6px;
	color: #666666;
	line-height: 18px;
}

.right-bar-element a {
	color: #666666;
}

.right-bar-element a:hover {
	text-decoration: none;
}

.faq-answer {
}

.faq-answer-inner {
	padding: 10px 0px 30px 30px;
}

.faq-container h4 {
	padding-bottom: 10px;
}



/* Home Page */


#carousel_container {
	width: 958px;
	margin: 0px auto;
}

#carousel_inner {
	float:left; /* important for inline positioning */
	width:958px; /* important (this width = width of list item(including margin) * items shown */ 
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */
	background: #fff;
}

#carousel_ul {
	position:relative;
	left:-2945px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width:9999px; /* important */
	/* non-important styling bellow */
	padding-bottom:10px;
}

#carousel_ul li{
	float: left; /* important for inline positioning of the list items */                                    
	width:524px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:306px;
	background: #000000;
	margin-top:0px;
	margin-bottom:3px; 
	margin-left:0px; 
	margin-right:3px; 
}

#carousel_ul li img {
	.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
	/* styling */
	/*cursor:pointer;
	cursor: hand;*/
	border:0px; 
}

#slideshow-content {
	width: 524px;
	height: 306px;
	margin: 0 0 0 214px;
	padding: 0px 3px 0px 3px;
}
#slideshow-content ul {
	margin: 0;
	padding: 0;
}
#slideshow-content ul li {
	margin: 0;
	list-style: none;
	color: #fff;
	display: none;
	width: 524px;
	height: 306px;
}
#left_scroll {
	float: left; 
	height: 306px; 
	width: 214px; 
	margin: 0px 0px 0px 0px; 
	background: url(images/cover-left.png); 
}
#right_scroll{
	float: right; 
	height: 306px; 
	width: 214px;
	margin: 0px 0px 0px 0px; 
	background: url(images/cover-right.png); 
}
#left_scroll img, #right_scroll img{
	/*styling*/
	cursor: pointer;
	cursor: hand;
}

.slide-inner-copy {
	position: relative;
	z-index: 10;
	width: 524px;
	height: 86px;
	padding: 220px 0px 0px 0px;
}

.slide-learn-more {
	/*text-align: right;
	height: 20px;*/
	float: right;
}

.slide-learn-more a {
	color: #fff;
	text-decoration: none;
}

.slide-learn-more a:hover {
	color: #fff;
	text-decoration: none;
}

.slide-learn-more-inner {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 10px;
	width: auto;
	display: inline;
	cursor: pointer;
}

.slide-title {
	background: url(images/cover.png);
	width: 484px;
	height: 61px;
	color: #fff;
	padding: 15px 10px 10px 30px;
	margin: 0;
}

.slide-inner-info {
	display: none;
	margin: -306px auto 0px auto;
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 504px;
	height: 200px;
	padding: 10px;
	position: relative;
	z-index: 11;
}

.slide-inner-info a {
	color: #fff;
}

.slide-inner-info-close {
	color: #fff;
	text-align: right;
	padding: 0px 0px 10px 0px;
	cursor: pointer;
}

#home-news {
	width: 906px;
	margin: 0px 0px 3px 0px;
	padding: 10px 26px 10px 26px;
	background: #e7e6ce;
	font-size: 12px;
	color: #000;
}

#home-news-title {
	display: block;
	float: left;
	background: #ed1c24;
	color: #fff;
	text-transform: uppercase;
	padding: 1px 4px;
	margin: -1px 5px -1px 0px;
	font-weight: bold;
}

#home-news-social {
	float: right;
	text-align: right;
	width: 75px;
	margin: -4px 0px 0px 0px;
}

#home-bottom {
	width: 958px;
	height: 299px;
	background: url(images/home-bottom-bg.gif) repeat-x;
	padding: 0;
	border-top: #999 dotted 1px;
	border-bottom: #999 dotted 1px;
}

#home-bottom-plays {
	width: 407px;
	height: 281px;
	padding: 18px 15px 0px 15px;
	float: left;
}

.home-play {
	padding: 0px 0px 10px 0px;
}

#home-bottom-logos {
	width: 958px;
	height: 65px;
	text-align: center;
}


/* New Home */
#home-bottom-right-new {
	width: 207px;
	height: 281px;
	color: #666;
	float: left;
	padding: 18px 10px 0px 0px;
}

#home-bottom-right-new ul {
	margin: 10px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	list-style: none;
	width: 207px;
}

#home-bottom-right-new ul li {
	margin: 0;
	padding: 5px 0px 5px 0px;
	list-style: none;
	color: #000;
}

#home-bottom-right-new ul li a {
	color: #000;
	text-decoration: none;
}

#home-bottom-right-new ul li a:hover {
	text-decoration: none;
}

#donate-now a {
	color: #ed1c24;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#donate-now a:hover {
	text-decoration: underline;
}

/* Old Home */

#home-bottom-right {
	width: 207px;
	height: 281px;
	color: #666;
	float: left;
	padding: 18px 10px 0px 0px;
	background: url(images/big-tuna-bottom2.gif) no-repeat right bottom;
}

#home-bottom-right ul {
	margin: 10px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	list-style: none;
	border-top: #999 1px dotted;
	width: 207px;
}

#home-bottom-right ul li {
	margin: 0;
	padding: 2px 0px 2px 0px;
	list-style: none;
	font-weight: bold;
	color: #666;
}

#home-bottom-right ul li a {
	color: #666;
	text-decoration: none;
}

#home-bottom-right ul li a:hover {
	text-decoration: none;
}

/* Old Home End */


#home-link-calendar a:hover {
	color: #93bd2d;
}

#home-link-directions a:hover {
	color: #00b1c0;
}

#home-link-cafe-shakespeare a:hover {
	color: #4955c9;
}

#home-link-faqs a:hover {
	color: #9933cc;
}

#home-link-gift-certificates a:hover {
	color: #f13a7a;
}

#home-link-contact-us a:hover {
	color: #fa8405;
}

#home-link-newsletter a:hover {
	color: #fb153b;
}

.home-social-media {
	margin: 10px 10px 0px 0px;
}

#home-buy-tickets {
	color: #ed1c24;
	padding: 5px 0px 0px 0px;
	float: right;
	font-size: 14px;
	margin: 4px 30px 0px 0px;
	font-weight: bold;
}

#home-buy-tickets a {
	color: #ed1c24;
	text-decoration: none;
}

#home-buy-tickets a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

.home-logo {
	display: none;
	padding: 10px 0px 0px 5px;
}


/* Calendar */

.calendar-table-header {
	width: 609px;
	border-left: 1px #fff solid;
}

.calendar-table {
	width: 609px;
	border-left: 1px #22bbc8 dotted;
	margin: 0px;
}

.calendar-table td {
	width: 86px;
	height: 125px;
	vertical-align: top;
	border-right: 1px #22bbc8 dotted;
}

.calendar-table-days {
	margin: 5px 0px 5px;
	width: 609px;
	border-left: 1px #fff solid;
}

.calendar-table-days th {
	width: 86px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px #eeeee4 solid;
	background: #eeeee4;
	color: #b9b9a4;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.calendar-title {
	font-size: 24px;
	margin: 0 auto;
	width: 400px;
	text-align: center;
	color: #22bbc8;
	padding: 32px 0px 0px 0px;
	font-weight: bold;
}

.calendar-next {
	width: 120px;
	text-align: right;
	float: right;
	padding: 20px 10px 16px 0px;
	font-size: 11px;
}

.calendar-prev {
	width: 120px;
	float: left;
	text-align: left;
	padding: 20px 0px 16px 10px;
	font-size: 11px;
}

.calendar-next a, .calendar-next a:hover, .calendar-prev a, .calendar-prev a:hover {
	color: #22bbc8;
	text-decoration: none;
	font-weight: bold;
}

.calendar-next img, .calendar-prev img {
	margin: 6px 0px -6px 0px;
}

.calendar-today {
	background: #FFFFCC;
}

.alternating-background {
	background: #eeeee4;
}

.calendar-today .calendar-date {
	font-weight: bold;
	color: #000;
}

.calendar-date {
	padding: 3px;
	font-size: 24px;
	font-weight: bold;
	color: #b9b9a4;
}

.calendar-date-content {
	width: 80px;
	padding: 3px;
	font-size: 11px;
}

.calendar-date-content a {
	text-decoration: none;
	cursor: pointer;
}

.calendar-date-content a:hover {
	text-decoration: underline;
}

.calendar-special {
	padding: 3px;
	height: 20px;
	font-size: 11px;
}

.calendar-icon {
	margin: 3px 5px 0px 0px;
	float: right;
}

/* See Box office section below for more calendar styles */



/* Box Office Plays */

.play-box {
	border-bottom: #00b1c0 1px dotted;
	padding: 10px 0px 20px 0px;
	margin: 10px 0px 0px 0px;
}

/* Box Office */
#sub-nav-box-office a, #sub-nav-box-office a:hover {
	color: #22bbc8;
}

#top-header-box-office {
	background: url(images/top-header-box-office.jpg);
}

#box-office h4 {
	color: #22bbc8;
}

#box-office hr {
	border-bottom: #22bbc8 dotted 1px;
}

#box-office a {
	color: #22bbc8;
}

#right-bar-box-office h5, #right-bar-box-office h5 a {
	color: #22bbc8;
	text-decoration: none;
}

#right-bar-box-office h5 a:hover {
	text-decoration: underline;
}

.calendar-popup-close {
	float: right;
	margin: -15px -15px 0px 0px;
	font-size: 21px;
	text-align: right;
	width: 30px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
}

.calendar-popup-close a {
	color: #000;
	text-decoration: none;
}

.calendar-popup-close a:hover {
	text-decoration: none;
}

.close-link {
	color: #000;
}

.popup-ticket-link {
	text-align: right;
	float: right;
	width: 100%;
}

.popup-ticket-link a {
	color: #fff;
	text-decoration: none;
}

.popup-ticket-link a:hover {
	text-decoration: underline;
}




/* The Experience */

#sub-nav-the-experience a, #sub-nav-the-experience a:hover {
	color: #93bd2d;
}

#top-header-the-experience {
	background: url(images/top-header-the-experience.jpg);
}

#the-experience h4 {
	color: #93bd2d;
}

#the-experience hr {
	border-bottom: #93bd2d dotted 1px;
}

#the-experience a {
	color: #93bd2d;
}

#right-bar-the-experience h5, #right-bar-the-experience h5 a {
	color: #93bd2d;
	text-decoration: none;
}

#right-bar-the-experience h5 a:hover {
	text-decoration: underline;
}



/* Education */

#sub-nav-education a, #sub-nav-education a:hover {
	color: #9933cc;
}

#top-header-education {
	background: url(images/top-header-education.jpg);
}

#education h4 {
	color: #9933cc;
}

/*#education {
	font-family: font-family: "Nobile", serif;
	font-size: 14px;
	line-height: 18px;
}*/

#education hr {
	border-bottom: #9933cc dotted 1px;
}

#education a {
	color: #9933cc;
}

#right-bar-education h5, #right-bar-education h5 a {
	color: #9933cc;
	text-decoration: none;
}

#right-bar-education h5 a:hover {
	text-decoration: underline;
}



/* Get Involved */

#sub-nav-get-involved a, #sub-nav-get-involved a:hover {
	color: #da1061;
}

#top-header-get-involved {
	background: url(images/top-header-get-involved.jpg);
}

#get-involved h4 {
	color: #da1061;
}

#get-involved hr {
	border-bottom: #da1061 dotted 1px;
}

#get-involved a {
	color: #da1061;
}

#right-bar-get-involved h5, #right-bar-get-involved h5 a {
	color: #da1061;
	text-decoration: none;
}

#right-bar-get-involved h5 a:hover {
	text-decoration: underline;
}



/* About Us */

#sub-nav-about-us a, #sub-nav-about-us a:hover {
	color: #d4b920;
}

#top-header-about-us {
	background: url(images/top-header-about-us.jpg);
}

#about-us h2 {
	color: #d4b920;
	padding-bottom: 20px;
}

#about-us h4, #about-us h4 td {
	color: #d4b920;
}

#about-us hr {
	border-bottom: #d4b920 dotted 1px;
}

#about-us a {
	color: #d4b920;
}

#right-bar-about-us h5, #right-bar-about-us h5 a {
	color: #d4b920;
	text-decoration: none;
}

#right-bar-about-us h5 a:hover {
	text-decoration: underline;
}

#members-list-box-left {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 300px;
}

#members-list-box-right {
	float: left;
	margin: 0;
	width: 300px;
}

#members-list-box-left h2, #members-list-box-right h2 {
	width: 280px;
	color: #fff;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	padding: 5px 10px;
	background: url(images/top-header-about-us.jpg);
	cursor: pointer;
}

.member-box-inner {
	padding: 0px 0px 30px 0px;
}

.staff-container {
	margin: 0px 0px 20px 0px;
	overflow: auto;
}

.staff-image {
	float: left;
	margin: 0px 15px 0px 0px;
}

.staff-name {
	font-size: 16px;
	font-weight: bold;
	color: #d4b920;
}

.staff-title {
	text-transform: capitalize;
}

.staff-bio-short {
	color: #000;
}

.staff-bio-long {
	color: #000;
	display: none;
}

.clear {
	clear: both;
	width: 610px;
}



/* Blog */

#sub-nav-blog a, #sub-nav-blog a:hover {
	color: #ff6600;
}

#top-header-blog {
	background: url(images/top-header-blog.jpg);
}

#blog h4 {
	color: #ff6600;
}

#blog h4 a {
	text-decoration: none;
}

#blog h4 a:hover {
	text-decoration: underline;
}

#blog hr {
	border-bottom: #ff6600 dotted 1px;
}

#blog a {
	color: #ff6600;
}

#right-bar-blog h5, #right-bar-blog h5 a {
	color: #ff6600;
	text-decoration: none;
}

#right-bar-blog h5 a:hover {
	text-decoration: underline;
}

#right-bar-blog ul {
	margin: 0;
	padding: 15px 0px 0px 15px;
}

#right-bar-blog ul li {
	margin: 0;
	padding: 3px 0;
}

#right-bar-blog ul li a, #right-bar-blog ul li a:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}


