/* 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;}
body{margin:0;font-family:Helvetica, Arial, sans-serif; font-size:1.1em;line-height:1.4em;}
a:focus{outline:none;}
a:hover,a:active{outline:0;}
h1{font-size:2em;margin:0.5em 0;}
h2{font-size:1.5em;margin:0 0 0.5em 0;}
h3{font-size:1.17em;margin-bottom: 0.5em;}
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:1em 40px; font-style:italic; line-height:1.7em;}
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;}
button,input,select,textarea{font-size:100%;vertical-align:middle;margin:0;}
button,input{line-height:normal;}
p,pre,dl,menu,ol,ul{margin:0.2em 0 1em 0; line-height:1.5em;}

/* formatting */

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

a:hover {
	text-decoration:underline;
}

section li {
	margin-bottom:0.5em;
}

/* layout */

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

header {
	background:url(../images/header.jpg);
	width:100%;
	height:300px;
}

nav {
	background:url(../images/menu_gradient.png) repeat-x #ed1c24;
	width:100%;
	height:50px;
	margin:0;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	z-index:999;
	position:relative;
}

#content {
	width:100%;
	height:auto;
	background:url(../images/bg.jpg) no-repeat;
}

section {
	background:url(../images/bg_white.png);
	width:840px;
	min-height:400px;
	padding:40px 60px;
}

footer {
	background:url(../images/footer.png) no-repeat center;
	width:100%;
	height:100px;
	position: relative;
}

/* gallery and images */


.thumb {
	width:200px;
	height:200px;
	float:left;
	margin:10px 10px 0 0;
}


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

.still_wrap {
	width:auto;
	height:auto;
	margin:20px 0;
	padding:20px;
	background:#fff;
	font-size:0.9em;
}

/* navigation */

nav ul {
	margin:0;
}

nav li {
	float:left;
	margin:0 150px 0 0;
	position:relative;
	top:12px;
}

nav ul ul {
	display:none;
	position:absolute;
	left:-50px;
	top:26px;
	float:left;
	z-index:998
}

nav li ul li {
	float:none;
	display:block;
	background:url(../images/menu_gradient.png) repeat-x #ed1c24;
	padding:14px 20px;
	margin:0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	z-index:997;
}

nav li ul li:last-child {
	border-bottom:1px solid #fff;
}

nav li ul li a {
	display:none;
}

nav ul li:hover > ul {
	display:block;
}


nav li:hover a{ 
	background:#000;
}


/*  nav button */

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

#home:hover {
	background:url(../images/menu-headings.png) 0 -61px;
}

#pshee {
	background:url(../images/menu-headings.png) -110px 0;
	width:265px;
	height:25px;
	display:block;
}

#pshee:hover {
	background:url(../images/menu-headings.png) -110px -61px;
}

#media {
	background:url(../images/menu-headings.png) -393px 0;
	width:97px;
	height:25px;
	display:block;
}

#media:hover {
	background:url(../images/menu-headings.png) -390px -61px;
}

#courage {
	background:url(../images/menu-headings.png) 0 -34px;
	width:135px;
	height:22px;
	display:block;
}

#courage:hover {
	background:url(../images/menu-headings.png) 0 -95px no-repeat;

}

#inform {
	background:url(../images/menu-headings.png) -148px -34px;
	width:220px;
	height:22px;
	display:block;
}

#inform:hover {
	background:url(../images/menu-headings.png) -148px -95px no-repeat;
}

#genre {
	background:url(../images/menu-headings.png) -380px -34px;
	width:90px;
	height:22px;
	display:block;
}

#genre:hover {
	background:url(../images/menu-headings.png) -380px -95px no-repeat;
}

#complete {
	background:url(../images/menu-headings.png) 0 -139px no-repeat;
	width:280px;
	height:19px;
	display:block;
}

#complete:hover {
	background:url(../images/menu-headings.png) 0 -121px no-repeat;
}

#open_gallery {
	background:url(../images/menu-headings.png) -285px -139px no-repeat;
	width:200px;
	height:19px;
	display:block;
}

#open_gallery:hover {
	background:url(../images/menu-headings.png) -285px -121px no-repeat;
}


/* content headings */

#h_home {
	background:url(../images/headings.png);
	display:block;
	width:120px;
	height:30px;
}

#h_media {
	background:url(../images/headings.png) -129px 0;
	display:block;
	width:120px;
	height:30px;
}

#h_genre {
	background:url(../images/headings.png) -266px 0;
	display:block;
	width:130px;
	height:30px;
}

#h_for_teachers {
	background:url(../images/headings.png) 0 -42px;
	display:block;
	width:280px;
	height:30px;
}

#h_feedback {
	background:url(../images/headings.png) -285px -42px;
	display:block;
	width:200px;
	height:30px;
}

#h_citizenship {
	background:url(../images/headings.png) 0 -85px;
	display:block;
	width:350px;
	height:30px;
}

#h_courage {
	background:url(../images/headings.png) 0 -129px;
	display:block;
	width:190px;
	height:30px;
}

#h_inform {
	background:url(../images/headings.png) -195px -129px;
	display:block;
	width:295px;
	height:30px;
}

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

#h_video {
	background:url(../images/headings.png) no-repeat 0 -210px;
	display:block;
	width:190px;
	height:20px;
	margin:0 auto 15px auto;
}


/* video player */

#videoplayer {
	width:410px;
	height:auto;
	float:right;
	margin:20px 0 5px 30px;
	z-index:0;
	background:#FFF;
	border:20px solid white;
}

#transcript {
	float:right;
	text-align:right;
	font-size:0.7em;
	line-height:1.4em;
}

#playlist {
	width:100%;
	height:auto;
	margin-top:20px;
}

#playlist ul {
	margin-left:30px;
}

.inline_content{
	background:#fff;
	color:#000;
	height:500px;
	padding:20px;
	overflow:scroll;
}

/* hotspots */

#site_home {
	position:absolute;
	width:610px;
	height:200px;
	display:block;
	left: 325px;
	top: 87px;
}

#redtails2012 {
	position: absolute;
	left: 325px;
	top: 45px;
	width:150px;
	height:25px;
	display:block;
}

#redtailsTwitter {
	position: absolute;
	left: 500px;
	top: 45px;
	width:155px;
	height:25px;
	display:block;

}

/* button */

.btn {
	background:url(../images/menu_gradient.png) #ed1c24;
	padding:10px 20px;
	margin:0;
	border:1px solid #901717;
	border-radius:5px;
	-webkit-border-radius:5px;
	width:280px;
}


/* misc */

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

.hide {
	display:none;
}

.clearfix {
	clear:both;
}

.print_hide {
	display:none;
}