/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin:0; padding:0;} 
table {border-collapse:collapse; border-spacing:0;} 
fieldset, img {border:0;} 
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal;} 
ol, ul {list-style:none;} 
caption, th {text-align:left;} 
h1, h2, h3, h4, h5, h6, blockquote {font-size:100%; font-weight:normal; text-transform: uppercase;} 
q:before, q:after {content:'';} 
abbr, acronym {border:0;}
a {outline: none;}
input[type=text]:focus,  input[type=password]:focus {outline: 0 none;}
div, .navLink, #videoThumbs img {display:inline; float: left; background-repeat: no-repeat;}
body, #wrapper {display: block; float: none;}
.navLink, h1 {text-indent: -9999px;}

body {
    font: 13px Helvetica, Arial, sans-serif;
    color: #cccccc;
    text-shadow: black 0 1px 1px;
    background: #000000 url(../images/background.jpg) top center no-repeat;
    }
h1 {padding: 0 0 5px 0}
a {color: #ffffff;}
a:hover, a:active {text-decoration: none}
p { 
    line-height: 16px;
    padding: 0 13px 20px 0;
    }
strong {font-weight: bold;}
#wrapper {
    width: 990px;
    margin: 0 auto;
    }
#header {
    width: 990px;
    height: 615px;
    }
#video {
    width: 854px;
    height: 505px;
    margin: 66px 68px 0 68px;
    overflow: hidden;
    }
#player {
	position: relative;
	width: 854px;
	height: 505px;
	}
#fader {
	position: relative;
	top: -505px;
    width: 854px;
    height: 505px;
	cursor: pointer;
	z-index: 1;
	}
#navigation {
    margin: 0 70px
    }
.navLink {
    width: 170px;
    height: 30px;
    background: url(../images/navigation.png) 0 30px no-repeat;
    }
a:hover#episodes  {background-position: 0 0;}
a:active#episodes {background-position: 0 -30px;}
a:hover#theShow  {background-position: -170px 0;}
a:active#theShow {background-position: -170px -30px;}
a:hover#rssFeed  {background-position: -340px 0;}
a:active#rssFeed {background-position: -340px -30px;}
a:hover#twitter  {background-position: -510px 0;}
a:active#twitter {background-position: -510px -30px;}
a:hover#podcast  {background-position: -680px 0;}
a:active#podcast {background-position: -680px -30px;}
#content {
    width: 835px;
    padding: 5px 70px 5px 85px;
    background: url(../images/contentTile.png) repeat-y;
    }
#videoThumbs img {
    padding: 0 13px 13px 0;
    }
.episode {
	position: relative;
	z-index: 500;
	top: 0;
	left: 0;
	}
.episode div {
	cursor: pointer;
	width: 264px;
	height: 168px;
	display: none;
	z-index: 500;
	position: absolute;
	top: -168px;
	left: 0;
	background: url(../images/popup.png) no-repeat;
	}
.episode div p {
	padding: 35px 20px 0 20px;
	}
#aboutIracingTv {
	display: none;
	}

#videoThumbs .is-new {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 1 !important;
}

#footer {
	font-size: 12px;
    text-align: center;
    width: 990px;
    height: 83px;
    padding: 47px 0 0 0;
    background: url(../images/footer.png);
    }
#footer, #footer a {color: #666666;}
#footer a:hover {color: #ffffff;}