/* general */
* {
	outline: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}
html {
	height: 100%;
	-webkit-text-size-adjust: none;
}
body {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 600px;
    height:	auto !important;
    height: 600px;
	background: #000;
	color: #000;
	overflow: auto;
}

/* generic helpers */
.fs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.abs {
	position: absolute;
}
.noSelect { 
	user-select: none; 
	-o-user-select: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
}

/* sections */
.sectionHeader {
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 1px 2px 0 #000;
} 
.sectionLine {
	position: absolute;
	width: 980px;
	height: 1px;
	margin: 16px 0 0 -1000px;
	background-color: #384c59;
	border-right: 8px solid #fff;
} 
.sectionArrow {
  	position: absolute;
  	top: 50%;
  	width: 86px;
  	height: 68px;
  	margin-top: -34px;
  	cursor: pointer;
    visibility: hidden;
}
.sectionArrRew {
  	left: 0;
  	background: url(../img/arr_rew.png) top left;
	background-color: #000;
} 
.sectionArrFwd {
  	right: 0;
  	background: url(../img/arr_fwd.png) top left;
	background-color: #000;
}
.sectionArrRew:hover,
.sectionArrFwd:hover {
	background-position: bottom left;
}
.sectionClose,
.overlayClose {
	position: absolute;
	right: 0;
	top: 0;
	width: 86px;
	height: 68px;
	background: url(../img/close.png) top left;
	background-color: #000;
	cursor: pointer;
}
.sectionClose:hover,
.overlayClose:hover {
	background-position: bottom left;
}
.sectionClose {
    visibility: hidden;
}

/* preloader */
#preload {
	background-color: #000;
	z-index: 100;
}
	#preloadLogo {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 288px;
		height: 184px;
		margin: -208px 0 0 -144px;
	    pointer-events: none;
	    display: none;
	}
	#preloadArt {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 100px;
		height: 20px;
		margin: -10px 0 0 -50px;
	}
		#preload #num {
			position: absolute;
			width: 100%;
			font-size: 20px;
			line-height: 20px;
      		letter-spacing: 2px;
			color: #c7f7ff;
      		text-shadow: 0px 0px 6px #c7f7ff;
			text-align: center;
		}

/* upgrade + portrait */
#upgrade,
#portrait {
	position: absolute;
	display: block;
	top: 200px;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #ccc;
	text-align: center;
}

/* resume */
#resume {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	visibility: hidden;
	text-align: center;
	cursor: pointer;
	z-index: 99;
}
	#resumeCopy {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 400px;
		height: 40px;
		line-height: 40px;
		margin: -20px 0 0 -200px;
		font-size: 24px;
		color: #57a8c0;
		text-align: center;
		text-shadow: 0px 0px 4px #57a8c0;
	}

/* seo */
#seo {
	display: none;
}

/* shell */
#shell {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 600px;
	overflow: hidden;
}

/* menu */
#menu {
	position: absolute;
	bottom: 124px;
	left: 0;
	width: 100%;
	height: 32px;
    visibility: hidden;
}
	#menuBg {
		position: absolute;
		left: 50%;
		width: 2000px;
		height: 1px;
		margin: 31px 0 0 -1000px;
	}
		#menuBgLeft {
			float: left;
			width: 828px;
			height: 100%;
			background-color: #384c59;
			border-right: 20px solid #fff;
		}
		#menuBgRight {
			float: right;
			width: 828px;
			height: 100%;
			background-color: #384c59;
			border-left: 20px solid #fff;
		}
	#menuBtns {
		position: absolute;
		left: 50%;
		width: 1120px;
		margin-left: -560px;
	}
		.menuBtn {
			width: 100px;
			height: 32px;
			margin: 0 4px;
			background-color: rgba(0,0,0,0);
			text-align: center;
			cursor: pointer;
		}
		.menuBtn #txt {
			display: block;
			color: #c7f7ff;
			font-size: 12px;
			line-height: 30px;
			letter-spacing: 2px;
			text-shadow: 0px 0px 8px #000;
		}
		.menuBtn #btm {
			display: block;
			width: 74px;
			height: 2px;
			background-color: #fff;
			margin: 0 auto;
		}
		.menuLeftBtn {
			float: left;
		}
		.menuRightBtn {
			float: right;
		}
		.menuBtn.selected {
			color: #fff;
			pointer-events: none;
			cursor: default;
		}
		.menuBtn.comingSoon {
			cursor: default;
		}

/* logo */
#logo {
	position: absolute;
	left: 50%;
	bottom: -48px;
	width: 288px;
	height: 184px;
	margin-left: -144px;
    pointer-events: none;
	visibility: hidden;
}
	#logoArt {
		display: block;
		width: 288px;
		height: 148px;
	}
	#logoDate {
		display: block;
		width: 288px;
		height: 36px;
	}

/* header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	margin-top: -40px;
	visibility: hidden;
}
	#controlShell {
		display: inline-block;
		margin-left: 8px;
		height: 100%;
	}
		.controlBtn {
			float: left;
			margin-right: 4px;
		}
		#soundBtn {
			display: none;
			margin-top: 4px;
			width: 30px;
			height: 30px;
			background: url(../img/btn_sound.png) top left;
		}
		#fullscreenBtn {
			display: none;
			margin-top: 4px;
			width: 30px;
			height: 30px;
			background: url(../img/btn_fullscreen.png) top left;
		}
		#fullscreenBtn:hover {
			background-position: bottom left;
		}
	#socialShell {
		display: inline-block;
		width: 800px;
		margin-left: 4px;
		height: 20px;
	}
		.socialLeftBtn {
			float: left;
			margin-right: 4px;
			color: #fff;
		}
		#socialCopy {
			height: 100%;
			font-size: 10px;
			line-height: 20px;
			letter-spacing: 3px;
			margin-right: 14px;
		}
		#socialCopy img {
			margin: -4px 12px 0 0;
			vertical-align: middle;
		}

/* footer */
#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	visibility: hidden;
}
	#footerShell {
		position: absolute;
		left: 50%;
		bottom: 8px;
		width: 48px;
		margin-left: -24px;
	}
		#footerLegal {
			font-size: 10px;
			color: #57a8c0;
			letter-spacing: 2px;
			line-height: 12px;
			text-align: center;
			text-shadow: 0px 0px 1px rgba(0,0,0,.8);
		}
			#footerLegal a {
				color: inherit;
				display: inline;
				margin: 0 4px;
			}
			#footerLegal a:hover {
				color: #fff;
			}
	#creditsDrawer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 230px;
		margin-bottom: -232px;
		border-top: solid #333 1px;
		background: #000;
		text-align: center;
		z-index: 1;
	}
		#creditsDrawer img {
			margin-top: 12px;
		}
		#creditsClose {
			position: absolute;
			top: 8px;
			right: 10px;
			font-size: 20px;
			color: #fff;
		}
		#creditsClose:hover {
			color: #ccc;
		}
		#footerRating {
			position: absolute;
			width: 100%;
			text-align: center;
			color: #fff;
			top: 204px;
			font-size: 9px;			
		}
			#footerRating a {
				color: inherit;
				margin: 0 6px;			
			}
			#footerRating a:hover {
				color: #ccc;
			}