﻿/*Topic and Forum displays*/
.bigfont 
    {
        font-size: 1.1em;
        font-weight:bold;
     }

body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

p
{
    padding-left: 0px;
    margin-left: 0px;
    line-height: 1.6em;
}

ul
{
    padding-left: 10px;
    margin-left: 10px;
}


#posteditor
{
	padding: 20px;
	border-style: solid;
	border-width: 1px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    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: 0px;
    border-style:solid;
    border-width:2px;
    min-width: 920px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    margin-top:0px;
    padding: 0;
}

#resources 
{
    border-width: 1px;
    border-style: solid;
    padding: 50px;
    margin: 0px;
}

#finalfooter
{
    margin: 0;
    padding:3px;
    text-align:center;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#homepic
{
    text-align:center;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    width: 303px;
    font-size:x-small;
}



#homepic img
{
    border-width:1px; 
    border-style:solid;
    width:300px;
}

#homenews
{
    border-width: 1px;
    border-style: solid;
    padding: 8px;
    margin-top:10px;
}

#homenews img
{
    margin-top: 5px;
    border-width:1px; 
    border-style:solid;
    width:300px;
}

#homepagebase table
{
    border-width:0px;
}

#homepagebase td
{
    border-width: 0px;
    vertical-align:top;
}

/* POPTAGS
----------------------------------------------------------*/
#poptag
{
    margin-top: 10px;
    padding: 10px;
    width:300px;
    border-style:solid;
    border-width: 1px;
}



ul#poptag
{
    /*position: relative;*/
    padding: 0;
    margin: 0;
    text-align: left;
    border-style:none;
}

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;
    border-style: solid;
    border-width: 1px;
}

ul#poptag li a:hover
{
    text-decoration: none;
}

ul#poptag li a:active
{
    text-decoration: none;
}

.posttitle
{
	line-height: 2em;
	font-style:italic;
}

#joblist
{
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width:auto;
    line-height: 1.5em;
    margin-bottom: 5px;
}

#joblist table
{
    border-width: 0px;
}

#joblist th
{
    font-weight:bold;
}

#joblist td
{
    border-width: 1px;
    vertical-align: middle;
    padding: 2px;
}

#postlist
{
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width:auto;
    line-height: 1.5em;
    margin-bottom: 5px;
}

#postlist table
{
    border-width: 0px;
}

#postlist th
{
    font-weight:bold;
}

#postlist td
{
    border-width: 1px;
    vertical-align: middle;
    padding: 0px 4px 0px 4px;
}


#AvatarInfo
{
    min-width: 80px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    float:left;
    margin-right: 25px;
    line-height: 1em;
}

#ReplyAvatarInfo
{
    min-width: 80px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    float:left;
    margin-right: 25px;
    line-height: 1em;
}

#AdminAvatarInfo
{
    min-width: 80px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    float:left;
    margin-right: 25px;
    line-height: 1em;
}

#main
{
    padding: 10px 15px 15px 15px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    float:none;
    overflow:auto;
}

#content
{
    padding: 0px 0px 0px 0px;
    width:auto;
}

#addspace
{
    margin-top:0px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    float:right;
    width: 120px;
    border-width: 1px;
    border-style: solid;
}

#sitestats
{
    font-size: .8em;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    margin-top: 10px; 
    width: 300px;
}

#sitestats table
{
    width: 100%;
    
}

#sitestats td
{
    vertical-align:middle;
    padding: 2px;
}


#footer
{
    border-width: 1px;
    border-style: solid;
    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;}

ul#pagination li#readonlybox
{
    margin: 2px;
    padding: 5px 7px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    border-style:solid;
    border-width: 1px;
}


ul#pagination li a
{
    margin: 2px;
    padding: 5px 7px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    border-style:solid;
    border-width: 1px;
}

ul#pagination li a:hover
{
    text-decoration: none;
    border-style:solid;
    border-width: 1px;
}

ul#pagination li a:active
{
    text-decoration: none;
    border-style:solid;
    border-width: 1px;
}

ul#pagination li.selected a
{
    text-decoration: none;
    border-style:solid;
    border-width: 1px;
}

/* 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: 1px;
}



/* 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;
    font-size:x-small;
}

ul#tag li a
{
    padding: 2px 3px 2px 3px;
    margin: 0 0 0 0;
    text-decoration: none;
    line-height: 2.5em;
    border-style: solid;
    border-width: 1px;
}

ul#tag li a:hover
{
    text-decoration: none;
}

ul#tag li a:active
{
    text-decoration: none;
}

ul#tag li.selected a
{
}


/* 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;
}

ul.topicbutton li a:hover
{
    text-decoration: none;
}

ul.topicbutton li a:active
{
    text-decoration: none;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 6px 10px 0;
    /*position: relative;*/
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 5px 7px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
}

ul#menu li a:hover
{
    text-decoration: none;
}

ul#menu li a:active
{
    text-decoration: none;
}

.innerpoststyle
{
    min-height: 200px;
    margin-bottom: 10px;
}

.outerpoststyle
{
    border: 1px solid;
    padding:10px;
}

.BottomTopicLinks
{
    border: 1px solid;
    padding:10px;
    background-color: White;
    font-size: 1.1em;
    font-weight: bold;
}

.BottomTopicLinks td
{
    border-width: 0px;
}

.BottomTopicLinks table
{
    border-width: 0px;
}


.BottomTopicLinks a
{
}

#topicstyle
{
    border: 1px solid;
    padding:10px;
    min-height: 200px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 0px solid;
}

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;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid;
}

/* TABLE
----------------------------------------------------------*/

table th
{
  font-weight:normal;
  padding: 6px 5px;
  text-align: left;
  border: solid 1px;
}

table.invisibletable
{
  border-style:none;
  background-color:Transparent;
}

table.invisibletable td
{
  padding: 5px;   
  border-style:none;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

#menucontainer
{
    border-bottom-style:solid;
    border-bottom-width: 2px; 
    margin-top:20px;
}

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;
    border-color: #ff0000; 
    background-color: #ffeeee; 
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#AdSideCustom
{
    font-size: small;
    width: 110px;
    padding: 5px;
}

#adFooter table
{
    background-color:Transparent;
    width: 100%;
}

.hometag
{
    margin: 2px 0px 2px 0px;
    white-space: nowrap;
    font-size: 8pt;
    line-height: 2.1em;
}

.hometag a 
{ 
    background-color: #DEDEDE; 
    color: #525252; 
    border-bottom-color: #525252;
    border-right-color: #525252; 
    border-top-color: #A6A6A6; 
    border-left-color: #A6A6A6;     
    border-style: solid;
    border-width: thin;
    padding:2px 3px 2px 3px;
}

.hometag a:hover
{
    color: #DEDEDE; 
    background-color: #525252; 
    border-top-color: #525252; 
    border-left-color: #525252;         
}


.brightBorder 
{
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    width: 700px;
}

.brightBorder td 
{
    border-style: none;
    padding: 8px;
}

.brightBorder table
{
    border-style: none;
}

#divOpenIdIcons img
{
    border-width: 1px;
    border-color: #AAAAAA;
    border-style: solid;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.errorBox
{
    color: Black;
    background-color: #FFE387;
    font-size: 1.2em;
}

#btnOpenIdLogin {
    display: none;
    }
    
.medBox a 
{
    color: #FFE75E; 
    text-decoration: underline; 
    font-weight: bold;
}

.medBox a:hover
{
    color: #FFFFFF; 
    text-decoration: underline; 
    font-weight: bold;
}