 * { margin: 0; padding: 0; border: 0; }

body { color: white; font-size: 0.8em; line-height: 1.7em; 
       font-family: Helvetica, sans-serif; text-align: justify;
       background: url('BG.png') repeat #111a21; }

h1 { margin-bottom: 1em; }
p { margin-bottom: 1em; }

a { color: white; }
a:hover { color: white; }


#graymid {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
    background-color: #474e51;
    text-align: center;
    width: 750px;
}

#masterful {
	background-color: #3a6168;
    padding-top: 0em;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    overflow: hidden;
    }
    
#posterful {
	background-color: #3a6168;
    padding-top: 0em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 750px;
    overflow: hidden;
    }

#borderful {
	background-color: #000000;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 752px;
    overflow: hidden;
    margin-top: 2em
    }


#content {
    padding-left: 2em;
    padding-top: 2em;
    padding-bottom: 4em;
    width: 380px;
    float:left;
}

#sidebar {
    float: right;
    width: 300px;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 2em;
}

h3 { margin-top: 2em; margin-bottom: 1em; font-size: 1.5em; font-variant: small-caps; color: #ffb948; text-transform: uppercase;}

#footer {

    clear: both;
    padding-top: 4em;
    color: white;
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 4em;
}

#eye-catcher { margin-bottom: 2em;   }
.video-width { width: 320px; margin: 0 auto; }


#reviews-list { font-size: 0.8em; line-height: 1.5em; }

.subhead {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

.amp { font-family: "Cochin", "Baskerville", "Palatino", "Palatino linotype", "Book Antiqua", serif; font-variant: normal; font-style: italic;  }

.thumbnails {  overflow: hidden; }
.thumbnails li { float: left; list-style: none inside; margin-right: 2px; margin-bottom: 2px; }
a.thumbnail { border: 2px black solid; display: block; line-height: 0; }
a.thumbnail:hover { border: 2px white solid; }

.youtube { margin: 0 auto; background: black;
           width: 320px; height: 501px;
           border: 2px black solid;
           text-align: center; 
           text-transform: uppercase; }
.youtube a { font-size: 1em; display: block; width: 100%; height: 100%; }
.soon { font-size: 1.5em; text-transform: uppercase; color: #c2dee3;}

.left { float: left; margin-right: 1em; }
.right { float: right; margin-left: 1em; }
.top { vertical-align: text-top; }

blockquote p { display: inline; }
blockquote:before { content: "\201C"; font-size: 4em; font-weight: bold; }

cite:before { content: "\2014"; }
cite { text-align: right; margin-bottom: 1em; display: block; }
caption { font-weight: bold; text-align: left; margin-bottom: 1em; }
ul { margin-left: 1.5em; margin-bottom: 1em; }
table { margin-bottom: 1em; border-collapse: collapse; }
td { min-width: 6em; border-bottom: #e0e0e0 solid 1px; vertical-align:top;}

label { float: left; width: 6em; }
input {  padding: 0.2em; background: #e0e0e0; margin-left: 0.5em; }
select { padding: 0.2em; background: #e0e0e0; margin-left: 0.5em; width: 12em; }
form ul { list-style: none; }

.time { display: inline; }


/* START JQUERY-LIGHTBOX CSS */
#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 */
	}	
	
/* END JQUERY-LIGHTBOX CSS */

/* customized lightbox */
#lightbox a {
    font: inherit;
    color: inherit;
}




