/* Woo! Comments! */

html
{
	background-image: url(hillbottom.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #4fa4ff;
	background-attachment: fixed;
	min-height: 100%;
}

body
{
	margin: 0;	/* Use the whole page */
	padding: 0; 	/* Opera hack - padding instead of margin */
	padding-bottom: 100px;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

div.title
{
	background-image: url(farbs.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 150px;
	padding: 0;
}

div.leader
{
	height: 90px;
	width: 100%;
	padding: 0px;
	width:728px;
	margin:0px auto 20px;
	text-align:left;
	border-top: 5px solid #583b24;
	border-left: 10px solid #583b24;
	border-right: 10px solid #583b24;
	border-bottom: 5px solid #583b24;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #a79261;
}

ul.nav
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	clear: both;
	position: absolute;
	left: 0;
	top: 265px;
}

ul.nav li
{
	margin: 0;
	width: 120px;
}

ul.nav a
{
	display: block;
	width: 100%;
	height: 40px;
	background-position: 50% -80px;
	background-repeat: 	no-repeat;
}

ul.nav a#news
{
	background-image: url(news.jpg)
}

ul.nav a#games
{
	background-image: url(games.jpg)
}

ul.nav a#tools
{
	background-image: url(tools.jpg)
}

ul.nav a#links
{
	background-image: url(links.jpg)
}

ul.nav a#email
{
	background-image: url(email.jpg)
}

ul.nav a:hover,
ul.nav a:focus
{
	background-position: 50% -40px;
	outline: 0;
}

ul.nav a:active
{
	background-position: 50% 0px;
	outline: 0;
}

address
{
	font-size: 0.5em;
	color: #285288;
	text-align: center;
	clear: both;	/* land below all floats */
	margin: 0 0 2em 0;
}

a
{
	color: #221100;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #a79261;
}

h1
{
	text-align: center;
	color: #ffffff;
	font-variant: small-caps;
	font-size: 3.5em;
	margin-top: 0;
	margin-bottom: -0.25em;
	letter-spacing: -0.075em;
	font-family: "Courier New", "Courier", "monospace";
}

h1.shadow
{
	text-align: center;
	color: #555555;
	font-variant: small-caps;
	font-size: 3.5em;
	margin: 0;
	margin-bottom: -1.16em;
	letter-spacing: -0.075em;
	font-family: "Courier New", "Courier", "monospace";
}

h2
{
	font-size: 1.5em;
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 0.5em;
	padding: 3px;
	background-color: #a79261;
	letter-spacing: -0.05em;
	border: 5px solid #edddb5;
	font-family: "Courier New", "Courier", "monospace";
	clear: both;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

h3
{
	font-size: 1.0em;
	margin-bottom: 0em;
	margin-top: 1em;
	color:#a79261;
	letter-spacing: -0.05em;
	font-family: "Courier New", "Courier", "monospace";
	margin-left: 1em;
	clear: both;
}

p, li
{
	text-align: left;
	color: #221100;
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
}

p.intro
{
	margin-left: 1em;
	margin-right: 1em;
}

p.quote
{
	margin-left: 4em;
	margin-right: 4em;
	font-style: italic;
}

.box
{
	background-image: url(topback.jpg);
	background-repeat: repeat-x;
	margin: 0px 120px 5px 120px;
	padding: 0px 10px 10px 10px;
	border-top: 5px solid #583b24;
	border-left: 10px solid #583b24;
	border-right: 10px solid #583b24;
	border-bottom: 5px solid #583b24;
	zoom: 1;	/* Old IE fix */
	background-color: #ffffff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* ataptation of easy clearing method */
.box:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

div.screenshot
{
	clear: left;
	padding: 5px;
	margin-left: 0;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 5px;
	border: 5px solid #edddb5;
	background-color: #a79261;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.screenshot img
{
	padding: 0;
	margin: 0;
	border: 0;
}

div.screenshot p
{
	text-align: center;
	color: #edddb5;
	padding: 0;
	margin: 0;
	font-style: italic;
}

div.game
{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
