@charset "UTF-8";
body {font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Sans-serif; /*margin:0;*/ background-color:#666;}

h1,h2,h3,h4,h5,h6 {font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
/* From Rich Simms */
text-shadow: white 1px 1px 0px,purple 0.1em 0.1em 0.3em;}

.subtle {color:#999999;}

.holiday {color:#C03;}

#wrapper {
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: #EEE;
	
	/* from Rich Simms */
	border: thin solid #009;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 2px 2px 8px #333;
	-moz-border-radius: 10px;
	-moz-box-shadow: 2px 2px 8px #333;
	border-radius: 10px;
	box-shadow: 2px 2px 8px #333;

}

#hnav {
	margin:3px 20px;
	padding:0;
	font-size:80%;
	background: #EEE;
}

div.clearly {clear:both; margin:0; padding:0; height:0;}

#content {
	margin:10px 20px;
	background: #9F9;
	/* from Rich Simms */
	border: thin solid #009;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 2px 2px 8px #333;
	-moz-border-radius: 10px;
	-moz-box-shadow: 2px 2px 8px #333;
	border-radius: 10px;
	box-shadow: 2px 2px 8px #333;
}

#sleeve {margin:0 1em;}

#sleeve ul.spacey li, #sleeve ol.spacey li {margin-bottom:.8em;}

#content h1 {margin-top:0; padding-top:.5em;}

div.pre-next {background-color:#CCCCCC; font-size:0.7em; color:#666666; text-align:right; width:auto; margin:0.25em 0; padding:3px;}

code {font-size:1.4em; color:#930; font-family:monospace;}

#footer {
	background-color: #EEE;
	height:75px;
	font-size:0.7em;
	line-height:110%;
	text-align:center;
	margin:10px 20px 5px 20px;
}
	
#footercontent {padding:5px 15px; margin:0;}

#footercontent a {color:black; text-decoration:none; display:inline;}
#footercontent a:hover {color:black; text-decoration:underline; display:inline;}

#sitemap span.info {font-size:.7em;}

