/* #All ||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, "Trebuchet MS", Verdana ;
	}

#background {
	text-align: center;
	margin: 0 auto;
	background: url('../images/site/vbtbg.jpg') repeat-y center center;
	background-color: #ebf5fe;
	}

#container {
	text-align: center;
	width: 830px;
	margin: 0 auto;
	}
	
#site-content {
	font-size: 0.9em;
	}

#site-header {
	text-align: center;
	margin: 0 auto 0 auto;
	background: url('../images/site/headerimg.jpg') no-repeat center center;
	width: 644px;
	height: 117px;
	display: block;
	}

#site-header h1, #site-header h2 {
	display: none;
	}



/* #Menu |||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||*/
#site-menu ul {
	padding: 10px 0px 25px 0px;
	}
#site-menu ul li {
	list-style-type: none;
	display: inline ;
	}
#site-menu ul li a {
	padding: 8px 26px 8px 26px;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	color: #000;
	border: 1px solid white;
	}

#site-menu ul li a.home {
	background: #a9c9f3;
	}
#site-menu ul li a.home:hover {
	border: 1px solid black;
	}
	
#site-menu ul li a.sci-fi {
	background: #f5e9d3;
	}
#site-menu ul li a.sci-fi:hover {
	border: 1px solid #cc6633;
	}
		
#site-menu ul li a.contact {
	background: #e1f5d3;
	}
#site-menu ul li a.contact:hover {
	border: 1px solid black;
	}
	
#site-menu ul li a.gallery {
	background: #f5d3d3;
	}
#site-menu ul li a.gallery:hover {
	border: 1px solid #cc6633;
	}
	
#site-menu ul li a.island {
	background: #e5d9c8;
	}
#site-menu ul li a.island:hover {
	border: 1px solid black;
	}
	
#site-menu ul li a.top10films {
	background: #e5dbec;
	}
#site-menu ul li a.top10films:hover {
	border: 1px solid #cc6633;
	}
	
	
	
	
	
	
/* #Main Site ||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||*/
#site-content img.newyork {
	padding: 10px;
	border-top: 1px solid #a9c9f3;
	border-bottom: 1px solid #a9c9f3;
	}

#site-content .films span {
	float: left;
	width: 165px;
	padding: 0 15px 0 0;
	}

#site-content h1 {
	color: #004080;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 15px 0;
	}

#site-content h2 {
	color: #004080;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 15px 0;
	}

#site-content .boxy {
	background: #F4F8FA;
	border: 1px solid #A9ABCB;
	padding: 0px 8px 0px 8px;
	margin: 14px 11px 14px 11px;
	text-align: center;
	line-height: 22px;
	letter-spacing: 1px;
	}

#site-content .boxy p {
	margin: 20px 0px;
	}

#site-content a {
	color: #cc6633;
	text-decoration: none;
	padding: 0 0 4px 0;
	line-height: 30px;
	text-transform: uppercase;
	}

#site-content a[rel="external"] {
	background: url("../images/external.png") 100% 30% no-repeat;
	padding-right: 20px;
	}
	
#site-content a:hover {
	border-bottom: 1px solid #cc6633;
	}

#site-content a img {
	border: 0px;
	}

#site-content img.gallery {
	width: 160px;
	height: 95px;
	}
	
#site-content .interests {
	text-align: left;
	width: 375px;
	background-color: #F4F8FA;
	border: 1px solid #A9ABCB;
	padding: 8px;
	float: left;
	}

#site-content .topfilms {
	text-align: left;
	margin: 14px 11px 14px 11px;
	background-color: #F4F8FA;
	border: 1px solid #A9ABCB;
	padding: 8px;
	float: left;
	}

#site-content .interests img {
	float: left;
	width: 160px;
	border: 0px;
	}

#site-content .topfilms img {
	float: left;
	width: 160px;
	border: 0px;
	}

#site-content .interests p {
	float: right;
	width: 200px;
	letter-spacing: 1px;
	}

#site-content .topfilms p {
	float: right;
	width: 600px;
	letter-spacing: 1px;
	}	
	
	
	

	
/* #CSS Tooltip ||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||*/
#site-content a.bing {
	z-index:10;
	color: #cc6633;
	}
#site-content a.bing:hover{
	position:relative;
	z-index:100;
	}
#site-content a.bing span{
	display:none;
	}
#site-content a.bing:hover span{
	display:block;
	position:absolute;
	float:left;
	white-space:nowrap;
	top:-2.6em;
	left:.5em;
	background:#fffcd1;
	border:1px solid #444;
	color:#444;
	padding:1px 5px 1px 5px;
	z-index:10;
	}

#site-content a.bing:hover span strong {
	color: #df1111;
	}



/* #Contact Form |||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||*/

#site-content .cf_error {
	background: #fffcd1;
	border: 1px solid #444;
	color: #df1111;
	margin: 14px 11px 14px 11px;
	padding: 8px;
	}

#site-content .cf_success {
	background: #fffcd1;
	border: 1px solid #444;
	color: #009900;
	margin: 14px 11px 14px 11px;
	padding: 8px;
	}

#site-content .cf_syserror {
	background: #fffcd1;
	border: 1px solid #444;
	color: #000;
	margin: 14px 11px 14px 11px;
	padding: 8px;
	}

#site-content .padded {
	padding: 11px;
	text-align: left;
	}
	
#site-content .textarea {
	width: 100%;
	height: 250px;
	}
	
#site-content .area {
	width: 300px;
	height: 25px;
	font-size: 1.1em;
	}
	
#site-content .sarea {
	width: 100px;
	height: 25px;
	font-size: 1.1em;
	}
	
#site-content label {
	text-align: left;
	font-size: 1.1em;
	}
	
	
	
	

/* #Footer |||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||*/
#footer {
	background: #f2f2f2;
	margin: 40px 11px 20px 11px;
	padding: 10px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #666666;
	}

#footer p {
	text-align: left;
	padding: 5px 0px;
	}	

#footer p.extras {
	background: url("../images/external.png") 0% 40% no-repeat;
	padding-left: 15px;
	}	
	
#footer a {
	color: #cc6633;
	text-decoration: none;
	padding: 0 0 4px 0;
	text-transform: uppercase;
	}

#footer a[rel="external"] {
	background: url("../images/external.png") 100% 30% no-repeat;
	padding-right: 20px;
	}
	
#footer a:hover {
	border-bottom: 1px solid #cc6633;
	}


	
	
	
	
/* #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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }

/*CSS TO EDIT FOR RESIZING COMMENTS IN IMAGES*/
#imageData #imageDetails{ width: 85%; float: left; text-align: left; }	
/*CSS TO EDIT FOR RESIZING COMMENTS IN IMAGES*/

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 





#site-content img.imgbdr {
	border: 1px solid #a9c9f3;
	padding: 3px;
	margin: 2px;
	}
#site-content .thumbs {
	margin: 0 auto 0 auto;
	width: 98%;
	text-align: center;
	}
#site-content img.imgbdr:hover {
	border: 1px solid black;
	}