/* =Reset Styles
---------------------------------------------------------------------------------------------------- */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	margin: 0;
}
ol, 
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, 
th, 
td {
	text-align: left;
	font-weight: normal;
}
strong {
	font-weight:bold;
}

/* =Main Styles
---------------------------------------------------------------------------------------------------- */

html, body {
	background: #000000 url(images/bg-body.gif) 0 0 repeat;
	height: 100% !Important;
	width: 800px;
	font: normal 11px/1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div {
	position:relative;
}
p {
	margin-bottom:5px;
	line-height: 12px;
}
#header {
	background: transparent url(images/header.gif) no-repeat;
	height:60px;
	margin-left:20px;
}
#container{
	width:400px;
	overflow:hidden;
	margin-left:20px;
}
#scoreBox{
	float:right;
}
#scoreBox h1{
	margin:0px;
	padding:0px;
	font-family:sans-serif;
	font-size:15px;
}
#stats {
	margin-top:10px;
}
#grid {
	padding: 0px;
	margin:0px 0px 5px 0px;
	width: 250px;
	height: 500px;
	border:1px solid #CCCCCC;
}
#previewGrid {
	padding: 0px;
	margin:0px 0px 10px 0px;
	width: 125px;
	height: 150px;
	border:1px solid #CCCCCC;
}
#pb {
	position:relative;
	left: 130px;
}
#summ {
	position:absolute;
	top:280px;
	left:3px;
	width:100%;
	padding-top:5px;
}
li.block {
	display:block;
	width: 25px;
	height:25px;
	float:left;
	list-style-type:none;
	border:none;
	background: transparent url(images/background.gif);
}
#gameOver {
	position:absolute;
	display:none;
	padding: 10px;
	top:300px;
	left:75px;
	width: 125px;
	background: #000000;
	color: white;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}
input.btn {
	position:absolute;
	top:230px;
	width: 100%;
	display: block;
	margin: 5px 0px;
	padding: 4px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #2F2F2F;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
input:hover {
	background-color: #666666;
}
