/*-------------------------------------------------------------------------

	Global Header Definitions

-------------------------------------------------------------------------*/
#header {
	position:relative;
	height:80px;
	width:100%;
	background-color: #020102;
	z-index:101;
}
#headerNav {
	height: 80px;
	width:980px;
	margin:0 auto;
	background: #000;
}
#headerLogo {
	display:block;
	float:left;
	padding-top:23px;
	padding-left:18px;
}
#headerMenu {
	position:relative;
	float:right;
	padding-top:38px;
	margin-right:18px;
}
#headerMenu a {
	display: block;
	width: 28px;
	height: 28px;
	background: transparent url(../img/sprite-sheet.png) no-repeat 100% -720px;
}
#headerMenu a:hover {
	background-position: 100% -800px;
}
#headerMenu a.question {
	background-position: 100% -560px;
}
#headerMenu a.question:hover {
	background-position: 100% -640px;
}
.hash-tag {
	display: block;
	position:absolute;
	right:30px;
	color: #747474;
	padding-right: 1em;
	font-size: .94em;
	margin-right: 1em;
	border-right: 1px solid #747474;
	line-height: 1.75em;
}

/* help box */
#help-container {
	position: absolute;
	top: -180%;
	left: 0;
	width: 100%;
	padding: 1.25em 0;
	background: #000;
	z-index: -1;

	-webkit-transition: all ease-out 0.12s;
	-moz-transition: all ease-out 0.12s;
	-o-transition: all ease-out 0.12s;
	-ms-transition: all ease-out 0.12s;
	transition: all ease-out 0.12s;
}
#help-container.visible {
	top: 80px;
}
#help-container .container {
	width: 35em;
}
#help-container p {
	color: #fff;
	font-size: 1.25em;
	font-style:italic;
}
#start {
	height:48px;
	background: transparent url(../img/start-button-sprite.png) no-repeat 100% -48px;
	padding-right:47px;
}
#start .indicator-wrapper {
	display:block;
	height: 48px;
	padding-left:18px;
	background: transparent url(../img/start-button-sprite.png) no-repeat 0 0;
}
#start .indicator-wrapper .indicator {
	background:none;
	height:48px;
	padding:0 10px 0 0;
	line-height:48px;
}