body {
         background: #FFFFFF;
         color: #000000;
}
a {
	color: #CC0000;
}
a:visited {
	color: #BB0000;
}
a:hover {
	color: #FF7F7F;
}
form {
	margin: 0px;
}



#topbar {
	margin: 0.3em;
	margin-bottom: 1em;
	text-align: right;
	font-size: small;
}
#navbar, #managerbar, #stylebar {
	display: inline;
	white-space: nowrap;
	line-height: 2em;
	background: #FFEFE7;
	padding: 3px 0px 3px 0px;
	margin-left: 1em;
	border: 1px solid #CC0000;
	-moz-border-radius: 4px;
}
#navbar strong, #managerbar strong, #stylebar strong {
	background: #FFCFC0;
	color: #800000;
	font-weight: normal;
	padding: 3px;
	-moz-border-radius: 3px 0px 0px 3px;
}
#navbar a, #managerbar a, #stylebar a {
	padding: 3px;
}



#threads {
	background: #E7FFEF;
	color: #008000;
	padding: 4px;
	margin-bottom: 2em;
	-moz-border-radius: 6px;
	clear: both;
}
#threads h1 {
	color: #005F00;
	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 2em;
	padding: 0px;
	margin: 0px;
}
#threadlist {
	background: #FFFFFF;
	font-family: serif;
	margin: 3px;
	padding: 3px;
	-moz-border-radius: 4px;
}
#threadlist .threadlink {
	padding-right: 0.5em;
}
#threadlist strong {
	text-align: right;
	font-weight: bold;
}
#oldthreadlist {
	background: #FFFFFF;
	font-family: serif;
	margin: 3px;
	padding: 3px;
	-moz-border-radius: 4px;
}
#oldthreadlist .threadlink {
	display: block;
}
#oldthreadlist .manage {
	font-size: small;
	margin-left: 1em;
}
#threads form {
	background: #D6F0E0;
	font-family: serif;
	margin: 3px;
	padding: 3px;
	-moz-border-radius: 4px;
}
#threads input, #threads textarea {
	border: 1px solid #008000;
}
#threads textarea {
	-moz-border-radius: 4px;
}
#threads input[type=submit] {
	background: #C0E0D0;
}
.threadcaptcha {
	color: #008000;
}


#posts {
}
#posts .thread {
	background: #E7EFFF;
	padding: 4px;
	margin-bottom: 2em;
	clear: both;
	-moz-border-radius: 6px;
}
#posts .sagethread {
	background: #D6E0F0;
	padding: 4px;
	margin-bottom: 2em;
	clear: both;
	-moz-border-radius: 6px;
}
#posts h2 {
	float: left;
	font-size: 1.2em;
	color: #CC1105;
	font-weight: bold;
	margin: 0px 0px 0px 1em;
	padding: 0px;
}
#posts h2 small {
	font-size: 1em;
	font-weight: normal;
}
#posts .threadnavigation {
	float: right;
}
#posts .replies {
	clear: both;
}
#posts .allreplies, #posts .firstreply, #posts .finalreplies {
	background: #FFFFFF;
	color: #000080;
	font-family: serif;
	margin: 3px 3px 6px 3px;
	padding: 3px;
	-moz-border-radius: 4px;
}
#posts .repliesomitted {
}



#posts .reply {
	margin: 0px 0px 0.5em 0px;
}
#posts .deletedreply {
	margin: 0px 0px 1.2em 0px;
}
#posts h3 {
	position: relative;
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#posts .deletedreply h3 {
	color: #AFAFAF;
	font-weight: bold;
}
#posts h3 .replynum {
	font-weight: bold;
	margin-left: 0.3em;
	margin-right: 0.3em;
}
#posts h3 .replynum a {
	color: #000080;
	text-decoration: none;
}
#posts h3 .replynum a:hover {
	color: #FF7F7F;
}
#posts h3 .postername {
	color: #117743;
	font-weight: bold;
}
#posts h3 .postertrip {
	color: #228854;
}
#posts .deletebutton {
	position: absolute;
	right: 0.5em;
	font-size: small;
}
#posts .replytext {
	margin: 0.5em 0px 0px 3em;
}
#posts .replytext > :first-child {
	margin-top: 0em;
}
#posts .replytext blockquote {
	margin-left: 0em;
	color: #789922;
}
#posts .replyabbrev {
	color: #228854;
	margin-left: 3em;
	margin-bottom: 0.5em;
}



#posts form {
	background: #D6E0F0;
	color: #000080;
	font-family: serif;
	margin: 3px;
	padding: 3px;
	-moz-border-radius: 4px;
}
#posts input, #posts textarea {
	border: 1px solid #000080;
}
#posts textarea {
	-moz-border-radius: 4px;
}
#posts input[type=submit] {
	background: #C0D0E0;
}
.postcaptcha {
	color: #000080;
}



#footer {
        text-align: center;
        font-size: 0.8em;
}

