/* The navigation styling: */

.nav-content {
	font-family: 'nunito', 'Open Sans', sans-serif;
	font-weight: 600;
	color: #848c8c;
	font-size: 1.125em;
	text-decoration: none;
}

.text-input-field {
	font-size: 0.75em;
	float: right;
	margin-right: 0px;
	height: 16px;
}

#top-nav {
	background-image: url(../graphics/static.png);
	height:65px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 20;
}

#top-nav-content {
	
}

.top-nav-btn {
	position: absolute;
	top: 6px;
	height: 42px;
	width: 46px;
}

#btn-home {
	position: absolute;
	top: 7px;
	right: 7px;
	padding: 3px 8px 2px 8px;
}

#btn-home.over {
	
}

#btn-home.disabled {
	display: none;
}

#btn-resources {
	background-position: -650px -931px;
	right: 48px;
}

#btn-resources.over {
	background-position: -650px -1001px;
}

#btn-resources.disabled {
	background-position: -650px -1071px;
}

#btn-help {
	background-position: -694px -931px;
	right: 4px;
}

#btn-help.over {
	background-position: -694px -1001px;
}

#btn-help.disabled {
	background-position: -694px -1071px;
}

#btn-exit {
	background-position: -738px -931px;
	right: 5px;
}

#btn-exit.over {
	background-position: -738px -1001px;
}

#btn-exit.disabled {
	background-position: -738px -1071px;
}

/* BOTTOM NAV */

#bottom-nav {
	background-image: url(../graphics/static.png);
	background-position: -751px -724px;
	position: absolute;
	bottom: 0px;
	height: 43px;
	width: 258px;
	z-index: 20;
	right: 10px;
}

#bottom-nav-content {
	margin-top:-2px;
}

#directions > p {			
	font-size: 13px;
	line-height: 15px;
}

.bottom-nav-btn {
	float: right;
	height: 32px;
	width: 36px;
	margin-right: 28px;
	margin-top: 13px;
}

#btn-next {
	background-image: url(../graphics/static.png);
	background-position: -974px -936px;
}

#btn-next.disabled {
	background-position: -976px -1076px;
}

#btn-next.over {
	background-position: -974px -1006px;
}

#btn-back {
	background-image: url(../graphics/static.png);
	background-position: -888px -936px;
	position:relative;
	left:42px;
}

#btn-back.disabled {
	background-position: -888px -1076px;
}

#btn-back.over {
	background-position: -888px -1006px;
}

#btn-caption {
	background-image: url(../graphics/static.png);
	background-position: -837px -940px;
	position:relative;
	left:56px;
	top:3px;
}

#btn-caption.over {
	background-position: -837px -1010px;
}

#btn-caption.disabled {
	background-position: -837px -1080px;
}

#btn-media {
	background-position: -932px -936px;
	background-image: url(../graphics/static.png);
	position:relative;
	left: 22px;
}

#btn-media.paused.disabled {
	background-position: -932px -1112px;
}

#btn-media.disabled {
	background-position: -932px -1076px;
}

#btn-media.over {
	background-position: -932px -1006px;
}

#btn-media.paused {
	background-position: -932px -970px;
}

#btn-media.paused.over {
	background-position: -932px -1042px;
}

/* MISC NAV */

.caption-box {
	border: 1px solid #999;
	border-bottom: none;
	background: rgb(252, 252, 252);
	color: #333;
	font-size: 14px;
	padding: 8px 12px 8px 12px;
	text-align: left;
	position: absolute;
	bottom: 28px;
	width: 380px;
	height: 60px;
	z-index: 21;
	margin-right: auto;
	margin-left: auto;
	right: -1px;
	display: none;
	overflow-y: auto;
	font-family: 'nunito', 'Open Sans', sans-serif;
	font-weight: lighter;
}

/* overlays */

.overlay {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #666;
	
	display: none;
	position: absolute;
	top: 80px;
	left: 0px;
	background-color: #fff;
	width: 400px;
	height: auto;
	max-height: 500px;
	z-index: 20;
}

/* resources */

#overlay-resources {
	width: 361px;
}

#overlay-resources h2 {
	text-align: center;
}

#overlay-resources .ui-controlgroup {
	margin: 10px;
}

#overlay-resources > ul {
	width: 310px;
	min-height: 100px;
	max-height: 430px;
	list-style-type: none;
	padding-right: 20px;
	margin-top:8px;
	margin-bottom:0;
	overflow-y: auto;
	overflow-x: hidden;
}

#overlay-resources > ul li {
	padding-bottom: 4px;
	cursor: pointer;
}

#overlay-resources > ul li p {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 4px;
	padding-right: 5px;
	font-size: 1.25em;
	width: 310px;
}

/* Requirements not met */
div#browser-message {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	z-index: 999;
}