/* Color Definitions */
.white       {color:#FFFFFF}
.black       {color:#000000}
.lightyellow {color:#FFF000}
.darkyellow  {color:#FDD400}
.brlightest  {color:#F9F2DF} 
.brlighter   {color:#F2E6BF}
.brlight     {color:#CFB66B}
.brdark      {color:#80642E}
.brdarker    {color:#664F0A}
.brdarkest   {color:#342805}

.grnlighest  {color:#ECF0E9}
.grlighter   {color:#E6F5D8} 
.grlight     {color:#AFD175} 
.grdark      {color:#80AD35} 
.grdarker    {color:#5C8616} 
.grdarkest   {color:#2D4A0D} 

.tagtext     {color:#626262}
.tagshadow   {color:#BEBEBE}
.taglight    {color:#EEEEEE}

.background  {color:#F0EFE9}


/*Topic and Forum displays*/
.bigfont 
    {
        font-size: 1.1em;
        font-weight:bold;
     }
.mostpopular {background-color:#FFFFFF}
.verypopular {background-color:#FFFFFF}
.popular     {background-color:#FFFFFF}
.notpopular  {background-color:#FFFFFF}

body
{
    background-color: #FFFFFF;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000000;
}

a:link
{
    color: #2D4A0D;
    text-decoration: none;
}
a:visited
{
    color: #2D4A0D;
    text-decoration: none;
}
a:hover
{
    color: #80AD35;
    text-decoration: none;
}
a:active
{
    color: #2D4A0D;
}

p
{
    padding-left: 0px;
    margin-left: 0px;
    line-height: 1.6em;
}

ul
{
    padding-left: 10px;
    margin-left: 10px;
}


#posteditor
{
	padding: 20px;
	border-color: #AFD175;
	border-style: solid;
	border-width: thin;
	background-color: #E6F5D8;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    border-style:solid;
    border-color:#342805;
    border-width:2px;
    background-color:#FFFFFF;
    min-width: 920px;
}

#header
{
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 0px;
    padding: 0;
}

#resources 
{
    background-color: #FFFFFF;
    border-width: 1px;
    border-color: #BEBEBE;
    border-style: solid;
    padding: 50px;
    margin: 0px;
}

#finalfooter
{
    margin: 0;
    padding:3px;
    background-color:#5C8616;
    color: #AFD175;
    text-align:center;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #000000;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#homepic
{
    background-color:#FFFFFF;
    text-align:center;
    border-width: 1px;
    border-color: #BEBEBE;
    border-style: solid;
    padding: 5px;
    width: 303px;
    font-size:x-small;
    color:#626262;
}



#homepic img
{
    border-color:#BEBEBE; 
    border-width:thin; 
    border-style:none;
    width:300px;
}

#homenews
{
    background-color:#FFFFFF;
    border-width: 1px;
    border-color: #BEBEBE;
    border-style: solid;
    padding: 5px;
    color:#626262;
    margin-top:10px;
}

#homenews img
{
    margin-top: 5px;
    border-color:#BEBEBE; 
    border-width:thin; 
    border-style:solid;
    width:300px;
}

#homepagebase
{
    background-color:#F0EFE9;
}

#homepagebase table
{
    background-color:#F0EFE9;
    border-width:0px;
}

#homepagebase td
{
    border-width: 0px;
    vertical-align:top;
}

/* POPTAGS
----------------------------------------------------------*/
#poptag
{
    margin-top: 10px;
    padding: 10px;
    width:300px;
    background-color: #B0996E;
    color:White;
}



ul#poptag
{
    /*position: relative;*/
    padding: 0;
    margin: 0;
    text-align: left;
}

ul#poptag li
{
    display:inline;
    list-style: none;
    margin-left: 0;
    text-indent: -1em;
    white-space:nowrap;
}

ul#poptag li a
{
    padding: 4px 5px 4px 5px;
    margin: 0 0 0 0;
    text-decoration: none;
    line-height: 2.3em;
    background-color: #F9F2DF;
    color: #626262;

    border-style: solid;
    border-width: thin;
    border-bottom-color: #80642E;
    border-right-color: #80642E;
    border-top-color: #CFB66B;
    border-left-color: #CFB66B;
}

ul#poptag li a:hover
{
    color: #EEEEEE;
    background-color: #80642E;
    text-decoration: none;
}

ul#poptag li a:active
{
    background-color: #664F0A;
    color:#FFFFFF;
    text-decoration: none;
}

ul#poptag li.selected a
{
    background-color: #664F0A;
    color: #FFFFFF;
}

/**/

.posttitle
{
	line-height: 2em;
	color:#664F0A;
	font-style:italic;
}

#joblist
{
    background-color:#FFFFFF;
    padding: 0px;
    border-width: 1px;
    border-color: #AFD175;
    border-style: solid;
    color:#2D4A0D;
    width:auto;
    line-height: 1.5em;
    margin-bottom: 5px;
}

#joblist table
{
    background-color: #FFFFFF;
    border-width: 0px;
}

#joblist th
{
    font-weight:bold;
    background-color: #717B60;
}

#joblist td
{
    background-color: #FFFFFF;
    border-width: 1px;
    border-color: #E6F5D8;
    vertical-align: middle;
    padding: 2px;
}

#AvatarInfo
{
    background-color:#BE7D2C;
    min-width: 80px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    float:left;
    margin-right: 25px;
    line-height: 1em;
    color: #FFFFFF;
}

#ReplyAvatarInfo
{
    background-color:#869755;
    min-width: 80px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    float:left;
    margin-right: 25px;
    line-height: 1em;
    color: #FFFFFF;
}

#AdminAvatarInfo
{
    background-color:#9A3F3F;
    min-width: 80px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    float:left;
    margin-right: 25px;
    line-height: 1em;
    color: #FFFFFF;
}

#main
{
    padding: 10px 15px 15px 15px;
    background-color: #F0EFE9;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    float:none;
    overflow:auto;
}

#content
{
    padding: 0px 0px 0px 0px;
    background-color: #F0EFE9;
    width:auto;
}

#addspace
{
    margin-top:0px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    background-color: #F2E6BF;
    float:right;
    width: 120px;
    border-width: thin;
    border-style: solid;
    border-color: #CFB66B;
   
}

#sitestats
{
    font-size: .8em;
    padding: 5px;
    background-color: #717B60;
    border-color: #80642E;
    border-width: thin;
    border-style: solid;
    margin-top: 10px; 
}

#sitestats table
{
    color: #FFFFFF;
    background-color: #717B60;
    width: 100%;
    
}

#sitestats td
{
    vertical-align:middle;
    padding: 2px;
}


#footer
{
    background-color: #F2E6BF;
    border-color: #CFB66B;
    border-width: thin;
    border-style: solid;
    color: #CFB66B;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#pageblock
{
	float:left;
	margin-right:15px;
}

#buttonblock
{
	float:none;
}

/* pagination
----------------------------------------------------------*/

ul#pagination
{
    position: relative;
    margin: 0;
    text-align: left;
}

ul#pagination li
{
    display: inline;
    list-style: none;
}

ul#pagination li#readonly
{
    padding: 2px 2px 2px 4px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    color: #000000;
}

ul#pagination li#readonlybox
{
    margin: 2px;
    padding: 5px 7px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    background-color: #BEBEBE;
    color: #EEEEEE;
    border-style:solid;
    border-width:thin;
    border-color: #BEBEBE;
}


ul#pagination li a
{
    margin: 2px;
    padding: 5px 7px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    background-color: #FFFFFF;
    color: #626262;
    border-style:solid;
    border-width:thin;
    border-color: #BEBEBE;
}

ul#pagination li a:hover
{
    color: #FFFFFF;
    background-color: #626262;
    text-decoration: none;
    border-style:solid;
    border-width:thin;
    border-color: #BEBEBE;    
}

ul#pagination li a:active
{
    color: #FFFFFF;
    background-color: #000000;
    text-decoration: none;
    border-style:solid;
    border-width:thin;
    border-color: #BEBEBE;    
}

ul#pagination li.selected a
{
    color: #FFFFFF;
    background-color: #000000;
    text-decoration: none;
    border-style:solid;
    border-width:thin;
    border-color: #BEBEBE;    
}

/* TopicTags
----------------------------------------------------------*/
ul.topictaglist
{
    /*position: relative;*/
    
    margin: 0 0 0 0;
    text-align: left;
}

ul.topictaglist li
{
    display:inline;
    list-style: none;
    text-indent: -1em;
    white-space:nowrap;

    padding: 4px 5px 4px 5px;
    margin: 0px 2px 0px 2px;
    text-decoration: none;
    line-height: 2.3em;
    border-style: solid;
    border-width: thin;
}

li.posteditbutton
{
    display:inline;
    list-style: none;
    text-indent: -1em;
    white-space:nowrap;
    padding: 5px 7px 5px 7px;
    text-decoration: none;
    line-height: 2.5em;
    background-color: #5C8616;
    color: #ECF0E9;
    border-style: solid;
    border-width: thin;
    border-color: #2D4A0D;
}

li.hoverposteditbutton
{
    display:inline;
    list-style: none;
    text-indent: -1em;
    white-space:nowrap;
    padding: 5px 7px 5px 7px;
    line-height: 2.5em;
    border-style: solid;
    border-width: thin;
    border-color: #2D4A0D;
    color: #FFFFFF;
    background-color: #2D4A0D;
    text-decoration: none; 
}


li.topictag
{
    background-color: #EEEEEE;
    color: #626262;
    border-bottom-color: #BEBEBE;
    border-right-color: #BEBEBE;
    border-top-color: #EEEEEE;
    border-left-color: #EEEEEE;    
}

li.hovertopictag
{
    background-color: #F1D3D4;
    color: #000000;
    border-bottom-color: #BEBEBE;
    border-right-color: #BEBEBE;
    border-top-color: #EEEEEE;
    border-left-color: #EEEEEE;    
}

/* TAGS
----------------------------------------------------------*/
ul#tag
{
    /*position: relative;*/
    
    margin: 0 0 0 0;
    text-align: left;
}

ul#tag li
{
    display:inline;
    list-style: none;
    margin-left: 0;
    text-indent: -1em;
    white-space:nowrap;
}

ul#tag li a
{
    padding: 4px 5px 4px 5px;
    margin: 0 0 0 0;
    text-decoration: none;
    line-height: 2.3em;
    background-color: #EEEEEE;
    color: #626262;

    border-style: solid;
    border-width: thin;
    border-bottom-color: #BEBEBE;
    border-right-color: #BEBEBE;
    border-top-color: #EEEEEE;
    border-left-color: #EEEEEE;
}

ul#tag li a:hover
{
    color: #EEEEEE;
    background-color: #626262;
    text-decoration: none;
}

ul#tag li a:active
{
    background-color: #000000;
    color:#FFFFFF;
    text-decoration: none;
}

ul#tag li.selected a
{
    background-color: #000000;
    color: #FFFFFF;
}


/* Topic button
----------------------------------------------------------*/
ul.topicbutton 
{
    /*position: relative;*/
    
    margin: 0 0 0 0;
    text-align: left;
}

ul.topicbutton li
{
    display:inline;
    list-style: none;
    text-indent: -1em;
    white-space:nowrap;
}

ul.topicbutton li a
{
    padding: 5px 7px 5px 7px;
    text-decoration: none;
    line-height: 2.5em;
    background-color: #5C8616;
    color: #ECF0E9;

    border-style: solid;
    border-width: thin;
    border-color: #2D4A0D;
}

ul.topicbutton li a:hover
{
    color: #FFFFFF;
    background-color: #2D4A0D;
    text-decoration: none;
}

ul.topicbutton li a:active
{
    background-color: #2D4A0D;
    color:#FFFFFF;
    text-decoration: none;
}

ul.topicbutton li.selected a
{
    background-color: #2D4A0D;
    color: #FFFFFF;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 2px #F2E6BF solid;
    padding: 0 10px 0;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 3px 4px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.7em;
    color: #FDD400;
}

ul#menu li a
{
    padding: 5px 7px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    background-color: #80642E;
    color: #F2E6BF;
}

ul#menu li a:hover
{
    color: #FFFFFF;
    background-color: #664F0A;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #664F0A;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #664F0A;
    color: #FFFFFF;
}

.innerpoststyle
{
    min-height: 200px;
    margin-bottom: 10px;
}

.outerpoststyle
{
    border: 1px solid #AFD175;
    background-color:White;
    padding:10px;
}


#topicstyle
{
    border: 1px solid #AFD175;
    background-color:White;
    padding:10px;
    min-height: 200px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 0px solid #AFD175;
    background-color:White;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color:#5C8616;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #000000;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #000000;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px;
  border-color: #80AD35;
  border-collapse: collapse;
  background-color: White;
}

table td 
{
  padding: 5px;   
  border: solid 1px #80AD35;
}

table th
{
  font-weight:normal;
  padding: 6px 5px;
  text-align: left;
  background-color: #2D4A0D; 
  border: solid 1px #80AD35;   
  color: #FEF3C4
}


table.invisibletable
{
  border-style:none;
  background-color:Transparent;
}

table.invisibletable td
{
  padding: 5px;   
  border-style:none;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    background-color: #FFFFFF;
    margin-top:10px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:5px;
    color:#664F0A;
}

#logindisplay a:link
{
    color: #664F0A;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #664F0A;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #80642E;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}