/* CSS Document */

html, body {
	background-color: #CC9933;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
	height: 100%;
}
p {
	font-size: .8em;
	line-height: 20px;
}
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 20px;
}
h1 {
	height: 30px;
	padding-left: 5px;
	line-height: 30px;
	width: 95%; /* only for IE6 */
	width /**/:100%; /* all other browsers */
	background-color: #000;
	color: #FFF;
	font-size: 1em;
	text-align: center;
}
img {
	border: none;
}

#container {
	background: #F1EF04;
	width: 800px;
	margin: auto;
	padding: 0px;
	text-align: left;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	min-height: 100%;
}
* html #container { /* we only need to target IE6 so this is okay */
	height:100%;
}

#header {
	background-color: #F1EF04;
	width: 800px;
	height: 177px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

#nav {
	background-color: #000;
	color: #FFF;
	text-align: center;
	width: 100%;
	height: 50px;
	font-size: .9em;
}
#nav p {
	line-height:50px;
}
#nav a:link, #nav a:active, #nav a:visited {
	color: #FFF;
	margin-top: 10px;
}
#nav a:hover {
	color: #CC9933;
	margin-top: 10px;
	text-decoration: none;
}
.pageOn {
	font-weight: bold;
	color: #CC9933;
}

#sidebar {
	background-color: #F1EF04;
	width: 265px;
	float: left;
	margin-top: 20px;
	text-align: center;
	margin-left: 10px;
}
#donate {
	background-color: #000;
	width: 265px;
	height: 300px;
	font-size: .9em;
	font-weight: bold;
	color: #9CC;
	line-height: 10px;
}
.yellow {
	color: #CF0;
}
#donate a:link, #donate a:active, #donate a:visited {
	color: #FFFF99;
	margin-top: 10px;
	text-decoration: none;
}
#donate a:hover {
	color: #9CC;
	margin-top: 10px;
	text-decoration: underline;
}

#pastpics {
	background-color: #000;
	width: 265px;
	height: 125px;
	font-size: .9em;
	font-weight: bold;
	color: #FFF;
	line-height: 10px;
}

#spacer {
	clear: both;
}

#footer {
	font-size: .7em;
	text-align: center;
	height: 20px;
	margin-top: 10px;
	background: #000;
	color: #FFF;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF66;
	text-decoration: none;
}

#maincontent {
	/*background-color: #848484;*/
	background-color: #CC9933;
	margin-top: 20px;
	margin-right: 10px;
	min-height: 680px;
	width: 455px; /* only for IE6 */
	width /**/: 485px; /* all other browsers */
	float: right;
	padding: 10px;
}
.rightfloat {
	float: right;
	margin: 5px;
}
.leftfloat {
	float: right;
	margin: 5px;
}
.centerfloat {
	text-align: center;
}
#maincontent a:link, #maincontent a:active, #maincontent a:visited {
	color: #000;
	text-decoration: underline;
}
#maincontent a:hover {
	color: #FFFF66;
	text-decoration: none;
}
.post {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}
.posted {
	font-size: .7em;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
}

.thumb {
	margin: 5px;
	padding: 0px;
}