/* Normal, standard links. */
a:link, a:visited
{
	color: #e2e2e2;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: lightblue;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #e2dbb7;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #f1b063;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	xbackground: url("images/top_bodybg.jpg") top center no-repeat;
	color: #a2a2a9;
	font-size: 9pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", Trebuchet MS, Verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
xinput, xtextarea
{
	font-size: 9pt;
	color: #fecb8f;
	font-family: Trebuchet MS, verdana, sans-serif;
	background-color: #211715;
	border: 1px solid #333838;
}

.txt
{
	font-size: 9pt;
	color: #fecb8f;
	font-family: Trebuchet MS, verdana, sans-serif;
	background-color: #211715;
}

.txt2
{
	font-size: 14pt;
	color: #fecb8f;
	font-family: Trebuchet MS, verdana, sans-serif;
	background-color: #111111;
	border: 1px solid #333838;
}

.txt3
{
	font-size: 12pt;
	color: #fecb8f;
	font-family: Trebuchet MS, verdana, sans-serif;
	background-color: #111111;
	border: 1px solid #333838;
}

xinput, xtextarea
{
	font-size: 9pt;
	color: #fecb8f;
	font-family: Trebuchet MS, verdana, sans-serif;
	background-color: #211715;
}

input img
{
	border: 0;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: #211715;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
.sel
{
	font-size: 11pt;
	font-weight: normal;
	font-family: Trebuchet MS, verdana, sans-serif;
	border: 1px solid #333838;
}


xselect
{
	font-size: 8pt;
	font-weight: normal;
	color: #eae3bd;
	font-family: Trebuchet MS, verdana, sans-serif;
	background-color: #211715;
	border: 1px solid #333838;
}

/* Standard horizontal rule.. */
hr
{
	color: #121212;
	background-color: transparent;
	xborder: 0;
	border: 1px solid #333838;
	xheight: 1px;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 2px;
	border: 0;
	color: #333838;
	background-color: #333838;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #d7d1af;
	background-color: #020b0a;
	border: 1px solid #333838;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #d7d1af;
	background-color: #020b0a;
	border: 1px solid #333838;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

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

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

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

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #b2a282;
	background-color: #0e0c0b;
}
.windowbg2
{
	color: #b2a282;
	background-color: #0e0c0b;
}
.windowbg3
{
	color: #b2a282;
	background-color: #0e0c0b;
}
.windowbg3 a
{
	color: #fecb8f;
}
.windowbg3 a:hover
{
	color: #ff8a00;
}

.inpbg
{
	font-size: 9pt;
	color: #fecb8f;
	font-family: Trebuchet MS, verdana, sans-serif;
	background-color: #ddd;
	border: 0px solid #333838;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: normal;
	font-style: normal;
	color: #8f8f8f;
	background-color: #0c0c0c;

	border-right: 1px solid #333838;
	background-image: url("images/simple-bg.png");
	background-position: top left;
	background-repeat: repeat-x;
}

.titlebg2
{
	font-weight: normal;
	font-style: normal;
	color: #8f8f8f;
	background-color: #0c0c0c;

	border-right: 1px solid #333838;
	background-image: url("images/progress.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

.trans
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.menu2
{
	font-weight: normal;
	font-style: normal;
	color: #8f8f8f;
	background-color: #0c0c0c;
	height: 70px;

	border-right: 1px solid #333838;
	background-image: url("images/menu-bg.png");
	background-position: top left;
	background-repeat: repeat-x;
}

.catbg, .catbg3
{
	font-weight: bold;
	background-color: #0b0b0b;
	color: #cfcfcf;
}

/* The borders around things */
.bordercolor
{
	background-color: #020b0a;
	border: solid 1px #333838;
}
.tborder
{
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

/* Default font sizes. */
.nme3m
{
	margin-bottom: 5px;
	border-bottom: 1px solid #222;
	font-size: 8pt;
}
.nme3
{
	font-size: 9pt;
}
.nme2
{
	font-size: 14pt;
}
.nme
{
	font-size: 12pt;
}
small
{
	font-size: 8pt;
}
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

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


#container { 
	background-color:#000000;
	overflow: hidden;
	width: 79%;
	margin: 0 auto;
	text-align: left;
	border-left:0px solid #333838;
	border-right:0px solid #333838;
}
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url("images/top_bodybg.jpg") top center no-repeat;
	background-color:#1b1a1c ; 
}
.headerbg
{
	background-color: #020101;
}
.navbg {
background-image:url(/images/fire_nav.jpg);
background-repeat: repeat-x;
	background-image: url("/images/titlebg.jpg");
}

.userinfo
{
margin: 0 auto; border: 1px solid #333838; background: #0e0c0b; margin-top: 10px;
	background-image: url("/images/titlebg.jpg");
}

.normpage
{
	margin-left: 150px;
	margin-right: 150px;
}

#spellview {color:#b2a282; background-color: #020b0a; text-align: left;}

.rndcorners{display:block}
.rndcorners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#333333}
.rndcorners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #151515;
  border-right:1px solid #151515;
  background:#262626}
.rndcorners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #050505;
  border-right:1px solid #050505;
  background:#292929}
.rndcorners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #292929;
  border-right:1px solid #292929;}
.rndcorners4{
  border-left:1px solid #151515;
  border-right:1px solid #151515}
.rndcorners5{
  border-left:1px solid #262626;
  border-right:1px solid #262626}
.rndcornersfg{
  background:#333333}



.dkrnd{display:block}
.dkrnd *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#333333}
.dkrnd1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #151515;
  border-right:1px solid #151515;
  background:#262626}
.dkrnd2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #050505;
  border-right:1px solid #050505;
  background:#292929}
.dkrnd3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #292929;
  border-right:1px solid #292929;}
.dkrnd4{
  border-left:1px solid #151515;
  border-right:1px solid #151515}
.dkrnd5{
  border-left:1px solid #262626;
  border-right:1px solid #262626}
.dkrndfg{
  background:#333333}




/* Top Navi Styles */

.tnavwrap {
margin:45px 0px 0 0;
float:right;
}

.tnavileft {
float:left;
width:6px;
overflow:hidden;
height:39px;
background:url(/images/bnav-l.png) no-repeat;
}

.tnavinner {
float:left;
background:url(/images/bnavbg.png) repeat-x;
width:650px;
height:39px;
}

.tnavend {
float:left;
height:39px;
width:0px;
}

.tnavinner ul {
float: left;
display: block;
margin:0; 
padding:0;
}


.tnavinner ul li {
float: left;
display: block;
}

.tnavinner ul li a {
color:#fff;
font-size: 11px;
padding:10px 12px 11px 12px;
height:18px;
float: left;
display: block;
}

.tnavinner ul li:hover {
background-color:#888;
}

/* 2nd Level Navi Styles */


.bnavwrap {
width:944px;
background-color: #888;
min-height:45px;
float: left;
}

.bnavileft {
float:left;
width:6px;
overflow:hidden;
height:45px;
background:url(/images/bnav-l.png) no-repeat;
}

.bnavinner {
float:left;
background:url(/images/bnavbg.png) repeat-x;
width:932px;
min-height:45px;
}

.bnavend {
float:left;
height:45px;
width:6px;
background:url(/images/bnav-r.png) no-repeat;
}

.bnavinner ul {
margin: 0px; 
padding: 0px;
float:left;
}

.bnavinner ul li {
display:inline;
padding: 0px;
background:url(/images/knot.png) no-repeat right;
float: left;
display: block;
height:45px;
}

.bnavinner ul li a {
font-size: 11px;
color:#fafafa;
padding: 12px 15px 15px 15px;
margin: 0px;
display: block;
}

.bnavinner ul li a:hover {
background-repeat: repeat-x;
}

.nav ul {position:absolute;top:-999em; background-position: bottom; background-repeat: no-repeat; padding-bottom: 20px;}

.nav li {float:left; position:relative; z-index:100; display: block;}

.nav a {display:block; float: left;}

.nav ul li{width: 100%;}

.nav li:hover ul,ul.nav li.sfHover ul {left:0px;top:39px;}

.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}

.nav li li:hover ul,ul.nav li li.sfHover ul {left:240px;top:0px;}

.nav li:hover ul,.nav li li:hover ul {top: -999em;}


/*** Skinning - Superfish menu (Some final font colors and backgrounds) ***/

.nav li li {
display: block;
padding: 0px;
background-color: #777;
float: left;
height: auto !important;
width: 240px;
}

.nav li ul {
	font-size: 12pt;
width: 240px;
}

#menu ul li ul {
width: 240px;
}

.nav li li a:link, .nav li li a:visited {
width: 180px;
display: block;
padding: 10px 30px 10px 30px;
height: auto;
float: left;
	font-size: 10pt;
text-align:left;
}
 
.nav li li a:hover {
background-color: #555;
background-repeat: no-repeat;
background-position: 14px 14px;
width: 180px;
display: block;
padding: 10px 30px 10px 30px;
height: auto;
float: left;
}

#nav2 ul {
padding-bottom: 18px;
}

#nav2 li:hover ul,ul#nav2 li.sfHover ul {
top:44px;
}

#nav2 li {
z-index:99;
}

#nav2 li li {
background-color: #444;
background-image: none;
margin: 0px;
z-index:100;
}

#nav2 li li a:hover {
background-color: #999;
border: none;
}

#nav2 li li:hover ul,ul#nav2 li li.sfHover ul {top:0px;}

/* rounded buttons */
.bround {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	height:27px;
	background:url(images/button.gif) no-repeat right top; 
	padding-right:10px; 
	display:inline-block;
	text-decoration: none;
}

.bround ins { 
	background:url(images/button.gif) no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
	padding-left:10px;
	text-decoration: none;
}

	a.bround:hover {background-position:right -155px;text-decoration: none;}
	a.bround:hover ins {background-position:left -155px;text-decoration: none;}

/* end rounded buttons */


a.boldbuttons{
background: transparent url('images/roundedge-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial;
line-height: 22px;
height: 30px;
padding-left: 8px;
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('images/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px;
}

a:hover.boldbuttons{ 
text-decoration: underline;
}

.buttonwrapper{ 
overflow: hidden; 
width: 100%;
}

