@charset "UTF-8";

/* Main styles */
body {
	background-color: black;
	font-family: verdana, geneva, lucida, arial, helvetica, sans-serif;
	font-size: .85em;
	min-width: 960px; /* Because the navbar gets fucked up on small resolutions */
}

a {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: white;
}
#contentarea {
	width: 79em;
	background-color: #C6D4EF;
	border: 0;
	height: 100%;
	margin: 0 auto;
	padding-left: 1em;
	padding-right: 1em;
}
#wrapper {
	border: 0;
	width: 100%;
	height: 100%;
}
.banner {
	text-align: center;
	padding-bottom: 1em;
}
.banner img {
	border: none;
}

/* Feeds styles */
.articlefeeds {
	width: 95%;
	margin: 0 auto;
}

/* Article styles */
.articlesleft {
	float: left;
	width: 100%;
	border: 1px solid #0B198C;
	background-color: #A0ACC1;
}
.articlesright {
	float: left;
	width: 100%;
	border: 1px solid #0B198C;
	background-color: #A0ACC1;
}
.article {
	background-color: #A0ACC1;
	border: 1px solid #D1D1E1;
	border-bottom: none;
	padding-bottom: 1em;
}
.articleheader {
	background-color: black;
	font-weight: bold;
	font-size: .9em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	border-bottom: 1px solid #D1D1E1;
	color: white;
}
.articleheader a {
	color: white;
	text-decoration: none;
}
.articleheader a:hover {
	text-decoration: underline;
}
.articlecontent {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}
.articleswrapper {
	float: left;
}
.articleusername {
	font-size: larger;
}


.columnheader {
	background-color: #738FBF;
	color: white;
	font-weight: bold;
	text-align: center;
	border: 1px solid #D1D1E1;
	border-bottom: none;
	font-size: 1.20em;
	padding: .5em;
}
.columnheader a {
	color: white;
	text-decoration: none;
}
.columnheader a:hover {
	text-decoration: underline;	
}
.clear {
	clear: both;
	margin-top: 1em;
}
.footer {
	text-align: center;
	padding: 1em;
	color: white;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
/* Sidebar */
.sidebarwrapper {
	width: 13em;
	float: right;
	border: 1px solid #0B198C;

}
.sidebarheader {
	background-color: #708090;
	color: white;
	text-align: center;
	font-weight: bold;
	border: 1px solid #D1D1E1;
	padding: .5em;
}
.sidebarcontent {
	background-color: #A0ACC1;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-top: .5em;
	border: 1px solid #D1D1E1;
	border-top: none;
	font-size: .85em;
	padding-bottom: .5em;
}
.sidebarcontent a {
	color: black;
	text-decoration: none;
}
.sidebarcontent a:hover {
	text-decoration: underline;
}
.whitebox {
	border: 1px solid #D1D1E1;
	padding: .25em;
}
.articlesform {
	width: 100%;
	border: 1px solid #0B198C;
	background-color: #A0ACC1;
}
.articlesformcontent {
	padding-left: 15px;
	border: 1px solid #D1D1E1;
}

.useravatar {
	padding-right: 1.3em;	
}

.authortag {
	padding-right: 5px;
	text-align: right;
}

.comment {
	background-color: #A0ACC1;
	border: 1px solid #D1D1E1;
	border-bottom: none;
	padding-bottom: 1em;
}

.commentcontent {
	padding-left: 1em;
	padding-right: 1em;
}

.commentheader {
	background-color: black;
	font-weight: bold;
	font-size: .9em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	border-bottom: 1px solid #D1D1E1;
	color: white;
}
.commentheader a {
	color: white;
	text-decoration: none;
}
.commentheader a:hover {
	text-decoration: underline;
}
.commentform {
	padding-left: 1em;
	border-top: 1px solid #D1D1E1;
}
.poweredbyicons {
	margin-top: 1em;	
}
.edittag {
	padding-left: 1em;	
}


.categoriesleft {
	float: left;

	border: 1px solid #0B198C;
	background-color: #A0ACC1;
	margin-bottom: 1em;
	width: 100%;
}
.categories_rollover a {
	color: white;
}
.categories_rollover {
	background-color: #708090;
	font-weight: bold;
	text-align: left;
	padding-left: 1em;

	border: 1px solid black;
	margin: .2em auto;
	padding-top: .3em;
	padding-bottom: .3em;
}
.categories_rollover:hover {
	background-color: #A0ACC1;
}


label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
}

input.error, textarea.error, select.error {
	border: 2px solid red;
}

img.noborder {
	border: none;
}

.memberinfo {
	font-size: .85em;
}


.my_images_table td {
	padding: 1em;
	padding-bottom: 2em;
}

.bbcode_code {
	font-family: courier, monospace;

}
.bbcode_code_head {
	font-size: .8em;
}
.bbcode_code_body {
	padding-left: 1em;
	border: 1px solid black;
	overflow: auto;
}

.bbcode_quote_head {
	font-size: .8em;
}
.bbcode_quote_body {
	background-color: #c4c4df;
	padding-left: .5em;
	padding-right: .5em;
	border-left: 1px solid black;
	border-top: 1px solid black;

}
.bbcode_quote {
	margin-left: 2em;
}


.browse_category_cat {
	font-size: 1.6em;
}

.browse_category_cat a {
	text-decoration: none;
}

.view_count {
	font-size: .8em;
	margin-top: .5em;
	text-align: right;
}

