* {
	margin: 0;
	padding: 0; }

body {
	background: #ffffff;
	color: #205084;
	font-family: Arial, Helvetica, sans-serif; }

body > h1 {
	margin: 1em auto;
	font-size: 2em;
	line-height: 1;
	text-align: center; }

a { color: #1e4c81; }
img { border: none; }



#score,
#final {
	position: absolute;
	left: 50%;
	margin-left: 290px;
	padding: 1.5em 1em;
	box-shadow: 2px 2px 5px #999999;
	background: #002d62 url(../images/bg.png);
	color: #ffffff;
	font-size: 1.25em;
	text-align: center; }
#score { top: 4.75em; }
#final { cursor: pointer; top: 13.5em; }



#trivia {
	overflow: hidden;
	position: relative;
	width: 542px;
	margin: 25px auto;
	padding: 10px 15px;
	border: 3px solid #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 10px #cccccc;
	background: #ffffff url(../images/bg.png);
	color: #205084; }


#trivia h2 { margin-top: 1em; font-size: 1.25em; }
#trivia p,
#trivia dl { margin-bottom: 1em; }

#trivia img.play {
	display: block;
	margin: 0 auto;
	padding-left: 50px; }
#trivia.enhanced img.play { cursor: pointer; }

#trivia p.play {
	cursor: pointer;
	position: relative;
	padding: 0.5em 1em;
	border-radius: 0.5em;
	background: #002e62;
	/* pre-fix */
	background: -moz-linear-gradient(top, rgb(0,46,98) 5%, rgb(28,77,129) 40%, rgb(0,46,98) 80%);
	background: -ms-linear-gradient(top, rgb(0,46,98) 5%, rgb(28,77,129) 40%, rgb(0,46,98) 80%);
	background: -o-linear-gradient(top, rgb(0,46,98) 5%, rgb(28,77,129) 40%, rgb(0,46,98) 80%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, rgb(0,46,98)), color-stop(0.4, rgb(28,77,129)), color-stop(0.8, rgb(0,46,98)));
	background: -webkit-linear-gradient(top, rgb(0,46,98) 5%, rgb(28,77,129) 40%, rgb(0,46,98) 80%);
	/* pre-fix */
	background: linear-gradient(top, rgb(0,46,98) 5%, rgb(28,77,129) 40%, rgb(0,46,98) 80%);
	color: #ffffff;
	font-size: 1.75em;
	text-align: center; }

.door {
	cursor: pointer;
	position: relative;
	float: left;
	width: 114px;
	margin: 7px;
	border: 3px solid #ffffff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 1px #6f6f6f; }

.door img {
	display: block;
	width: 114px;
	height: 174px; }
.door img.result {
	position: absolute;
	left: 0;
	top: 0;
	/* background: rgba(204,204,204,0.75); */ }



.simplemodal-overlay {
	background: #022f64 url(../images/bg.png); }

.simplemodal-close {
	cursor: pointer;
	position: absolute;
	display: block;
	right: -20px;
	top: -20px; }



.feature {
	width: 560px;
	padding: 25px 25px 0;
	border: 10px solid #1e4c81;
	border-radius: 10px;
	box-shadow: 0 0 50px #002d62;
	background: #ffffff;
	background-clip: padding-box;
	color: #1e4c81; }

.feature > img {
	float: left;
	width: 145px;
	height: 217px;
	margin-right: 25px;
	border: 3px solid #ffffff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 1px #6f6f6f; }

.feature h1 {
	float: right;
	width: 375px;
	font-size: 1.5em;
	line-height: 1; }

.feature h2 {
	clear: both;
	min-height: 50px;
	padding: 0.5em 0;
	font-size: 1.5em;
	line-height: 1.5;
	text-align: center; }
.feature h2 img {
	display: inline;
	vertical-align: middle; }

.feature select,
.feature input,
.feature button {
	margin-top: 1em;
	font-size: 100%; }

.feature select { width: 375px; }
.feature button.answer { margin-left: 0.25em; }

.feature p {
	clear: both;
	margin: 0.5em 0 0;
	color: #1e4c81;
	font-size: 1em; }

.feature p.hint,
.feature p.fact,
.feature p.share {
	width: 560px;
	margin: 0;
	padding: 0;
	background: #1e4c81 url(../images/bg.png);
	color: #ffffff;
	font-size: 0.85em; }
.feature p.hint,
.feature p.share {
	margin-top: 1em;
	border-radius: 0.5em 0.5em 0 0; }
.feature p.needed {
	cursor: pointer; }

.feature .info {
	display: inline-block;
	width: 405px;
	margin: 0;
	padding: 0.5em 25px;
	vertical-align: middle; }

.feature span.share {
	display: inline-block;
	overflow: hidden;
	width: 85px;
	margin: 0;
	padding: 2em 10px;
	background: #002d62 url(../images/bg.png);
	color: #ffffff;
	text-align: center;
	vertical-align: middle; }
.feature .hint span.share {
	margin-top: -2em;
	padding-top: 0.5em;
	border-radius: 0.5em 0.5em 0 0; }
.feature .share span.share {
	padding: 0.5em 10px;
	border-radius: 0 0.5em 0 0; }

.feature span.share em {
	display: block;
	padding-bottom: 2em;
	font-style: normal; }
.feature span.share a {
	display: inline-block; }



.feature#game-over h1 {
	float: none;
	width: auto;
	text-align: center; }



/* prize submission form */

.feature iframe {
	width: 100%;
	margin: 0;
	border: none; }

#form {
	background: #ffffff;
	color: #1e4c81; }

#form p {
	overflow: hidden;
	width: 100%;
	margin-top: 1em; }
#form b { color: #da2020; }

fieldset { border: none; }
legend { display: none; }

label,
input,
select {
	display: block;
	font-size: 100%; }

label {
	float: left; }
input,
select {
	float: right;
	width: 12em; }

input[type=submit] {
	width: auto; }