/* pseud0ch style for kareha by lolocaust and WAHa_06x36 */
body.mainpage {
	background: #C5AD99;
/* If you want the classical style 0ch brickwall background image, */
/* go to http://www2.2ch.net/ba.gif, upload it to your webspace, */
/* and link to it like this in here: background-image: url(ba.gif); */
	color: #000000;
}
body.threadpage {
	background: #EFEFEF;
	color: #000000;
}

body.backlogpage {
	background: #FFFFFF;
	color: #000000;
}

a {
	color: #0000FF;
}
a:visited {
	color: #660099;
}
a:hover {
        color: #FF0000;
}
form {
	margin: 0px;
}

.mainpage #topbar {
	background: #CCFFCC;
	border: 1px outset grey;
	padding: 7px;
	margin-bottom: 1em;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.mainpage #stylebar {
	float: left;
	border-top: 1px inset grey;
	border-bottom: 1px inset grey;
	border-left: 1px inset grey;
	padding: 6px;
	margin-bottom: 7px;
}
.mainpage #managerbar {
	text-align: right;
	border-top: 1px inset grey;
	border-bottom: 1px inset grey;
	border-right: 1px inset grey;
	padding: 6px;
}
.mainpage #navbar a, .mainpage #managerbar a, .mainpage #stylebar a {
	margin: 0em 0.1em 0em 0.1em;
}

.threadpage #topbar {
	margin: 0.3em;
	margin-bottom: 1em;
	text-align: left;
	border-bottom: 1px solid black;
}
.threadpage #navbar, .threadpage #managerbar, .threadpage #stylebar {
	display: inline;
	white-space: nowrap;
	margin-right: 0.5em;
}
.threadpage #navbar a, .threadpage #managerbar a, .threadpage #stylebar a {
	margin: 0em 0.1em 0em 0.1em;
}

.backlogpage #topbar {
	margin: 0.3em;
	margin-bottom: 1em;
	text-align: left;
	border-bottom: 1px solid black;
}
.backlogpage #navbar, .backlogpage #managerbar, .backlogpage #stylebar {
	display: inline;
	white-space: nowrap;
	margin-right: 0.5em;
}

body.threadpage #threads {
	margin-left: 2.5%;
	margin-right: 2.5%;
	background: #CCFFCC;
	color: #000000;
	padding: 7px;
	margin-bottom: 2em;
/*	-moz-border-radius: 6px; */
	border: 1px outset grey;
	clear: both;
}

body.mainpage #threads {
	margin-left: 2.5%;
	margin-right: 2.5%;
	background: #CCFFCC;
	color: #000000;
	padding: 7px;
	margin-bottom: 2em;
/*	-moz-border-radius: 6px; */
	border: 1px outset grey;
	clear: both;
}

body.backlogpage #threads {
	background: #FFFFFF;
}

body.mainpage #threads h1 {
	margin-left: 2.5%;
	margin-right: 2.5%;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-top: 1px inset grey;
	border-left: 1px inset grey;
	border-right: 1px inset grey;
}

body.threadpage #threads h1 {
	margin-left: 2.5%;
	margin-right: 2.5%;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-top: 1px inset grey;
	border-left: 1px inset grey;
	border-right: 1px inset grey;
}

body.backlogpage #threads h1 {
	display:none
}


body.mainpage #threadlist {
	background: #CCFFCC;

	font-family: serif;
	margin: 0px 0px 7px 0px;
	padding: 6px;
	border-left: 1px inset grey;
	border-right: 1px inset grey;
	border-bottom: 1px inset grey;
/*	-moz-border-radius: 4px; */
}

body.threadpage #threadlist {
	background: #CCFFCC;

	font-family: serif;
	margin: 0px 0px 7px 0px;
	padding: 6px;
	border-left: 1px inset grey;
	border-right: 1px inset grey;
	border-bottom: 1px inset grey;
/*	-moz-border-radius: 4px; */
}

body.backlogpage #threadlist {
	background: #FFFFFF;
	font-family: serif;
	padding: 6px;
}

#threadlist .threadlink {
	padding-right: 0.5em;
}
#threadlist strong {
	text-align: right;
	font-weight: bold;
}
#oldthreadlist {
	background: #FFFFFF;
	font-family: serif;
	margin: 1px;
	padding: 3px;
	margin-bottom: 7px;
/*	-moz-border-radius: 4px; */
}
#oldthreadlist .threadlink {
	display: block;
}
#oldthreadlist .manage {
	font-size: small;
	margin-left: 1em;
}
#threads form {
	background: #CCFFCC;
	font-family: serif;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 6px;
	border: 1px inset grey;
/*	-moz-border-radius: 4px; */
}
#threads input, #threads textarea {
/*	border: 1px solid #800000; */
}
#threads textarea {
/*	-moz-border-radius: 4px; */
}
#threads input[type=submit] {
}
.threadcaptcha {
	color: #000000;
}

#posts {
}
.mainpage #posts .thread {
	margin-left: 2.5%;
	margin-right: 2.5%;
	position: relative;
	background: #EFEFEF;
	border: 1px outset grey;
	padding: 7px;
	margin-bottom: 2em;
/*	-moz-border-radius: 6px; */
	clear: both;
}
.mainpage #posts .sagethread {
	margin-left: 2.5%;
	margin-right: 2.5%;
	background: #EFEFEF;
	border: 2px inset grey;
	padding: 9px;
	margin-bottom: 2em;
/*	-moz-border-radius: 6px; */
	clear: both;
}
.mainpage #posts h2 {
	color: #CC1105;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 0px -1px 0px;
	padding: 1em 0em 0em 0.3em;
	border-top: 1px inset grey;
	border-left: 1px inset grey;
	border-right: 1px inset grey;
}
.threadpage #posts h2 {
	color: #CC1105;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0em;
	padding: 0em 0em 0.5em 0em;
}
#posts h2 small {
	font-size: 1em;
	font-weight: normal;
}
#posts .threadnavigation {
	position: absolute;
	right: 16px;
	top: 10px;
}
#posts .replies {
	clear: both;
	margin: 0px;
}
.mainpage #posts .replies {
	padding: 3px;
	border-left: 1px inset grey;
	border-right: 1px inset grey;
}
#posts .allreplies, #posts .firstreply, #posts .finalreplies {
}
/* #posts .repliesomitted { */
/*	background: #C5AD99; */
/*	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 {
	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-right: 0.3em;
}
.mainpage #posts h3 .replynum {
	margin-left: 0.3em;
}
#posts h3 .replynum a {
	color: #000000;
	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;
	float: right;
	position: relative;
	top: -1.3em;
}
#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: #EFEFEF;
	color: #000000;
	font-family: serif;
	margin: 0px;
}
.threadpage #posts form {
	padding-top: 1em;
	border-top: 2px ridge grey;
}
.mainpage #posts form {
	padding: 3px;
	border-left: 1px inset grey;
	border-right: 1px inset grey;
	border-bottom: 1px inset grey;
}
#posts input, #posts textarea {
/*	border: 1px solid #800000; */
}
#posts textarea {
/*	-moz-border-radius: 4px; */
}
#posts input[type=submit] {
}
.postcaptcha {
	color: #000000;
}

#footer
{
        text-align: center;
        font-size: 0.8em;
}
