/* * Copyright 2008-2009 by:	  WannaBeDie (http://wannabedie.deviantart.com) * */
/* Normal, standard links. */
a:link 
{ 
	text-decoration: none; 
	color: #fbfbfb; 
}

a:visited 
{ 
	text-decoration: none; 
	color: #fbfbfb; 
}

a:hover, a:active { color: #fbfbfb; text-decoration: none; }
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}


/* The main body of the entire forum. */
body
{
	margin: 0;
	padding: 0;
	color: #fbfbfb;
	background-image: url('images/bg.gif');
	background-color: #000000;
	font-style:normal; font-variant:normal; 
	font-weight:normal; 
	font-size:78%; 
	font-family:Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #E5DCB9;
	font-family:Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif;
	background: url(images/textbg.gif);
	border: 1px solid #515151;
}

/* 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, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #fbfbfb;
	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;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	background-color: #414040;	
}
.windowbg2
{
	background-color: #414040;	
}
.newsbg
{
	background-color: #414040;	
	border: 1px solid #515151;
}
/* Color for background of posts requiring approval */
.approvebg
{
	color: #000000;
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	color: #000000;
	background-color: #E4A17C;
}


/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #fbfbfb;
	font-style: normal;
	background: #333333 url(images/titlebg-m.gif) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	color: #E5DCB9;
	font-style: normal;
	font-size: 12px;	
}
.titlebg a:hover {
	text-decoration: underline;
}

.titlebg2 td {
	color: #fbfbfb;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #fbfbfb;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover 
{
	color: #fbfbfb;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3
{	
	height: 22px;
	background-color: #454545;
	background-image: url(images/catbg-m.gif);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{	
	height: 22px;
	background-color: #454545;
	background-image: url(images/catbg-m.gif);
}

.catbg, .catbg2, .catbg3
{
	font-weight: bold;
	color: #fbfbfb;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #e1e1e1;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #515151;
	
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	background-color: #494949;
	border: 1px solid #515151;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: tahoma, sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
.smalltext2
{
	font-weight:bold; 
	font-size: small;
	font-family: tahoma;
}

/* And this is the bottom, where the copyright is, etc. */
#footerarea
{	
	background: url(images/footerbg.gif) repeat-x;
	color: #fbfbfb;
	
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* No image should have a border when linked */
a img{
	border: 0;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;
	text-transform: lowercase;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.maintab_first,.mirrortab_first {
	 display: none;
}

.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
	display: none;
}

.maintab_active_first, .mirrortab_active_first {
	display: none;
}

.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}

.maintab_active_last, .mirrortab_active_last {
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #444;
	text-decoration: none;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #282828;
	text-decoration: none;
	font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #6d3a2a;
	text-decoration: overline;
}

/* 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;
}

/* Menu */
#menu-top {
	  border-top:1px solid #616161;
	border-left: 1px solid #616161;
	border-right: 1px solid #616161;
}
#menu-top {
	color: #D0D0D0; 
}
/* Menu End */


#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #fbfbfb;
	background: #242424;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	
}
#content-wrapper
{
	
	padding-left: 20px;
	padding-right: 20px;
	
}
#wrapper2 {
	width: 95%;
	padding-top: 11px;
	padding-bottom: 11px;
}
#header
{
	float: left;
	width: 95%;
	background: #444444;
	clear: right;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
}
#navigation
{
	background-image: url('images/software-configuration.gif');
	background-repeat:no-repeat;
	
}
/* Header */

#header h1 
{ 
	padding-left: 30px; 
}

/* Wrapper */

#wrapper a:link { 
	font-weight: bold; 
	text-decoration: none; 
}

#wrapper a:visited { 
	font-weight: bold; 
	text-decoration: none; 
}

#wrapper a:hover, #wrapper a:active { 
	text-decoration: none; 
}


.userarea {
	font-size: 11px;
	width: 97%;
	text-align: right;
	color: #fbfbfb;
	padding-top: 20px;
	font-weight: bold;
	
}
.userarea a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fbfbfb;
}
.userarea a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #fbfbfb;
}
#avatarimage {
	text-align: center;
}
.loginbutton {
	background: url(images/custom/login_button.gif) no-repeat;
	width: 52px;
	height: 26px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-top: 2px;
} 
/* ------------------ Mootools Menu -------------------- */

#pagewrapper {
	width:890px; 
	color:#fff;
	font-size:12px;  
	text-align:center; 

}

/* round box for kwick menu */
.kbox {
	background: url('images/dtopleft.gif') no-repeat 0 0;
	margin: 0;
	padding: 0;

	height:1%
}
.kbox  div {
	background: url('images/dtopright.gif') no-repeat 100% 0;
	height:1%
}
.kbox div div {
	background: url('images/dbotleft.gif') no-repeat 0 100%;
}
.kbox div div div {
	background: url('images/dbotright.gif') no-repeat 100% 100%;
	padding:15px 0px 15px 0px;
	width: auto !important;
	width: 100% !important
}
.kbox ul li {
	padding:0;
}
.kbox div div div div {
	background:none;
	padding:0;}
.kbox div div div div,
.kbox div div div td {
	padding: 0;
	text-align: left;
	color: #666666;
}

#kwickcontainer {
	margin:auto 0;
}
#kwick {
	/*border-bottom: 3px double #333;*/
	margin-top: 0px;
	width:900px;
}
#kwick .kwicks {
	display: block;
	height: 80px;
	margin: 0px;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
	list-style: none;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height:80px;
	width:120px;
	background: #fff;
	border-right: 5px solid #202020;
	border-right: 0px solid #FFFFFF;
}
#kwick .kwick span {
	display:none;
}
#kwick .opt1 {
	background: url('images/1.gif') ;
	margin-left:10px;
}
#kwick .opt2 {
	background:  url('images/2.gif');
}
#kwick .opt3 {
	background:  url('images/3.gif');
}
#kwick .opt4 {
	background:  url('images/4.gif');
}
#kwick .opt5 {
	background:  url('images/5.gif');
}
#kwick .opt6 {
	background:  url('images/6.gif');
	border-right: 0px none
}
.loginbutton {
	background: url(images/custom/login_button.gif) no-repeat;
	width: 75px;
	height: 26px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-top: 2px;
} 
#toolbar {

	background: url(images/menubg.gif) repeat;
	
	
}
.extramenu {
		font-size:118%; 
}

/* * Copyright 2008-2009 by:	  WannaBeDie (http://wannabedie.deviantart.com) * */