/* Normal, standard links. */
a:link
{
	color: #DF0000;
	text-decoration: none;
}
a:visited
{
	color: #DF0000;
	text-decoration: none;
}
a:hover
{
	color: #DDDDCC;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #4A0A0B;
	text-decoration: none;
}
a.nav:hover
{
	color: #941317;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #999999;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #2F2825;
	margin: 0px;
	padding: 18px 0px 10px 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* 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: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

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

/* No image should have a border when linked */
a img {
	border: 0;
}
a {
	outline: 0;
}
/* A quote, perhaps from another post. */
.quote {
	background-color: #202020;
	color: #DDDDCC;
	border: 1px solid #7F0006;
	border-left: 5px solid #540004;
	margin: 1px;
	padding: 5px;
	font-size: x-small;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
	word-spacing: 1px;
	letter-spacing: 1px;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #f0f0f0;
	background-color: #232425;
	border: 1px solid #7F0006;
	border-left: 5px solid #540004;
	margin: 1px auto 1px auto;
	padding: 5px;
	font-size: x-small;
	line-height: 1.3em;
	font-family: "courier new", "times new roman", monospace;
	width: 99%;
	white-space: nowrap;
	overflow: auto;
	max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #e0e0e0;
	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 {
	color: #999999;
	background-color: #1e1c1b;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.windowbg2 {
	color: #999999;
	background-color: #1e1c1b;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.windowbg3 {
	padding: 5px;
	color: #999999;
	background-color: #1c1c1c;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
/* the today container in calendar */
.calendar_today {
	color: #7F0006;
	background: #242220;
}
/* 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: #DDDDCC;
	font-style: normal;
	background: url(./images/titlebg.gif) #151515 repeat-x;
	border-bottom: solid 0px #CCCCCC;
	border-top: solid 0px #C3C9D5;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 24px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #DDDDCC;
	font-style: normal;
}
.titlebg a:hover
{
	color: #FEFEFE;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #DDDDCC;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover {
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	background: url(./images/catbg.gif) #262525 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.catbg2 , tr.catbg2 td {
	background: url(./images/catbg.gif) #262525 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3 {
	border-bottom: solid 0px #153566;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #DDDDCC;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background-color: #222;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0px;
	background: #333333;
	border: 1px solid #222;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: 18px;
}
/* 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;
}
/* Sometimes there will be an error when you post */
.error
{
	color: red;
}
#linktree {
	clear: both;
	padding: 10px;
	font-weight: 100;
	font-family: arial narrow, optima, tahoma, sans-serif;
}
/* 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 {
	color: #a1a1a1;
	text-transform: lowercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back {
	color: #a1a1a1;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}
.maintab_first {
	display: none;
}
.maintab_back {
}
.maintab_last {
	display: none;
}
.maintab_active_first {
	display: none;
}
.maintab_active_back {
	background: #555;
}
.maintab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited {
	color: #a1a1a1;
	text-decoration: none;
}
.maintab_active_back a:link , .maintab_active_back a:visited {
	color: #DF0000;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover {
	text-decoration: overline;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #a1a1a1;
	text-transform: lowercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back {
	color: #a1a1a1;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}
.mirrortab_first {
	display: none;
}
.mirrortab_back {
}
.mirrortab_last {
	display: none;
}
.mirrortab_active_first {
	display: none;
}
.mirrortab_active_back {
	background: #555;
}
.mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.mirrortab_back a:link , .mirrortab_back a:visited {
	color: #a1a1a1;
	text-decoration: none;
}
.mirrortab_active_back a:link , .mirrortab_active_back a:visited {
	color: #fff;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	text-decoration: overline;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #2f2f2f;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
/* Entire Template Width */
#wrap {
	 width: 950px;
	 min-width: 900px;
	 margin: 0 auto;
	 padding: 0;
}
#header {
	 position: relative;
	 height: 155px;
	 overflow: hidden;
	 background: #000 url(images/img/header_bg.png) 0 0 repeat-x;
}
#head-r {
	 height: 155px;
	 background: url(images/img/header_right.png) 100% 0 no-repeat;
}
#head-l {
	 background: url(images/img/header_left.png) 0 0 no-repeat;
}
#logo {
	position: absolute;
	top: 28px;
	right: 10px;
	display: block;
	width: 375px;
	height: 114px;
	cursor: pointer;
	background: url(./images/img/logo.png) no-repeat;
}
#bodyarea {
	padding: 10px;
	margin: 0;
	background: #000000;
	height: 100%;
}
#toolbar {
	 margin: 0;
	 padding: 0;
	 height: 30px;
}
.clearfix {display: inline-block;}
.left,.alignleft {float: left;}
.right,.alignright {float: right;}

/* template menu */
.menu { 
	border:none;	 
	border:0px;	 
	margin:0px;	 
	padding:0px;	 
	font:67.5%; 
	font-family: "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
	font-size:14px;	 
	font-weight: bold;
}
.menu ul {	
	background:#1B1B1B;  
	height:35px;	 
	list-style:none;	 
	margin:0;	 
	padding:0;
}
.menu li {		
	float:left;		 
	padding:0px;
}
.menu li a {		
	background:#1B1B1B url(./images/img/seperator.gif) bottom right no-repeat;		 
	color:#ccc;		 
	display:block;		 
	font-weight:normal;		 
	line-height:35px;		 
	margin:0px;		 
	padding:0px 25px;		 
	text-align:center;		 
	text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a {			
	background:#941317 url(./images/img/hover.gif) bottom center no-repeat;  
	color:#FFF;  
	text-decoration:none;
}
.menu li.chosen_menu a {
	background:#941317 url(./images/img/hover.gif) bottom center no-repeat;  
	color:#FFF;  
	text-decoration:none;
}
.menu li ul { 
	background:#1B1B1B;
	display:none;  
	height:auto;  
	padding:0px;  
	margin:0px;  
	border:0px;  
	position:absolute;  
	width:225px;  
	z-index:200;  /*top:1em;  /*left:0; */	  
}
.menu li:hover ul {		
	display:block;
}
.menu li li {		
	background:url(./images/img/sub_sep.gif) bottom left no-repeat;		 
	display:block;		 
	float:none;		 
	margin:0px;		 
	padding:0px;		 
	width:225px;
}
.menu li:hover li a {		
	background:none;
}
.menu li ul a {		
	display:block;		 
	height:35px;		 
	font-size:12px;		 
	font-style:normal;		 
	margin:0px;		 
	padding:0px 10px 0px 15px;		 
	text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a {			
	background:#941317 url(./images/img/hover_sub.gif) center left no-repeat;  
	border:0px;  
	color:#fff;  
	text-decoration:none;
}
.menu p { 
	clear:left;
}
#userarea {
	float:left;
	font-size:0.91em;
	margin:0 1em;
	padding:1em 1em 0 0;
	text-align:left;
	width:38em;
	color: #DDDDCC;
	font-family: tahoma, sans-serif;
}
#userarea a:link, #userarea a:visited {
	 color: #DDDCDC;
}
#userarea a:hover {
	 color: red;
	 text-decoration: underline;
}
#smf-avatar {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}

#news {
	position: absolute;
	top: 6.8em;
	left: 20px;
	width: auto;
	text-align: left;
	color: #E3E4E5;
	font-size: 8pt;
}

#footer {
	 background: url(images/img/footer_bg.gif) 0 100% repeat-x;
}
#foot-r {
	 height: 70px;
	 background: url(images/img/footer_right.gif) 100% 100% no-repeat;
}
#foot-l {
	 background: url(images/img/footer_left.gif) 0 100% no-repeat;
}
#footerarea {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	 text-align: center;
	 padding: 5em;
	 color: #DF0000;
}
#footerarea a:link, #footerarea a:visited {
	 color: #DF0000;
}
#footerarea a:hover {
	 color: #DDDDCC;
	 text-decoration: none;
}

.avatar2 {
	width: 65px;
	height: 65px;
}
.team_left {
	 background: url(images/staff_bg.png) 0 0 no-repeat;
}
.team_right {
	 background: url(images/staff_bg.png) 100% 0 no-repeat;

}