/* @override http://www.duncan.geektv.boreray.designiscentral.com/cms/front/css/shared.css */

/* @override http://www.iamgeek.tv/cms/front/css/shared.css */

/*----------------------------------
&RESET
----------------------------------*/ 
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:#FFFFFF;
}
html {
	height:100%;
	margin-bottom:1px;
}

body {
	font-size: 62.5%;
	text-align: center; /* IE 5.5SP2 */
}

a {
	color:#FF9900;
}

blockquote li, blockquote p, blockquote dd, blockquote dt,
dd blockquote, dd p, dd li,
li blockquote, li dd, li dt, li li, li p,
td blockquote, td dd, td dt, td li, td p, td td {
	font-size: 1em;
}

br.clearer {
	height:1px;
	clear:both;
	display:none;
}

/*----------------------------------
&SWFOBJECT
----------------------------------*/
body.swfObject h1.replacer, body.swfObject #banner img {
	display: none;
}

/*----------------------------------
&SUPERSTRUCTURE  	
----------------------------------*/ 
body {
	background: #FFFFFF; 
}

#wrapper {
	margin: 0 auto;
	width: 797px;
	background: url(../images/wrapper_background.gif) top left repeat-y;
	text-align: left;
	background-color: #fff;
}

/*----------------------------------
&HEADER   	
----------------------------------*/
#header {
	background:#FFFFFF;
	padding:12px 0;
	/*background: url(../images/gktv_logo.jpg);*/
	background-repeat: no-repeat;
}
#header div {
	/*background: url(../images/gktv_logo.jpg) bottom right no-repeat #FFFFFF;*/
}

#header a {
	display:block;
	height:73px;
	width:198px;
	position:relative;
	overflow:hidden;
}
#header a span {
	background: url(../images/geektv_banner.gif) top left no-repeat #FFFFFF;
	position:absolute;
	height:100%;
	width:100%;
	cursor:pointer;
	float:  left;
}
/*----------------------------------
&HEADER DYNAMIC  	
----------------------------------*/
#headerDynamic {

	width: 797px;
	height: 65px;
	background:#FFFFFF;
	padding:12px 0;
}


#headerDynamic a {
	float:  left;	
	display:block;
	position:relative;
}
#headerDynamic a span{
	float: left;
	background: url(../images/geektv_banner.gif) top left no-repeat #FFFFFF;
	position:absolute;
    height:  80px;
	width:797px;
	cursor:pointer;

}

#topBanner {
	width: 468px;
	float:  right;
}
/*----------------------------------
&NAVIGATION
----------------------------------*/
#adverts {
	clear:  both;
	background:#FFFFFF;
}
#adverts a {
	display:block;
	float:left;
	width:396px;
	height:51px;
	position:relative;
	border-bottom:solid 5px #FFFFFF;
}

#adverts a#watchGeekTV {
	margin-right:4px;
}

#adverts span {
	display:none;
}

#adverts a#watchGeekTV {
	background: url(../images/watchgeekTVbutton.gif) top left no-repeat #FFFFFF;	
}

#adverts a#getAired {
	background: url(../images/getairedbutton.gif) top left no-repeat #FFFFFF;
}
#adverts a#watchGeekTV:hover, #adverts a#getAired:hover {
	background-position:bottom left;	
}  

#video {
	text-align: center;
}

/*----------------------------------
&FORMS
----------------------------------*/
	
form input {
	color: #000;
	margin: 2px;
	padding: 4px;
	font-size: 1.0em;
}

form {
	margin-top: 20px;
	font-size: 1.2em;
}

form select, form option {
	color: #000;
}

form select {
	padding: 2px;
}

form label {
	width: 120px;
	display: block;
}

form input.field {
	width: 300px;
}

form input.fieldShort {
	width: 50px;
}
	
/*----------------------------------
&FOOTER
----------------------------------*/
#footer {
	clear:both;
	border-bottom:solid 20px #FFFFFF;
}
#footer_inner {
	background: #FFFFFF;
}
#footer * {
	color:#720D7A;
}
#footer .alternative {
	float:right;
	width:150px;
	text-align:right;
	margin-top:0px;
}
#footer li {
	display:inline;
	list-style:none!important;
	margin:0 5px;
	padding:0;
}

/*----------------------------------
&ERROR
----------------------------------*/
.errors {
	background: #000;
	padding: 4px;
}

.errors li {
	font-weight: bold;
	color: #f00;
	margin: 1px;
}

#flash {
	width: 300px;
	margin-left: 20px;
	padding: 15px;
	font-weight: bold;
	background: #000;
	color: #f80;
	font-size: 1.4em;
}

