/*** 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 #666;
	border-bottom: 1px solid #666;
	}

.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 #666;
	}
	
#puzzle .thirdrow {
	border-bottom: 2px solid #666;
	}
	
#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;
	}


/*** 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 #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;
	}
