body {
	margin: 0;
	padding: 0;
	font: 16px/1.5 "Helvetica Neue", Arial, sans-serif;
	background: #fff;
	background: -moz-radial-gradient(center 0deg, circle closest-corner, #fff 0%, #ccc 100%);
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0;
}
a {
	text-decoration: none;
	color: #e20019;
	outline: none;
}
a:hover {
	text-decoration: underline;
}


/* "Play Now" Button */

p#playBtn {
	margin: 0;
	padding: 1.25em 0;
	text-align: center;
	border: 1px solid #ddd;
	border-width: 1px 0;
}
p#playBtn a {
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: inline-block;
	background: #e20019;
	background: -moz-linear-gradient(top, #e20019, #c90018);
	padding: 5px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b00015;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/*p#playBtn a:active {
	position: relative;
	top: 1px;
}*/


/* YouTube Video */

div#video_wrapper {
	width: 480px;
	height: 295px;
	margin: 0 auto 30px;
	padding: 1px;
	border: 10px solid #444;
	-moz-border-radius: 10px;
	background: #fff;
	position: relative;
}
div#videoOverlay {
	width: 480px;
	height: 295px;
	background: #fff;
	opacity: 0.9;
	position: absolute;
	top: 1px;
	left: 1px;
}
div#videoPointer {
	position: absolute;
	top: 60px;
	left: -250px;
	font-size: 200px;
	line-height: 1;
	color: #444;
	z-index: 5;
	opacity: 0;
}


/* Game */

div#game {
	padding: 15px 0;
	text-align: center;
}

div#header {
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}
div#header h1 {
	line-height: 1;
	font-size: 1.75em;
}
div#header p {
	margin: 0;
}

h2#logo {
	display: inline-block;
	min-width: 555px;
	margin: 0 auto 30px;
	padding: 20px 30px;
	text-align: center;
	color: #333;
	background: #e20019;
	font-size: 98px;
	line-height: 1;
	-moz-border-radius: 20px 20px 20px 0;
	-webkit-border-radius: 20px 20px 20px 0;
	border-radius: 20px 20px 20px 0;
	text-transform: lowercase;
}
h2#logo:first-letter {
	text-transform: uppercase;
}
h2#logo em {
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
}
h2#logo span {
	line-height: 0;
}
h2#logo span.emptychar {
	padding: 0 0.1em;
}


/* Letters A-Z */

div#abc_wrapper {
	width: 37.375em;
	margin: 0 auto;	
}
ul#abc {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	width: 37.375em;
	float: left;
}
ul#abc li {
	display: inline;
}
ul#abc li a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.25em;
	color: #fff;
	background: #333;
	width: 2em;
	height: 2em;
	line-height: 2em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	margin: 0.15em;
}
ul#abc li a:hover {
	background: #e20019;
}

ul#abc li a.nomatch {
	background: #bbb;
	color: #888;
	cursor: default;
}


/* Meta */

div#meta {
	clear: both;
}

p#win {
	display: none;
}

/* Footer */

div#footer {
	clear: both;
}
