/*! normalize.css - http://github.com/necolas/normalize.css */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
html,button,input,select,textarea{font-family:sans-serif;}
a:focus{outline:none;}
a:hover,a:active{outline:0;}
h1{font-size:2em;margin:.67em 0 0.4em 0;}
h2{font-size:1.5em;margin:.83em 0;}
h3{font-size:1.17em;margin:1em 0;}
h4{font-size:1em;margin:1.33em 0;}
h5{font-size:.83em;margin:1.67em 0;}
h6{font-size:.75em;margin:2.33em 0;}
b,strong{font-weight:700;}
blockquote{margin:2em 60px;font-style:italic;}
small{font-size:75%;}
menu,ol,ul{padding:0 0 0 40px;}
nav ul,nav ol{list-style:none;list-style-image:none;}
img{border:0;-ms-interpolation-mode:bicubic;}
svg:not(:root){overflow:hidden;}
p,pre,dl,menu,ol,ul {margin:1em 0;}

/* formatting */

body {
	margin:0;
	font-family: "Times New Roman", Times, serif;
	font-weight:300;
	font-size:1.0em;
	line-height:1.35em;
	color:#f1f1f1;
	background:#d48c8c;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover, .active {
	text-decoration:underline;
}

/* layout */

#wrapper {
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
	border:15px solid #fff;
}

header {
	width:100%;
	height:275px;
	background:url(../images/header.jpg) no-repeat;
	position:relative;
}

section {
	width:100%;
	min-height:300px;
	padding:25px;
	background-color:#b10000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

section > ul li {
	margin:1em;
	list-style:outside;
}

footer {
	width:100%;
	height:80px;
	margin-bottom:0px;
	background-color:#b10000;
}


.thumb {
	width:200px;
	height:200px;
	border:1px solid white;
	float:left;
	margin-right:25px;
}

.gallery {
	width:100%;
	height:auto;
	margin:0 auto;
}



/* navigation */

nav  ul {
	margin:0;
	padding:0;
	list-style:none;
	background-color:#8f0000;
	overflow:auto;
	border-top:1px solid #c99758;
	border-bottom:1px solid #c99758;
}

nav ul li a{
	display:block;
	padding:5px 30px;
	float:left;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
}
section a { text-decoration:underline }
/* headings */

h1 { 
	margin-top:0px;
	font-size:1.8em;
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#ffc474;
	font-weight:normal;
}

h2, h3 {
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
}



/* facebook */

#like_button {
	border:none;
	width:50px;
	height:25px;
	display:block;
	position:absolute;
	z-index:999;
	bottom:20px;
	right:30px;
}

/* hotspots */

#header_link{
	width:380px;
	height:180px;
	margin:0 auto;
	display:block;
}

#footer_link{
	width:76px;
	height:63px;
	display:block;
	background-image:url(../images/fox_logo.png);
	float:right;
	margin-right:25px;
}

#facebook_footer_link{
	width:50px;
	height:50px;
	display:block;
	background-image:url(../images/facebook.png);
	float:right;
	margin-right:15px;
	margin-top:5px;
}

/* videoplayer */

.videoplayer {
	width:410px;
	height:auto;
	float:right;
	margin: 10px 0 10px 10px;
}

#transcript_link {
	font-size:0.7em;
	float:right;
	text-align:right;
	background-color:#7d0000;
	display:block;
	width:100%;
}

.inline_content{
	color:#000;
	padding:30px;
	height:600px;
}

#trailer_transcript h3{
	color:#000;
}

/* misc */

.hide {
	text-indent:999px;
}

.clearfix {
	clear:both;
}

.print_hide {
	display:none;
}

.img_right{
	
	float:right;
	border:10px solid #7d0000;
	margin: 0 0 10px 10px;
}