body {
	background-color:#f6f6f6;
}
.container {
	margin:0 auto;
	width:960px;
	text-align:left;
}

.shadow {
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}

/* --------------------------------------------------------------------------------
	Header
----------------------------------------------------------------------------------*/
#header {
	height:6.7em;
	background:#fff url(../images/header-bg.gif) repeat-x 0 100%;
}
#header .inner {
	width:100%;
	height:6.7em;
	float:left;
	background:#fff url(../images/header-bg.gif) repeat-x 0 100%;
}
.page-title {
	margin:0;
	text-align:center;
	line-height:1.4em;
	
	background:transparent url(../images/line.gif) no-repeat 50% 69%;
}
	.colon {
		display:block;
		text-indent:-999em;
		font-size:1px;
		line-height:0.05;
	}
	.subtitle {
		font-size:0.6em;
		line-height:1em;
		color:#567e56;
		display:block;
	}

/* --------------------------------------------------------------------------------
	Navigation
----------------------------------------------------------------------------------*/
#navigation {
	background:#333 url(../images/nav-bg.gif) repeat-x 0 0;
}
ul.menu {
	margin:0 auto;
	padding:0;
	width:100%;
	background:#333 url(../images/nav-bg.gif) repeat-x 0 0;
}
	ul.menu li {
		margin:0 auto;
		padding:0;
		display:inline;
		font-size:14px;
		line-height:30px;
		height:36px;
		font-weight:bold;	
	}
	ul.menu li a {
		float:left;
		padding:3px 20px;
		color:#fff;
	}
	ul.menu li.selected a,
	ul.menu li.selected a:hover {
		background-color:#194972;
		text-decoration:none;

	
		/* IE9 - must specify each corner */
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;	

		-moz-border-radius: 5px; /* Firefox */
		-webkit-border-radius: 5px; /* Safari, Chrome */
		border-radius: 5px;	/* CSS3 */
	}
	
	
/* --------------------------------------------------------------------------------
	Content boxes
----------------------------------------------------------------------------------*/
.content-box {
	margin:10px;
	padding:15px;
	width:910px;
	background-color:#fff;

	/* IE9 - must specify each corner */
	border-top-right-radius: 10px; 
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
		
	-moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}
.blue-box {
	color:#fff;
	background-color:#194972;
}
	.blue-box p {
		margin:0;
		font-size:1.4em;
	}
	.blue-box a {
		color:#fff;
		font-weight:bold;
		text-decoration:underline;
	}
	.blue-box a:hover {
		color:#fff;
		text-decoration:underline;
	}
.white-box {
	background-color:#fff;
}
	.white-box p {
		margin:0;
		font-size:1.4em;
	}
	
		
.gray-box {
	color:#fff;
	background-color:#333333;
}
	.gray-box p {
		margin:0;
		font-size:1.4em;
	}
.box-title {
	margin:0 0 .5em 0;
}

/* --------------------------------------------------------------------------------
	Sudoku
----------------------------------------------------------------------------------*/
#sudoku-grid-wrapper {
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	padding:3px;
	border:3px solid #1b7bcc;
	background-color:#fff;
}
#sudoku-grid td {
	text-align:center;
	vertical-align:middle;
	line-height:1em;
}
#sudoku-grid input {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width:34px; height:24px;
	text-align:center;
	vertical-align:middle;
	font-size: 16pt;
}
.cell {
	border-style:none;
	color:black;
}
	.hintcell {
		border-style:none;
		color: #186cb3; /* blue */
		background-color:#4ebf4e; /* green */
	}
	.hintunitcell {
		border-style:none;
		color: #186cb3; /* blue */
		background-color:rgb(215,215,215); /* gray */
	}
	.inputcell {
		border-style:none;
		color: #186cb3; /* blue */
		background-color:white;
	}
	.errorcell {
		border-style:none;
		color: #186cb3; /* blue */
		background-color:rgb(255,198,226); /* light red */
	}	
	.errordigit {
		border-style:none;
		color: red;
		background-color:rgb(255,198,226); /* light red */
	}	
.candidatediv {
	float: left;
	border: 1px solid gray;
	width: 34px;
	height: 34px;
}
	.candidatediv td {
		color:#000;
	}

/* Messages */
.messages {
	float:left;
	margin-bottom:15px;
	padding:5px;
	line-height:30px;
	text-align:center;
}
	.messages p {
		font-size:1.2em;
	}
	/* Error message */
	.errmessage {
		border:3px solid #ff7c7c;
	}
	/* Regular message */
	.okmessage {
		border:3px solid #4dbd4f;
	}
	.messages-button-set {
		margin-left:150px;
	}
/* Description text */
.desc-text {
	clear:both;
}

/* --------------------------------------------------------------------------------
	Functions
----------------------------------------------------------------------------------*/
#function-wrapper {
	margin-left:365px;
}
	.button1 {
		margin:4px 2px;
		border:0;
		color:#000;
		font-size:13px;
		line-height:26px;
		width:94px;
		height:26px;
		background:transparent url(../images/button-94x26.gif) no-repeat 0 0;
			
		text-shadow: 1px 1px 2px #ffffff;
		filter: dropshadow(color=#ffffff, offx=1, offy=1); 
	}
	.button2 {
		margin:4px 2px;
		border:0;
		color:#000;
		line-height:26px;
		width:192px;
		height:26px;
		background:transparent url(../images/button-192x26.gif) no-repeat 0 0;
			
		text-shadow: 1px 1px 2px #ffffff;
		filter: dropshadow(color=#ffffff, offx=1, offy=1); 
	}
	.button3 {
		margin:4px 2px;
		border:0;
		color:#000;
		line-height:26px;
		width:143px;
		height:26px;
		background:transparent url(../images/button-143x26.gif) no-repeat 0 0;
			
		text-shadow: 1px 1px 2px #ffffff;
		filter: dropshadow(color=#ffffff, offx=1, offy=1); 
	}
	.button1:hover,
	.button2:hover,
	.button3:hover {
		cursor:pointer;
	}

.seed-board-group {
	margin-bottom:15px;
}
.seed-textarea {
	margin-left:70px;
	margin-right:20px;
	margin-bottom:5px;
	float:left;
	letter-spacing:.5em;
	border:none;
	white-space:normal;
}
.seed-board {
	margin:0 30px;
}
	.seed-board p {
		margin-bottom:30px;
		font-size:1.2em;
	}

/* --------------------------------------------------------------------------------
	How to use
----------------------------------------------------------------------------------*/
/* list of button descriptions*/
ul.button-desc {
	border-top:1px solid #e5e5e5;
}
ul.button-desc li {
	margin:0;
	font-size:1.4em;
	line-height:40px;
	border-bottom:1px solid #e5e5e5;
}
ul.button-desc li strong {
	font-weight:bold;
	color:#397e39;
	text-transform:uppercase;
}
ul.button-desc li span {
	float:left;
	width:300px;
}


/* --------------------------------------------------------------------------------
	Google Ad
----------------------------------------------------------------------------------*/
#footer-ad {
	background-color:#f6f6f6;
	text-align:center;
}
#footer-ad table {
	width:100%;
}

/* --------------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------------*/
#footer {
	padding-top:0;
	padding-bottom:0;
	margin-bottom:10px;
	text-align:center;
}
#footer p {
	line-height:30px;
}

