/* The main body of the entire forum. */
body
{
	background-color: #333333;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size : .8em;
	color: #C8C8C8;
	margin: 0;
	padding: 0;
}

/* Normal, standard links. */
a:link
{
        color: #0083C1;
        text-decoration: none;
}
a:visited
{
        color: #0083C1;
        text-decoration: none;
}

 a:hover
{
	color: red;
        text-decoration: none;
}

.globalNav {
	font-size:1.2em;
	text-align: right;
	font-weight: bold;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	font-size: 1.4em;
	color: #CC3300;
	font-weight: bold;


}
a.nav:hover
{
	color: #FF3E3E;
	font-weight: bold;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
td
{
	font-family:  Verdana, Geneva, Arial, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #333333;
	margin:0;
}

.catbg td 
{
	color: white;
}

#footerarea td 
{
	color: #666666;
}
td #bodyarea
{
	padding-top:0px;
}

#SUB_MENU td {
	padding:0;
	margin:0;
}

#SUB_MENU {
	padding: 0 0 25px 20px;
	margin:-5px 0 0 0;
}

#SUB_MENU a:visited, #SUB_MENU a:link{
        color:black;
		text-decoration:none;
}

#SYS_MENU {
        position:absolute;
		top: 95px;
        display: block;
        width:600px;
        padding: 0 0 0 10px;
		font-weight:bold;
		color: #C8C8C8;
		margin:0;
}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
	background-color: #D1D7DC;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #666666;
	background-image : url(images/button_bg.gif);
	background-position : bottom;
	padding: 2px;
	margin: 0;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #C3B8D0;
	border: 1px solid #000000;
	margin: 1px;
	padding: 3px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	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;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #888888;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* 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;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	font-family:  Verdana, Geneva, Arial, sans-serif;
	border-bottom-width: thin;
	background: #E6E6E6 ;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: black;
}

.windowbg2
{
	font-family:  Verdana, Geneva, Arial, sans-serif;
	border-bottom-width: thin;
	background: #E6E6E6 ;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #333333;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-family:  Verdana, Geneva, Arial, sans-serif;
	color: #E1E1E1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 1em;
	background-color: #590000;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

 td tbody
{
        background-color: transparent;
}
/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
        background-image : url(images/box_left_icon.gif);
        background-repeat : no-repeat;
        background-position : left;
        margin: 0 0 0 15px;
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2
{
	font-family:  Verdana, Geneva, Arial, sans-serif;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 1em;
	background-color: #590000;
	color: white;
}

.catbg a:link {
font-size: 1.2em;
font-weight: bold;
color: white;
}

.catbg a:visited {
font-size: 1.2em;
font-weight: bold;
color: white;
}

.catbg a:hover{
font-size: 1.2em;
font-weight: bold;
color: red;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #590000;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #333333;

}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	color:#CCCCCC;
}
/*#bodyarea .smalltext a {
color: #A38D3A;
}*/

.smalltext a {
	color: #9C5841;
}
.smalltext a:visited {
color: #9C5841;
text-decoration: none;
}
.smalltext a:hover {
color: #CC6633;
text-decoration: underline;
}


.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	color:#CCCCCC;
	padding: 0;
	margin:0;
	background-image:url(../../../themes/thu_dark/images/top_panel_r1_c4.jpg);
	background-repeat:repeat-x;
}
	
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
position:relative;
	margin-top: 0px;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: #666666;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #590000;
	border: 1px solid #45453D;
}
.headerbodies
{
	border: 1px solid #45453D;
	background-repeat: repeat-x;
	background-position: bottom;
	font-family:  Verdana, Geneva, Arial, sans-serif;
	background-color: #333333;
	color:red;

}

.headerbodies .smalltext
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	color: #CCCCCC;
}

.windowbg2 .smalltext, .windowbg .smalltext {
	color:black;
}
/* From Take Thu Gallery */
.tableh1 {
	font-family:  Verdana, Geneva, Arial, sans-serif;
	color: #E1E1E1;
	font-size: 1em;
	background-color: #590000;
	background-image : url(images/box_left_icon.gif);
	background-repeat : no-repeat;
	background-position : left;
	padding-left: 15px;
	margin:5px;
}
.tableh1_compact {
	font-family:  Verdana, Geneva, Arial, sans-serif;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #CBC192;
}

.topmenu {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        line-height : 130%;
        font-size : 1.1em;
}



.topmenu a:link, .topmenu a:visited {
        color: #4684C1;
        text-decoration : underline;
}



.topmenu a:hover  {
        /*color : #840000;*/
        color : #AE0000;
        text-decoration : underline;
}

.top_menu_left_bttn a {
        background-image: url(../../../themes/thu_dark/ltr/left_menu_button.gif);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 12px;
        padding-right: 6px;
        position: relative;
        display: block;
        height: 35px;
        line-height: 35px;
        text-decoration: none;
        color: #111111;
}

.top_menu_left_bttn a:hover {
        background-image: url(../../../themes/thu_dark/ltr/left_menu_button_over.gif);
        background-position: left;
        background-repeat: no-repeat;
        text-decoration: none;
        color: #222222;
}

.top_menu_right_bttn a {
        background-image : url(../../../themes/thu_dark/ltr/right_menu_button.gif);
        background-repeat : no-repeat;
        background-position : right;
        padding-right : 22px;
        padding-left : 6px;
        position: relative;
        display: block;
        height : 35px;
        line-height : 35px;
        text-decoration: none;
        color: #111111;
}

.top_menu_right_bttn a:hover {
        background-image : url(../../../themes/thu_dark/ltr/right_menu_button_over.gif);
        background-position : right;
        background-repeat : no-repeat;
        text-decoration: none;
        color: #222222;
}

.top_menu_bttn a {
        background-image : url(../../../themes/thu_dark/images/menu_button.gif);
        background-position : left;
        padding-left : 6px;
        padding-right : 6px;
        position: relative;
        display: block;
        height : 35px;
        line-height : 35px;
        text-decoration: none;
        color: #111111;
}

.top_menu_bttn a:hover {
        background-image : url(../../../themes/thu_dark/images/menu_button_over.gif);
        text-decoration: none;
        color: #222222;
}

.site_name{
	font-weight: bold;
	font-size: 3em;
	font-family: "Edwardian Script ITC", "Monotype Corsiva", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #660000;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 85px;
	padding:0;
	margin:0;
}

#news_box {
	position:absolute;
	top:0;
 right:0px;
 padding-right: 10px;
}
#key_stats {
	margin-top: 35px;
}

a img {border:0}
#message a:link, a:visited
{
        color: #0083C1;
        text-decoration: none;
}
.statlink {
	color: #999999;
	font-size: 1.2em;
}

.statlink a {
	text-decoration: none;
	color: #FF0000;
	font-size: 1.5em;
}

.statlink a:hover {
	color: #FF3E3E;
	font-weight: bold;
}
