@charset "UTF-8";
/* CSS Document */
/*menu active: 2e9acd */

body {
	padding: 0px;
	margin: 0px;
	background-color: black;
	color: white;
	font-family: Verdana, sans-serif;
	line-height: 1.2em;
	font-size: 12px;
}
table {
	width: 100%;
}
table td {
	margin: 0px 20px;
}
table td *:first-child {
	margin-top: 0px;
}
h1, .title {
	font-size: 2em;
	margin: 0.2em 0px;
}
h3 {
	font-size: 1.2em;
	margin: 0.2em 0px;
}
h4, .stat {
	font-size: 1em;
	font-weight: normal;
	margin: 0.2em 0px;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #2e9acd;
}
a:hover {
	text-decoration: underline;
}
.justify {
	text-align: justify;
}
.clear {
	clear: both;
}
ul {
	list-style-type: square;
	padding: 0px 0px 1em 10px;
}
li {
	padding: 0;
}
iframe {
	border: none;
	width: 100%;
	height: 100%;
}
.rightAligned {
	text-align: right;
}
#container {
	text-align: center;
}

#head {
	margin: auto;
	height: 150px;
	font-size: 13px;
	background: url(images/header.jpg) no-repeat 50% top;
	position: relative;
}
#reelanchor img {
	width: 400px;
	height: 80px;
}
#menu {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	text-transform: uppercase;
}
#menu ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menu ul ul { /*submenu selector*/
	font-size: 11px;
}
#menu li {
	display: inline;
	position: relative; /*Set up position parent for submenus*/
	margin: 0px;
	padding: 1px 0px;
	border-right: 1px solid white;
}
#menu > ul > li:first-child {
	border-left: 1px solid white;
}
#menu li.drop {
/*	padding-bottom: 44px;*/
}
#menu a {
	color: white;
	text-decoration: none;
	padding: 0px 20px;
}
#menu a:hover {
	background-color: #151515;
}
#menu .active {
	color: #2e9acd;
}
#menu a.active:hover {
	color: #2e9acd;
	background-color: transparent;
}
#menu #submenu { /*we need to use two id selectors to override #menu ul*/
	position: absolute;
	text-align: right;
	left: -610px;
	width: 600px;
	bottom: -4em;
}
#menu .bar {
	position: absolute;
	left: -6px;
	display: block;
	height: 44px;
	width:1px;
	border-left: 1px solid white;
}
#submenu li {
	text-align: right;
}
#submenu li:last-child {
	border: none;
}
#menu #aboutmenu {
	position: absolute;
	bottom: -4em;
	width: 250px;
	left: 0px;
}
#aboutmenu li {
	display: block;
	text-align: left;
	border: none;
}
#body {
	margin: auto;
	padding-top: 20px;
	height: 480px;
	width: 900px;
	overflow: hidden;
	background: black;
	text-align: left;
}
.poster {
	padding: 20px 25px;
	text-transform: uppercase;
}
.poster a {
	color: white;
}
.poster:hover {
	background-color: #111;
}
.poster span {
	font-size: 13px;
	margin: 10px;
	display: block;
	text-align: center;
}
#footer {
	padding: 15px 0px;
	text-align: center;
	color: #aaa;
	font-size: 8pt;
	/*background: url(images/footer-nostars.png) no-repeat 50%;*/
}
#footer hr {
	border: none;
	height: 1px;
	color: white;
	background-color: white;
}

/*
// Movie Page //
*/
#body.movieBody {
	padding-top: 0px;
	height: 500px;
}
#moviePage #left {
	width: 227px;
	height: 500px;
	float: left;
	overflow: none;
}
#moviePage #poster {
	margin-bottom: 5px;
}
#moviePage iframe {
	width: 100%;
	height: 100%;
	border: none;
}
#moviePage #left a, #personMenu a {
	display: block;
	color: white;
	padding: 5px;
	padding-right: 32px;
	height: 1em;
	background: url(images/arrow.gif) no-repeat center right;
	cursor: pointer;
}
#moviePage a#backButton {
	text-align: left;
	background: url(images/arrow-back.gif) no-repeat center left;
	padding-left: 32px;
}
#moviePage #left a:hover, #personMenu a:hover {
	text-decoration: none;
	background-color: #151515;
}

#moviePage #middle {
	width: 260px;
	height: 500px;
	float: left;
	overflow: auto;
	padding-left: 20px;
	padding-right: 10px;
}
.info {
	margin-bottom: 2em;
}
.info .title {
	margin-top: 0px;
}
.info .unit {
	font-size: 0.8em;
	font-weight: lighter;
}
.sectionHeader {
	text-decoration: underline;
	margin-top: 0px;
}
#moviePage #right {
	padding: 0 10px;
	width: 340px;
	height: 500px;
	float: left;
	overflow: auto;
}

/* Laurels Style */
#laurels {
	width: 100%;
	min-width: 1150px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.laurelRow {
	float: left;
	clear: left;
	position: relative;
	left: 50%;
}
.laurel.wide {
	background-image: url(images/laurels-wide.gif);
	width: 200px;
}
.laurel.wide div.bold {
	margin: 0px 30px;
}
.laurel {
	display: block;
	position: relative;
	right: 50%;
	float: left;
	vertical-align: top;
	width: 150px;
	height: 70px;
	margin: 15px;
	margin-top: 0px;
	background: url(images/laurels.gif) no-repeat;
	text-align: center;
	font-size: 9px;
	line-height: 1;
	color: white;
}
a.laurel:hover {
	text-decoration: none;
	color: #ccc;
}
.laurel div {
	margin: 0px 23px;
	border: 0px solid white;
}
.laurel .caps { /*first line*/
	text-transform: uppercase;
	font-size: 11px;
	margin: 0px 25px;
	padding-top: 3px;
	margin-top: 8px;
}
.laurel .caps span {
	vertical-align: bottom;
}
.laurel .last {
	margin: 0px 40px;
}

/* Bio Styles */
#personMenu {
	float: left;
	display: block;
	width: 25%;
	margin: 0;
	padding: 0;
}

#personMenu .section {
	border-bottom: 1px solid white;
	margin: .5em 0;
}

#bio {
	float: left;
	width: 70%;
	overflow: auto;
	height: 100%;
	position: relative;
}

#bio .headshot {
	float: left;
	display: block;
	margin: 0px 15px;
}

#bio .info {
	position: absolute;
	right: 0px;
	height: 100%;
	width: 50%;
	overflow: auto;
	padding: 0px 25px;
}