body {
	font-family: trebuchet MS, helvetica, arial, sans-serif;
	margin:0;
	padding:0;
}

img {
	border:0;
}

img#logo {
	margin:8px 8px 0;
}

div#navigation {
	padding:3px 0 3px;
	border: solid 1px #000;
	border-style:solid none solid;
	background-color:#eee;
}

div#navigation  a{
	margin-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#000;
	border-right: solid 1px #aaa;
}

div#navigation  a:first-child {
	margin-left: 50px;
	padding-left:10px;
	border-left: solid 1px #aaa;
}

div#navigation a:hover {
	text-shadow: 3px 3px 2px #acf;
	text-decoration:underline;
}

div#pageContent {
	margin:0 5px 0 15px;
}

div.forum-post {
	width:90%;
	margin:20px auto;
	padding:20px;
	background-color:#d6d6d6;
	border: solid 2px #555;
	-mox-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow:4px 4px 4px #bae4fc;
}

div.forum-post a:first-child {
	font-weight:bold;
	text-decoration:none;
	color:#000;
	font-size:1.2em;
	font-style:italic;
}

div.forum-post a:hover {
	text-decoration:underline;
}

div.forum-post:nth-child(2n+0) {
	background-color:#f8f8f8;
}

div#donate {
	padding:5px;
	float:right;
}

