* {
	padding: 0;
	margin: 0;
	}

body {
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	line-height: 100%;
	background: url("images/bg15.gif");
	}

#board {
	position: relative;
	margin: 20px auto 20px auto;
	border: 5px solid #000;
	background: #fff;
	width: 784px;
	}

#site {
	text-align: left;
	margin: 20px auto 0 auto;
	background: #fff;
	}

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 {
	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 {
	padding: 3px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Tahoma;
	color: #ff9;
	background: #000;
	}

#other_sites a {
	padding-left: 6px;
	color: #fff;
	text-decoration: none;
	}

#other_sites a:hover {
	color: #f66;
	background: #000;
	}


/*** Header ***/

#header {
	position: relative;
	margin: 0 auto;
	padding-bottom: 25px;
	width: 744px;
	}

#header #log_in {
	position: absolute;
	top: 0;
	right: 2px;
	}	

#header ul {
	position: absolute;
	top: 25px;
	right: 2px;
	list-style: none;
	}
	
#header li {
	float: left;
	padding: 3px 0;
	margin-right: 15px;
	font-size: 12px;
	}
	
#header li.archives { background: url("images/vault.gif") no-repeat; padding-left: 22px; }
#header li.rankings { background: url("images/star.gif") no-repeat; padding-left: 20px; }
#header li.rules { background: url("images/rules_icon.gif") no-repeat; padding-left: 20px; }
#header li.profile { background: url("images/profile_icon.gif") no-repeat; padding-left: 15px; margin-right: 0; }


/*** Welcome ***/

#welcome {
	margin-top: 20px;
	padding: 12px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 130%;
	}


/*** Left Column ***/

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


/*** Puzzle ***/

#puzzle {
	position: relative;
	background: #999;
	line-height: 100%;
	}

#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 {
	padding: 5px;
	background: #ccc;
	color: #555;
	text-align: center;
	border-right: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #999;
	}

#time_left {
	padding: 5px;
	background: #333;
	color: #fb6;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	}


/*** Billboard ***/

#billboard {
	display: none;
	height: 370px;
	background: #fff;
	}


/*** Archive ***/

.archive_month {
	margin-bottom: 10px;
	}
	
.archive_month .month_name {
	margin-bottom: 6px;
	}
	
.archive_month .day {
	float: left;
	}

.archive_month .day a {
	display: block;
	padding: 3px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-decoration: none;
	}

.archive_month .completed a {
	background: #666;
	color: #fff;
	}


/*** Right Column ***/

#right_column {
	position: relative;
	float: left;
	margin-left: 27px;
	width: 340px;
	}


/*** Chatterbox Panes ***/

.chatter_pane {
	position: relative;
	top: -1px;
	height: 445px;
	background: #fff;
	display: none;
	}

#post_message,
#chat_prefs {
	background: #FFDF88;
	}
	
.log {
	margin-bottom: 6px;
	border: 1px solid #999;
	height: 100%;
	width: 100%;
	overflow: auto;
	}

.with_message {
	height: 325px;
	}

.log td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	}

.log td.buddy_icon {
	border-bottom: 1px solid #ccc;
	}

.log td.content {
	padding-left: 2px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	}

.log td.sign_up_notice {
	padding: 7px 10px;
	background: #FFDF88;
	}

.log td.buddy_icon img {
	border: 1px solid #ccc; 
	}

.log .offline td {
	background: #eee;
	}

.log .name {
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	}

.log .flag_profile {
	float: left;
	margin-top: 1px;
	margin-left: 8px;
	}

.log .dr_god {
	color: #900;
	}

.log .time {
	float: right;
	color: #666;
	}

.log .message {
	line-height: 130%;
	}

.log .status {
	float: right;
	margin-top: 2px;
	color: #666;
	}

.log .online {
	font-weight: bold;
	color: #3a3;
	}

.log .add_friend,
.log .remove_friend {
	float: right;
	}

.log .logged_on {
	color: #090;
	font-weight: bold;
	background: #efe;
	}

.log .logged_off {
	color: #900;
	font-weight: bold;
	background: #fee;
	}

.log .error {
	background: #900;
	color: #fff;
	}

.log .error .time {
	color: #fff;
	}

#num_players_display {
	color: #900;
	}

/*** Tabs ***/

#tabs {
	position: relative;
	z-index: 1;
	}
	
#tabs li {
	position: relative;
	z-index: 2;
	float: left;
	display: block;
	list-style: none;
	margin-right: 8px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	}
	
#tabs li a:link,
#tabs li a:visited {
	float: left;
	display: block;
	padding: 4px 8px;
	color: #000;
	text-shadow: #fff 0 1px 1px;
	text-decoration: none;
	background: #ccc;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
	
#tabs li a:hover {
	background: #eee;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
	
#tabs li a.on:link,
#tabs li a.on:visited {
	float: left;
	display: block;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;
	text-shadow: #ccc;
	background: #fff;
	border-bottom: 1px solid #fff;
	}

/*** Belt ***/

#belt {
	margin-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}

#belt td {
	padding: 12px 15px;
	background: #ffc;
	}

#belt #friends td {
	padding: 0 15px 0 0;
	}

#belt #friends ul {
	list-style: none;
	margin-bottom: 10px;
	}

#belt #friends li {
	list-style: none;
	padding: 2px 0px 1px 16px;
	}

#belt #upgrade li {
	background: url("images/dot_blue.gif") no-repeat 0 3px;
	}

#belt #friends li {
	background: url("images/dot.gif") no-repeat 0 3px;
	}

#belt #friends li a { color: #690; text-decoration: underline }
#belt #friends li a:link { color: #690; }
#belt #friends li a:visited { color: #690; }
#belt #friends li a:hover { color: white; text-decoration: none; background-color: #690 }

a:link.become_a_friend,
a:visited.become_a_friend {
	color: #06c;
	}

a:hover.become_a_friend {
	background: #06c;
	color: #fff;
	}

/*** Help ***/

.faq {
	display: none;
	padding: 10px 12px;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 130%;
	}

/*** Account ***/
	
table.tile_select {
	float: left;
	margin-bottom: 10px;
	}
	
table.tile_select td.radio {
	padding: 0 5px;
	background: #eee;
	}
	
table.tile_select td img {
	border: 1px solid #ccc;
	}
	
/*** Rankings ***/

.rank_header {
	padding: 5px 8px 4px 8px;
	margin-bottom: 10px;
	background: #498D00;
	color: #ff0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	
.score_list {
	line-height: 130%;
	}

.user_score {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
	
.user_score a,
.score_list a {
	text-decoration: none;
	}

.user_score a:link,
.user_score a:visited {
	color: #06c;
	}
	
.user_score a:hover {
	background: #06c;
	color: #fff;
	}
	
.user_score .score,
.score_list .score {
	float: right;
	}
	
/*** Footer ***/

#footer {
	padding: 10px 15px;
	margin-top: 20px;
	text-align: center;
	background: #fc6;
	color: #793A00;
	clear: both;
	}

#footer a:link,
#footer a:visited {
	color: #793A00;
	}

#footer a:hover {
	background: #793A00;
	color: #fff;
	}

/*** Error ***/

#error {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	background-color: #fdd;
	border: 1px solid #ccc;
	clear: both;
}

#error h3 {
	padding: 4px 10px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #c00;
}

#error p {
	color: #333;
	margin: 0;
	padding: 5px;
}

#error ul {
	margin: 0;
	padding: 10px 0 10px 30px;
}

#error li {
	padding: 4px 15px 4px 0;
	font-size: 12px;
	list-style: square;
}

#message {
	padding: .5em 1em;
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 16px;
	font-weight: bold;
	color: #360;
	background: #cf9;
	border: 3px solid #9c6;
	clear: both;
}
