html { overflow-y: scroll; }
body {
	background-image: url('../images/backgrounds/rotator.php');
	background-repeat: repeat;
	background-position: top center;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 16px;
	color: #393939;
	margin: 0px 0px 40px 0px;
}

img, img a {
	border: none;
}

a:focus { -moz-outline-style: none; } /* FIREFOX HACK */

#container {
	width: 935px;
	margin: 0px auto 0px auto;
}

/* HEADER */

#header {
	background-image: url('../images/title.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 675px;
	height: 100px;
	margin: 45px auto 10px auto;
}

#navbar {
	width: 675px;
	height: 20px;
	margin: 0px auto;
}

ul#nav  { width: 325px; margin: 0px auto; padding: 0px; text-align: left }

ul#nav li {
	float: left;
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	font-size: 11px;
}

#nav li a {
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:link, #nav li a:visited, #nav li a#current {	padding: 0px 10px; color: #fff; text-decoration: none; }
#nav li a:hover, #nav li a:active { padding: 0px 10px; color: #fff; background-color: #393939; text-decoration: none; }

/* MAIN CONTENT */

#content {
	margin: 35px auto 0px auto;
	width: 935px;
	padding-bottom: 50px;
	overflow: hidden;
	background-color: #fff;
}

.body-left a:link, .body-left a:visited, .body-right a:link, .body-right a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7C7C7C;
}

.body-left a:hover, .body-left a:active, .body-right a:hover, .body-right a:active {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #393939;
}

/*Left-sided content*/
#content-left {
	float: left;
	margin: 15px 0px 0px 15px;
	width: 595px;
	font-size: 11px;
	line-height: 14px;
}

#main-asset {
	width: 596px;
	height: 355px;
	overflow: hidden;
	margin-bottom: 20px;
}

.title-left {
	width: 100px;
	height: 20px;
}

.body-left p { margin-top: 0.5em; }

#contact {
	float: left;
}

#email-list {
	float: right;
	margin-right: 73px;
}

#soundtrack {
	float: right;
	margin-right: 106px;
}

#email-list form { margin-top: 6px; }

input#list-email {
	margin: 0px;
	padding: 5px;
	background-color: white;
	border: 1px solid black;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 11px;
	color: #393939;
	width: 160px;
}

input#list-submit {
	margin: 0px;
	padding: 5px;
	background-color: white;
	border: none;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 11px;
	color: #393939;
}

input#list-submit:hover { background-color: #393939; color: white }

#formComplete { width: 225px; font-style: oblique; font-weight: bold; padding-top: 15px; }

/*Right-sided content*/
#content-right {
	float: right;
	margin: 15px 15px 0px 0px;
	width: 295px;
}

.title-right {
	width: 295px;
	height: 70px;
	padding: 0px;
}

.body-right {
	width: 290px;
	margin-left: 5px;
	border-top: 1px solid black;	
}

.body-right p { margin-top: 0.5em; word-wrap: break-word; }

.news-timestamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

ul#press-items { padding-left: 15px; }
ul#press-items li { margin-bottom: 10px; }

table#bios { margin-top: 5px; width: 290px; overflow: hidden; }

div.cast-crew-bios { display: inline; float: left; }

li.section { display: inline; list-style: none; width: 290px; }

#header-news, #header-press, #header-cast-crew, #header-story { float: left }
#bio-arrows { float: right }
/*#bio-arrows img a:hover, img a:active { text-decoration: none; background-color: none; }*/

.bio-name { text-transform: uppercase; }
.bio-job { font-style: oblique; }

#presskit {
	border-top: 1px solid #000;
	background-color: #CEEEE0;
	color: #000;
	padding: 8px 0px 10px 0px;
}

#presskit p { margin: 10px 15px; font-size: 14px; line-height: 16px; }

#presskit a:link, #presskit a:visited { color: #000; font-weight: bold; text-decoration: none }
#presskit a:hover, #presskit a:active { color: #393939; font-weight: bold; text-decoration: none; background: none }

.screening-loc { font-size: 14px; font-weight: bold; line-height: 18px; }
.screening-times { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-transform: uppercase; font-weight: bold; }

/* DONATE BUTTON */

div#button {
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	position: fixed;
	bottom: 35px;
	right: 70px;
	z-index: 100;
}

#button a:link #button a:visited {
  text-decoration: none; 
  color: #ffffff;
}

#button a:hover, #button a:active {
  text-decoration: none; 
  background: #59a400; 
  color: #ffffff;}
