﻿@import url(reset.css);
@import url(fonts.css);
@import url(thickbox.css);

body {
	padding: 10px;
}

body.quiz {
	width: 725px;
	height: 400px;
	padding: 0;
}

h1, h2 {
	color: #E35656;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-top: 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	margin-top: .5em;
	font-size: 24px;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: .5em;
}

p, ul, ol, dl, address {
	line-height: 1.3em;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: circle;
}

ul ul, ol ol, dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

/* Questions */
#game {
	background-repeat: no-repeat;
	width: 550px;
	height: 400px;
	position: relative;
	background-color: #AAA;
	float: left;
}

#panel {
	width: 165px;
	height: 390px;
	position: relative;
	background-color: #3385CE;
	float: right;
	padding: 5px;
}

.gameHighScores table {
	font-size: 11px;
}

.gameHighScores h2 {
	font-size: 17px;
	color: #FFF;
}

/*
.gameHighScores {
	padding: 5px;
}

*/
.gameHighScores ol {
	list-style: decimal outside;
	margin: 0 0 0 2em;
	padding: 0;
}

#game table {
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0;
	width: 540px;
	position: absolute;
	top: 70px;
	left: 5px;
	font-size: 14px;
}

#game thead, .gameHighScores thead {
	background-color: #1B2294;
}

#game tbody {
	background-color: #33389F;
}

.gameHighScores tbody {
	background-color: #C6C8E5;
}

#game tbody td, .gameHighScores tbody td {
	color: #FFF;
	padding: 2px;
	text-align: center;
	width: 25%;
}

#game thead th, .gameHighScores thead th {
	color: #FFF;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

#game tfoot th, .gameHighScores tfoot th {
	background-color: #666;
	color: #FFF;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

.gameHighScores tbody td, .gameHighScores thead th, .gameHighScores tfoot th {
	text-align: left;
}
.gameHighScores tbody tr.odd {
	background-color: #33389F;
}

.gameHighScores tbody tr.even {
	background-color: #4A4EAA;
}


.gameHighScores tbody td.no-wrap, .gameHighScores thead th.no-wrap, .gameHighScores tfoot th.no-wrap {
	white-space: nowrap;
}

#panel ul.user_links {
	font-size: 11px;
	list-style-type: none;
	margin-top: 4px;
}

#panel ul.user_links li a:link, #panel ul.user_links li a:visited, #panel ul.user_links li a:hover, #panel ul.user_links li a:active, #panel ul.user_links li a:focus {
	background-color: #1B2294;
	border: 1px #FFF solid;
	color: #FFF;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
}
#game .timer {
	color: #A09381;
	font-size: 36px;
	position: absolute;
	top: 5px;
	right: 5px;
}

#game form {
	display: block;
	clear: both;
	background-color: #212292;
	position: absolute;
	top: 130px;
	right: 5px;
	left: 5px;
}

#game label {
	cursor: pointer;
	width: 254px;
	height: 30px;
	display: block;
}

#game form, #game table {
	background-color: #212292;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#game .result {
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
	background-color: #212292;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	width: 530px;
}

#game .result img {
	vertical-align: middle;
	display: inline;
}

#game .result p {
	vertical-align: middle;
	line-height: 80px;
	font-size: 18px;
	display: inline;
}

#game input {
	position: absolute;
	top: -9999px;
	left: -9999px;
	overflow: hidden;
	height: 0.0;
	width: 0.0;
	font-size: 0.0;
	line-height: 0.0;
}

/*
#game label {
	display: block;
}
*/

#game dl dt {
	color: #FFF;
}

#game dl dd {
	color: #FFF;
}

#game form dl dt {
	float: none;
	width: 530px;
	text-align: center;
	line-height: 1.2em;
	padding: 5px;
	font-weight: normal;
	font-size: 18px;
}

#game dl {
	background-color: #212292;
	display: block;
}

#game form dl dd {
	float: none;
	text-align: left;
	margin: 0;
}

#game form li {
	float: left;
	width: 254px;
	text-align: center;
	margin: 4px;
	line-height: 30px;
	border: 2px solid #FFF;
}

#game ol, #game ul, #game dl {
	margin: 0;
	padding: 0;
}

ol li.answers {
	background-color: #212292;
	color: #FFF;
	list-style-type: none;
}

ol li.answers:hover {
	background-color: #0E9BBA;
	color: #FFF;
}

p.next a:link, p.next a:visited, p.next a:hover, p.next a:active, p.next a:focus {
	color: #FFF;
	text-decoration: none;
}

p.next a:hover, p.next a:active {
	text-decoration: underline;
}

p.end a:link, p.end a:visited, p.end a:hover, p.end a:active, p.end a:focus {
	color: #FFF;
	text-decoration: none;
}

p.end a:hover, p.end a:active {
	text-decoration: underline;
}

p.start {
	margin: 0;
	padding: 0;
}

p.start a:link, p.start a:visited, p.start a:hover, p.start a:active, p.start a:focus {
	background-color: #212292;
	border: 3px solid #FFF;
	line-height: 50px;
	padding: 0 1em;
	position: absolute;
	left: 175px;
	bottom: 150px;
	color: #FFF;
	text-decoration: none;
	width: 150px;
	text-align: center;
}

p.start a:hover, p.start a:active {
	background-color: #0E9BBA;
}

ul#links {
	position: absolute;
	right: 5px;
	bottom: 5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.rules a:link, li.rules a:visited, li.rules a:hover, li.rules a:active, li.rules a:focus, li.report a:link, li.report a:visited, li.report a:hover, li.report a:active, li.report a:focus {
	background-color: #1B2294;
	border: 1px #FFF solid;
	line-height: 30px;
	padding: 0 1em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 135px;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

li.rules a:hover, li.rules a:active, li.report a:hover, li.report a:active {
	background-color: #6E706F;
}

/* Sign up styles */
form.biddlehumphrydary {
	background-color: #FFF;
	color: #3985CC;
}

form.biddlehumphrydary legend {
	color: #1D3754;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 1em;
}

form.biddlehumphrydary fieldset {
	border: 1px #000 solid;
	margin: 0;
	padding: 5px;
}

label:hover {
	cursor: pointer;
}

/*
Lists within forms
*/

dl dd {
	margin: 0;
}

dl dt span {
	display: block;
}

dl dt q {
	font-weight: bold;
}

/*
Form Elements
*/

input, textarea, select {
	font-family: helvetica, univers, arial, verdana;
	font-size: 100%;
	font-style: normal;
}

textarea {
	height: 150px;
}

textarea.tiny, input.tiny, select.tiny {
	width: 20px;
}

textarea.small, input.small, select.small {
	width: 50px;
}

textarea.medium, input.medium, select.medium {
	width: 150px;
}

textarea.large, input.large, select.large {
	width: 300px;
}

textarea.xlarge, input.xlarge, select.xlarge {
	width: 400px;
}

.hidden {
	display: none;
}

/*
Message Elements
*/

div.message {
	border-width: 1px;
	border-style: solid;
	padding: .5em;
	margin-bottom: .5em;
}

div.error {
	color: #FFDADB;
	background-color: #F00;
	border-color: #F00;
}

div.information {
	color: #333;
	background-color: #FFFFCD;
	border-color: #CC9838;
}

div.confirmation {
	color: #333;
	background-color: #D1EEF5;
	border-color: #3ED5FF;
}

div.message a:link, div.message a:visited, div.message a:hover, div.message a:focus, div.message a:active {
	color: inherit;
}

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div, #navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus, .result img { behavior: url(/_css/iepngfix.htc) }
