@charset "UTF-8";
/* CSS Document */

* {
	padding:0px;
	border:0px none;
	background-repeat:no-repeat;
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Trebuchet MS';
}
body {
	background-image:url(../images/trees.png);
	background-position:bottom center;
	background-attachment:fixed;
}
#mainWrapper {
	width:900px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainHeader {
	background-image:url(../images/header.png);
	height:235px;
	width:900px;
	margin:0 auto;
}
#mainBody {
	background-image:url(../images/body.png);
	background-repeat:repeat-y;
	width:840px;
	margin: 0 auto 0px;
	padding: 0px 30px 30px;
}
#mainBody .post {
	border:1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	width:560px;
	padding:10px;
	margin-bottom:10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 153, 0, .5)), color-stop(0.5, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
}
#mainBody .post:last-child { margin-bottom:0px; }
#mainBody .post h2 { font-size:26px; }
#mainBody .post h3 { font-size:18px; }
#mainBody .post p { margin:7px; }
#mainFooter {
	background-image:url(../images/footer.png);
	background-position:bottom;
	height:80px;
	width:840px;
	margin:0 auto;
	padding:0 30px;
}
#mainFooter {
	vertical-align:middle;
	font:12px #999;
}

a { color:#06C; }
a:hover {
	text-decoration:underline;
	cursor:pointer;
}
#nav {
	float:right;
	width:250px;
	padding:0px;
	border:1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
}
#nav div, #nav h2 {
	border-bottom:1px solid #F90;
	padding:5px 5px;
}
#nav div { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 153, 0, .5)), to(rgba(255, 255, 255, 0))); }
/*, color-stop(0.75, rgba(255, 255, 255, 1)),*/
#nav:last-child {
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
}
#nav h2 {
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#474F72;
	letter-spacing:-1px;
}
#nav div a {
	color:#666;
	font-size:18px;
	text-decoration:none;
}
#nav div:hover {
	color:#333;
	text-decoration:underline;
	cursor:pointer;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 153, 0, .5)), to(rgba(200, 200, 200, 1)));
	text-shadow:1px 1px #CCC;
}
img[alt] {
	border:1px #09F dotted;
	margin:6px;
	padding:2px;
}
img[alt]:hover { border:#09F 1px solid; }
ul,ol { margin:10px;}
li { margin:5px;}

