@charset "UTF-8";
/* Eric Meyer's css reset   */
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, 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%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/******************         End CSS Reset           *****************************/


a:link, a:visited {
	color: #F00;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
b, strong {
	font-weight: bold;
}
html, body {
	height: 100%;
}
body {
	color: #FFF;
	/*font-family: "Comic Sans MS", "Lucida Grand", "Lucida Sans Unicode", lucida, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 1.5em;
	background-image: url(../img/bg-red-beams5.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #cd66ff;
	background-attachment: fixed;
}
#container1 {
	position: relative;
	margin:0 auto; /* the bottom margin is the negative value of the footer's height */
	width: 980px;
}

#header {
	position: fixed;
	_position: absolute;
	top: 20px;
	letter-spacing: 0px;
	width: 390px;
	height: 100px;
}
#header h1 a {
	width: 390px;
	height: 100px;
	display: block;
	overflow: hidden;
	background-image: url(../img/the-go-show-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999px;
}
#play-game {
	position: absolute;
	top:0;
	right: 0;
	width: 208px;
	height: 168px;
	display:block;
}
#play-game a {
	width: 208px;
	height: 168px;
	display:block;
	background-image: url(../img/play-game.png);
	background-repeat: no-repeat;
	background-position: right top;
	_background: none;
}

#content {
	z-index:81;
	margin: 160px 20px 0 440px;
	width: 545px;
	float: right;
	position: relative;
	background: transparent;
	padding: 0 0 20px 0;
}
#content-top {
	height:43px;
	width: 545px;
	display:block;
	overflow: hidden;
	background-image: url(../img/bg-content-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content-bottom {
	position:relative;
	height:53px;
	width: 545px;
	display:block;
	overflow: visible;
	background-image: url(../img/bg-content-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#call {
	position:absolute;
	z-index: 2001;
	bottom:-16px;
	right:0;
}
#content-text {
	width: 450px;
	padding: 0 40px;
	color: #000;
	text-shadow: #FFF 1px 1px 2px;
	/* border: 5px solid #FFF;
	background-color: #f7f700;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-moz-box-shadow:0px 0px 15px  #F00;
	-webkit-box-shadow:0px 0px 15px #F00;*/
	background-image: url(../img/bg-content-mid.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#content-home {
	width:500px;
	height:500px;
	margin-top: -40px;
	text-align:center;
	display:block;
	overflow:visible;
	background-image: url(../img/star.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#content-home ul {
	padding: 165px 0 0 0;margin:0;text-indent:0;	
}
#content-home li {
	margin:0;
	padding:6px 0;
	text-indent:0;
	color: #000;
	font-size:36px;
	line-height:36px;
	font-weight: bold;
	list-style-type: none;
	text-shadow:1px 1px 1px #FFF, -1px -1px 1px #FFF, 0 0 3px #FFF, 0 0 6px #FFF;
	-webkit-transform: rotate(-2deg); 
	-moz-transform: rotate(-2deg);
}
#nav-holder {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 470px;
	text-align: center;
}
#nav {
	position: relative;
	margin: 0 auto;	
	width:980px;
	height: 470px;
	text-align:left;
}
#nav-flash {
	width: 400px;
	height: 470px;
	margin-left:-20px;
}
.page-title {
	padding-top:40px;
}
/*
#nav ul {
	margin:170px 0 0 155px;
	text-indent: 0px;
	padding:0;
}
#nav li {
	margin:2px 0;
	padding:0;
	text-indent: 0px;
	list-style-type: none;
	font-size: 16px;
}
#nav li a:link, #nav li a:visited {
	color: #ffff44;
	text-decoration: none;
}
#nav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#nav h1 {
	margin:0;
	display:none;
}
*/

#footer a:link, #footer a:visited {
	color: #FFf;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
/*@font-face {
	font-family: "ShowG";
	src: url(http://thegoshow.adamjones.ca/ShowG.ttf) format("truetype");  
}*/
h1, h2, h3, h4 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	/*margin: 5px 0 5px 28%;*/
	display: block;
	padding:0 0 7px 9px;
	font-weight: normal;
	line-height: 1em;
	color: #F10;
	text-shadow: -1px -1px #ffeeaf, 0px 1px 1px #000, 0px 0px 5px #fff, 0px 0px 12px #fff;
	font-style: italic;
	margin-left:-8px;
	margin-top:-0;
	margin-right: -10px;
	margin-bottom:0;
	font-weight: bold;/*
	font-family: ShowG, Georgia, Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 2px #FF4;
	background-color: #FFF;
	border: 3px solid #000000;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-box-shadow: 0px 0px 5px #000; */
}


h1 {
	font-size:45px;
}
h2 {
	font-size:37px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 26px;
}
p, .gallery {
	/*display:inline-block;*/
	/*margin: 18px 28% 27px 28%;*/
	padding:6px 2px 6px 7px;/*background-image: url(../img/bg-white-50-trans.png);
	background-repeat: repeat;	
	border: 3px solid #000000;
	color: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px #000; */
}
.gallery {
	background-color: #000;
	color:#999;
}
#gallery-pics {
	height: 555px;
	display:block;
}
/*	I M A G E S  and  C A P T I O N S */

.frame p, .pic p, .caption {
	padding:0 0 0 2px;
	text-align: left;
	font-size: 16px;
	line-height: 1.2em;
	color: #FF0000;
	margin: 4px 0 5px;
	border: none;
	background: transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-webkit-box-shadow: none;
}
/* P L A C E M E N T */
/*.left {float: left; margin-right: 0;text-align:left;}
.right {float: right; margin:25px 0 0 0;text-align:left;}
.right img {margin:0 auto;}
.right.inset {margin: 0 132px 0 24px;} 
.left.inset {margin-left: 274px;}*/ 
.left {
	float: left;
	text-align:left;
}
.right {
	float: right;
	text-align:left;
}
.right img {
	margin:0 auto;
}
.right.inset {
	float:right;
} /* img floated right within text */
.left.inset {
	float: left;
}
/* S I Z E */
/*.one {width: 117x;}
.two {width: 240px;} 
.three {width: 376px;}
.four {width: 510px;}
.five {width: 648px;}
.six {width: 780px;}
.seven {width: 912px;}*/
.one {
	width: 14%;
}
.two {
	width: 28%;
}
.three {
	width: 42%;
}
.four {
	width: 56%;
}
.five {
	width: 70%;
}
.six {
	width: 84%;
}
.seven {
	width: 98%;
}
/* A D D I T I O N S */
.frame {
	overflow: hidden;
	text-align: left;
	color: #FF0000;
	font-size: 16px;
	line-height: 1.2em;
	/*background-color: #000;
	border: 3px solid #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px #000; */
}
.two.frame {
/*width: 245px;
	width: 28%:	*/
}
.three.frame {
	padding:0;
}
.solo {
	clear:both;
	margin: 1px;
}
.clear {
	clear:both;
}
#fckedit {
	background-color: #333;
}
#contestants-flash {
	clear:both;
}
#gallery-container {
	position:relative;
	width: 450px;
	height: 325px;
	display: block;
}
#gallery-tv {
	position:absolute;
	z-index:11;
	top:0;
	left:0;
	width: 450px;
	height: 325px;
	display: block;
	background-image: url(../img/tv-retro.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#gallery-tv a {
	width: 450px;
	height: 325px;
	display: block;
}
#gallery-tv-right {
	z-index:13;
	position:absolute;
	top:140px;
	left:358px;
	width: 50px;
	height: 60px;
	display: block;
}
#gallery-tv-right a {
	width: 100%;
	height: 100%;
	display: block;
}
#gallery-tv-left {
	z-index:12;
	position:absolute;
	top:140px;
	left:47px;
	width: 50px;
	height: 60px;
	display: block;
}
#gallery-tv-left a {
	width: 100%;
	height: 100%;
	display: block;
}
#gallery-thumbs-container, #gallery-thumbs-invisible-container { 
	position:absolute;
	overflow: hidden;
	top:78px;
	left:120px;
	width: 210px;
	height: 140px;
	display: block;
	background-color: #919191;
}
#gallery-thumbs-invisible-container {	 
	z-index: 500!important;
	background-color: transparent;
}
#gallery-thumbs, #gallery-thumbs-invisible {
	position:absolute;
	display: block;
	margin:0;
	padding:0;
	background-color: #919191;
	text-align: center;
	top:0;
	left:0;
	height: 140px;
	background-image: url(../img/tv-static.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
#gallery-thumbs-invisible {	 
	z-index: 500;
	background: none; 
	background-color: transparent;
}
#gallery-thumbs li, #gallery-thumbs-invisible li {
	margin:0;padding:0;
	width: 210px;
	height: 140px;
	display: block;
	float:left;
	text-align: center;
}
 #gallery-thumbs-invisible li a {
	height: 140px;
	display:block;
 }
#gallery-thumbs li img {
	margin:0 auto;
}

#adjo {
	margin-left:35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#adjo a:link, #adjo a:visited {
	text-decoration: none;
	color: #D6CAF5;
	bottom:0px;
}
#adjo a:hover {
	color: #FFF;
	text-shadow: #000 1px 1px 1px;
}
#home #adjo {
	display: none;	
}














/************* JQUERY lightbox *************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	










