/*
Author: Marty Batten
Website: Simon Poulter
*/

/* General */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #4c4e4d url(../images/bground.gif) 50% 80% repeat-y;
	color: #999;
	text-align: center;
	margin: 20px 0 20px 0;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.5;
}

img {
	border: 0;
}

.clear {
	clear: left;
}

/* Links */

a {
	color:  #dbdbdb;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	color: green;
	text-decoration: none;
}

/* Headings */

#header h1 {
	width: 300px;
	height: 127px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
}

p {
	font-size: 0.8em;
}

h3 {
	color: #fff;
	margin-bottom: 10px;
}

/* Wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#header {
	margin-bottom: 20px;
	text-align: left;
}

#nav-wrapper {
	white-space: nowrap;
	width: 760px;
	height: 120px;
	overflow: scroll;
	overflow-y: hidden;
}

/* Update this when you add or remove new thumbnails */

ul#nav {
	width: 1550px;
}

/* End */

ul#nav li {
	display: inline;
	white-space: nowrap;
	text-align: left;
}

ul#nav li a.selected {
	color: #fff;
	text-decoration:underline;
}

ul#nav li a.selected img {
	border: 1px solid #fff;
	padding: 2px;
}

ul#nav li a {
	display: block;
	width: 104px;
	float: left;
	margin-right: 25px;
	color: #666;
	text-decoration: none;
}

ul#nav li a:hover img {
	border: 1px solid #999;
	padding: 2px;
}

ul#nav li a:hover {
	color: #999;
}

ul#nav li img {
	display: block;
	border: 1px solid #4d4d4d;
	padding: 2px;
}

ul#nav li em {
	font-style: normal;
}

ul#nav li cite {
	display: block;
	font-style: normal;
}

/* 'height' of 'div#content' needs to be updated if the video size increases or decreases, this ensures the footer does not snap up and is even spaced */

div#content {
	margin: 30px 0 10px 0;
	font-size: 1.5em;
	text-align: left;
	height: 330px
}

/* Change the width to match the video width */

div#content #video {
	width: 390px;
	border: 3px solid #4d4d4d;
	margin-bottom: 10px;
}

/* End */

#footer {
	text-align: left;
	font-size: 1.5em;
}
