html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	display: block;
	width: 1024px;
	height: 600px;/*768px;*/
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1;
	vertical-align: middle;
	background: #000;
	color: #333;
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 100%;
}

#exterior {
/*CONTAINER, REMAINS STATIC.*/
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.exterior {
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#bebebe), color-stop(46%,#f3f3f3), color-stop(100%,#dadada));
	margin: 0 0 3% 0;
}

#jvStage {
/*CONTAINER, REMAINS STATIC.*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	 box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
	border: 3px solid white;
}

#formPrototypes {
	display: none;
}

.imageLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	overflow: hidden;
	pointer-events: none;
}
.artPark {
	top: 0%;
	left: 0%;
	opacity: 0;
	position: absolute;
}
#formLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}
#choiceLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	pointer-events: none;
}
#textLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	pointer-events: none;
}
.debugLog {
	position: absolute;
	left: 2%;
	top: 100%;
	width: 97%;
	height: 75%;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: monospace;
	font-size: 13px;
	color: #000;
	background-color: #ddd;
	-webkit-transition: top .5s ease-out;
}
.debugLogOn {
	top: 25%;
}
.debugLog tr:nth-child(odd) {
	background-color:#ddd;
}
.debugLog tr:nth-child(even) {
	background-color:#ccc;
}
.lnum {
	color: green;
	width: 4%;
}

.pathLog {
	position: absolute;
	left: 100%;
	top: 0%;
	width: 35%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: monospace;
	font-size: 14px;
	color: #000;
	background-color: #ded;
}
.pathLog td {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted black;
	border-right: 1px dotted black;
}
.pathLog th {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.pathLog tr:nth-child(odd) {
	background-color:#efe;
}
.pathLog tr:nth-child(even) {
	background-color:#afa;
}

#logo {
	position: absolute;
	background-repeat:no-repeat;
}

#splashLogo {
	position: absolute;
	background-repeat:no-repeat;
}

.splash {
	position: relative;
	height: 100%;
	top: 0px;
	opacity: 1;
	background-color: #E1E1E1;
	background-image: url('../images/bg.jpg');
	background-repeat: none;
		@-webkit-font-smoothing: antialiased; -webkit-text-stroke: 0.20px; letter-spacing: 1px;
		box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.4);
}

#replayControls {
	position: absolute;
	bottom: 2%;
	left: 2%;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
}

.loadMsg {
	color: #aaa;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	top: 60%;
	width: 100%;
	margin: auto;
	
	-webkit-animation-duration: 1s;
	-webkit-animation-direction: alternate;
	-webkit-animation-name: loadPulse;  
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes loadPulse {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0.1;
	}
}

#button-holder {
	text-align: center;
}
button.skipconvo {
	color: #fff;
	padding: 10px;
	background-color: #000;
	border: 2px solid #7D3F98;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
button.skipconvo:hover {
	background-color: #24112d;
}

 /********* Orientation module styling ***************/
@media all and (orientation:portrait) {
	#orientationModule{
		background-color: #AAAAAA;
	  background-image:url('../images/prompt.gif');
	  background-position: 50% 50%;
	  background-repeat:no-repeat;;
		width: 100%;
		height: 105%;
		position:absolute;
		top:0px;
		left:0px;
		z-index:9999;
		display:block;
	}

	#orientationModule p{
		width:90%;
		margin-top:200px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;

	}

}

@media all and (orientation:landscape) {
	#orientationModule{
		display:none;
	}

}