@charset "UTF-8";

img, div { behavior: url(iepngfix.htc) }

html, body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fffcf6;
	margin: 0;
	padding: 0;
	color: #333;
	height: 100%;
}
#projector {
	position: absolute;
	z-index: 100;
}
#filmStrips {
	position: absolute;
	z-index: 100;
	top: 94px;
}
#contactBar {
	width: 100%;
	height: 25px;
	background-color: #000;
	color: #CCC;
}
.contactBarContent {
	padding: 5px 0 0 240px;
	font-size: 12px;
	letter-spacing: 1.5px;
	width: 610px;
}
.contactBarContent a:link, .contactBarContent a:visited, .contactBarContent a:active {
	color: #FFC;
	text-decoration: none;
}
.contactBarContent a:hover {
	text-decoration: underline;
}
#header {
	position: absolute;
	z-index: 90;
	top: 25px;
	width: 100%;
	height: 69px;
	color: #CCC;
	background: url(images/headerBackground.jpg) no-repeat 116px #f6f5df;
}
#mailingListWrapper {
	position: absolute;
	z-index: 100;
	top: 43px;
	left: 326px;
	font-size: 12px;
	color: #333;
	width: 270px;
}
#mailingListWrapper .textarea {
	width: 165px;
	height: 18px;
	background: #fff8e1;
	border: 1px solid #666;
	font-family: Trebuchet, Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	color: #666;
	margin-top: 2px;
}
#mailingListWrapper .weeklyEmailButton {
	background-color: #F3ECD5;
	border-top: solid 2px #FFC;
	border-right: solid 2px #A49883;
	border-bottom: solid 2px #A49883;
	border-left: solid 2px #FFC;
}
#mailingListWrapper .weeklyEmailButton:hover {
	border-top: solid 2px #A49883;
	border-right: solid 2px #FFC;
	border-bottom: solid 2px #FFC;
	border-left: solid 2px #A49883;
}
#membership {
	position: absolute;
	z-index: 110;
	top: 28px;
	left: 614px;
}
#twitter {
	position: absolute;
	z-index: 110;
	top: 70px;
	left: 745px;
}
#facebook {
	position: absolute;
	z-index: 110;
	top: 74px;
	left: 750px;
}
#currentBar {
	position: absolute;
	z-index: 70;
	top: 94px;
	width: 100%;
	height: 32px;
	background: url(images/headingBarGradient.jpg) repeat-x 116px;
	color: #f6f6db;
	font-size: 18px;
	text-transform: uppercase;
}
.currentBarContent {
	padding: 6px 0 0 240px;
}
#navWrapper {
	position: absolute;
	z-index: 80;
	top: 94px;
	left: 90px;
	width: 133px; /*leave in place or ie7 breaks*/
}
#mainContent {
	position: absolute;
	width: 650px;
	min-height: 100%;
	margin-top: 3px; /*vertically positions the repeating filmstrip in the nav bar*/
	padding: 120px 25px 60px 240px;
	background: url(images/navFilmStripRepeat.jpg) repeat-y; /*this is the repeating film strip in the nav bar*/
}
.columnSingle {
	width: 100%;
}
.column1 {
	width: 300px;
	padding: 0 15px 0 0;
	float: left;
	text-align: justify;
}
.column2 {
	width: 320px;
	padding: 0 0 0 15px;
	float: left;
	text-align: justify;
}
.sidebarRight {
	float: right;
	width: 220px;
	margin: 20px 0 20px 20px;
	padding-bottom: 20px;
	background-color: #F8F6DE;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sidebarRight h1 {
	background: url(images/headingBarGradient.jpg) repeat-x 116px;
	padding: 3px 0;
	color: #f6f6db;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center !important;
}
.sidebarRight p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 10px;
}
.filmImage {
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #333;
}
.filmImageLeft {
	padding: 3px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #333;
}
.filmImageRight {
	padding: 3px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #333;
}
a.movieTrailerIcon {
	background: url(images/movieTrailerIcon.gif) no-repeat;
	padding: 6px 30px;
}
a:focus {
	outline: none;
}
a:link, a:visited, a:active {
	color: #960;
	font-weight: bold;
}
a:hover {
	color: #09F;
}
h1 {
	font-size: 22px;
	margin: 0 0 10px 0;
	text-align: left !important;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left !important;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left !important;
}
h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 30px 0 0 0;
	text-align: left !important;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	text-align: left !important;
}
.highlight {
	background-color: #F8F6DE;
	padding: 3px;
	text-transform: uppercase;
}
p {
	margin: 10px 0 15px 0;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 223px;
	padding: 6px 0 6px 17px;
	border-top: 1px solid #CCC;
	color: #666;
	font-size: 12px;
	width: 677px;
}
#footer a {
	color: #960;
	font-size: 11px;
	text-decoration: none !important;
}
#footer a:hover {
	color: #09F;
}