@CHARSET "UTF-8";



body
{
	
	font-family:Verdana, Geneva, sans-serif;
	color:#3b3b3b;
	background-color:#ffffff;
	font-size:20px;
	padding:0;
	margin:0;
	
}


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

a:hover 
{
	color: #9b450d; 
}
a > img
{
	border:none;
	
}

h2
{
	font-size:30px;
	font-weight:normal;
	margin-bottom:35px;
}

.clear
{
	clear:both;
}

/*------------------------------------------*/

/*  HEADER */

.header_wrapper
{
	background-color:#fef9f7;
	border-bottom:solid 2px #ebebeb;
	position:fixed;
	width:100%;
	z-index:1000;
}

.header
{
	width:900px;
	margin:0 auto;
}

.header ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.header li
{
	height:100%;
	padding-left:40px;
	padding-right:40px;
	padding-top:15px;
	padding-bottom:15px;
	display:inline-block;
}

.header li.selected
{
	background-color:#ff9149;
}

.header li.selected a
{
	color:#ffffff;
	text-decoration: none; 
}



.header a:hover 
{
	color: #9b450d;  
}

















/*------------------------------------------*/



.main_content
{
	padding-top:58px;
}


.quote_text
{
	font-style:italic;
}

.section_a_wrapper
{

	background-color:#ffffff;
}


.section_b_wrapper
{

	background-color:#f2e1da;
}

.section
{
	width:900px;
	margin:0 auto;
	/*border-left:solid 1px #0000ff;
	border-right:solid 1px #0000ff;*/
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	
}

.section_content
{
	padding-left:15px;
	padding-right:15px;
}




/*------------------------------------------*/

/* hero area */

#hero_section
{

	background-image:url('images/Piano-push.png');
	background-position:center;
	background-repeat:no-repeat;
	height:458px;
}

#left_quote
{
	float:left;
	padding-left:20px;
	padding-top:40px;
	width:235px;
}

#right_quote
{
	float:right;
	padding-right:20px;
	padding-top:40px;
	width:250px;
}


.special_quote
{
	text-align:center;
	
}

.special_quote .quote_text
{
	font-size:22px;
	color:#3b3b3b;
}

.special_quote .source
{
	font-size:14px;
}




/*------------------------------------------*/

/* awards_section */
#awards_section
{
	
	height:170px;
}

#left_award
{
	width:320px;
	float:left;
	margin-left:60px;
}

#right_award
{
	width:292px;
	float:right;
	margin-right:60px;
}

.award
{
	margin-top:20px;
	text-align:center;
	height:121px;
	color:#3b3b3b;
}

.award_content
{
	padding-top:25px;
}

.left_laurel
{
	background-image:url('images/left_laurel.png');
	background-repeat:no-repeat;
	width:52px;
	height:121px;
	float:left;
	margin-right:-20px;
}

.right_laurel
{
	background-image:url('images/right_laurel.png');
	background-repeat:no-repeat;
	width:52px;
	height:121px;
	float:right;
	margin-left:-20px;
}

.award_line1
{
	margin-top:30px;
	font-weight:bold;
	font-size:22px;
	
}

.award_line2
{
	font-weight:normal;
	font-size:22px;
	
}

.award_line3
{
	font-weight:normal;
	font-size:15px;
	
}





/*------------------------------------------*/

/* synopsis section and history blurb section*/


.blurb p
{
	padding-left:40px;
	padding-right:40px;
}









/*------------------------------------------*/


/* video_section */
#video_section
{
	
}

.video_title
{
	padding-top:30px;
}




/*--------------------------------------------





/*------------------------------------------*/


/* dancing sections (reviews section and performance history section) */

/*
#dancing_top
{
	float:right;
	background-image:url('images/dancing_head.png');
	background-repeat:no-repeat;
	width:167px;
	height:223px;
}

#dancing_middle
{
	float:right;
	background-image:url('images/dancing_waist.png');
	background-repeat:no-repeat;
	width:252px;
	height:257px;
}

#dancing_bottom
{
	float:right;
	background-image:url('images/dancing_feet.png');
	background-repeat:no-repeat;
	width:218px;
	height:123px;
}
*/



#review_section
{
	
	

}

.dancing_section .section_content
{
	position:relative;
}

.dancing_section h2
{
	width:100%;
}

#reviews_anchor
{
	position:absolute;
	top:-100px;
}

#dancing_kick
{
	position:absolute;
	right:15px;
	background-image:url('images/dancing-kick.png');
	background-repeat:no-repeat;
	width:252px;
	height:603px;
}

#curtsy
{
	position:absolute;
	right:15px;
	background-image:url('images/curtsy.png');
	background-repeat:no-repeat;
	width:310px;
	height:536px;
	top:-1px;
}


.dancing_text
{
	text-align:left;
	font-size:18px;
}

.review_text
{
	font-style:italic;
	margin-top:5px;
	margin-bottom:40px;
	color:#3b3b3b;
}

a .review_text .source
{
	color:#42a9f1;
	font-weight:normal;
}

.review_text a
{
	font-style:normal;
	color:#707070;
}

.review_text a:hover
{
	font-style:normal;
	color:#ff9149;
}

.review_text .source
{
	font-style:normal;
	font-weight:bold;
}

.fourstars
{
	background-image:url('images/fourstars.png');
	background-repeat:no-repeat;
	width:104px;
	height:23px;
}

.reviews_top
{
	width:660px;
}

.reviews_middle
{
	width:570px;
}

#performance_section .location
{
	font-weight:bold;
}

#performance_section
{
	min-height:540px;
}

/*--------------------------------------------*/

/*  ABOUT */


#about_section p
{
	text-align:left;
	font-size:18px;
}

#about_section ul
{
	text-align:left;
	padding-left:17px;
	font-size:18px;
}

#lasvegas
{
	background-image:url('images/lasvegas_smaller.png');
	background-repeat:no-repeat;
	width:321px;
	height:325px;
	float:right;
	margin-left:30px;
}


/*--------------------------------------------*/



/*--------------------------------------------*/

/*  CONTACT */


.contact_details
{
	text-align:left;
}

.contact_details .contact_method
{
	font-weight:bold;
}

.fb_feed
{
	float:right;
	margin-bottom:100px;
}

.fb_header
{
	background-color:#f2e1da;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	font-weight:bold;
	padding:4px 4px 4px 8px;
}


/*--------------------------------------------*/



