/*
Template: Winter Purple
Author: Theo Chakkapark
WWW: http://suteki.nu
E-Mail: ranmaguy@suteki.nu
Comments: This is the default template for OekakiPoteto v3.
*/


/* Links */
a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
span.nolink {
	color: white;
}
.imghover {
	padding: 1px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
.imghover:hover {
	padding: 1px;
	border-width: 1px;
	border-color: white;
	border-style: solid;
}
.imgthumb {
	padding: 1px;
	border-width: 1px;
	border-color: white;
	border-style: solid;
}
.imgthumb:hover {
	padding: 1px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}


/* Tags */
html {
	margin: 0;
	padding: 0;
	color: #cbc2cf;
	font-family: "Arial", sans-serif;
	font-size: 10pt;
}

body {
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url("");}
hr {
	/* Used only for non-CSS browsers */
	display: none;
}
form {
	margin: 0;
	padding: 0;
}
p.indent {
	text-indent: 2em;
	padding: 0;
	font-size: 10pt;
}
p.subtext {
	text-indent: 0;
	margin: 0 0 0 1em;
	font-size: 10pt;
	font-style: italic;
}


/* Header */
#banner {
	color: white;
	background-color: black;
	border-width: 0 0 1px 0;
	border-color: white;
	border-style: dotted;
}
#menubar {
	width: 100%;
	padding: 2px 10px 2px 10px;
	background-color: #4C455A;
	font-size: 11pt;
	border-width: 0 0 1px 0;
	border-color: white;
	border-style: dotted;
}
#options {
	width: 100%;
	padding: 7px 10px 7px 10px;
	background-color: black;
	font-size: 11pt;
	border-width: 0;
	border-color: white;
	border-style: dotted;
}
span.newmail {
	/* New messages! */
	font-weight: bold;
}
#adminbar {
	/* FIX: Leftover admin stuff */
	padding: 3px 10px 3px 10px;
	background-color: black;
	font-size: 9pt;
	border-width: 0 0 1px 0;
	border-color: white;
	border-style: dotted;
}
#notice {
	/* Board-specific drabble */
	padding: 0 10px 0 10px;
}


/* Content */
.pages {
	/* Styles for page navigators */
	margin: 0 5% 0 5%;
	text-align: center;
	background-color: ;
	font-size: 9pt;
	font-weight: bold;
	border-width: ;
	border-color: ;
	border-style: ;
}
.activepage {
	/* Current page number in page navigators */
	color: white;
	font-size: 11pt;
	font-weight: bold;
}
#contentmain {
	/* Container for all content on all pages except pop-ups */
	margin: 0 5% 0 5%;
}
.postheader {
	/* Header for each post */
	padding: 5px;
	text-align: left;
	color: white;
	background-color: #302741;
	font-size: 10pt;
	border-width: 1px;
	border-color: white;
	border-style: dotted;
}
.postmain {
	/* Container for each post */
	vertical-align: top;
	padding: 3px;
	background-color: black;
	border-width: 0;
	border-color: white;
	border-style: dotted;
}
.postdata {
	/* Picture for each post */
	text-align: center;
	background-color: ;
}
.commentmain {
	/* Container for each comment */
	margin: 0 0 0 10px;
}
.commentheader {
	/* Header for each comment */
	padding: 1px 0 2px 10px;
	text-align: left;
	background-color: black;
	font-size: 13px;
	border-width: 0;
	border-color: white;
	border-style: solid;
}
.commentinfo {
	/* Inherits from commentheader */
	color: #999966;
	font-size: 11px;
	font-weight: bold;
}
.commentdata {
	/* The actual comments */
	margin-bottom: 8px;
	padding: 0 10px 0 15px;
	text-align: left;
	vertical-align: top;
	color: white;
	background-color: ;
	font-size: 10pt;
	border-width: 0 0 0 0;
	border-color: white;
	border-style: solid;
}
#footer {
	/* Copyright */
	padding: 8px;
	text-align: right;
	background-color: #4C455A;
	font-size: 10px;
	border-width: 1px 0 1px 0;
	border-color: white;
	border-style: dotted;
}


/* Menus and Config */
.header {
	/* General header (should follow PostHeader styles) */
	text-align: center;
	margin: 0;
	padding: 3px 0 3px 0;
	color: white;
	background-color: #302741;
	font-weight: normal;
	font-size: 10pt;
	border-width: 1px;
	border-color: white;
	border-style: dotted;
}
.infotable {
	/* Simple formatting for generic tables */
	padding: 1% 5% 1% 5%;
	background-color: black;
	font-size: 10pt;
	border-width: 0;
	border-color: white;
	border-style: dotted;
}
.infomain {
	/* Style for admin panel tables */
	width: 100%;
}
p.infonote {
	/* General information at the top of infotables */
	padding: 1em;
	text-indent: 30pt;
	text-align: justify;
	border-width: 1px;
	border-color: white;
	border-style: dotted;
}
.infoask {
	/* Admin panel options */
	/* NOTE: IE doesn't like percentages! */
	width: 200px;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}
.infoenter {
	/* Admin panel form data */
	/* NOTE: IE doesn't like percentages! */
	text-align: left;
	vertical-align: top;
}
.txtinput {
	color: #cbc2cf;
	font-size: 10pt;
	background-color: #4c455a;
}
.submit {
	color: ;
	background: white;
	font-size: 9pt;
	border-color: white;
	border-style: solid;
	border-width: 0;
}
.multiline {
	color: #cbc2cf;
	font-size: 10pt;
	background-color: #4c455a;
}


/* Popup stuff, may be smaller than normal pages */

/* Tags */
.pheader {
	/* General header (should follow PostHeader styles) */
	text-align: center;
	padding: 4px;
	color: white;
	background-color: #302741;
	font-size: 10pt;
	border-width: 1px;
	border-color: white;
	border-style: dotted;
}
.pinfotable {
	/* Simple formatting for generic tables */
	padding: 1% 5% 1% 5%;
	color: #cbc2cf;
	background-color: black;
	font-size: 10pt;
	border-width: ;
	border-color: ;
	border-style: ;
}
.pinfoask {
	/* Admin panel options */
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	font-weight: bold;
}
.pinfoenter {
	/* Admin panel form data */
	text-align: left;
	vertical-align: top;
}
.ptxtinput {
	height: 21px;
	color: #cbc2cf;
	font-size: 10pt;
	background-color: #4c455a;
}
.chatinfo {
	text-align: center;
	background-color: #4D6D86;
}
.pchatdialog {
	font-family: "Courier New", "Courier", monospace;
	font-size: 9pt;
}