body {                                                        /**/
    margin:0px 0px 0px 0px;                                  /**/
    padding:0px 0px 0px 0px;                                /**/
    color:#A6A292;                                         /**/
    background-color:#312E1D;                             /**/
}                                                        /**/
br {line-height:0px;}                                   /**/
img {border:0px;}                                      /**/
.layoutd {                                            /**/
    font-size:11px;                                  /**/
    font-weight:normal;                             /**/
    font-family:tahoma, arial;                     /**/
    vertical-align:top;                           /**/
    line-height:13px;                            /**/
    padding:0px 0px 0px 0px;                    /**/
}                                              /**/
table {                                       /**/
    border:0px;                             /**/
    padding:0px 0px 0px 0px;               /**/
    }                                     /**/
input, textarea, select{                 /**/
    font:normal 11px Tahoma, Arial;     /**/
    padding:2px 0px 0px 2px;           /**/
    margin:0px 0px 0px 0px;           /**/
    vertical-align:top;              /**/
}                                   /**/
/*----------------------------------**/

h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size:1.3em;
}
h4 {
  font-size:1.2em;
}
h5 {
  font-size:1.1em;
}
h6 {
  font-size:0.9em;
}

.date {
    padding:0px 0px 0px 6px;
    background:url(../images/0blt2.gif) top left no-repeat;
    color:#FFF;
    font:normal 9px Tahoma, Arial;
}
a {
    text-decoration:none;
    color:#BD9959;
    font:normal Tahoma, Arial;
}
a:hover {
    text-decoration:underline;
}
@import url(../../shoutBox/css/shoutbox.css);
/* Normal, standard links. */
a:link, a:visited
{
    color: #e2dbb7;
    background-color: transparent;
    text-decoration: none;
}
a:hover
{
    color: #fca98b;
    background-color: transparent;
    text-decoration: none;
}
.ftr a{
    text-decoration:none;
    color:#BD9959;
    font:normal 9px Tahoma, Arial;
}
.ftr a:hover{
    text-decoration:underline;
}

/* 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
{
    color: #b2a282;
    font-size: small;
    font-family: Tahoma, Arial;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
    font-size: 9pt;
    color: #fecb8f;
    font-family: Tahoma, Arial;
    background-color: #33211c;
    border: 1px solid #593a30;
}

input img
{
    border: 0;
}

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

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
    font-size: 8pt;
    font-weight: normal;
    color: #eae3bd;
    font-family: Tahoma, Arial;
    background-color: #211715;
    border: 1px solid #593a30;
}

/* Standard horizontal rule.. */
hr
{
    color: #593a30;
    background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
    height: 1px;
    border: 0;
    color: #593a30;
    background-color: #593a30;
}

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

/* A code block - maybe even PHP ;). */
.code
{
    color: #d7d1af;
    background-color: #33211c;
    border: 1px solid #593a30;
    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: #211715;
}
.windowbg2
{
    color: #b2a282;
    background-color: #0e0c0b;
}
.windowbg3
{
    color: #b2a282;
    background-color: #0e0c0b;
}
.windowbg3 a
{
    color: #fecb8f;
}
.windowbg3 a:hover
{
    color: #ff8a00;
}


/* 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: #fecb8f;
    background-color: #33211c;
}
.titlebg a:hover, .titlebg2 a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
    font-weight: bold;
    background-color: #33211c;
    background-image: url(images/catbg.gif);
    color: #d7d1af;
}

/* The borders around things */
.bordercolor
{
    background-color: #33211c;
    border: solid 1px #593a30;
}
.tborder
{
    border: 0px none;
    padding: 0px;
    margin: 0px;
}

/* Default font sizes. */
.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;
}

/* Tamuril's Additional SMF Forum Styles
http://www.tamurilart.com/ */

#container {
    background-color:#0e0c0b;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-left:1px solid #593a30;
    border-right:1px solid #593a30;
}
body
{
    text-align: center;
    background-color:#312E1D; 
    margin: 0px;
    padding: 0px;
}
.headerbg
{
    background-color: #020101;
}
.navbg {
background-image:url(images/fire_nav.jpg);
background-repeat: repeat-x;
}

.userinfo
{margin: 0 auto; border: 1px solid #593a30; background: #33211c; margin-top: 10px;}

#spellview {color:#b2a282; background-color: #33211c; text-align: left;}

