/* Normal, standard links. */
a:link, a:visited 
{
	color: #39698f;
    text-decoration: none;
}
a:hover,a:active
{
	color: #333;
    text-decoration: underline;
}
/* No image should have a border when linked */
a img{
	border: 0;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
  color: #CFD0C2;
  font-weight: 500;
 }
a.nav:hover
{
	text-decoration: underline;
}
/* title */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Times New Roman", Verdana, Arial, Sans-Serif;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana.*/
body, td, th
{
    color: #333;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	}
	
/* The main body of the entire forum. */
body
{   
	background: #fff url(images/main/bg_body.gif) 0 -19px repeat-x;
	margin: 0 auto;
    text-align: center;
	padding: 0px;
	font-family: Verdana, Helvetica, Sans-Serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #333;
	font-family: Verdana, Helvetica, Sans-Serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}
#searchform {
    margin: 10px 0;
    padding-left: 10px;
    }

input.search {
    background: transparent url(images/search.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    border: none;
   }

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #333;
	font-family: Verdana, Helvetica, Sans-Serif;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #333;
	background-color: #fff;
	border: 1px solid #DFDAD4;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #333;
	background-color: #fff;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #DFDAD4;
	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: #333;
	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: #ec7415;
}

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

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #333;
	background-color: #f4f4f4;
}
.windowbg2
{
	color: #333;
	background-color: #f8f8f8;
}

/* 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, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	color: #fff;
	font-weight: 600;
	background: #69ab01 url(images/main/gradient-inner-comm.png) repeat-x 0 0;
	font-size: 12px;
    margin: 0;
    padding: .2em 5px;
    border: 2px solid #fff;
    }
.titlebg .smalltext a, .titlebg a:link, .titlebg a:visited, .titlebg2 a:link, .titlebg2 a:visited { 
    background-image: none; 
    background-color: transparent; 
    border: none;
    }

.titlebg a:hover, .titlebg2 a:hover
{
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3
{
	background-image: url(images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2, .catbg3
{
	font-weight: bold;
	background-color: #ececec;
	color: #333;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #DDDAD5;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #DDDAD5;
	background-color: #FFFFFF;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* layout */
#main {
    max-width: 982px;
    width: 982px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    background: transparent url(images/main_bg.png) repeat-y 0 0;
    }
    
#wrapper {
    max-width: 955px;
    width: 955px;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    }
#container {
    text-align: left;
    max-width: 955px;
    width: 955px;
    background: transparent;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    }
/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea {
    margin: 0; 
    padding: 0;
	background-color: transparent;
	}
#header-region {
  height: 15px;
  min-height: 1em;
  background: #fff;
  max-width: 955px;
  margin:0 auto;
  }

#header {
  height: 155px;
  background: url(images/main/bg_header.gif) 0 0 repeat-x;
  background-color:  #3c7ea7;
  position: relative;
  }
#header h1, #header h1 a:link, #header h1 a:visited {
    }

/* This is the top menu */
ul.plinks {
  margin: 0;
  padding: 0;
  float: left;
  background: #7EBA1C url(images/main/topbarnav.gif) repeat-x 50% 0;
  }
#topnavbar { 
    font-size: 18px;
    font-family: "Times New Roman", Georgia, Verdana, sans-serif;
    text-transform: uppercase;
    text-align: left; 
    line-height: 31px;
    height: 31px; 
    margin: 0; 
    padding: 0;
    position: relative;
    top: 80%;
    background: #7EBA1C url(images/main/topbarnav.gif) repeat-x 50% 0;
    }
#logo-floater {
  margin-left: 20px;
  top: 30%;
  position: absolute;
  }
#topnavbar li {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
  background-image: none;
  border-right: 1px solid #508801;
  border-left: 1px solid #7EBA1C;
  }

#topnavbar li a, #topnavbar li a:link, #topnavbar li a:visited {
  display: block;
  text-align: center;
  margin: 0 0.7em;
  padding: 0 ;
  color: #000;
  }

#topnavbar li a:hover, #topnavbar li a.active {
  color: #fff;
  text-decoration: none;
  }
/* sidebar-left */
#sidebar-left {
    vertical-align: top;
    }
.sidebar { 
    width: 190px; 
    }
#content { 
    margin-left: 5px;
    overflow: auto;
    }

/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
    text-align: left;
    clear: both;
	background-color: transparent;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: #333;
	background-color: #fff;
	border-top: 5px solid #DDDAD5;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #4c85b0;
	border: 1px solid #4c85b0;
	height: 12px;
}
.headerbodies
{
	border: 1px solid #cfd0c2;
	background-color: #f4f4f4;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* 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;
	max-height: 100px;
}


/* The AJAX notifier */
#ajax_in_progress
{
	background: #7eba1c;
	color: #fff;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

