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

body, ul, li, input, table, td, tr, p, h1, h2, h3, h4, h6, h7, a, form {
	margin: 0px;
	padding: 0px;
}
#news li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 25px;
}


img.bg {
	/* Set rules to fill background */
			min-height: 100%;
	min-width: 1100px;
	/* Set up proportionate scaling */
			width: 100%;
	height: auto;
	/* Set up positioning */
			position: fixed;
	top: 0;
	left: 0;
	
	
		}
		
		@media screen and (max-width: 1100px){
			img.bg {
				left: 50%;
				margin-left: -550px; }
		}
body {
	background-color: #000000;
	font-family: Cochin, "Times New Roman", Times, serif;
	font-size: 13px;
}
li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}


#panes li {
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
-o-transition: background-color 1s;
-ms-transition: background-color 1s;
transition: background-color 1s;
}

		
#panes li:hover {
	background-color: #FAFAFA;
	background-repeat: no-repeat;
	
}		




#header {
	height: 75px;
	width: 100%;
	background-image: url(../img/navBar_bg2.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 100;
	margin-top: 25px;
}
#title {
	height: 248px;
	width: 394px;
	position: absolute;
	top: -16px;
	background-image: url(../img/SPDT_title_2016.png);
	background-repeat: no-repeat;
}
#title:hover {
	background-image: url(../img/SPDT_title_2016.png);
	background-repeat: no-repeat;
	background-position: 0px -248px;
}
#navWrap {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	height: 74px;
}
#nav {
	padding-left: 360px;
	height: 50px;
}
#nav li {
	margin-right: 5px;
	list-style-type: none;
	float: left;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 40px;
}
#nav a {
	float: left;
	color: #FFED75;
	font-family: Cochin, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: right 100px;
	height: 60px;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	text-transform: uppercase;
	background-image: url(../img/nav_bg_Sprite3.png);
	text-align: center;
}


#nav li.single_line a {padding-top: 28px;}
#nav li.single_line a:hover {padding-top: 22px;}

#footer a {
	color: #FFED75;
	text-decoration: none;
}
#nav a:hover {
	background-position: right -181px;
	padding-left: 14px;
	padding-top: 16px;
}

@media screen 
and (max-width: 1175px)

 {
#donate_button {
	position: absolute;	
	left: 24px;
	top:125px;
	height: 100px;
	width: 100px;
	z-index: 100;
	} 
 }


	
	
@media screen 
and (min-width: 1175px)

 {
	#donate_button {
	position: absolute;	
	top: 38px;
	right: 1%;
	height: 100px;
	width: 100px;
	z-index: 100;
	} 
	 
	 
 }
	
	
	
#content {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#left_Content {
	float: left;
	width: 425px;
	background-image: url(../img/fma_bg3.png);
	background-repeat: no-repeat;
	margin-top: 125px;
	background-position: right;
	position: fixed;
	top: 25%;
	display: none;
}



#slideleft {
	background-position: left 150px;
	background-repeat: repeat;
	width: 375px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 300px;
}
#right_Content {
	float: right;
	width: 569px;
	padding-left: 25px;
	background-image: url(../img/trans-fade_noise.png);
	padding-top: 30px;
	padding-bottom: 25px;
	padding-right: 30px;
	color: #131313;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-shadow: 1px 1px 0 #FFFFFF, 1px 1px 0 rgba(0, 0, 0, 0.15);
	background-repeat: repeat-y;
	background-position: right;
	-webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
     -o-transition: background-color 1s;
     -ms-transition: background-color 1s;
      transition: background-color 1s;
	
	
	
}

#right_Content:hover{
	background-color:#fff;
	
	}


#wrapper {
	position: relative;
	min-width: 1100px;
	margin: 0px;
	padding: 0px;
}
#topRight {
	height:100px;
	width: 625px;
	float: right;
	background-image: url(../img/white_trans27.png);
}
.clearfix {
	clear: both;
}
#footer {
	background-image: url(../img/footer_bg2.png);
	float: right;
	width: 625px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 20px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
#footer li {
	display: inline;
	padding: 5px;
}
#footer ul {
	width: 600px;
	height: 25px;
}
#main p {
	font-family: Cochin, "Times New Roman", Times, serif;
	color: #312C29;
	line-height: 1.5em;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#videos h3 a {
	text-decoration: none;
}
#main {
}
h2 {
	font-family: Cochin, "Times New Roman", Times, serif;
	color: #121212;
}
p {
	font-size: 13px;
	color: #161616;
	text-shadow: 1px 1px 0 #FFFFFF, 1px 1px 0 rgba(0, 0, 0, 0.15);
}

h3 {
	font-family: Cochin, "Times New Roman", Times, serif;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 16px;
	text-transform: uppercase;
}
#main h2 {
	font-family: Cochin, Serif;
	color: #252627;
	font-weight: normal;
	font-size: 18px;
}
#abs_wrapper {
	position: absolute;
	z-index: 99;
	height: auto;
	width: 100%;
	text-align: center;
	top: 0px;
}
.imageFltLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.quote {
	font-style: italic;
	color: #141414;
}

 #close_panel {
	margin: 0px;
	width: 200px;
	height: 20px;
	border: 1px solid black;
	background-color: #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #FFED75;
}
.critics_say li strong {
	font-style: normal;
	font-size: 14px;
}
.critics_say li {
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #242424;
	margin-left: 15px;
	line-height: 1.2em;
}
a {
	color: #000000;
}
#bg_gallery li {
	height: 0px;
	width: 0px;
}
.dancers li {
	width: 580px;
	margin-top: 20px;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 20px;
}
.video li {
	float: left;
	height: 300px;
	width: 270px;
	margin-bottom: 15px;
	padding-right: 10px;
}

.friends_support li {
	font-size: 16px;
	line-height: 1.6em;
	margin-left: 25px;
}
.pics {
	padding: 10px;
	height: 80px;
	width: 80px;
	border: thin solid #F3F3F3;
	display: inline-block;
	margin-right: 8px;
}
#donations {
}
.support_level  li {
	background-image: url(../img/bullet2_sm.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	margin-left: 15px;
	padding-bottom: 5px;
	font-size: 15px;
	text-transform: capitalize;
}
.support_level {
	margin-bottom: 15px;
	width: 535px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #6E6F72;
}
.support_level h3 {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E6F72;
}
.friends_support li {
	background-image: url(../img/bullet2_sm.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 20px;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #202020;
}
.support_level ul {
	margin-left: 10px;
}
#panes .support_level h3 {
	width: 525px;
	margin-bottom: 10px;
}
.support_level h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #202020;
}
#razoo_donation_widget {
	float: right;
	width: 275px;
	margin-bottom: 20px;
}
#contact_lt {
	background-image: url(../img/white_trans27.png);
	padding: 20px;
	float: left;
	width: 250px;
}
#contact_rt {
	padding: 15px;
	float: right;
	width: 200px;
	background-image: url(../img/white_trans27.png);
	line-height: 40px;
}
#form_fields {
	background-image: url(../img/white_trans27.png);
	width: 520px;
	margin-top: 25px;
	padding: 20px;
}
.video h3 {
	font-size: 16px;
	text-transform: uppercase;
}
#footer a:hover {
	color: #FFFBBA;
	text-decoration: underline;
}
.imageFltRight {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#videos li {
	float: left;
	height: 255px;
	width: 280px;
}

#videos li p {
	font-size: 12px;
	line-height: .9em;
}

#bg_gallery {
	position: absolute;
	z-index: 1;
}
.calendar_list li {
	background-image: url(../img/bullet2_sm.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
}
.home_next  li {
	background-image: url(../img/bullet2_sm.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
}
#bg_gallery li {
	display: none;
}
.calendar_list h3 {
	text-transform: uppercase;
}
#main  .home_next  h2 {
	font-size: 24px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left: 10px;
}
hr {
	clear: both;
}


#arts_healthcare {
	

	}


#panes #repertory_2 h3 {
	font-size: 26px;
	
	margin-bottom:20px;
		}
		
	#panes #repertory_2 h3 a {text-decoration: none;}
		

#repertory_2 li {
	width: 560px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	float:left;	
	}
	
#repertory_2 img.vid_pop {width:130px; height:auto;}

#repertory_2 p.prod_comp {font-size:10px; line-height:14px;}

#main p.caption {
	font-size:10px; line-height:14px;
	float:left;
	
	
	}

