/* futaba style for kareha by coda & WAHa_06x36 */
body {
	 background: #FFFFEE;
	 color: #800000;
}
a {
	color: #0000EE;
}
a:visited {
	color: #0000DD;
}
a:hover {
        color:#DD0000;
}
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: #F0E0D6;
	padding: 3px 0px 3px 0px;
	margin-left: 1em;
	border: 1px solid #800000;
	-moz-border-radius: 4px;
}
#navbar strong, #managerbar strong, #stylebar strong {
	background: #EEAA88;
	color: #800000;
	font-weight: normal;
	padding: 3px;
	-moz-border-radius: 3px 0px 0px 3px;
}
#navbar a, #managerbar a, #stylebar a {
	padding: 3px;
}



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


#posts {
}
#posts .thread {
	background: #F0E0D6;
	padding: 4px;
	margin-bottom: 2em;
	-moz-border-radius: 6px;
	clear: both;
}
#posts .sagethread {
	background: #F0E0D6;
	border: 3px solid #EEAA88;
	padding: 4px;
	margin-bottom: 2em;
	-moz-border-radius: 6px;
	clear: both;
}
#posts h2 {
	float: left;
	color: #CC1105;
	font-size: 1.2em;
	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;
	margin: 3px;
	padding: 3px;
}
#posts .allreplies, #posts .firstreply, #posts .finalreplies {
}
#posts .repliesomitted {
	background: #FFFFEE;
	height: 4px;
	margin: -0.3em 1em 0.5em 1em;
	-moz-border-radius: 4px;
}



#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: #800000;
	text-decoration: none;
}
#posts h3 .replynum a:hover {
        color:#DD0000;
}
#posts h3 .postername {
	color: #117743;
	font-weight: bold;
}
#posts h3 .postertrip {
	color: #228854;
}
#posts .deletebutton {
	font-size: small;
	position: absolute;
	right: 0.5em;
}
#posts .replytext {
	margin: 0.5em 0em 0em 3em;
}
#posts .replytext > :first-child {
	margin-top: 0em;
}
#posts .replytext blockquote {
	margin-left: 0em;
	color: #789922;
}
#posts .replyabbrev {
	color: #707070;
	margin-left: 3em;
	margin-bottom: 0.5em;
}



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



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

