body 
{
	background-color: #cae6c1;
	padding: 0 1em;
	font-size:12px;
	font-family: Arial, sans-serif;
        background-image: url("/style/themes/watching_you_fap.svg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

p#advertisement
{
	text-align: center;
	margin: 1em;
}
p#advertisement, p#advertisement *
{
	font-size: 10px;
}

	.body a {
		color:#e00000;
	}
	
.wat
{
		color:#e00000;
}

.split
{
	float: left;
	width: 50%;
}
	
a
{
	color: #000;
	text-decoration: underline;
}
	a:hover
	{
		text-decoration: none;
	}
	
#advertisement {
	padding-bottom: 5px;
	padding-top: 5px;
	align: center;
}

.mag {
	border: none;
	display: none;
	float: left; 
	margin: 2px 20px;
}

.mag:hover {
	border: none;
	float: left; 
	margin: 2px 20px;
}
	
.split
{
	float: left;
	width: 50%;
}

.codebox
{
        font-family: monospace;
	border: 1px solid DarkGreen;
}

.spoiler
{
	background-color: #000;
	color: #000;
}

	.spoiler:hover
	{
		color: #FFF;
	}

sub3
{
display: none;
}

sub33
{
display: none;
}

sub333
{
display: none;
}
	
#notice
{
	border: 2px solid #95D38E;
	background-color: #D8F8D4;
	padding: 0.5em;
}

.help 
{
	cursor: help;
}

.help_cursor
{
	cursor: help;
}

h1
{
	text-align: center;
	font-size: 17px;
        display: none;
}
	h1 a 
	{
		text-decoration: none;
		color: #000;
	}

h2
{
	font-size: 16px;
	color: #000;
}
	h2 a
	{
		text-decoration: none;
	}
	h2 a:hover
	{
		text-decoration: underline;
	}
	
h3 
{
	background-color: #a3d3a0;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0.5em;
}
	h3#preview, 
	h3#error ,
	h3#replying_to
	{
		font-weight: bold;
	}

	.reply_id
	{
		float: right;
		text-align: right;
		vertical-align: middle;
	}
	
h4.section
{
	font-size: 15px;
	margin-bottom: 7px;
}

h4.user
{
	font-size: 14px;
	margin: 0 0 0.5em 0;
}

h3.seeingred {
	color: #e00000;
}

.body
{
	background-color: rgba(189, 224, 187, 0.79);
	margin: 0;
	padding: 0.5em;
	overflow: hidden;
	line-height: 1.5em;
}
	.body img
	{
		border: none;
		float: left;
		margin-bottom: 6px;
		margin-right: 7px;
	}

	span.quote 
	{
		color: #3AA52F;
	}
	.standalone
	{
		margin-bottom: 1em;
	}
	.highlight
	{
	background-color: #FF9;
	font-style: normal;
	font-weight: bold;
	}
	.body ul.menu
	{
		text-align: right;
		margin: 0.5em 0 0 0;
		clear: both;
	}
		.body ul.menu li
		{
			margin: 0 0 0 0.5em;
		}

		.body ul.menu li,
		.body ul.menu li a,
		.body ul.menu li span
		{
			font-size: 10px;
		}

	.body ul.othermenu
	{
		text-align: right;
		margin: 0.5em 0 0 0;
                padding-top: -5px;
	}

		.body ul.othermenu li
		{
			margin: 0 0 0 0.5em;
		}

		.body ul.othermenu li,
		.body ul.othermenu li a,
		.body ul.othermenu li span
		{
			font-size: 10px;
		}

                ul.othermenu li
	{
		display: inline;
		margin: 0 1em 0 1em;
		font-weight: bold;
	}

label
{
	font-weight: bold;
}
	label.common
	{
		padding-right: .5em;
		text-align: right;
		width: 15em;
		float: left;
	}


input,
textarea
{
	display: block;
}

textarea
{
	width: 100%;
	font-family: monospace;
}

.split
{
	float: left;
	width: 50%;
}

UL.menu
{
	text-align: center;
	margin: 1em;
}

	UL.menu LI
	{
		display: inline;
		margin: 0 1em 0 1em;
		font-weight: bold;
	}
	
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{
	outline:1px solid #EAFFE8;
}

fieldset { 
	margin: 1em 0; 
}
	legend 
	{
		font-weight: bold;
	}

ul.body,
ul.error_message
{
	list-style-type: none;
}

ul.error_message
{
	padding: 0;
	margin: 0;
}
	ul.error_message li
	{
		font-style: italic;
		padding: .2em;
	}

ul.menu
{
	text-align: center;
	margin: 1em;
}
	ul.menu li
	{
		display: inline;
		margin: 0 1em 0 1em;
		font-weight: bold;
	}
	ul#main_menu
	{
	margin: 0 0 1em 0;
	padding: 0.5em;
	background-color: #95D38E;
	}
	ul#main_menu_mobile
	{
	display: none;
	}
	
.logo
{
        display: none;
}
	
ul.stuff
{
	margin-bottom: 2em;
}
	ul.stuff li
	{
		margin-bottom: 0.5em;
	}

table
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

	table th
	{
		text-align: left;
		background-color: #97cc88;
		padding: 0.5em;
	}

	table td
	{
		padding: 0.5em;
		background-color: rgba(189, 222, 180, 0.8);
		vertical-align: top;
	}

	table tr.odd td
	{
		background-color: rgba(171, 214, 158, 0.8);
	}

	table tr:hover td
	{
		background-color: rgba(151, 204, 136, 0.8);
	}

	table .minimal
	{
		white-space: nowrap;
		width: 1%;
	}
	
.reply_body_snippet,
.snippet
{
	font-style: italic;
}

.topic_headline a,
.reply_body_snippet a,
.snippet a
{
	font-weight: bold;
}

	.topic_headline a:visited
	{
		font-weight: normal;
	}

em.marked
{
	background-color: #EAFFE8;
	font-weight: bold;
	font-style: normal;
}

.unimportant,
.unimportant *
{
	font-size: 10px;
}	

.topic_info
{
	float: right;
	cursor: default;
}

.row
{
	margin-bottom: 0.5em;
}

p.caption
{
	margin-top: 2px;
	font-size: 11px;
}

.inline 
{
	display: inline;
}

.noscreen 
{
	display: none;
}

.help 
{
	cursor: help;
}

#last_seen_marker
{
	border-top: 2px solid #66A75F;
}

#snapback_link
{
	position: fixed;
	left: 2px;
	top: 50%;
}

	#snapback_link a
	{
		text-decoration: none;
	}

.clr {
	display: inline-block;
}
.clr {
	display: block;
}
.clr:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#main {
    margin: 0 0 1em 0;
    min-height:150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 12px;
}

#sender {
   clear:both;   
   font-family: Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size : 12px;
   padding:2px;
   margin: 0 0 1em 0;
}

/*td {
   padding:5px;
}*/

#result {
    margin: 0 0 1em 0;
	 background: #DAEDF8;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    height:400px;
    overflow:auto;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 10px;
    color:#F00;
    padding:5px;

}


.text {
	border: 1px solid #000;
}

.highlighted, .preview {
	background-color: #abd69e;
}

#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

.txt {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:12px;
    color:#333;
}

.border {border: 1px dashed #67A067;}

#quotePreview {
    border: 2px solid #2559256e;
}

#quotePreview .body {
    background-color: #bddfbde8;
}
