/*! 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:Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:1.1em;
	line-height:1.2em;
	color:#FFF;
	background:#000;
}

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

a:hover {
	text-decoration:underline;
}

/* layout */

#wrapper {
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
}

header {
	width:960px;
	height:269px;
	background:url(../images/header.jpg) no-repeat;
}

section {
	width:900px;
	min-height:300px;
	padding:10px 30px;
	background:#c3a962;
	position:relative;
}

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

footer {
	width:100%;
	height:80px;
}

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

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

/* navigation */

nav {
	width:100%;
	height:40px;
	background:#c3a962;
}

nav ul {
	margin:0;
	padding:5px 30px;
}

nav ul li {
	display:inline;
	float:left;
	margin-right:10px;
}

#home {
	background:url(../images/menu.png) no-repeat;
	display:block;
	width:90px;
	height:37px;
}

#story {
	background:url(../images/menu.png) no-repeat -95px 0;
	display:block;
	width:170px;
	height:37px;
}

#historical {
	background:url(../images/menu.png) no-repeat -268px 0px;
	display:block;
	width:340px;
	height:37px;
}

#home:hover, #home.current {
	background-position:0 -37px;
}

#story:hover, #story.current {
	background-position: -95px -37px;
}

#historical:hover, #historical.current {
	background-position: -268px -37px;
}

/* headings */

.heading {
	background:url(../images/headings.png) no-repeat;
	display:block;
	height:30px;
}

.home {
	width:100px;
}

.activity {
	width:150px;
	background-position:-100px 0;
}

.teachers {
	background-position: 0 -36px;
	width:270px;
}

.feedback {
	background-position: 0 -75px;
	width:180px;
}

.historical {
	background-position: 0 -153px;
	width:270px;
}

.presentation {
	background-position: 0 -190px;
	width:180px;
}

.research {
	background-position: 0 -228px;
	width:260px;
}

.story {
	background:url(../images/headings.png) no-repeat 0 -115px;
	width:370px
}

/* facebook */

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

/* hotspots */

#header_link{
	width:536px;
	height:171px;
	display:block;
	position:absolute;
	left: 423px;
	top: 96px;
}


/* videoplayer */

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

#transcript_link {
	font-size:0.7em;
	width:70px;
	float:right;
	text-align:right;
}

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

/* misc */

.hide {
	text-indent:999px;
}

.clearfix {
	clear:both;
}

.print_hide {
	display:none;
}
