@charset "utf-8";
/* CSS Document */

/*BOTTOM ALIGN HACK*/

html, body, #wrapper, {
   min-height: 100%; /*Sets the min height to the
   height of the viewport.*/
   width: 100%;
   height: 100%; /*Effectively, this is min height
    for IE5+/Win, since IE wrongly expands
    an element to enclose its content.
    This mis-behavior screws up modern  
    browsers*/
   }

html>body, html>body #wrapper {
   height: auto; /*this undoes the IE hack, hiding it
    from IE using the child selector*/
   }
   
/* LAYOUT STUFF ------------------*/

body {
	padding: 0;
	margin: 0 0 0 0;
	background:#000000 url(images/fullbg.gif) center top no-repeat;
	}
	
#wrapper {
	width:790px;
	margin:0 auto 0 auto;
	}	
	
#sidecontent {
	width:326px;
	float:left;
	}	
	
h1#mtb {
	float:left;
	clear: right;
	left: 0;
	top: 0;
	margin:0; padding:0;
	}
	
h1#mtb a {
	float:left;
	height:206px;
	width:326px;
	left: 0;
	top: 0;
	margin:0; padding:0;
	text-indent:-5000px;
	outline:none;
	}
		

#navcontent {
	float:left;
	display:inline;
	margin:0 0 0 155px;
	list-style-type: none;
	}
	
#icon {
	float:left;
	display:inline;
	outline:none;
	width:70px;
	margin-left:240px;
	}		
	
#maincontent {
	width:455px;
	float:right;
	margin:150px 0 0 0;
	clear:right;
	}	
	
h2#header {
	padding:0 10px 0 10px;
	}
	
#content {
	background-color:#FFFFFF;
	text-align:left;
	padding:0 15px 40px 10px;
	}	

#footer {
	text-align:center;
	padding:0 0 5x 0;
	margin:0 0 0 0;
	}

/* TEXT FORMATTING ---------------*/	

a:link, a:hover {
	color: #999900
	}

a:visited {
	color: #666600
}

h2 {
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	font-variant: small-caps;
	color: #999900;
	line-height: normal;
	letter-spacing: 0.3em;
}

p {
	font-family:Arial, Verdana, sans-serif;
	color: #000000;
	line-height:140%;
	font-size: 0.8em;
	}
	
.footer {
	font-family:Arial, Verdana, sans-serif;
	color: #999900;
	line-height:140%;
	font-size: 0.7em;
	}

.pic {
	float:left;
	margin-right: 8px;
	margin-bottom: 1px;
	border: 0;
	}	
		
	
/* NAV CONTENT --------------------- */	

ul#nav li {
	display:block;
	width:120px;
	list-style-type: none;
				}
			ul#nav li a {
	display:block;
	outline:none;
	width:120px;
	height:310px;
	background:transparent url(images/MTBmenu2-full.gif) no-repeat 0 0;
	text-indent:-9009px;
	margin:0 0 0 0;
	list-style-type: none;
				}
			
				ul#nav li a:hover {background-position:-120px 0px;}
			
			ul#nav li#home a {
				height:29px;
				background-position:0px 0px;
				}
				ul#nav li#home a:hover {
					background-position:-120px 0
					}
			ul#nav li#synopsis a { 
				height:27px;
				background-position:0 -29px;
				}
				ul#nav li#synopsis a:hover {
					background-position:-120px -29px
					}
			ul#nav li#notes a {
				height:28px;
				background-position:0 -56px;
				}
				ul#nav li#notes a:hover {
					background-position:-120px -56px
					}
					
			ul#nav li#team a {
				height:28px;
				background-position:0 -84px;
				}
				ul#nav li#team a:hover {
					background-position:-120px -84px
					}		
			ul#nav li#credits a {
				height:30px;
				background-position:0 -112px;
				}
				ul#nav li#credits a:hover {
					background-position:-120px -112px
					}		
			ul#nav li#photos a {
				height:26px;
				background-position:0 -142px;
				}
				ul#nav li#photos a:hover {
					background-position:-120px -142px
					}
			ul#nav li#trailer a {
				height:28px;
				background-position:0 -168px;
				}
				ul#nav li#trailer a:hover {
					background-position:-120px -168px
					}		
			ul#nav li#press a {
				height:29px;
				background-position:0 -197px;
				}
				ul#nav li#press a:hover {
					background-position:-120px -197px
					}		
			ul#nav li#festivals a {
				height:28px;
				background-position:0 -225px;
				}
				ul#nav li#festivals a:hover {
					background-position:-120px -225px
					}		
			ul#nav li#resources a {
				height:28px;
				background-position:0 -253px;
				}
				ul#nav li#resources a:hover {
					background-position:-120px -253px
					}												
			ul#nav li#order a {
				height:29px;
				background-position:0 -282px;
				}
				ul#nav li#order a:hover {
					background-position:-120px -282px
					}	

/*LIGHTBOX 2.04 -------------- */
#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(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; 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; }
	  
