@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 !important;
}

ul, ol {
	padding: 0 1em;
}

.clear {
	clear: both;
}

body {
	background-color: #FC6;
	background-image: url(../img/tile.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

a {
	color: #454545;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

#container {
	position: relative;
	background: transparent url(../img/content.png) top center repeat-y;
}

.spacer {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header {
	position: relative;
	background: transparent url(../img/header-bare.png) top center repeat-x;
	height: 168px;
}

h1 {
	text-indent: -9999px !important;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: transparent url(../img/true.png) top left no-repeat;
	width: 352px;
	height: 192px;
}

#menu {
	position:absolute;
	z-index:10;
	left: 64px;
	top: 5px;
	list-style: none;
	text-indent: 0;
}

#menu li {
	font-size: 14px;
	display: inline;

}

#menu li a {
	text-decoration: none;
	color: #222222;
	padding: 8px 0.5em;
}

#menu li.active a {
	color: #630;
	background: #949172;
}

#menu li a:hover {
	color: #630;
	background: #949172;
	border-bottom: none !important;
}

#userbox {
	position:absolute;
	width:390px;
	height:80px;
	z-index:25;
	left: 400px;
	top: 52px;
	font-size: 0.7em;
	text-align: right;
	line-height: 1.4em;
	color: #686658;
}

#userbox a {
	color: #888480;
	text-decoration: none;
}

#userbox a:hover {
	color: #989490;
	border-bottom: 1px dotted #989490;
}

#character {
	position:absolute;
	height: 224px;
	width: 192px;
	z-index: 20;
	right: -32px;
	top: 0;
	background: transparent url(../img/orc.png) top left no-repeat;
}

#content {
	position: relative;
	min-height: 600px;
	z-index: 5;
	line-height: 1.4em;
}

#left {
	margin-right: 224px;
	padding: 0 8px;
	font-size: 0.9em;
}

#right {
	float: right;
	width: 224px;
	font-size: 0.8em !important;
}

.shoutbox {
	background: transparent url(../img/shoutbox.png) top left no-repeat;
	padding-top: 24px;
}

.shoutbox * {
scrollbar-3dlight-color:#757159;
scrollbar-arrow-color:#949172;
scrollbar-base-color:#949172;
scrollbar-darkshadow-color:#757159;
scrollbar-face-color:#757159;
scrollbar-highlight-color:#949172;
scrollbar-shadow-color:#757159;
}

.shoutbox textarea, .shoutbox input {
	border: 1px solid #757159;
	background: #949172;
	color: #373119;
	font-size: 1.1em;
}

.calendar {
	background: transparent url(../img/calendar.png) top left no-repeat;
	padding-top: 28px;
}

.recent {
	background: transparent url(../img/recentposts.png) top left no-repeat;
	padding-top: 28px;
}

.recent hr {
	margin: 4px 0;
}

.smalltext {
	font-size: 0.9em;
	color: #666666;
	line-height: 1.25em;
}

.middletext {
	font-size: 0.9em;
	color: ##555555;
	line-height: 1.25em;
}

.post, .personalmessage {
	font-size: 0.9em;
	line-height: 1.4em;
	overflow: auto;
	padding: 4px;
}

.titlebg td {
	color: black;
	background: #848162;
	padding: 4px;
	font-weight: bold;
}

#left .windowbg {
	color: black;
	background: #949172;
	padding: 4px;
}

#left .catbg, #left .catbg2, #left .catbg3
{
	border-bottom: solid 1px #765537;
	padding: 4px;
}

#left .windowbg2 {
	background: #A4A182;
	padding: 4px;
}

#left .catbg, #left .catbg2, #left .catbg3 {
	background: #C4C1A2;
	padding: 4px;
}

#left .windowbg3 {
	background: #B4B192;
	padding: 4px;
}

#right .windowbg { padding: 0 !important; }
#right .recent .smalltext { padding: 0 4px; }

table
{
	empty-cells: show;
}

td {
	display: table-cell;
}
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}


/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 10px;
	line-height: 1.3em;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.mirrortab_back, .mirrortab_active_back,
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
}

img {
	border: 0;
}

#footer {
	padding-top: 20px;
	height: 220px;
	clear: both;
	background: transparent url(../img/footer.png) center top no-repeat;
	font-size: 0.7em;
	text-align: right;
}

#footer .spacer {
	width: 726px;
	padding-right: 234px;
}

.nav {
	color: #666666;
	font-size: 0.9em;
}
