body._js {
	background: #333;
}

body._js #noscriptMessage {
	width: 50%;
	margin: 100px auto 0;
}

body._js #noscriptMessage h1 {
	margin: 0;
	padding: 20px;
}

body._js #noscriptMessage p {
	margin: 0;
	padding: 0 20px 20px;
}

.hidden {
	display: none;
}

#logo {
	position: absolute;
	top: 0;
	left: 75px;
	padding: 15px 0;
}

#logo a {
	padding: 10px 5px 10px;
	display: block;
	font-size: 14pt;
	line-height: 1em;
	overflow: hidden;
	text-indent: -500em;
	width: 128px;
	background: url(logo.png) 50% 40% no-repeat;
}

#timer {
	position: absolute;
	top: -100px;
	right: 75px;
	padding: 15px 0;
	/*
	background: url(translucent.png);
	font-family: verdana;
	font-size: 40px;
	color: #f6f6f6;
	padding: 5px 25px 15px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	cursor: default;
	text-shadow: #000 2px 2px 2px;
	*/
	display: none;
}

body.js #timer {
	display: block;
}

#timer span.flash {
	color: #f33;
}

#score {
	display: none;
	left: 50%;
	margin-left: -191px;
	padding: 15px 0;
	position: absolute;
	top: -100px;
}

body.js #score {
	display: block;
}

#subtitles {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
	height: 0;
	z-index: 999;
	filter: none !important;
}

body.no-subtitles #subtitles {
	display: none !important;
}

#subtitles p {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -395px;
	padding: 10px;
	width: 770px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 1em;
	#font-weight: bold;
	background: url(translucent.png) 50% 50%;
	text-shadow: #000 2px 2px 2px;
	color: #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*
#noscriptMessage {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 38px;
	line-height: 38px;
	width: 100%;
	background: #000 url(noscript.png) 50% 50% repeat-x;
	border-top: solid 2px #000;
}

#noscriptMessage span {
	-moz-border-radius: 5px;
	background: #FFFFCC url(caution.png) no-repeat scroll 5px 50%;
	border: 2px solid #000000;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	opacity: 0.85;
	padding: 5px 8px 5px 25px;
	position: relative;
	color: #000;
}
*/

#textmessage {
	display: none;
	left: 50px;
	position: absolute;
	top: 50px;
	width: 211px;
}

#textmessage .hud-box-inner {
	padding: 10px;
}

#textmessage-content {
	background: url(textmessage.png) no-repeat;
	color: #fff;
	font: 11px/17px Verdana, sans-serif;
	height: 150px;
	padding: 46px 10px 10px;
	text-shadow: none;
}

#textmessage-content p {
	margin: 0;
	padding: 10px 0 0;
}

#textmessage-content p.from {
	background: #23a4ca;
	color: #000;
	font-weight: bold;
	line-height: 19px;
	padding: 0 5px;
	text-transform: uppercase;
}

#textmessage-dismiss {
	margin-top: 10px;
	width: 100%;
}

#achievements-dialog ul {
	list-style: none;
	padding: 10px 10px 0 0;
	margin: 0 0 10px;
	overflow: hidden;
	_height: 1%;
	border-bottom: solid 1px #5b5b5b;
}

#achievements-dialog ul li {
	width: 50%;
	float: left;
	overflow: hidden;
	margin: 0 0 10px;
	_height: 1%;
	text-align: left;
	font-size: 8pt;
	color: #ccc;
	text-shadow: 0 0 3px #000;
}

#achievements-dialog ul li strong {
	color: #fff;
}

#achievements-dialog ul li.new strong {
	color: #5b5b5b;
}

#achievements-dialog ul li img {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 5px 0 10px;
}

#achievements-dialog button {
	display: block;
	width: 100%;
}

