* {
	padding: 0;
	margin: 0;
	}

body {
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	line-height: 100%;
	background: #fff;
	}

#board {
	float: left;
	}

#site {
	float: left;
	}

p {
	line-height: 110%;
	padding: 0 0 1em 0;
	margin: 0;
	}

td {
	font-size: 11px;
	}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #a30;
	}

h2 {
	padding-bottom: 2px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #930;
	}
	
h3 {
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-size: 12px;
	}

img {
	border: 0;
	}
	
a {
	color: #CC4E35;
	}
	
a:hover {
	color: white;
	text-decoration: none;
	background-color: #CC4E35;
	}
	
a.black { color: #000; text-decoration: none; }
a.black:hover { color: white; text-decoration: none; background-color: #000; }

a.red { color: #900; text-decoration: none; }
a.red:hover { color: white; text-decoration: none; background-color: #900; }

a.white { color: #fff; text-decoration: underline; }
a.white:hover { color: #000; text-decoration: underline; background-color: #fff; }

a.gray { color: #666; text-decoration: underline; }
a.gray:hover { color: #fff; text-decoration: underline; background-color: #666; }

input, textarea, select {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	}

.heading {
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	}

.difficulty {
	float: right;
	font-weight: normal;
	font-size: 11px;
	color: #999;
	}

.hr {
	font-size: 32px;
	line-height: 1px;
	height: 0;
	border-bottom: 1px solid #ccc;
	}

.clear {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	clear: both;
	}

td.label {
	text-align: right;
	padding: 3px 10px 3px 0;
	white-space: nowrap;
	}
	
td.field {
	padding: 3px 10px 3px 0;
	width: 100%;
	}

/*** Other Fun Sites ***/

#other_sites {
	display: none;
	}


/*** Header ***/

#header {
	display: none;
	}


/*** Welcome ***/

#welcome {
	display: none;
	}


/*** Left Column ***/

#left_column {
	float: left;
	padding-left: 20px;
	}


/*** Puzzle ***/

#puzzle {
	float: left;
	position: relative;
	background: #999;
	line-height: 100%;
	border: 2px solid #000;
	}

#puzzle .square {
	float: left;
	width: 40px;
	height: 40px;
	background: #fff;
	font-size: 9px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}

.complete {
	height: 415px;
	text-align: center;
	font-size: 14px;
	}

#big_square {
	position: absolute;
	height: 114px;
	width: 94px;
	background: #fff;
	border: 5px solid #666;
	z-index: 3;
	}
	
.mini_square {
	position: absolute;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	}

.tiny_square {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	color: #0c0;
	}

.red {
	color: #c00;
	}
	
#maybe,
#is_not {
	position: absolute;
	top: 0;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	background: #eee;
	}

#maybe {
	width: 46px;
	border-right: 1px solid #ccc;
	}

#is_not {
	width: 47px;
	right: 0;
	}

#cancel,
#clear {
	position: absolute;
	bottom: 0;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	background: #eee;
	text-align: center;
	}

#clear {
	width: 46px;
	left: 0;
	border-right: 1px solid #ccc;
	}

#cancel {
	width: 47px;
	right: 0;
	}

#is_not a,
#maybe a,
#cancel a,
#close a {
	padding: 2px 6px;
	color: #000;
	background: transparent;
	text-decoration: none;
	}

#big_square .on {
	background: #ff6;
	}

#puzzle .square a,
.mini_square a {
	background: transparent;
	}

#big_square .sq1 { top: 0px; left: 0; }
#big_square .sq2 { top: 0px; left: 31px; }
#big_square .sq3 { top: 0px; left: 62px; }
#big_square .sq4 { top: 31px; left: 0; }
#big_square .sq5 { top: 31px; left: 31px; }
#big_square .sq6 { top: 31px; left: 62px; }
#big_square .sq7 { top: 62px; left: 0; }
#big_square .sq8 { top: 62px; left: 31px; }
#big_square .sq9 { top: 62px; left: 62px; }
	
#puzzle .row1 { top: 0; }
#puzzle .row2 { top: 41px; }
#puzzle .row3 { top: 82px; }
#puzzle .row4 { top: 124px; }
#puzzle .row5 { top: 165px; }
#puzzle .row6 { top: 206px; }
#puzzle .row7 { top: 248px; }
#puzzle .row8 { top: 289px; }
#puzzle .row9 { top: 330px; }
#puzzle .col1 { left: 0; }
#puzzle .col2 { left: 40px; }
#puzzle .col3 { left: 81px; }
#puzzle .col4 { left: 122px; }
#puzzle .col5 { left: 164px; }
#puzzle .col6 { left: 205px; }
#puzzle .col7 { left: 247px; }
#puzzle .col8 { left: 288px; }
#puzzle .col9 { left: 329px; }
#puzzle .num1 { margin-left: 1px; margin-top: 0px; }
#puzzle .num2 { margin-left: 15px; margin-top: 0px; }
#puzzle .num3 { margin-left: 29px; margin-top: 0px; }
#puzzle .num4 { margin-left: 1px; margin-top: 13px; }
#puzzle .num5 { margin-left: 15px; margin-top: 13px; }
#puzzle .num6 { margin-left: 29px; margin-top: 13px; }
#puzzle .num7 { margin-left: 1px; margin-top: 26px; }
#puzzle .num8 { margin-left: 15px; margin-top: 26px; }
#puzzle .num9 { margin-left: 29px; margin-top: 26px; }

#puzzle .thirdcol {
	border-right: 2px solid #999;
	}
	
#puzzle .thirdrow {
	margin-bottom: 1px;
	}
	
#puzzle .lastrow {
	border-bottom: 0;
	}
	
#puzzle .lastcol {
	border-right: 0;
	}
	
#puzzle td div {
	height: 30px;
	width: 30px;
	font-size: 20px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	}

#sub_puzzle {
	display: none;
	}

#time_left,
#time_left_text {
	display: none;
	}
	
/*** Right Column ***/

#right_column {
	display: none;
	}


/*** Chatterbox Panes ***/

.chatter_pane {
	display: none;
	}

/*** Tabs ***/

#tabs {
	display: none;
	}

/*** Belt ***/

#belt {
	display: none;
	}

	
/*** Footer ***/

#footer {
	display: none;
	}

