@charset "UTF-8";
/* CSS Document */

/* Need IE Css for 6&7, mostly social media links and dropdown menus on sidebar, why slideshow not working. 
   Also, do png fix for IE6  */

/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, ul, li 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style : normal;font-weight : bold;}

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

ul {list-style:none;}

body {
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.2;
	background:url(i/background_strip.jpg) repeat-x #000000;
	text-align:center;
	color:#FFFFFF;
	}
	
#wrapper {
	text-align:left;
	width:950px;
        padding: 0 10px;
	margin:0 auto;
	position: relative;
        background:url(i/shadow.png) repeat-y;
        height:700px;
	}
	
h1 {
	width:408px; 
	height:97px;
	background:url(i/logo.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	}
	
h2 {
	font-size:1.2em;
	margin-left:20px;
	color:#465776;
	}
	
#search{
	background:#555555;
border:2px solid #000000;
padding:10px;
position:absolute;
right:36px;
top:45px;
	}	
	
#search h3{
	font-size:1.4em;
	}

#nav {
	width:905px;
	height:30px;
	margin: 30px 20px;
	background:url(i/menubar.png) no-repeat;
	position:relative;
	text-align: center;
	}

#nav ul {
	display: block;
	margin: 0 auto;
	max-width:905px;
	max-height:30px;
	}
	
#nav li {
	padding:0 1.2em;
float:left;
font-family:"Copperplate Gothic Bold",georgia,Times New Roman,serif;
font-size:0.8em;
font-weight:bold;
height:30px;
line-height:29px;
text-align:center;
text-transform:uppercase;
cursor:pointer;
	}

a:link{color:#FFFFFF; text-decoration:none;}
a:visited{color:#EEEEEE; text-decoration:none;}
a:hover{color:#FFFFFF; text-decoration:underline;}
a:active{color:#FFFFFF; text-decoration:none;}

#results li.vid{
	width:120px;

	}

#featured{
	margin-left:20px;
	width:520px;
	height: 400px;
	background:#333333; 
	padding:10px;
	border: solid 2px #000000;
	overflow:hidden;
	}
	
#results {
        margin:20px 55px;
        width:845px;
	}
	
#results h3{
	margin-bottom:20px;
	}
	
#recent{
	margin:40px 0 80px 20px;
	width:900px;
	padding:10px;
	clear:both;
	z-index:10;
	}
	
#recent li, #featured li, #results li{
	float:left ;
	margin:10px 50px 10px 0;
	width:120px;
	height:160px;
	overflow:hidden;
	}
	
#recent li img, #featured li img, #results li img {
	width: 118px;
	border: solid 1px #FFFFFF;
	}

#results ul {
        margin-right:-20px;
        }	
h3{
	font-size:2em;
	}
	
h4 {
	font-size:1.2em;
	}
	
.time {
	color:#8f9cb7;
	font-size: .7em;
	}
	
.more{
	position:relative;
	top:71px;
	font-size:1.4em;
	}
	
#player{
	width:326px;
	position:absolute;
        right: 35px;
	top:198px;
	z-index:1;
	}
	
#footer {
	background:url(i/swoosh.png) no-repeat;
	width:255px; 
	height:150px;
	text-indent:-9999px;
	position:absolute;
	right:0;
	z-index:1;
	cursor:pointer;
	}
div.hover {
	background:#C0C9DB url(i/boxstrip.jpg) repeat-x;
	width:200px;
	position: absolute;
	padding:15px;
	border: solid 2px #465776;
	color:#000;
	z-index:3;
	}
	
#manual p{
	margin-top:5px;
	font-weight:bold;
	}
	
#manual{
	overflow:hidden;
	}
	
#results object, #results video{
	margin-bottom:10px;
	}
	
#video{
	width:328px;
	float:right;
	margin-top:10px;
	}
	
#most-recent {
	overflow:hidden;
	}
	
#most-recent p {
	margin-top:15px;
	font-size:1em;
	font-weight:bold;
	}
	
#most-recent h4 {
	display:block;
	margin-bottom:15px;
	font-size:1.6em;
	}
