/*

stylesheet for Film Education Shakespeare in Performance website

*/


body {
	width:100%;
	height:100%;
	position:relative;
	background: #000;
	margin: 0;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 125%;
	letter-spacing: 0.02em;
	font-size: 100%;
	color: #43403d;
}



#wrapper {
	width: 1025px;
	margin: 0 auto 30px auto;
	padding: 0;
	background: none;
	min-height: 800px;
	text-align: left;
	position: relative;
}


#header {
	width: 1024px;
	background: transparent url(../images/bg_header.png) top left no-repeat;
	height: 133px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}

#title_treatment a {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 166px;
	height: 90px;
	margin: 0;
}


	



/* content */

#content {
	margin: 0;
	padding: 0 40px 0 40px;
	width: 950px;
	background: transparent url(../images/bg_middle.png) top left repeat-y;
	min-height: 500px;
}

#content p {
margin: 0;
padding: 0 0 1em 0;
width: 940px;
}


a, a:hover, a:visited {
color: #43403d;	
outline: none;
}



/* footer */

#footer {
	width: 1024px;
	height: 81px;
	background: transparent url(../images/bg_footer.jpg) top left no-repeat;
	margin: 0;
}



.float_right {
float: right;	
margin: 0.25em 0 0 10px;
}

h2 {
padding: 0.25em 0;
margin: 0 0 0.4em 0;	
}












/* video player */



.video_player {
	float: right;
	margin:  -115px 40px 0 20px;
	border: 1px solid #c3c2c2;
	height: 258px;
}

#videoplayer {
	height: 460px;
	width: 258px;
	
}
.transcript_link {
	width: 475px;
	height: 10px;
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 0.75em;
	
		
}


#the_playlist {
margin: -15px 0 0 -38px;
}


#the_playlist  ol {
	list-style: none;
	font-size: 1em;
	
}

.video_player_caption {
	margin-top: -7px;
width: 100%;
text-align: center;
font-size: 1em;
}






/* order form */


#order_wrapper  {
	min-height: 680px;
	margin: 0;
	padding: 0px;
	text-align: left;
	font-size: 0.9em;
}


.close_button {
	background: transparent url(/tintin/images/close_button.png) top left no-repeat;
	text-indent: -5000px;
	height: 30px;
	width: 110px;
	display: block;
	position: absolute;
	top: 660px;
	left: 440px;
}


form.booking_form {
width: 600px;
margin: 20px 0 0 0;
}

form.booking_form label {

float: left;
text-align: right;
padding: 0 10px 0 0;
width: 120px;
margin-bottom: 0.15em;

}

form.booking_form p {
margin: 0;
padding: 0 0 0.5em 0;
}


form.booking_form .submit_button {
margin-left: 130px;
}

form.booking_form p.impairments {
margin-left: 110px;
}


form.booking_form .checkbox {

float: left;
margin: 0.2em 0 0 0;
margin-left: 130px;
}

.checkbox_text {
font-size: 0.85em;
width: 550px;
}


/* transcript box */




#transcript_box {
margin: 70px 0 0 0;
padding: 0 10px 0 0;
width: 490px;
height: 570px;
overflow: auto;
}


/* print stylesheet part */

#print_header_hide {
display: none;	
}
