html, body, p, table, tr, th, td, ul, ol, li, div, input, select, option {
	font-family: "Arial","Helvetica",sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	background: #040303 url('../images/common/background.jpg') no-repeat top center;
	background-attachment: fixed;
	color: #000000;
}

#mainstage {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 105px;
	width: 900px;
	margin: 0 auto;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";    
}

	#header #logo {
		padding: 18px;
		width: 238px;
		float: left;
	}

		#header #logo h1 {
			width: 238px;
			height: 73px;
			margin: 0;
			background: transparent url('../images/common/logo.png') no-repeat;
		}

			#header #logo h1 a {
				display: block;
				width: 238px;
				height: 73px;
			}

			#header #logo h1 span {
				display: none;
			}
			
	#header #menu {
		width: 600px;
		float: left;
		margin-top: 37px;
		background: rgb(255, 255, 255);
   		background: rgba(255, 255, 255, 0.4);
    	/* For IE 5.5 - 7*/
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
    	/* For IE 8*/
    	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)"; 
	}
	
		#header #menu ul {
			list-style: none;
			padding: 16px 0 16px 10px;
		}
			
			#header #menu ul li {
				padding: 0 0 0 40px;
				margin: 0;
				display: inline;
			}
		
			#header #menu ul li a, #header #menu ul li a:visited {
				font-size: 0.9em;
				text-transform: uppercase;
				text-decoration: none;
			}
			
			#header #menu ul li a:hover {
				text-decoration: underline;
			}

/* _________________________________________________________*/

#watch_live {
	position: absolute;
	top: 86px;
	right: 0;
	z-index: 2;
}

	#watch_live a {
		display: block;
		width: 225px;
		height: 185px;
		background: transparent url('../images/live_button.png') no-repeat;
	}

	#watch_live a:hover {
		background: transparent url('../images/live_button_over.png') no-repeat;
	}
	
	#watch_live a span {
		display: none;
	}
		
#content {
	z-index: 1;
	position: relative;
	margin: 30px auto 0;
	width: 900px;
	background: rgb(255, 255, 255);
   	background: rgba(255, 255, 255, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)"; 
}

.characters #content {
	padding-top: 10px;
}

#player_background {
	z-index: 2;
	position: relative;
}

#player_background, #player_background img {
	width: 875px;
	height: 470px;
}

#packshot, #trailer_player {
	position: absolute;
	left: 126px;
	top: 29px;
	z-index: 4;
}

#packshot, #packshot img, #trailer_player {
	width: 619px;
	height: 349px;
}

#wrong_place {
	position: absolute;
	left: 21px;
	top: 408px;
	z-index: 1;
}

#leftcol {
	float: left;
	width: 560px;
}

.events #leftcol {
	width: 226px;
	background: #000;
	color: #fff;
	padding: 12px;
	margin: 20px;
}

	#player_background_2 {
		position:absolute;
		top: 0;
		left: 0;
		width: 640px;
		height: 440px;
		background: transparent url('../images/player_background_2.png') no-repeat;
		z-index: 2;
	}

	#player {
		position: relative;
		top: 23px;
		left: 22px;
		z-index: 2;
		margin-bottom: 60px;
	}

	.character #player {
		position: absolute;
		top: 20px;
		left: 140px;
		z-index: 2;
		margin-bottom: 60px;
	}

	#player_mask, #splash_image {
		position: absolute;
		top: 23px;
		left: 22px;
		z-index: 2;
	}

	.character #player_mask, .character #splash_image {
		position: absolute;
		top: 20px;
		left: 140px;
		z-index: 2;
	}
	
	#player, #player img, #player_mask, #player_mask img, #splash_image img {
		width: 582px;
		height: 328px;
	}
	
	.character #player, .character #player img, .character #player_mask, .character #player_mask img, .character #splash_image img {
		width: 452px;
		height: 270px;
	}
	
	#player_mask {
		z-index: 3;
	}
	
#leftcol p, #rightcol p {
	padding: 0 20px;
}

#rightcol {
	float: left;
	width: 340px;
}

.events #rightcol {
	width: 610px;
}
	
.events #rightcol .writeup p {
	padding: 0 !important;
}

.characters #leftcol {
	width: 260px;
}

.characters #rightcol {
	width: 630px;
}

.book #leftcol {
	width: 330px;
}

.book #rightcol {
	width: 560px;
}

.watchlive {
	float: left;
	clear: left;
	margin-top: 10px;
}

.questions {
	float: right;
	display: block;
	width: 380px;
	height: 200px;
	color: #000;
	background: url('../images/questions.png') left top no-repeat;
}

	.questions:hover {
		text-decoration: none;
	}

.writeup {
	clear: both;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 14px 20px 14px 0;
	padding: 20px 0 5px 0;
}

.brought {
	text-align: center;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}

.sponsors {
	text-align: center;
	padding-top: 30px;
}

#book_blurb {
		width: 550px;
		height: 300px;
		margin-top: 16px;
		background: transparent url('../images/book-bg.png') no-repeat;
	}
	
		#book_blurb p {
			padding: 70px 55px 0 70px;
		}	

#book_blurb2 {		
		float: right;
		width: 300px;
		height: 255px;
		margin-top: 16px;
		background: transparent url('../images/video-bg.png') no-repeat;
	}
	
		#book_blurb2 p {
			padding: 15px 20px 0 60px;
		}
		
	.button {
		display: block;
		width: 260px;
		height: 30px;
		padding: 20px;
		margin: 30px 0 0 10px;
		background: transparent url('../images/button-bg.png') top center no-repeat;
	}
	
	.button:hover {
		background: transparent url('../images/button-bg_over.png') top center no-repeat;
	}
		
	.button2 {
		display: block;
		width: 260px;
		height: 30px;
		padding: 20px;
		margin: 30px 0 0 10px;
		background: transparent url('../images/button2.png') top center no-repeat;
	}
	
	.button2:hover {
		background: transparent url('../images/button2_over.png') top center no-repeat;
	}
		
	.button3 {
		display: block;
		width: 260px;
		height: 30px;
		padding: 20px;
		margin: 30px 0 0 10px;
		background: transparent url('../images/button3.png') top center no-repeat;
	}
	
	.button3:hover {
		background: transparent url('../images/button3_over.png') top center no-repeat;
	}
	
		.button span, .button2 span, .button3 span {
			display: none;
		}
	
#video_thumbnails {
	margin: 15px 30px 0 80px;
	list-style: none;
	padding: 0;
}

.characters #video_thumbnails {
	margin:  15px;
}

.characters #video_thumbnails a, .book #video_thumbnails a, .educators #video_thumbnails a {
	background: transparent url('../images/common/collapsed.png') no-repeat scroll right 5px;
	text-transform: uppercase;
	padding: 2px 0 2px 2px;
	font-size: 1.2em;
	cursor: pointer;
	display: block;	
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.book #video_thumbnails, .educators #video_thumbnails {
	margin: 15px 45px 0 35px;
}

#video_thumbnails a.head {
	background: transparent url('../images/common/collapsed2.png') no-repeat scroll 4px 5px;
	cursor: pointer;
	display: block;	
	text-decoration: none;
	padding: 2px 0 2px 25px;
	border-bottom: 1px solid #000;
}

	#video_thumbnails a.head:hover {
		color: #6c864d;
	}

	.characters #video_thumbnails a:hover, .book #video_thumbnails a:hover, .educators #video_thumbnails a:hover {
		color: #6c864d;
	}

#video_thumbnails a.selected {
	background: transparent url('../images/common/expanded.png') no-repeat scroll 0px 7px;
	text-transform: uppercase;
	color: #6c864d;
	border-bottom: 1px solid #6c864d;
}

	#video_thumbnails ul {
		list-style: none;
		margin: 6px 0 0 25px;
	}
	
		#video_thumbnails ul li {
			border-bottom: 1px solid #000;
		}
	
		#video_thumbnails ul p {
			padding: 0 0 4px 25px;
			margin: 0;
			font-size: 1em;
			background: transparent url('../images/common/vid-arrow.png') no-repeat scroll 0 7px;
		}
		
		#video_thumbnails ul .active p, #video_thumbnails li.active a, #video_thumbnails ul .over p {
			color: #6c864d !important;
			background: transparent url('../images/common/expanded.png') no-repeat scroll 0 7px;
		}
		
		.characters #video_thumbnails li a.active {
			color: #6c864d !important;
			background: transparent url('../images/common/expanded.png') no-repeat scroll right 7px;
		}
	
.character {
	position: relative;
	margin: 18px;
	min-height: 90px;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

	.character div {
		display: block;
		float: left;
		width: 105px;
		min-height: 270px;
		margin-right: 35px;
	}
	
	.character #initial {
		border-bottom: 2px solid #000;
	}
	
	.character img.video {
		float: left;
	}
	
		.character #name {
			border-top: 2px solid #000;
			display: block;
			padding: 8px 0;
			margin: 8px 0;

		}
		
	.character p {
		clear: both;
		padding: 10px 0 0 !important;
		margin-bottom: 5px !important;
	}
		
#authorphoto {
	height: 100px;
	margin: 20px 20px 10px;
}

#authorphoto img {
	float: left;
}

#fansite {
	float: left;
}

#event2 {
	float: right;
}

#event {
	float: left;
}
	
	#footer {
		padding: 20px;
		clear: both;
	}
			
		#footer ul {
			width: 700px;
			float: left;
			margin: 10px 20px 0 0 !important;
			background: rgb(255, 255, 255);
	   		background: rgba(255, 255, 255, 0.4);
	    	/* For IE 5.5 - 7*/
	    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
	    	/* For IE 8*/
	    	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)"; 
		}
		
			#footer ul {
				list-style: none;
				padding: 16px 0 16px 20px;
			}
				
				#footer ul li {
					padding: 0 25px 0 0;
					margin: 0;
					display: inline;
				}
			
				#footer ul li a, #footer ul li a:visited {
					text-decoration: none;
				}
				
				#footer ul li a:hover {
					text-decoration: underline;
				}
				
			#footer img {
				float: left;
			}
	
/* _________________________________________________________*/


form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0 15px;
}

ol {
	margin: 0 15px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	padding: 5px;
	text-align: left;
}

table th {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}
	
.clearboth {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
	
.clearleft {
	clear: left;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
	
.clearright {
	clear: right;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* -------------- Leaving Area ---------------- */


body.leaving {
	background: #040303 url('../images/background2.jpg') no-repeat top center;
	color: #000000;
}

#leaving_area {
	position: absolute;
	top: 280px;
	left: 190px;
	width: 580px;
	height: 300px;
	z-index: 3;
	text-align: center;
}

	#leaving_area h1 {
		font-family: ttagain;
		font-size: 30px;
		font-weight: normal;
		line-height: 40px;
		margin-bottom: 20px;
	}

	#leaving_area p {
		font-family: helvetica, arial, sans-serif;
		font-size: 15px;
		line-height: 20px;
		color: #2e3541;
		margin: 15px 0;
	}
	
	
	#leaving_area a {
		font-family: ttagain;
		text-transform: uppercase;
		color: #000;
	}

	#leaving_area a:hover {
		color: #3c6304;
	}
	
	.green {
		color: #3C6304 !important;
	}

.green_underline {
	height: 2px;
	background-color: #3C6304;
}

