/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styling */

body {
	font-family:Helvetica, Arial, sans-serif;
	background-color:#e9e9e9;
	background-image:url('images/background.gif');
	text-align:center;
}

body div.grid.container {
	margin:0px auto;
	text-align:left;
}

div.content {
	background-color:#fff;
	margin:0px;
	display:block;
	padding:24px 0px;
	position:relative;
}

header {
	background-color:#222;
	height:54px;
	margin:0px;
}

header h1{
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
	color:#e6e6e6;
	line-height:54px;
}

#entry {
	display:block;
}

#entry p {
	font-size:22px;
	margin:0px 20px 24px 20px;
	line-height:30px;
	color:#333;
	font-weight:bold;
}

#entry input {
	position:absolute;
	left:20px;
	right:20px;
	border:1px solid #ccc;
	height:48px;
	line-height:48px;
	font-size:24px;
	font-family:Helvetica, Arial, Sans-serif;
	font-weight:bold;
	color:#999;
}

#entry a.startGame{
	margin:100px 20px 0px 20px;
	font-size:24px;
	display:block;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	background-color:turquoise;
	color:#222;
	line-height:54px;
	letter-spacing:1px;
}

#game {
	display:none;
}

#game h2 {
	font-size:48px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:144px;
	background-color:turquoise;
	margin:0px 20px;
}

#game p {
	padding:36px 0px;
	font-size:22px;
	color:#333;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	margin:0px 20px;
}

#results {
	display:none;
}

#results p {
	padding:36px 0px;
	font-size:28px;
	color:#222;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	color:Turquoise;
}

h3 {
	font-size: 18px;
	color:#222;
	font-weight:bold;
	line-height:48px;
	margin:0px 20px;
}

ol {
	list-style-type:decimal;
	border-top:1px solid #ccc;
	font-size:24px;
	font-weight:bold;
}

ol li {
	font-size:16px;
	line-height:48px;
	color:#222;
	position:relative;
	border-bottom:1px solid #ccc;
}

ol li.even {
	background-color:#e6e6e6;	
}

ol li span.name {
	text-align:left;
	display:inline-block;
	font-weight:bold;
	position:absolute;
	left:18px;
}

ol li span.score {
	text-align:right;
	display:inline-block;
	letter-spacing:1px;
	position:absolute;
	right:18px;
	font-weight:normal;
}

a.playAgain {
	font-size:24px;
	display:block;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	background-color:turquoise;
	color:#222;
	line-height:54px;
	margin:24px 20px 0px 20px;
	letter-spacing:1px;
}