/**************************** GN.GS ********************************/
/***************** Authored by Randy Gardner ***********************/

/* TANTEK CELIK BOX MODEL HACK */
body, body div, body p, body th, body td, body li, body dd {
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: small;
}


/*************** MAIN BODY STRUCTURE and BACKGROUND ***************/
#shell {
width: 780px;
background: #fff url('img/GNGS-header.jpg') no-repeat scroll left top;
padding: 0;
margin: 0 auto 35px;
}

body {
margin: 0;
padding: 0 100px;
font-family: arial, helvetica, geneva, "sans serif";
color:#000;
background: #675847 url('img/GNGS-bg-tile.gif') repeat fixed left top;
}

img {
border: 0px;
}

/**************************** FONTS ********************************/
/**************************** FONTS ********************************/
#tiny {
font-family: "sans serif";
font-size: 9px;
color: #000;
letter-spacing: .2em;
padding: 0 1.1em 0 .5em;
margin: 0 0 1.3em 0;
}

/**************************** LINKS ********************************/
a {
text-decoration: underline;
color: #000;
}
a:visited {
color: #000;
}
a:hover {
text-decoration: underline;
color: #3E465B;
}
a:active {
color: #FF0000;
}


/******************************* NAV *****************************/
/******************************* NAV *****************************/
#navigation {
width: 780px;
height: 25px;
background: #402d18 url('img/GNGS-navBG.gif') repeat-x left top;
padding: 0;
margin: 0 auto;
}

#navigation ul {
width: 100%;
font-family: arial, helvetica, "sans serif";
color: #fff;
text-align: center;
line-height: 21px;
padding: 0;
margin: 0 auto;
}

#navigation ul li {
display: inline;
}

#navigation ul li a {
width: 16%;
color: #fff;
font-size: 80%;
letter-spacing: 2px;
text-decoration: none;
text-transform: capitalize;
float: left;
border-right: 1px solid #fff;
padding: 0.2em 0;
margin: 0 auto;
}

#navigation ul li a:hover {
background-color: #369;
color: #fff;
}
#navigation ul li a:active {
color: #454F66;
}


/*************************** MAIN CONTENT *************************/
/*************************** MAIN CONTENT *************************/
#main {
width: 100%;
background-color: #fff;
padding: 0;
margin: 0 auto;
}
#main p {
text-align: left;
font-size: 90%;
font-weight: 100;
letter-spacing: 1px;
line-height: 1.3em;
padding: 5px;
margin: .5em 1.5em;
}
#main h1 {
font-size: 280%;
letter-spacing: -1px;
font-family: arial, "sans serif";
font-weight: 100;
color: #c4bcb1;
border-color: #2b1600;
border-width: 1px 0;
border-style: solid;
padding: 0;
margin: .5em;
}
#main h2 {
font-size: 180%;
letter-spacing: -1px;
padding: 0;
margin: .8em 1em .3em;
}
#main h3 {
font-size: 130%;
letter-spacing: -.08em;
text-align: left;
padding: 0;
margin: 0 1.2em;
}
#main tiny {
font-family: arial;
font-size: 10px;
color: #666;
font-style: italic;
letter-spacing: 0;
padding: 0 5px 0 20px;
margin: 0;
}
#main blockquote {
text-align: left;
color: #333;
font-size: 96%;
font-weight: 100;
letter-spacing: .5px;
line-height: 1.2em;
}
#main img {
padding: 10px 20px;
margin: 0;
}
#thumbs {
border-color: #666;
border-width: 0px;
border-style: dotted;
  display: inline;
  width: 100%;
  padding: 0;
  margin: 2px auto;
}
#imgcaption {
border-color: #666;
border-width: 1px;
border-style: dotted;
background: #eee;
  padding: 10px;
  margin: 20px;
}
#imgcaption img {
padding: 0;
margin: 0;
}
#imgcaption p {
font-family: arial;
font-size: 11px;
color: #000;
letter-spacing: 0;
padding: 0;
margin: 5px 0 0 0;
}

#highlights {
width: 600px;
float: left;
padding: 0;
margin: 0 auto;
}
.highlightitem {
background-color: #fffef6;
border-color: #999;
border-width: 1px;
border-style: dashed;
padding: 5px;
margin: 20px;
}
.highlightitem:hover {
background-color: #fcfae0;
text-decoration: none;
color: #3E465B;
}

/*************************** REVIEWS *************************/
.reviewfilmheader {
display: block;
width: 683px;
height: 50px;
background: url('img/review-bg-list-film.gif') no-repeat scroll center center;
font-size: 135%;
font-weight: 100;
color: #ffd973;
letter-spacing: 1px;
line-height: 50px;
text-align: center;
padding: 0;
margin: 2px auto;
}
.reviewbookheader {
display: block;
width: 685px;
height: 58px;
background: url('img/review-bg-list-book.gif') no-repeat scroll center center;
font-family: georgia, times, serif;
font-size: 145%;
font-weight: 100;
color: #ffd973;
letter-spacing: 0px;
line-height: 58px;
text-align: center;
padding: 0;
margin: 2px auto;
}

/*************************** RIGHT COLUMN *************************/
/*************************** TIGHT COLUMN *************************/
#rightcolumnshell {
display: block;
float: right;
padding: 0;
margin: 20px 20px 0 0;
}
#rightcolumnshell img {
text-align: center;
padding: 0;
margin: 0;
}
#rightcolumn {
width: 133px;
background-color: #fff;
border-color: #666;
border-width: 0 1px;
border-style: solid;
padding: 0;
margin: 0;
}
#rightcolumn p {
font-size: 87%;
letter-spacing: 1px;
text-align: center;
padding: 5px 0;
margin: 0;
}
#rightcolumn h3 {
font-size: 70%;
font-weight: 100;
color: #fff;
background-color: #2b1600;
letter-spacing: 1px;
text-align: center;
padding: .3em 0;
margin: 0;
}


/***************************** FOOTER ****************************/
/***************************** FOOTER ****************************/
#footer {
width: 780px;
height: 36px;
background: url(img/GNGS-footer.gif) no-repeat left top;
padding: 0;
margin: 0 auto;
}
#footer p {
font-size: x-small;
color: #fff;
letter-spacing: 1px;
text-align: center;
padding: 5px 0 0 0;
margin: 0;
}


/***************************** GLOBAL ****************************/
#breadcrumbs {
font-family: arial,"sans serif";
font-size: 70%;
color: #999;
text-align: left;
padding: 0;
margin: .8em 0 0 0;
}
#breadcrumbs a {
text-decoration: none;
color: #999;
}
#breadcrumbs a:hover {
text-decoration: underline;
color: #369;
}

#divider {
height: 10px;
clear: both;
}
#spacer {
height: 20px;
}


/**************************** CONTACT ***************************/
#fcf2 {
width: 95%;
padding: 0;
margin: 0 auto;
}
#fcf2 em {
color:#F00;
}
#fcf2 p.r {
font-size: 90%;
letter-spacing: 0px;
padding: 0 0 10px 0;
margin: 0;
}
#fcf2 label {
float: left;
width: 90px;
text-align: right;
}
#fcf2 span.f {
text-align: left;
padding: 0 0 0 10px;
margin: 0;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}
#fcf2 p.fcflink {
font-size: 80%;
color: #666;
text-align: center;
padding: 0 1.1em 0 .5em;
margin: 0 0 1.3em 0;
}

/*************************** LIGHTBOX 2 *************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


