@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* RE-SETS
------------------------------------------- */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #282922
}

ol, ul {
	list-style: none;
}

/* General
------------------------------------------- */

body {
	font-family: 'Droid Sans', sans-serif;
	background-color: #515151;
	font-size: large;
}

h1 {
	color: #eee;
	font-size: 200%;
	margin: 25px 50px;
}

h2 {
	font-size: 150%;
	margin-bottom: 20px;
}

h3 {
	font-size: 140%;
	margin-bottom: 20px;
}

h4 {
	font-size: 120%;
	color: #eee;
	margin-bottom: 20px;
}

/* Layout
------------------------------------------- */

#container {
	width: 960px;
	margin: 0 auto;
}

#leftCol {
	width: 300px;
	float:left;
	margin-right: 30px;
}

/* GameUi
------------------------------------------- */

#gameCanvas {
	float: right;
}

#gameComplete {
	display: none;
}

#gameStatus {
	margin-bottom: 20px;
	padding: 25px;
	background: #eee;
	border-radius: 5px
}

/* Buttons
------------------------------------------- */

a {
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 5px;
	font-size: 120%;
}

ul#gameKeypad {
	overflow: auto;
}

ul#gameKeypad li {
	margin-bottom: 10px;
	float: left;
}

ul#gameKeypad li:nth-child(3n+2){
	margin: 0 10px;
}

ul#gameKeypad li:last-child {
	position: relative;
	left: 33.5%;
}

#gameKeypad a {
	background: #00B4FF;
	padding: 10px;
	width: 70px;
}

#gameKeypad a:hover {
	background: #2488f5;
}

#gameNew {
	background-color: #92cc05;
	margin: 25px 0;
	padding: 15px;
}

#gameNew:hover {
	background-color: #649707;
}