/* Normal, standard links. */
a:link , a:visited
 { color: #960e0e; text-decoration: none }
a:hover
 { color: #fff; text-decoration: none }

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
  { color: #fff }
a.nav:hover
 { color: #960e0e; font-weight: bold; text-decoration: underline }

/* Tables should show empty cells. */
table
{
        empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. sUBTITLE TEXT
*/
body, td
  { color: #fff; font-size: small; font-family: tahoma, sans-serif }

/* The main body of the entire forum. */
body
  { color: #fff; background: #000 url("images/bg01_blood.gif") fixed center top; margin: 0; padding: 0 }

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
 { color: #fff; font-size: 9pt; font-family: tahoma, sans-serif; background-color: #960e0e; padding: 2px; border: solid 1px #000 }

/* 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
 { color: #000000; font-size: 8pt; font-family: tahoma, sans-serif; font-weight: normal; background-color: #ccc }

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
 { color: #960e0e; background-color: #960e0e; height: 1px; border: 0 }

/* A quote, perhaps from another post. */
.quote
 { color: #000000; font-size: x-small; line-height: 1.4em; background-color: #ccc; margin: 1px; padding: 1px; border: solid 1px }

/* A code block - maybe even PHP ;). */
.code
{
        color: #000000;
        background-color: #cccccc;
        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: #960e0e; text-decoration: none }

/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
  { color: #fff; font-weight: bold; background-color: #960e0e }

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
 { color: #960e0e; background-color: #000 }
.windowbg2
 { color: #fff; background-color: #000 }

/* 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
 { color: white; font-style: normal; background-color: #960e0e }
.titlebg a:hover
 { color: #fff; text-decoration: underline }

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
  { color: #fff; background-color: #292929 }

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
  { color: #fff; background-color: #292929 }

.catbg, .catbg2
  { color: #fff; font-weight: bold; background-color: #292929 }

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
  { color: #000; padding: 0 }

/* This is used on tables that should just have a border around them. */
.tborder
 { padding: 0 }

/* 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;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
  { background-image: url("images/nav_header.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; height: 139px }
/* This is the main area of the forum, the part that's gray. */
#bottomarea
 { background-color: #000; height: 1px }
/* This is the main area of the forum, the part that's gray. */
#bodyarea
  { color: #fff; background-color: #000 }
#leftarea
 { color: #ffffff; background-color: #292929 }
#leftarea a:link, #leftarea a:visited
 { color: #fff; text-decoration: none }
#leftarea a:hover
 { color: #960e0e; text-decoration: none }

#mainarea
  { margin: 0; padding: 0 }
#menuarea
  { padding-right: 20px; padding-bottom: 3px; position: relative; float: right }
#menuarea a:link, #menuarea a:visited
  { color: #fff; font-size: 8pt; font-family: tahoma, helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none }
#menuarea a:hover
  { color: #000; text-decoration: none }
/* And this is the bottom, where the copyright is, etc. */
#footerarea
 { background-color: #960e0e }
.blocktitle
 { color: #f0f0f0; background-color: black }

.blocktitle a:link , .blocktitle a:visited
 { color: #960e0e; text-decoration: none }
.blocktitle a:hover
 { color: #fff; text-decoration: underline overline }



.blockmain
 { color: #fff }

.blockmain a:link , div.blockmain div , .blockmain a:visited , tr.blockmain td
 { color: #fff; text-decoration: none }
.blockmain a:hover
 { color: #fff; text-decoration: underline }
 /* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
 { background-color: #960e0e; border: solid 1px #6b8eae }
.headerbodies
 { background-color: #ccc; background-repeat: repeat-x; background-position: 50% bottom; border: solid 1px #7a7777 }

/* 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;
}
#navcontainerb ul
{
                     margin: 4px 0;;
                     padding-left: 0;
                     list-style-type: none;
                     text-align: left;
}

#navcontainerb a
{
                     display: block;
                     padding: 0px;
                     margin: 0px;
}

#navcontainerb a:link, #navlistb a:visited
{
                     text-decoration: none;
}

#navcontainerb a:hover
{
                     background-color: #000000;
}
