@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Courier New", Courier, monospace;
	
	color: #000000;
}
html {

}
a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
#copyright {
	font-size: 14px;
}
#container {
	width: 750px;
	text-align: left;
	margin: auto;
}
#sadie {
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 60px;
}
.address {
	font-size: 14px;
}
#site_container {
	text-align: center;
}
#red_divider {
	width: 400px;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #d52027;
}
#logo {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	clear: both;
}
.big_link {
	margin-bottom: 35px;
	clear: both;
}
.big_link a {
	font-size: 18px;
}
#top_nav {
	width: 455px;
	text-align: left;
}
.top_nav_item a {
	font-size: 22px;
	font-weight: normal;
}
.top_nav_item a:hover {
	font-weight: bold;
}
.top_nav_item_selected a {
	font-size: 22px;
	font-weight: bold;
}
#subnav_container {
	height: 80px;
	left: 0px;
	clear: both;
	
	position: relative;
}

#top_nav_theater {
	float: left;
}
#top_nav_film {
	float: right;
}
.subnav_divider {
	font-size: 18px;
	color: #d52027;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	
}
.nav_divider {
	color: #d52027;
}
.subnav_item {
	float: left;
}
.subnav_item a {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.subnav_item a:hover {
	font-weight: bold;
	color: #000000;
}
.subnav {
	position: absolute;
	left: 0px;
	top: 20px;
	text-align: center;
	width: 750px;
	
	display: block;
}
.subnav_hidden {
	display: none;
}

#credit {
	font-size: 13px;
	margin-top: 25px;
	width: 420px;
}
.internal_nav_section {
	padding-top: 17px;
	padding-left: 15px;
	font-size: 28px;
	float: left;
}
.internal_nav_home {
	float: left;
	margin-left: -5px;
	margin-bottom: 20px;
	
}
.project_title {
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}
.project_description {
	font-size: 16px;
	width: 420px;
	text-align: justify;
}
#upper_row {
	margin-bottom: 20px;
	
}
#lower_row {
	clear: both;
	
}
#nav_container {
	margin-bottom: 35px;
}
#content_container {
	position: relative;
	margin-bottom: 40px;
}
#img_container {
}
#description_container {
	position: absolute;
	top: 0px;
	margin-left: 260px;
	
	
}
#divider_container {
	position: absolute;
	top: 0px;
	margin-left: 248px;
	width: 1px;
	height: 50px;
	background-color: #000000;
}

.thumbnail {
	float: left;
	margin-right: 9px;
	
}
#thumbnails {
	margin-top: 12px;
	
}
#photo_caption {
vertical-align: bottom;
font-size: 13px;
width: 550px;
}
#photo_gallery {
	text-align: left;
	
	position: absolute;
	left: 0px;

}
.current_section {
	font-weight: bold;
}
.credit_text {
	padding-bottom: 2px;
}
.credit_year {
	padding-right: 15px;
	padding-bottom: 2px;
}
.thumbnail_label {
	font-size: 11px;
	margin-top: 10px;
}
.bio_image_l {
	float: left;
	margin-right: 25px;
}
.bio_title_l {
	text-align: left;
	font-size: 24px;
	margin-bottom: 15px;
}
.bio_body_r {
	width: 550px;
	font-size: 14px;
	text-align: justify;
}
.bio_title_r {
	text-align: right;
	font-size: 24px;
	margin-bottom: 15px;
}
.bio_image_r {
	float: right;
	
}

.bio_body_l {
font-size: 14px;
	width: 550px;
	text-align: justify;
}
.bio_block_l {
	float: left;
}
.bio_block_r {
	float: right;
}