/* CSS Document */

.number {
	background:	url(images/tile.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	font-size:34;
	text-align:center;
	color: #50210d;
	margin:0;
	padding:0;
}

.number_selected {
	background:	url(images/tile.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	font-size:34;
	text-align:center;
	color: #50210d;
	margin:0;
	padding:0;
}

.number_selectable {
	background:	url(images/number_selectable.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	font-size:34;
	color: #50210d;
	text-align:center;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.wrong {
	background:	url(images/wrong.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	font-size:34;
	text-align:center;
	color: #50210d;
	margin:0;
	padding:0;
}


.place {
	width:40px;
	height:40px;
	border:none;
	margin:0;
	padding:0;
	font-size:32;
	text-align:center;
}

.empty_place {
	width:40px;
	height:40px;
	border:none;
	margin:0;
	padding:0;
}

.sum_place {
	background:	url(images/sum.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	margin:0;
	padding:0;
	color:#333333;
}

.duck_place {
	background:	url(images/empty.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	margin:0;
	padding:0;
}

.empty_place {
	width:40px;
	height:40px;
	border:none;
	margin:0;
	padding:0;
}

.sum_top {
	width:40px;
	height:20px;
	font-size:9px;
	text-align:left;
	color: #50210d;
	font-weight:bolder;
	padding: 5px 0px 0px 24px;
	margin:0;
}

.sum_bottom {
	width:40px;
	height:15px;
	font-size:9px;
	text-align:left;
	color: #50210d;
	font-weight:bolder;
	padding: 0 0 0 5px;
}

#kakuro {
	margin:0;
	padding: 0 30px 0 0;
	float:left;
	width:420px;
	height:480px;
	background: url(images/background.png) no-repeat;
}

#stage{
	margin:0;
}

#stage_container {
	margin:30px 30px 0 30px;
	float:right;
	width:360px;
	height:360px;
	border:none;
	padding:0;
}

#numbers_container {
	float:right;
	width:360px;
	height: 41px;
	padding: 0;
	margin: 7px 30px 0 30px;
	border:none;
}

#menu {
	float:right;
	width:360px;
	height:22px;
	margin:12px 30px 0 25px;
	padding:0;
}

#menu ul, #menu ul li{
	list-style-type: none;
	padding:0;
	margin:0;
}

#menu ul li{
	padding:0;
	margin:0;
	width:90px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	color:#EABE8F;
	text-decoration:none;
	vertical-align:middle;
}

#menu ul li a{
	padding:0;
	margin:0;
	color:#EABE8F;
	text-decoration:none;
	font-weight:bolder;
}

#clock{
	margin: 2px 0 0 8px;
	color:#000;
	text-decoration:none;
	font-weight:bolder;
}

#congratulations{
	text-align:center;
	color:#FFFFFF;
}

#congratulations h1{
	margin:100px 0 20px 0;
	text-align:center;
	color:#FFFFFF;
}

#debug {
	color:#333333;
}

#combos{
	margin: 20px 0 0 0;
}

#combos h1{
	margin: 0 0 10px 0;
	font-size:22px;
	text-align:left;
}

#combos p{
	text-align:left;
}

#combos li{
	margin: 5px 0 0 20px;
}