/** formatting **/

body {
	background-color:#000;
	font-family:'Lora', Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.4em;
	color:#FFF;
}

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

a:hover {
	text-decoration:underline;
}

a img {
	outline:none;
}

ul, ol {
	list-style:url(images/paw.png) outside;
	margin:0 0 30px 70px;
	font-weight:bold;
}
	
ul > li, ol >li {
	margin-bottom:15px;
}

.highlight {
	background:#1d1d1d;
	padding:30px 50px 5px 0;
	width:850px;
	margin:0 auto;
}

/** layout **/

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

#header {
	margin:0;
	width:960px;
	height:380px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#menu {
	width:960px;
	height:80px;
	margin:0 0 20px 0;
	position:relative;
}

.content {
	width:940px;
	height:auto;
	margin:10px;
}

.content > p {
	margin-bottom:25px;
}

#footer {
	width:960px;
	height:170px;
	background:url(images/credit_block.jpg) no-repeat;
	margin:100px 0 0;
	position:relative;
}

.thumb_left {
	width:250px;
	height:auto;
	float:left;
	margin: 5px 10px 5px 0;
}

.thumb_right {
	width:250px;
	height:auto;
	float:right;
	margin: 5px 0 5px 10px;
}

/** nav **/

ul#navigation {
	margin:0;
}
ul#navigation li {
	float:left;
	display:inline;
	margin:0 10px 0 75px;
}

#home {
	background:url(images/menu.png) no-repeat;
	height:40px;
	width:125px;
	display:block;
	margin-top:20px;
}

#savannah {
	background:url(images/menu.png) no-repeat 0px -235px;
	height:75px;
	width:230px;
	display:block;
}

#competition {
	background:url(images/menu.png) no-repeat 0 -48px;
	height:40px;
	width:295px;
	display:block;
	margin-top:20px;
}

#close {
	background:url(images/menu.png) no-repeat -65px -320px;
	height:32px;
	width:96px;
	display:block;
}

#close:hover {
	background-position: -369px -320px}

#savannah:hover {
	background-position: -304px -235px;
}
#home:hover {
	background-position: -308px 0;
}

#competition:hover {
	background-position:-308px -48px;
}

/** headings **/

#h_synopsis {
	background:url(images/menu.png) no-repeat 0 -130px;
	height:25px;
	width:150px;
	display:block;
	margin-bottom:15px;
}

#h_comp {
	background:url(images/menu.png) no-repeat 0 -94px;
	height:25px;
	width:450px;
	display:block;
	margin-bottom:15px;
}

#h_save {
	background:url(images/menu.png) no-repeat 0 -165px;
	height:25px;
	width:330px;
	display:block;
	margin-bottom:15px;
}

#h_enter {
	background:url(images/menu.png) no-repeat 0 -202px;
	height:25px;
	width:250px;
	display:block;
	margin-bottom:15px;
}

#h_transcript {
	background:url(images/menu.png) no-repeat 0 -365px;
	height:30px;
	width:350px;
	display:block;
	margin-bottom:15px;
}

#h_video {
	background:url(images/menu.png) no-repeat bottom left;
	height:30px;
	width:160px;
	display:block;
	margin:0 0 5px 30px;
}

/** video player**/

#video_player {
	float:right;
	margin:0 0 10px 20px;
	width:400px;
	height:435px;
}

#transcript_link {
	font-size:0.7em;
	line-height:1em;
	width:60px;
	height:15px;
	margin:5px 0 0 0;
	float:right;
}

#mediaplayer {
	border:1px solid #6a4112;
}

#playlist {
	width:400px;
	height:200px;
	position:relative;
	font-size:1em;
	margin:10px 0 0 0;
	z-index:999;
}

#playlist ol {
	font-weight:400;
}

/** links **/

#header_african_cats {
	width:390px;
	height:169px;
	position:absolute;
	left: 280px;
	top: 35px;
}

#footer_tusk {
	width:137px;
	height:80px;
	position:absolute;
}

#footer_pace {
	width:137px;
	height:56px;
	position:absolute;
	left: 161px;
	top: 21px;
}

#footer_disney {
	width:243px;
	height:76px;
	position:absolute;
	left: 714px;
	top: 7px;
}

/** misc **/

.hide {
	display:none;
}

.clear {
	clear:both;
}

#like_button {
	width:50px;
	height:30px;
	position:absolute;
	top:330px;
	right:65px;
}

#print {
	display:none;
}
