/*

	Dave Hill's
	Sudoku Page Stylesheet
	----------------------
	
	The design for the sudoku page itself. Does not contain font sizes as they are defined elsewhere.

*/


html {
    margin:0;
    padding:0;
    background:#a7a09a;
    color:#000;
    }
    
body {
    min-width:785px;
    text-align: center;
    }

#wrap {
    background:#FFF;
    margin:0 auto;
    width:785px;
    text-align: left;
    border: solid 1px #000;
    }

#header {
	padding-left: 10px;
	margin-bottom: 0px;
	background: white url(../images/topBack.png) top right;
	background-repeat: no-repeat;
}
#headerHC{
	display: none;
}

#nav {
	padding-top: 1px;
	margin:0px;
    background:#333;
    color: #FFFFFF;
    clear:both;
}
#nav a{
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	text-decoration: underline;
}

#nav ul{ 
    list-style: none;
    margin-top: 0px;
    text-indent: -1em;
}

#nav li{
    display:inline;
    margin:0;
    padding:0;
}
#nav li:after {
	content: " | ";
}
		
#nav li.last:after {
	content: "";
}

/*Left*/
#styleControl{
	float:left;
	width:30px;
	padding-left:8px;
}
#styleControl img{
	border: 0px;
}
/*Right*/
#sidebar {
	float:right;
	width:200px;
	padding:8px;
}
/*Middle*/
#main {
	width:505px;
	margin-right:215px;
	margin-left:35px;
	padding-left:20px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	clear: both;
	background: repeat-x url(../images/footerBack.png);
	background-color: #EEEECC;
}

#footer a{
	color: #000000;
}

#styleControl img{
	border: 0px;
}
#printNote{
	display: none;
}

