/* ---- CSS RESET ---- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #000;
	font-family: "Helvetica Neue Light", "Helvetica Neue", "Optima", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	color: #9F9F9F;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---- END CSS RESET ---- */

#wrapper {
	padding: 235px 0 0 0;
	width: 100%;
	background: url(images/chris_top.jpg) top center no-repeat;
}

#content_wrap {
	position: relative;
	font-size: 1.4em;
	margin: 0 auto;
	width: 900px;
	padding-bottom: 35px;
	line-height: 1.4em;
}

#content_wrap img {
	display: block;
	margin: 0 auto 25px auto;
}

#award {position: absolute; left: 0; top: 25px;}	
#award a img {dislpay: block; opacity: .6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";-khtml-opacity: .60;-moz-opacity: .60;}
#award a:hover img {opacity: 1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";-khtml-opacity: 1;-moz-opacity: 1;}

#nav {
	top: 175px;
	left: 0;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	width: 180px;
	margin-right: 20px;
	line-height: 1em;
}

#nav ul {
	border-right: 1px white solid;
}

#nav li {
	margin: 0 0 10px 0;
	padding-right: 20px;
}

#nav a {
	color: #999;
	display: block;
	text-decoration: none;
	text-align: right;
}

#nav a:hover {
	color: white;
}

#nav li.active {
	background: url(images/nav_arrow.gif) center right no-repeat;
}

#nav li.active a {
	color: white;
}

#nav a#facebook {display: block; position: relative; left: 135px; top: 20px; text-indent: -9999px; background: url(images/facebook-24x24.png) 0 0 no-repeat; height: 24px; width: 24px; opacity: .8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=80)";-khtml-opacity: .80;-moz-opacity: .80;}
#nav a:hover#facebook {display: block; text-indent: -9999px; background: url(images/facebook-24x24.png) 0 0 no-repeat; height: 24px; width: 24px; opacity: 1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";-khtml-opacity: 1;-moz-opacity: 1;}

#content {
	width: 480px;
	margin: 0 auto;
}

#interviews #content {
	width: 570px;
	float: right;
	padding-right: 120px;
}

.flash {
	width: 480px;  
	margin: 0 auto 10px;
	padding: 0;
}

em {
	font-style: italic;
}

#trailer #content p {
	width: 435px;
	text-align: justify;
	margin: 0 auto 10px auto;
}

#interviews #content p {
	width: 275px;
	font-weight: lighter;
	float: right;
	text-align: left;
	margin: 0 auto 10px auto;
}

#content p a:link, #content p a:visited {
	color: white;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
}

#content p.center {
	margin: 15px auto 10px auto;;
	font-variant: small-caps;
	text-align: center;
}

#content strong {
	font-weight: bold;
	color: white;
	letter-spacing: .03em;
}

.interview {
	width: 600px;
	clear: both;
	float: left;
	margin: 0 0 20px 0;

}

.interview p {
	width: 275px;
	font-weight: lighter;
	float: right;
	text-align: left;
	margin: 0 auto 10px auto;
}

.interview object, .interview img {
	float: left;
	margin-right: 10px;
	clear: right;
}




