@charset "UTF-8";
/* CSS Document */
html { 
	min-height: 100%; 
	overflow: scroll;
	margin-bottom: 1px;
}
body {
	background: #c7beb6 url(../images/bg.png) repeat;
	background: #c7beb6 url(../images/grey.png) repeat-x;
	text-align: center;
	font: 12px normal Arial, Helvetica, sans-serif;
	line-height: 18px;
	letter-spacing: 1px;
	color: #FFFFFF;
/*margin: 20px;*/
}
#container {
	margin: 0 auto;
	width: 1100px;
	text-align: center;
}
#shadow {
	background: url(../images/shadow.png) 0 0 repeat;
	width: 1000px;
	clear: both;
	padding: 1px 5px 3px 1px;
	float: left;
	position: relative;
}
#nav {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #3b3432;
	padding: 0 10px 5px 0;
	width: 1000px;
	text-align: center;
	margin: 0 0 5px 0;
}
a {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#nav a {
	color: #3b3432;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 20px 0 23px;
}
#nav a.selected {
	border-bottom: 2px solid #584d4f;
	border-bottom: 2px solid #dadada;
}
#nav span {
	font-size: 14px;
}
#footer {
	clear: both;
	text-align: right;
	width: 1000px;
	padding: 10px 100px 0 0;
	margin: 0 auto;
	color: #333333 !important;
}
#footer a[title] {
	width: 400px;	
}
#footer a {
 text-decoration: none;
}
#social {
text-align: left; 
width: 400px; 
float:left;	
}
/* --- CONTENT ---*/
#content {
	width: 1000px;
	clear: both;
	text-align: left !important;
	float: left;
	background: black;
	position: relative;
}
.image_fmt {
	width: 480px;
	background:#000000;
	height: 100%;
	float: left;
	overflow: hidden;
}
.image_fmt#dancer {
	overflow: hidden !important;
	/*height: 920px !important;*/
}
.image_fmt#dancer {
	overflow: hidden;
}
#content_fmt {
	width: 510px;
	color: white;
	float: left;
	min-height: 800px;
  	height:auto !important;
  	height:800px;
	border-left: 10px solid white;
	text-align: left !important;
	position: relative;
	min-height: 800px;
}
#content_fmt.happenings {
	background: #75303e;
}
#content_fmt.bio {
	background: #526f9d;
}
#content_fmt.actor {
	background: #d2c173;
	height: 850px !important;
}
#content_fmt.dancer {
	background: #1a5063;
	/*height: 920px !important;*/
}
#content_fmt.choreo {
	background: #401c3a;
}
#content_fmt.video {
	background: #973109;
}
#content_fmt.photo {
	background: #0881ae;
}
#content_fmt.contact {
	background: #12aa76;
}
#content_rdr {
	width: 415px;
	clear: both;
}
#content #main_logo {
	position: absolute;
	left: -35px;
	top: 5px;
}
#content_hdr {
	clear: both;
}
/* styling home */
#content_rdr ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
#content_rdr li {
	margin: 0;
	padding: 10px 0 10px 10px;
	list-style: none;
	border-bottom: 1px dashed #cbc5c7;
}
#content_fmt #thumbs {
	position: absolute;
	right: -160px;
	bottom: -20px;
}
/* Page styles */
.home {
	/*margin: 200px 20px 35px 50px;*/
	margin: 45px 20px 35px 50px;
}
.copy {
	/*margin: 45px 35px 35px 50px;*/
	margin: 45px 35px 35px 35px;
}
.copy table {
	font-size: 11px;
	line-height: 13px !important;
}
.copy table td {
	padding: 3px 0;
}
.actor .copy table td {
	border-bottom: 1px dashed #c2b05c;
}
.choreo .copy table td {
	border-bottom: 1px dashed #220a1e;
}
.dancer .copy table td {
	border-bottom: 1px dashed #04394c;
}

<!-- contact -->
.copy form table {
	font-size: 11px;
	line-height: 13px !important;
}
.copy form table td {
	padding: 5px 0;
}
.copy form table td input, .copy form table td .form_element {
	padding: 2px 5px;
	width: 250px;
}
/* -- Content Sliders --- */
.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 400px; /*width of featured content slider*/
height: 400px;
text-align: center;
margin: 0 auto;
}



.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: none;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align: left !important;
}
.sliderwrapper .contentdiv img {
	float: left;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 10px 0;
text-align: right !important;

}

.pagination a {
padding: 3px 5px 2px 6px;
text-decoration: none; 
color: #e3e3e3;
border: 1px solid #e3e3e3;
font-size: 12px;
}

.pagination a:hover, .pagination a.selected{
color: #f18b1e;
background-color: #f6f6f6;
}

/* ------------ tabbed content -----------*/

.shadetabs {
padding: 0 !important;
margin: 10px 0 10px 0 !important;
font: 12px Arial, Helvetica, sans-serif bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
border: none !important;
padding: 0 !important;
margin: 0 !important;
}

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
background: white;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: black;
color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.orange {
	color: #FFFF00;
}
#tab1, #tab2, #tab3, #tab4, .home_scroll {
	height: 600px !important;
	width: 430px;
	overflow: auto;
	overflow-x: hidden;
}
/* -- VIDEO PLAYER -- */
body #video_player {
	margin: 0 !important;
	background: url("../images/grey.png") repeat-x scroll 0 0 #C7BEB6;	
}

