@font-face {
	font-family: 'Legion';
	src: url('../Legionv3.ttf') format('truetype');
}

html, body {
	height:100%; 
	background-color: #101010;
}

body {
	margin:0;
	padding:0;
}

a {
	color: #555;
}

a:hover, a:active, a:focus {
	color: #666;
}

#container {
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

#leftMargin, #rightMargin {
	flex-grow: 0;
	background-color: #101010;
}

#mainContent {
	position: relative;
	width: 960px;
	height: 540px;
	margin: 0;
	background-color: #555555;
}

.doorman {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/alley.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#joshButton {
	position: absolute;
	width: 90px;
	height: 270px;
	top: 180px;
	left: 590px;
	cursor: pointer;
}

#doorButton {
	position: absolute;
	width: 80px;
	height: 220px;
	top: 175px;
	left: 435px;
	cursor: pointer;
}

.passwordBar{
	overflow: hidden;
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 67px;
	bottom: -67px;
	background-color: #dddddd;
	transition: transform 0.5s;
}

.passwordBar.slide-in {
	transform: translateY(-100%) !important;
}

.passwordBarP {
	float: left;
	margin: 11px 0 11px 20px;
}

.passwordBarField {
	float: right;
	margin: 0;
}

#passwordInputField {
	border: none;
	background: transparent;
	outline: none;
	font-family: Tahoma;
	font-size: 28px;
	color: #666666;
	margin: 10px 10px 0 0;
	text-align: right;
	/* border-bottom: dotted;
	border-color: #999999;*/
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	padding-bottom: 4px;
}

.highlightYes, .highlightNo {
	position: absolute;
	width: 50px;
	height: 100%;
	left: -51px;
}

.highlightYes {
	background-color: rgba(50, 255, 50, 0.3);
}

.highlightNo {
	background-color: rgba(255, 0, 0, 0.15);
}

.highlightGo {
	animation: highlightAnimation 0.5s linear;
}

@keyframes highlightAnimation {
	0% {left: 100%;}
	100% {left: 0;}
}	

.passwordBarClose, .joshBarClose {
	float: right;
	font-family: Verdana;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
	margin: 0 7px 0 0;
}

.joshBar {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 67px;
	bottom: -67px;
	background-color: #222222;
	transition: transform 0.5s;
}

.joshBar.slide-in {
	transform: translateY(-100%);
}

.joshBarPlay {
	float: right;
	margin: 12px 10px 0 0;
}

.firstplayButton, .firstdownloadButton, .firstpauseButton {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.firstplayButton img, .firstdownloadButton img, .firstpauseButton img {
	width: 30px;
	height: 30px;
}

.firstplayButton {
	top: 12px;
	left: 865px;
}

.firstpauseButton {
	z-index: 4;
	visibility: hidden;
	top: 12px;
	left: 865px;
}

.firstdownloadButton {
	top: 12px;
	left: 900px;
}

.firstplayButton img, .firstdownloadButton img {
	width: 30px;
	height: 30px;
}

#firstprogressBarBG {
	position: absolute;
	top: 47px;
	left: 630px;
	width: 300px;
	height: 3px;
	background-color: #666666;
}

.firstprogressBar {
	z-index: 4;
	position: absolute;
	top: 47px;
	left: 630px;
	width: 0px;
	height: 3px;
	background-color: #CCCCCC;
}

.credits {
	z-index: -5;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: black;
	color: white;
	font-family: Tahoma;
	line-height: 1.4em;
	transition: transform 60s linear;
}

.credits.roll {
	transform: translateY(-80%) !important;
}

.creditsBlackOut {
	width: 960px;
	height: 545px;
	background-color: black;
}	

.creditsLogo {
	margin: 50px 0 20px 0;
}

.creditsSeparator {
	width: 100%;
	height: 50px;
}

.creditsHeader {
	font-size: 1.2em;
}

.creditsHeaderSmall {
	font-size: 0.8em;
	font-style: italic;
}

.creditsTwoBoxes {

}

.creditsVoices {
	width: 30%;
	display: inline-block;
	text-align: right;
	margin: 0 5px 0 0;
}

.creditsNames {
	width: 30%;
	display: inline-block;
	text-align: left;
	margin: 0 0 0 5px;
}

.creditsP {
	margin: 0 0 10px 0;
}

#necessaryVisuals {
	width: auto;
	margin: 20px 0 0 0;
}

#logo {
	display: inline-block;
	margin: 0 450px 0 0;
}

#be_in_touch {
	display: none;
}

#twitter {
	display: inline-block;
}

#about {
	display: inline-block;
}

.disclaimer {
	color:#444;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}