@charset "UTF-8";

/* layout, global styles, defaults
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

body {
	background: #000000;
	margin: 0;
	padding: 10px;
	text-align: center; /* for IE5 */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* counteract IE5 centering */
	position: relative;
}
.oneColFixCtrHdr #header { 
	padding: 0px;
	color: #FFF;
	text-align: center;
	height: 166px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0;
}
#header #logo {
	position: absolute;
	z-index: 10;
	left: 74px;
}
#header #buyTheDVD {
	position: absolute;
	z-index: 20;
	left: 440px;
	top: 0px;
}
#header #screenings {
	position: absolute;
	z-index: 20;
	left: 484px;
	top: 81px;
}
#header #navWrapper {
	position: absolute;
	z-index: 5;
	width: 550px;
	left: 74px;
	top: 136px;
	background-image: url(Images/navGradient.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
.oneColFixCtrHdr #mainContent {
	padding: 30px 50px;
	color: #999;
	text-align: left;
}
#contentColumn {
	margin-left: 221px;
	padding-left: 30px;
	border-left: 1px solid #3E5D5D;
}
#sidebar {
	float: left;
	height: auto;
	width: 200px;
	margin: 0px 30px 20px 0;
	padding-top: 10px;
	font-size: 11px;
}
h1 {
	color: #699;
	font-size: 20px;
	border-bottom: solid 1px #3E5D5D;
	font-weight: normal;
}
h2 {
	color: #699;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
h3 {
	color: #699;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
h4 {
	color: #699;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
h5 {
	color: #699;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.photoLeft {
	float: left;
	margin: 0 15px 4px 0;
	padding: 3px;
	border: solid 1px #666;
}
.photoRight {
	float: right;
	margin: 0 0 4px 15px;
	padding: 3px;
	border: solid 1px #666;
}
.photoResourceLeft {
	float: left;
	margin: 15px 15px 5px 0;
	font-size: 9px;
	color: #999;
	text-align: right;
}
.photoResourceRight {
	float: right;
	margin: 15px 0 5px 15px;
	font-size: 9px;
	color: #999;
	text-align: right;
}
.photoResourceLeft p, .photoResourceRight p {
	margin: 2px 0 0 0;
}
.photoResourceLeft img, .photoResourceRight img {
	padding: 3px;
	border: 1px solid #666;
}
.bioNames {
	font-size: 15px;
	color: #72A45C;
}
.highlight {
	font-size: 13px;
	color: #699;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
a:link, a:visited, a:active {
	color: #72A45C;
	text-decoration: none;
}
a:hover {
	color: #91D074;
	text-decoration: none;
}
a:focus {
	outline: none;
}


/* buy the dvd
=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

a.button {
	border: 1px solid #4E5B7E;
	padding: 3px 6px 1px 6px;
	background-image: url(Images/navGradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #39C;
	float: right;
	font-size: 12px;
}
.button:hover {
	border: 1px solid #6D7FAE;
	color: #40BFFF;
}
.image {
	float: right;
}
.viewPoster {
	text-align: right;
	font-size: 11px;
	margin-top: 20px;
}


/* resource guide
=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

a#downloadGuide {
	position: relative;
	float: right;
	margin-top: 22px;
	font-size: 10px;
	color: #999;
}
a#downloadGuide:hover {
	color: #CCC;
}


/* footer
=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


.oneColFixCtrHdr #footer {
	margin-bottom: 20px;
	padding: 0px;
	font-size: 12px;
	color: #c8c8c8;
	text-align: center;
	clear: right;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 0px;
}
.socialNetworkButtons {
	margin: 10px 12px;
	border: solid 1px #666;
}
.footerLine {
	padding: 6px 0px 10px 0px;
}
#dadra {
	font-size: 10px;
	width: 150px;	font-family: Arial, Helvetica, sans-serif;
	color: #6C7B6E;
	letter-spacing: 3px;
	margin-left: auto;
	margin-right: auto;
}
#dadra a:link {
	color: #6C7B6E;
	text-decoration: none;
}
#dadra a:visited {
	color: #6C7B6E;
	text-decoration: none;
}
#dadra a:hover {
	color: #ADC6B0;
	text-decoration: none;
}
#dadra a:active {
	color: #6C7B6E;
	text-decoration: none;
}
