/* NorthBoard - Default style */

/* General */

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #d4d4d4;
	font: 12px verdana;
	background: #191919;
	line-height: 1.5em;
}

fieldset {
	border: 0;
}

a {
	color: #60a0dc;
	text-decoration: underline;
}

a:hover {
	color: #82c2fe;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	margin: 5px 0px;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-color: #60a0dc;
	color: #000000;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

h3 {
	margin: 0;
	padding: 0;
	font-style: oblique;
	font-size: 12px;
	text-align: center;
}
	
h4 {
	font-size: 12px;
	background-color: #60a0dc;
	color: #000000;
	padding: 2px 5px;
	margin: 0;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;
}
	
h4 span {
	font-weight: bold;
}
	
#logo {
	background: transparent url('img/northpole_170px.gif') no-repeat 50% 0;
	height: 170px;
	width: 100%;
	margin-top: 10px;
}
	
#wrapper {
	height: 100%;
	width: 100%;
}

.tcell {
	display: table-cell;
}

.trow {
	display: table-row;
}

/* Padding to the page top on front page */
div#welcome {
	padding-top: 40px;
}

/* The sidebar */

#left {
	float: left;
	width: 190px;
	height: 100%;
	background: #000000;
	padding: 0 5px;
	position: fixed;
	overflow: auto;
}

#left ul {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0 0 10px 0;
}

#left li {
	padding: 0 5px;
}

#left li.active {
	background: #153e62;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#left li:hover {
	background: #206098;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#left li.header {
	margin: 3px 0 2px 0;
	padding: 2px 5px;
	background-color: #60a0dc;
	color: #000000;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#left li a {
	text-decoration: none;
	display: block;
	width: 100%;
}

#left #software {
	font-size: 0.8em;
	text-align: center;
	padding: 10px 0;
}

#hide {
	position: fixed;
	left: 0;
	top: 50%;
}

#hide a {
	text-decoration: none;
}

.hide_link {
	background: transparent url('img/hide.png') no-repeat 0 0;
	padding: 50px 10px 50px 0;
}

.show_link {
	background: transparent url('img/show.png') no-repeat 0 0;
	padding: 50px 10px 50px 0;
}

#stylechanger,
#threadrestore,
#langchanger {
	display: none;
}
	
/* Content area */
	
#right {
	padding: 0 10px 0 205px;
	height: 100%;
}

#right p {
	margin: 5px;
}

/* Front page */

#fp_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}

#fp_menu ul li {
	display: inline;
	padding: 5px 5px 2px 5px;
	margin: 0;
	background-color: #666;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#fp_menu ul li.cur {
	background-color: #60a0dc;
	color: #ffffff;
}

#fp_menu ul li.cur a {
	color: #ffffff;
}

#fp_menu ul li a {
	text-decoration: none;
	padding: 5px 5px 2px 5px;
}

.news {
	margin-bottom: 10px;
}

/* Boards */

.line {
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #999;
	clear: both;
}

.boardnav {
	text-align: left;
	display: inline;
}

.boardnav .active,
.topnav .active {
	font-weight: bold;
	text-decoration: none;
}

.topnav {
	display: inline;
	text-align: right;
	float: right;
}
	
.title {
	text-align: center;
	font: 32px "Times New Roman";
	color: #60a0dc;
	clear: both;
}
	
.title_sub {
	text-align: center;
	font-style: oblique;
}

/* Posting form */

.infobar {
	margin: 5px 0 0 0;
	padding: 2px 5px;
	background-color: #60a0dc;
	color: #000000;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#postform {
	margin: auto;
	border-spacing: 2px;
}

#postform td.label {
	font-weight: bold;
	border: 1px solid #444;
	background-color: #333;
	padding: 2px 5px;
	color: #60a0dc;
}

#postform td input,
#postform td textarea,
#postform td select {
	background-color: #aaaaaa;
	border: 1px solid #888;
	color: #000000;
}

#postform td input#name,
#postform td input#subject,
#postform td input#file,
#postform td input#embed,
#postform td input#password {
	width: 200px;
}

#postform td textarea#msg {
	width: 400px;
	height: 100px;
}

#postinfo {
	display: table;
	list-style: none;
	margin: auto;
	padding: 0;
	font-size: 10px;
	line-height: 1.3em;
}

#postform #sending {
	visibility: hidden;
}

#postform #sending td {
	background-color: #538abe;
	border: 1px solid #444;
	height: 0px;
}

#postform #sending_bg {
	float: left;
	width: 0;
	background-color: #206098;
}

#postform #sending_text {
	position: absolute;
	padding-left: 10px;
}

#fileinputs input {
	display: block;
}

#charsremaining {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* Messages */

.thread {
	border: 1px solid #333;
	margin: 5px 0;
	padding: 0;
	background: #1C1C1C;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.quote {
	color: #008800;
}

.omitted {
	color: #999;
	font-size: 10px;
	margin: 0 5px !important;
}

.msg_cut {
	font-size: 10px;
}

.expand_images {
	margin: 0 0 5px 5px !important;
}

.thread .postinfo {
	background-color: #252525;
	border-bottom: 1px solid #1C1C1C;
	padding: 1px 2px 2px 2px;
	margin: 0 0 0 0;
}

.answer .postinfo {
	background-color: #44444F;
	color: #d4d4d4;
	border-bottom: 1px solid #222;
}

.post_subject {
	font-weight: bold;
	font-size: 16px;
	color: #60a0dc;
}

.postername {
	font-weight: bold;
	color: #93e3ff;
}

.sage {
	color: #60a0dc;
	text-decoration: underline;
}

.tripcode {
	color: #93e3ff;
}

blockquote.op_post {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

blockquote.post {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

blockquote.files_many {
	clear: both;
	padding-top: 5px;
}

acronym {
	border-width: 0 0 1px 0;
	border-style: dotted;
}

blockquote pre {
 white-space: pre-wrap;
}

.answer {
	background-color: #343439;
	margin: 2px;
	display: table;
	border: 1px solid #3070a9;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.padded {
	padding: 5px;
}

.highlighted {
	margin: 2px;
	display: table;
	border: 3px dashed #63a3dc;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.answer_link {
	display: inline;
}

#embedhelp {
	font-size: 0.8em;
}

#embedhelp a {
	text-decoration: none;
}

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

.spoiler:hover {
	color: #ffffff;
}

.admin {
	color: #FF22A2;
}

.smod {
	color: #FF2222;
}

.mod {
	color: #FFAAAA;/*CCCCCKKKK!*/
}

#preview {
	max-width: 95%;
	margin-left: 10px;
}

.followed {
	font-weight: bold;
	font-size: 0.9em;
}

.location {
	display: block;
	padding-bottom: 2px;
	font-size: 0.9em;
}

.thread .file_single,
.thread .embed {
	float: left;
	display: inline;
	padding: 5px;
	margin: 0 5px 1px 0;
	background-color: #202020;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.answer .file_single,
.answer .embed {
	float: left;
	display: inline;
	padding: 5px;
	margin: 0 5px 1px 0;
	background-color: #393944;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
}

.file_many {
	float: left;
	min-width: 128px;
	min-height: 180px;
	border: 1px solid black;
	background-color: #333;
	margin: 5px 0 5px 5px;
	text-align: center;
}
.file_many img {
	margin: auto;
}

.thread .fileinfo_single {
	display: block;
	margin: 0 !important;
	padding: 2px 5px !important;
	background-color: #202020;
	color: #d4d4d4;
	border-bottom: 1px solid #111;
}

.answer .fileinfo_single {
	display: block;
	margin: 0 !important;
	padding: 2px 5px !important;
	background-color: #393944;
	color: #d4d4d4;
	border-bottom: 1px solid #222;
}

.fileinfo_many {
	text-align: left;
}

.button {
	border: 1px outset #999999;
	background-color: #333333;
	color: #60a0dc;
	padding: 2px 5px;
	text-decoration: none;
}

.button:hover {
	background-color: #444444;
}

.button:active {
	border-style: inset;
}


/* Delete/report -form */

#bottomleft {
	float: left;
}

#pages {
	border: 2px solid #444;
	padding: 5px;
}

#boards {
	padding-top: 10px;
}

#next,
#prev {
	border: 1px outset #999999;
	background-color: #333333;
	color: #60a0dc;
	padding: 2px 5px;
	text-decoration: none;
}

#prev {
	margin-right: 5px;
}

#next {
	margin-left: 5px;
}

#next:hover,
#prev:hover {
	background-color: #444444;
}

#next:active,
#prev:active {
	border-style: inset;
}

#buttons_bottom {
	float: right;
	display: inline-table;
}

#buttons_bottom p {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#buttons_bottom label {
	padding-right: 5px;
	text-align: right;
}

#buttons_bottom input {
	background-color: #aaaaaa;
	border: 1px solid #888;
	color: #000000;
}

/* Bans */

#banned {
	width: 1000px;
	margin: 20px auto;
}

#banimage {
	float: right
}

.banbar {
	margin: 5px 0 0 0;
	padding: 2px 5px;
	height: 20px;
	background-color: #FF0000;
	color: #000000;
	font-weight: bold;
	text-align: center;
	clear: both;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Random */

.clear {
	clear: both;
	line-height: 0px;
	padding: 0;
	margin: 0;
}

/* Listview */

#list {
	margin: 10px auto;
	border-spacing: 0;
}

#list td.cell {
	vertical-align: top;
	border: 1px solid #444;
	padding: 0;
	text-align: center;
}

#list img.mini_img {
	max-width: 80px;
	max-height: 100px;
}

.borderless {
	margin: 0 !important;
	padding: 0 !important;
}

.bottom_border {
	margin-bottom: 50px;
}

/* Moderation */

#loginbox {
	text-align: center;
}

#login {
	margin: auto;
	border: 1px solid #333;
	width: 300px;
	text-align: left;
	padding: 5px;
}

#login ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#login label {
	width: 145px;
	margin-right: 5px;
	display: block;
	float: left;
	text-align: left;
	padding-top: 3px;
}

#login input {
	width: 140px;
	margin-top: 2px;
}

#login #remember {
	clear: both;
}

#mod {
	padding: 5px;
}

#notifications {

}

form#adminform {
	
}

form#adminform label {
	display: block;
}

form#adminform legend,
.subtitle {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #777777;
	margin: 10px 0 10px 0;
	font-style: normal;
}

form#adminform #more {
	display: block;
}

.table th {
	background-color: #444;
}

.table th,
.table td {
	border: 1px solid white;
	padding: 2px 10px;
}

/* Errorpages */

#error_404 {
	background-color: black;
	text-align: center;
}

/* Random */
.ad {
	text-align: center;
}
