/* the forum body */
body {
	background-image: url(images/weedles.png);
	background-repeat: repeat;
	background-color: #ddddff;
	margin: 0px;
	padding: 0px;
	color: #202030;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}
/* another body, on top of the original. this is for multi-layered background images pretty much */
#divBody2 {
}
/* class given to elements whose width is affected by full-screen posting setting. may be overwritten in script */
.widthToggleable {
	width: 96%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/* global html tag definitions */
a:link {
	color: #0000c0;
	text-decoration: none;
}
a:visited {
	color: #8000c0;
	text-decoration: none;
}
a:hover {
	color: #2020e0;
	text-decoration: underline;
}
a img{
	border: 0;
}
table {
	empty-cells: show;
}
input, textarea, button {
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}
input.check {
	color: #000000;
}
select {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #dfdfdf;
	background-color: #dfdfdf;
}

/* the top area. contains banner, news, user info, etc. */
#divTopBarFull {
	height: 122px;
}
#divTopBarMiddle {
	border-left: 2px black solid;
	border-right: 2px black solid;
	border-top: 2px black solid;
	background-color: white;
	height: 122px;
}
/* margin between divTopBarFull and the page top */
#divTopBarMarginTop {
	height: 10px;
}
/* margin between divTopBarFull and divTopAreaFull */
#divTopBarMarginBottom {
}

/* the box containing the banner */
#divTopLeftBox {
	width: 500px;
	height: 120px;
	float: left;
}

/* the box containing the news */
#divTopRightBox {
	margin-left: 504px;
	padding-top: 4px;
	padding-right: 4px;
	height: 116px;
	background-color: white;
}
#divNews {
	height: 116px;
	width: 100%;
	overflow: auto;
}
#divNewsTop { /* not currently used */
}
#divNewsBottom { /* not currently used */
}

/* the area between the banner/news and the body, incl. the user bar */
#divTopAreaFull {
}
#divTopAreaMiddle {
	border-left: 2px black solid;
	border-right: 2px black solid;
}
#divUserBar {
	background-color: white;
	padding: 4px;
	border-top: 1px #aaaacc solid;
	border-bottom: 1px #aaaacc solid;
}
#divUserBar img {
	max-height: 20px;
	padding-right: 4px;
	vertical-align: middle;
}
#frmLogin {
	display: inline;
}
#frmSearch {
	display: inline;
	float: right;
}
#spnMaintenanceMode {
	color: red;
	font-weight: bold;
}

/* the body... aka where all the action is */
#divBodyFull {
}
#divBodyMiddle {
	border-left: 2px black solid;
	border-right: 2px black solid;
	background-color: #ddddff;
}

/* nav tree */
.nav, .nav:link, .nav:visited {
	color: #4466aa;
	text-decoration: none;
}
a.nav:hover {
	font-weight: bold;
	color: #66aaaa;
	text-decoration: underline;
}

/* quote and code tag stuff */
.quote {
	background-color: #ddddff;
	border: 1px black solid;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}
.code {
	background-color: #ddddff;
	border: 1px black solid;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}
.quoteheader, .codeheader {
	color: #8866aa;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* ? icons */
.help {
	cursor: help;
}

/* for /me messages */
.meaction {
	color: #88aa66;
}

/* the post box */
.editor {
	width: 96%;
}

/* highlights for search results... not sure what else */
.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* alternating bg colors for posts, board/thread listings, and other stuff */
.windowbg {
	background-color: #ffffff;
}
.windowbg2 {
	background-color: #efefef;
}
/* the left part of a post where avatar, etc. are. set in global.css but can be overwritten here. */
.windowleft {
	overflow: hidden;
	width: 16%;
}
.windowleft img {
	max-width: 150px;
}

/* the background when you preview a post. style like windowbg for best results */
#preview_body {
}

/* siggos, in case you want to style them differently */
.signature {
}

/* for the bar containing the title in threads, and a few other things */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited {
	font-style: normal;
	background-color: #9899b8;
}
.titlebg a:hover {
}

/* category bars */
.catbg {
}
.catbg2 { /* category with new posts */
}
.catbg, .catbg2 {
	font-weight: bold;
	background-color: #9080b0;
}

/* these are ghetto borders for lots of parts around the forum */
.bordercolor {
	/* background-color: black; */
}
.tborder {
	/* background-color: black; */
}

/* text size classes used all around the forum */
.smalltext { /* 8pt */
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext { /* 10pt */
	font-size: small;
}
.largetext { /* 14pt */
	font-size: large;
}

/* bar at the bottom with copyright and php/mysql/w3c buttons */
#divFooterFull {
}
#divFooterMiddle {
	color: #efefef;
	background-color: #ddddff;
	border-left: 2px black solid;
	border-right: 2px black solid;
}