* { margin: 0; padding: 0; }

html
{
	color: #333333;
	background-color: #f9f9f9;
	font-family: Verdana, Sans-Serif;
	font-size:10pt;
}

td, th
{
	font-size:10pt;
}

/* Links */

a
{
	color: #333333;
	padding: 0 2px;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #5B734A;
	/*color: #990022;*/
}

a:visited
{
	color: #5B734A;
}

a:hover, a:active
{
	border-bottom: 1px solid #5B734A;	
}

/* Headings */

h1, h2, h3, h4, h5, h6
{
	color: #3f4d23;
	line-height: 1.5em; 
	padding: 10px 0 0;
}

h1 { font-size: 2.0em; clear:both; }

h2 { font-size: 1.8em; }

h3 { font-size: 1.4em; }

h4, h5, h6
{
	font-size: 1.0em;
	font-weight: normal;
}

/* Lists */

ul
{
	margin: 25px 30px;
	line-height: 2.0em;
	list-style-type: square;
}

ol
{
	margin: 25px 35px;
	line-height: 2.0em;
}

/* Other Html Elements */

hr
{
	height: 1px;
	clear: both;
	visibility: hidden;
}

p
{
	margin: 10px 0;	
}

abbr, acronym, cite, kbd, dfn
{
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted #333333;
}

.strike
{
	text-decoration: line-through;
}

/* Structure */

#header
{
	float: left;
	width: 100%;
	clear: both;
	background: #5B734A;
}

#navigation
{
    position:relative;
	float: left;
	width: 100%;
	clear: both;
	background-color: #80A06A;
	border-bottom: solid 1px #5B734A;
}

#wrapper
{
	float: left;
	width: 100%;
	clear: both;
	margin: 0 auto;
	background-color: #f9f9f9;
}

#footer
{
	clear: both;
}

#footer a
{
	vertical-align: top;
}

#content
{
	margin: 0 5px 10px 5px;
}

#news
{
	width: 100%;
	float: right;
}

#footer
{
	float: left;
	width: 100%;
	clear: both;
}

#meta
{
	float: left;
	width: 100%;
	padding: 5px 0;
	background-color: #59572a;
}

/* Header */

#header a
{
	color: #ffffff;
}

#header a:hover, #header a:active
{
	border-bottom-color: #ffffff;
}

#header h1, #header h2
{
	padding: 0;
	float: left;
	display: inline;
}

#header h1
{
	margin: 10px 5px;
}

#header h2
{
	margin: 15px 5px 10px;
	color: #ffffff; /*#c6cf6f;*/
	font-size: 1.3em;
	line-height: 2.0em;
	padding-left: 10px;
	border-left: 1px solid #c6cf6f;
}

/* Menu Page  */

#Menu, #Menu ul
{
	line-height: 1.2em;
	list-style-type: square;
    margin: 0 0 0 20px;
}

#Menu ul li
{
    padding: 2px;
}

#Menu ul ul
{
    list-style-type: circle;
    margin: 0 0 0 15px;
}

/* Member Menu */

#MemberNav {
	margin: 2px 0 0 0;
	width: 200px;
}
#MemberNav a {
	cursor:pointer;
	border-bottom:1px solid #5B734A;
	/*background:url(/includes/jquery/icons/collapsed.gif);*/
	color:#5B734A;
	display:block;
	font-weight:bold;
	margin:1px;
	padding:0px;
	text-indent:5px;
	text-decoration: none;
}
#MemberNav a:hover {
	color:#000;
}
#MemberNav li.active 
{
	color: #000;
	/*background-image: url(/includes/jquery/icons/expanded.gif);*/
}

#MemberNav a.current {
	background-color:#FFFF99;
}

#MemberNav ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#MemberNav li {
	list-style:none outside none; 
	display:inline;
}
#MemberNav li li.active 
{
	color: #000;
}
#MemberNav li li a 
{
	font-family: "Arial";
	border-bottom: none;
	font-size: 8pt;
	color:#80A06A;
	display:block;
	text-indent:8px;
	text-decoration: none;
}
#MemberNav li li a:hover {
	background-color:#9BB389;
	color:#000;
}
#MemberNav li li li a 
{
	font-family: "Arial";
	font-size: 8pt;
	color:#80A06A;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#MemberNav li li li.active 
{
	color: #000;
}
#MemberNav li li li a:hover {
	background-color:#9BB389;
	color:#000;
}
/* Navigation */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: url("/images/website/menu_bg.png") top left repeat-x;
}

#nav li {
	float: left;
	list-style: none;
	z-index: 999;
}

#nav a {
	display: block;
	color: #29280b;
	padding: 0px 8px;
	font-size: 0.8em;
	text-transform: uppercase;
}

#nav a:hover, #nav:active
{
	background: #cccc99 url("/images/website/menu_hover_bg.png") top left repeat-x;
	z-index: 999;
}

#nav li.active a
{
	color: #ffffff;
	background: #5B734A;
	border-bottom: solid 1px #415436;
	border-left: solid 1px #415436;
	border-right: solid 1px #415436;
	border-top: solid 1px #5B734A;
}

#nav li ul 
{
	position: absolute;
	/*width: 8em;*/
	left: -999em;
	background-color: #80A06A;
	border-bottom: solid 1px #5B734A;
	border-left: solid 1px #5B734A;
	border-right: solid 1px #5B734A;
}

/* Handles the second level menuing */
#nav li.active li a
{
    color: #000;
    background-color: #80A06A;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

#nav li.active li a:hover, #nav li.active li a:active
{
	background: #cccc99 url("/images/website/menu_hover_bg.png") top left repeat-x;
	z-index: 999;
}

#nav li ul li
{
    float:none;
    background-color: #80A06A;
}

#nav li ul li a
{
	font-size: 8pt;
	text-transform:capitalize;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 999;
}

/* Third level of menus */
#nav li ul ul {
	margin: -1.85em 0 0 15.75em;
}

#nav li ul ul li
{
	width: 250px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	z-index: 999;
}

/* Content */

#User
{
    float:right;
    padding: 10px 10px 0 10px;
    font-size: 0.9em;
	color: #ffffff;
}

#User a:link, #User a:visited
{
    margin: 3px;
}

#User a:hover
{
    text-decoration: none;
    border-bottom: dashed 1px #ffffff;
    padding-bottom: 2px;
}

#title
{
	float:left;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 10px 0 10px;
}

#login
{
	float:right;
	padding: 5px 5px 0 0;
}

.post
{
	padding: 2px 5px 10px 0;
}

.post-content a
{
	padding-right: 0px;
}

.post-footer
{
	color: #777777;
	font-size: 0.8em;
	font-weight: bold;
}

/* News */
#news input
{
	border: 2px solid #5B734A;
	background-color: #9BB389;
}

.item
{
	padding: 10px 0;
	margin: 0 5px 0 10px;
	text-align: center;
	/*border-bottom: 1px dotted #999999;*/
}

.item img
{
	border: solid 1px #000000;
}

.item a
{
	padding-left: 1px;
	/*background: url(images/tick.png) center left no-repeat;*/
}

.item h4
{
	padding: 0 0 2px;
	text-transform: none;
}

.item em
{
	color: #777777;
	font-size: 0.8em;
	font-style: normal;
}

.item p
{
	font-size: 1.0em;
	margin: 0;
}

/* Meta */

#meta div
{
	width: 30%;
	float: left;
	margin: 0 15px; 
}

#meta h3
{
	color: #cccc99;
}

#meta ul
{
	margin: 0;
	list-style-type: none;
}

#meta a
{
	display: block;
	color: #cccc99;
	padding: 5px 8px;
	margin-top: -1px;
	border-top: 1px dotted #aaaa77;
	border-bottom: 1px dotted #aaaa77;
}

#meta a:hover, #meta a:active
{
	color: #29280b;
	background-color: #7b794c;
}

.popular
{
	padding-left: 10px;
}

/* Copyright */

p#copyright
{
    font-size: 8pt;
	margin: 0;
	clear: both;
	padding: 10px;
	color: #333333;
	background-color: #9BB389; /*#3a391c;*/
	margin-bottom: 4px;
}

#copyright a
{
	color: #333333;
	padding-left: 0px;
	/*background: url(images/accept.png) left center no-repeat;*/
}

#copyright a:hover, #copyright a:active
{
	border-bottom-color: #333333;
}


