/*
Theme Name: Neon tv
Theme URI:
Description:
Version: 1
Author: Adrian Hayes

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 vertical-align: baseline;
}
	
a {
color:#f9f9f9;
text-decoration: none;
outline: none;
}

a:hover {
text-decoration: underline;
}
		
img {
border:none;
}
		
body {
overflow:hidden;/*Needed to eliminate scrollbars*/
background:#000;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content {
margin:0 auto;
height: 200px;
width:100%;
bottom:0;
z-index: 40;
background: none;
position:absolute;
}
		
#contentframe {
overflow: hidden;
height: 100%;
text-align:left;
z-index: 3;
}
		
#slidecounter{
float:left;
color:#4F4F4F;
font:50px "Helvetica Neue", Arial, sans-serif;
font-weight:bold;
margin:30px 20px;	
}

#slidecaption {
overflow: hidden;
color:#FFF;
font: 40px "Helvetica Neue", Arial, sans-serif;
text-transform: none;
font-weight:100;
margin:0;
padding: 0;
z-index: 5;
position: absolute;
top: 120px;
right: 80px;
}
		
/*Supersized Stamp*/
.stamp {
float: right;
margin: 25px 20px 0 0;
}
		
/*Supersize Plugin Styles*/
#navigation {
background: url('images/navbg.gif') no-repeat;
float: right;
margin: -100px 20px 0 0;
}

#loading {
position: absolute;
top: 49.5%; 
left: 49.5%;
z-index: 4;
width: 24px; 
height: 24px;
text-indent: -999em;
background-image: url('images/progress.gif');
}

#border {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 30px;
z-index: 3;
background: #000;
}
	
#overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
background: url('images/overlay.png') repeat 0 0;
}
		
#supersize {
position:fixed;
}
		
#supersize img, #supersize a {
height:100%;
width:100%;
position:absolute;
z-index: 0;
}

#supersize .prevslide, #supersize .prevslide img {
z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img {
z-index: 2;
}

.logo {
z-index: 100;
width: 116px;
height: 110px;
position:absolute;
bottom: 220px;
left: 24px;
float: left;
margin: 0;
padding: 0;
}

.fullw {
 margin: 0 auto;
 padding: 0;
 width:100%;
 height: 200px;
 z-index: 90;
 background: none;
 bottom: 0;
 position: absolute;
}

.d980 {
 margin: 0 auto;
 padding: 0;
 width: 980px;
 height: 200px;
 position: relative;
 bottom: 0;
 z-index: 90;
}

#tog-hold {
margin:0 auto;
height: 200px;
width:100%;
bottom: 0;
z-index: 40;
background: url('images/UI/bg-repeat-x.png') repeat-x 0 0;
position:absolute;
}

#tog {
 margin: 0 auto;
 padding: 0;
 width:980px;
 z-index: 40;
}

a.slide {
z-index: 100;
width: 200px;
height: 110px;
margin: 0;
padding: 0;
text-indent: -9999px;
display: block;
background: url('images/logos/logo-neontv.png') no-repeat 0 0;
}

a.slide:hover {
background: url('images/logos/logo-neontv.png') no-repeat 0 -110px;
}

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}