@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	outline: none;
}
body {
	background-color: #000;
	font: 16px/1.4em Geneva, Arial, Helvetica, sans-serif; 
}
a { text-decoration: none; }
a:link { color: #630; }
a:visited { color: #960; }
a:hover { text-decoration: underline; }
a:active { color: #fff; }

#branding #logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
a#mobile_menu { display: none; }


/* all devices */
@media screen and (min-width: 512px) {
	h1 {
		width: 100px;
		height: 100px;
		position: absolute;
		left: 12px;
		top: 15px;
		z-index: 10000;
	}
	h1 span { display: none; }
	h2, h3, h4 { margin-top: 1em; }
	h2 {
		font-size: 1.2em;
		margin-bottom: .5em;
	}
	h3 { 
		font-size: 1em;
		text-transform: uppercase;
	}
	h4 { font-size: 1em; }
	p { margin: .5em 0; }
	blockquote { margin: .5em 3em; }
	ol, ul { margin-left: 1em; }
	table { margin-top: 1em; }
	td { vertical-align: top; }
	
	#gestalt {
		position: relative;
		color: #000;
	}
	#branding { padding-bottom: 255px; }
	#nav {
		position: absolute;
		right: 0;
		top: 0;
		width: 300px;
		height: 275px;
	}
	#maincontent {
		padding: 1px 150px 60px 230px;
		background: url(../images/footer2.png) no-repeat right bottom;
		position: relative;
		min-height: 185px;
	}
	#footer {
		clear: both;
		padding: 10px;
		background-color: #000;
		font: .8em Geneva, Arial, Helvetica, sans-serif;
		color: #666;
	}
	#footer p { width: 600px; }
	#footer a:link, #footer a:visited { color: #c60; }
	#footer a:hover, #footer a:focus {
		color: #c00;
		text-decoration: underline;
	}
	#footer a:active { color: #fff; }
	
	#bottomNav {
		margin: 0;
		padding: 5px 0;
		float: left;
	}
	#bottomNav li {
		list-style-type:none;
		border-left: 1px solid #666;
		float: left;
		padding: 0 8px;
	}
	#bottomNav li:first-child {
		border-left: none;
		padding-left: 0;
	}
	
	/* support */
	#support form { text-align: center; }
	.fineprint {
		margin: 2em 0 -2em 0;
		font-size: .8em;
		line-height: 1em;
	}
	
	/* Firefox fix to make the content stack properly */
	#blahblah {
		position: relative;
		z-index: 1000;
	}
	#trailer {
		position: absolute;
		right: 20px;
		bottom: 70px;
		-ms-transform: rotate(-24deg); /* IE 9 */
		-ms-transform-origin: top right;
		-webkit-transform: rotate(-24deg); /* Safari 3-8 */
		-webkit-transform-origin: top right;
		transform: rotate(-24deg);
		transform-origin: top right;
		z-index: 1000;
		font-size: .8em;
		text-transform: uppercase;
	}
	#trailer a:link, #trailer a:visited { color: #444; }
	#trailer a:hover { color: #c00; text-decoration: none; }

}

/*mobile*/
@media screen and (max-width: 511px) {
	body { position: relative; }
 	#branding #logo { width: 300px; }
	map { display: none; }
	#maincontent { padding: 115px 20px 40px 60px; color: #222; }
	h1 { font-size: 1.3em; color: #000; margin: 1em 0; }
	h2 { font-size: 1.1em; color: #000; margin: 1em 0; }
	h3 { font-size: 1.0em; color: #000; margin: 1em 0; }
	p { margin: 1em 0; }
	#footer { background: #000; padding: 20px 20px 20px 60px; color: #888; }
	
	/*BOTTOM NAV*/
	 a#mobile_menu {
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(../images/menu.png);
		background-repeat: no-repeat;
		background-position: right top;
		background-size: contain;
		z-index: 1000;
		position: absolute;
		right:25px;
		top: 50px;
	}
	#production a#mobile_menu,
	#museumPiece a#mobile_menu {
		background-image: url(../images/menu2.png);
		left: 25px;
		right: auto;	
	}
	ul#bottomNav { 
		display: none;
		position: absolute;
		width: 100%;
		top: 125px;
		left: 0;
		margin-bottom: 40px;
	}
	ul#bottomNav a {
		display: block;
		padding: 10px;
		background-color: #333;
		color: #fff;
		margin: 0 5px;
		border-top: 1px solid #000;
		text-transform: uppercase;
		letter-spacing: 1px;
		font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	ul#bottomNav a:hover { background-color: #fff; color: #c00; }
	ul#bottomNav ul { margin-top: 0; padding: 0;}
	ul#bottomNav ul a { padding-left: 30px; text-transform: none; }

	#trailer a {
		display: inline-block;
		border-radius: 20px;
		background-color: rgba(0,0,0,.5);
		padding: 3px 15px;
		font-size: .8em;
	}
	#trailer a:link, #trailer a:visited { color: #999; }
	#trailer a:hover { color: #c00; text-decoration: none; }
	
}