@charset "UTF-8";



/* Lauout */
body{
	background: #000;
	font-family: Garamond;
}

#container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	background: url(../images/CTC_bkgrn.jpg) repeat-y -30px top;
	padding-top: 30px;
}

#wrapper {
	width:	677px;
	display: block;
	float:left;
	padding-left:10px;
}

#sideBar{
	display: block;
	float: left;
	width: 250px;
	margin-top: 20px;
	color: #FFF;
	height: auto;

}

/* Page Quote */

#sideBar dl{
	background: #CCC;
	display: block;
	margin: 5px;
	font-size: 1.2em;
	font-weight: bold;
	height:auto;
	vertical-align: middle;
	width: 225px;
	position: relative;
	left: -45px;
	top: 0px;
	color: #300;
	padding:10px;
	border: medium double #300;
}

#sideBar dd{
	text-align:left;
}

#sideBar h3{
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

/*Side Production Pic */

#prodPic{
	display:block;
	width:225px;
	position:relative;
	left: -45px;
	top:0px;
	border: medium double #300;
	background: #000;
	margin-bottom:10px;
}
#prodPic img{
	width:200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
}

  
#content{
	color: #FFF;
	background: #000;
	display: block;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-right: 25px;

}


#content p, #content table, #content h3{
	margin: 20px;
}

#content table td{
	text-align: left;
	padding-right: 10px;
}

#content em{
	font-style: italic;
}

#content a {
	text-decoration: underline;
}

/* Production Info - Home Page and Onstage*/
.prod_pic {
	text-align: center;
	display: block;
	height:300px;
}

.prod_pic img{
	height:300px;
	float:left;
	padding-left:20px;
}

.prod_pic h3{
	font-size: 1.8em;
	font-weight: bold;	
}

.prod_pic p{
	font-size: 1.3em;
	text-align:center;
}

.prod_pic #getTickets{
	padding-top:30px;
	display: block;
	padding-bottom: 15px;
}

.prod_pic #getTickets a{
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: .8em;
	background: #9e1c24;
	border: medium ridge #333;
	padding: 2px;
	text-decoration: none;
}

.prod_pic #directions a{
	color: #FFF;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	background: #9e1c24;
	border: medium ridge #333;
	padding: 1px;
	text-decoration: none;
}

/* Production Info - Reading Series*/
.read_pic {
	text-align: center;
	display: block;
	height:200px;
}

.read_pic img{
	height:180px;
	float:left;
	padding-left:20px;
	padding-top: 1em;
}

.read_pic h4{
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 1em;
}

.read_pic p{
	font-size: 1.1em;
	text-align:center;
}

.read_pic #getTickets{
	padding-top:30px;
	display: block;
}
.read_pic #getTickets a{
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: .8em;
	background: #9e1c24;
	border: medium ridge #333;
	padding: 2px;
	text-decoration: none;
}

/* Board of Directors List */

#board_list{
		display: block;
		text-align:center;
		margin-right: auto;
		margin-left: auto;

}

#board_list p{
	text-align:center;
}

#board_list table{
	position: relative;
	left: 135px;
}

#board_list td{
	width: 200px;
}

#board_list h3{
	font-size:1.3em;
	font-weight:bold;
}

/*Corporate Page */

#corporate h4{
	font-size:1.3em;
	padding-bottom:10px;
	padding-top:30px;
}

#corporate h3{
	font-size:1.5em;
	font-weight:bold;
}

#corporate li{
	list-style: disc outside;
}

#corp_block ul, #corp_block{
	margin: 25px;
}

#corp_block p{
	text-align:center;
}

/*Indiviual Support Page */

#indiv_support table{
	color: #FFF;
	background-color: #666;
}

#indiv_support tr{
	padding: 5px;
	border: thin solid #000;
}

#indiv_support td, #indiv_support th{
	padding: 10px;
	width: 200px;
	border: thin solid #FFF;
}

#indiv_support .odd td, #indiv_support .odd th{
	background-color: #600;
}

#indiv_support th{
	text-align: center;
}

#indiv_support strong{
	font-weight:bold;
}

/* Basic HTML styling */

a{
	color: #FFF;
	text-decoration: none;
}

a:hover{
	color: #9e1c24;
}

strong{
	font-weight:bold;

}
h2{
	background: #9e1c24 url(../images/header_bkgrn.jpg);
	display: block;
	padding-left: 20px;
	text-transform: uppercase;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: .2em;
	color: #FFF;
	font-size: 1.1em;
}

h3{
	font-size: 1.3em;
	text-align:center;
}

h5{
	font-size: 1.3em;
	text-align:left;
}

label{
	text-align: right;
	padding-left: 15px;
}

dt{
	margin: 10px;
}

dd{
	font-size: .9em;
	margin: 20px;
	text-align: justify;
}

p{
	text-align: justify;
}

#content address{
	font-size: 1em;
	margin: 20px;
}


#header{
	background: url(../images/header_bkgrn.jpg) no-repeat right bottom;
	display: block;
	height: 50px;
	margin-bottom: 20px;
	border-bottom: thin solid #FFF;
}

#home_logo{
	position: absolute;
	top: 0px;
	left: -60px;
}

#home_logo img{
	height: 119px;
	width: 152px;
	border-width: 0px;
	border-style: none;
}

#Tickets a{
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1em;
	background: #9e1c24;
	border: medium ridge #333;
	padding: 2px;
	text-decoration: none;
}

#directions a{
	color: #FFF;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	background: #9e1c24;
	border: medium ridge #333;
	padding: 1px;
	text-decoration: none;
}

/* Drop down Menu */

#dropMenu{
	left: 80px;
	top: 23px;
	position: relative;
	width:880px;
}

#dropMenu li a{
	background:transparent;
	color:#FFF;
	border: none;
}

#dropMenu li{
	/* all li tags */
	width: 125px;
}


#dropMenu li a.current{
	background: transparent url(../images/feather_white.png) no-repeat right center;
}

#dropMenu ul * li a, #dropMenu ul * li a.current{
	color: #FFF;
	background: #000;

}
	
li#home{
	width:82px;
}

li#about{
	width:87px;
}

li#contact{
	width:92px;
}

li#tickets{
	width:92px;
}

li#season{
	width:92px;
}

li#education{
	width:122px;
}

li#support{
	width:97px;
}

li#press{
	width:77px;
}

li#online{
	width:97px;
}

li#contact{
	width: 107px;
}

#subNav{
	display: block;
	margin-left:35px;
	margin-top:30px;
	padding-bottom:50px;
	height:auto;
	width:160px;
	clear: both;
}

#subNav a{
	font-variant: small-caps;
	display: block;
	padding: 5px;
	width: 150px;
	border-top: thin solid #CCC;
	border-bottom: thin solid #CCC;
}

#splash_img{
	display: block;
	z-index:1;
	position: relative;
	left: -35px;
}

#splash_img img{
	width:	677px;
	height:	195px;
}

#splash_img ul li{
	list-style-type: none;
	float: left;
	position: relative;
	top: -30px;
	left: 15px;
}

#splash_img ul li a{
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: .7em;
	background: #9e1c24;
	display: block;
	border: medium ridge #333;
	padding: 2px;
	margin-right: 10px;
	text-decoration: none;
}


  
.alpha-shadow div {
	background: url(../images/drop-shadow2.png) no-repeat left top !important;
	background: url(../images/drop_shadow2.png) no-repeat left top;
}

.alpha-shadow img {
	background-color: #690414;
	border: 1px solid #690414;
	padding: 4px;
}



#pastThumbs a{
	display: block;
	float:left;
	text-align: center;
	padding: 3px;
}

#pastThumbs a:hover{
	background: #999;
}

.press ul{
	padding: 20px;
	list-style: none;
}

.press ul li{
	margin-bottom: 5px;
}

.press h3{
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 15px;
	padding-top:10px;
}

#right_nav{
	display: block;
	height: 25px;
	background: #000;
}


.bio{
	color: #FFF;
	background: #000;
	display: block;
	padding: 20px;
}

.bio img{
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	width: 150px;
}

.bio h3{
	font-size: 1.6em;
	font-weight: bold;
}


.bio h4{
	margin-bottom: 30px;
}

#link_nav {
	font-size: .8em;
}

.press h5{
	background: #00F;
	display: block;
	width: 400px;
	letter-spacing: .2em;
	margin-left: 10px;
	padding-left: 5px;
	border: medium ridge #333;
	/*cursor: hand;*/
	cursor: pointer;
}

#footer{
	height: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top:5px;
	border-top: thin solid #FFF;
}

#footer p{
	padding: 5px;
	/*float: left;*/
	text-align: right;
}

#footer table{
	float: left;
}

#content #facebook, #content #twitter, #content #blog{
	padding: 10px;
}

#footer #facebook, #footer #twitter, #footer #blog{
	text-align: right;
	float: right;
}

#footer img{
	width: 70px;
}
