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

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

a:hover {
	text-decoration:underline;
}

/* layout */

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

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

section {
	width:910px;
	min-height:300px;
	padding:25px;
}

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

footer {
	width:100%;
	height:80px;
	background:url(../images/footer.jpg) no-repeat;
	margin-bottom:70px;
}

.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 li {
	margin-bottom:0.8em;
}

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

#pshee {
	background:url(../images/menu.png) no-repeat 0 -42px;
	display:block;
	width:165px;
	height:35px;
}

#media {
	background:url(../images/menu.png) no-repeat 0 -85px;
	display:block;
	width:161px;
	height:35px;
}

#team {
	background:url(../images/menu.png) no-repeat 0 -127px;
	display:block;
	width:320px;
	height:25px;
}

#hurdles {
	background:url(../images/menu.png) no-repeat 0 -155px;
	display:block;
	width:361px;
	height:25px;
}

#winner {
	background:url(../images/menu.png) no-repeat 0 -185px;
	display:block;
	width:330px;
	height:25px;
}

#message {
	background:url(../images/menu.png) no-repeat 0 -214px;
	display:block;
	width:220px;
	height:25px;
}

#team:hover {
	background-position: 0 -240px;
}

#hurdles:hover {
	background-position: 0 -269px;
}

#winner:hover {
	background-position: 0 -299px;
}

#message:hover {
	background-position: 0 -326px;
}

#home:hover {
	background-position:-186px 2px;
}

#pshee:hover {
	background-position: -186px -40px;
}

#media:hover {
	background-position: -186px -83px;
}

/* headings */

#h_home {
	background:url(../images/headings.png) no-repeat;
	display:block;
	width:100px;
	height:24px;
}

#h_for_teachers {
	background:url(../images/headings.png) no-repeat 0 -30px;
	display:block;
	width:250px;
	height:24px;
}

#h_feedback {
	background:url(../images/headings.png) no-repeat 0 -58px;
	display:block;
	width:180px;
	height:24px;
}

#h_pshee {
	background:url(../images/headings.png) no-repeat 0 -87px;
	display:block;
	width:120px;
	height:24px;
}

#h_makingtheteam {
	background:url(../images/headings.png) no-repeat 0 -115px;
	display:block;
	width:320px;
	height:24px;
}

#h_afterviewing {
	background:url(../images/headings.png) no-repeat 0 -145px;
	display:block;
	width:270px;
	height:24px;
}

#h_hurdles {
	background:url(../images/headings.png) no-repeat 0 -172px;
	display:block;
	width:360px;
	height:24px;
}

#h_media {
	background:url(../images/headings.png) no-repeat 0 -201px;
	display:block;
	width:120px;
	height:24px;
}

#h_message {
	background:url(../images/headings.png) no-repeat 0 -232px;
	display:block;
	width:220px;
	height:24px;
}

#h_winner {
	background:url(../images/headings.png) no-repeat 0 -260px;
	display:block;
	width:330px;
	height:24px;
}

#h_extension {
	background:url(../images/headings.png) no-repeat 0 -288px;
	display:block;
	width:310px;
	height:24px;
}


/* facebook */

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

/* hotspots */

#header_link{
	width:580px;
	height:120px;
	display:block;
}

#footer_link{
	width:100%;
	height:80px;
	display:block;
}

/* videoplayer */

.videoplayer {
	width:410px;
	height:auto;
	float:right;
	margin: 10px 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;
}
