*
{
	padding: 0em;
	margin: 0em;
}

body
{
	background: #333 url(/images/bg.gif) repeat fixed;
	padding: 35px 0px 35px 0px;
	font-size: small;
	font-family: Georgia, Verdana, Tahoma, Arial, Serif;
	color: #333333;
	font-size: 1em;
}
p
{
	line-height: 1.4em;
	margin: 0 0 0.5em;
}

.login-forgot {
	font-family: Palatino, Tahoma, Verdana, Arial, Serif;
	font-size: 0.6em;
	color: #555;
}

a, a:link, a:visited {
	color: #b96d00;
	text-decoration: none;
	border-bottom:#b96d00 1px dashed;
}

a:hover, a:active
{
	text-decoration: none;
	border-bottom:#b96d00 1px solid;
}

h1,h2,h3,h4,h5,h6 
{
	font-family:Georgia, Verdana, Arial, Serif;
}
h3,h4
{
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
}
h3
{
	font-size: 1.7em;
}
h4
{
	font-size: 1.4em;
}
h3 span
{
	font-weight: normal;
	font-size:60%;
	color:#999;
}
h5 
{
	font-weight: bold;
/*	font-family:Verdana, Arial, Serif;*/
	font-size:1.2em;
	margin: 0 0 10px 0;
	color: #444;
}
h6
{
	font-weight: bold;
/*	font-family:Verdana, Arial, Serif;*/
	font-size:1.0em;
	margin: 0 0 10px 10px;
	color: #141;
}
.contentarea
{
	padding-top: 1.3em;
}
img
{
	border: 0;
	padding:3px;
}
ul, ol 
{
	margin:1em;
	padding:0;
}
li 
{
	margin:0 1em;
	padding:0.15em;
}
#container
{
	z-index: 2;
	position: relative;
	width: 760px;
	border: solid 7px #eee;
	background-color: #eee;
	margin: 0 auto;
}

#header
{
	position: relative;
	width: 100%;
	height: 112px;
	background: #333 url(/images/headerbg.gif) repeat-x;
	margin-bottom: 0px;
}

#headercontent
{
    width: 50%;
	position: absolute;
	top: 1em;
	padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
	font-weight: normal;
	font-size: 3em;
}
#headercontent h1 a:link, #headercontent h1 a:visited
{
	/*color:#699900;*/
	/*color:#696900;*/
	color: #7a7e00;
	text-decoration:none;
	border:none;
}
#headercontent h1 a:hover, #headercontent h1 a:active
{
	text-decoration:none;
	color:#eee;
	border:none;
}
#headercontent h2
{
	font-family: Palatino, Times, Verdana, Tahoma, Arial, Serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #aaa;
}

.sideBox {
	border-top: #7a7e00 solid 1px;
	border-bottom: #7a7e00 solid 1px;
	background-color: #E7E9B5;
	padding: 5px;
	margin: 0.5em 0.5em 1em 0.5em;
}

.contentBox {
	background-color: #eee;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 5px;
	margin: 0.5em 0.5em 2em 0.5em;
	color: #333;
}

.articleBox {
	background-color: #eee;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 5px;
	margin: 0.5em 0.5em 2em 0.5em;
	color: #333;
}

.commentBox {
	background-color: #eee;
	border-top: #ccc solid 1px;
	border-bottom: #e0e0e0 dashed 2px;
	padding: 5px 5px 15px 5px;
	margin: 0.5em 0.5em 2em 0.5em;
	color: #333;
}

.formBox {
	background-color: #ddd;
	border-top: #ccc solid 1px;
	border-bottom: #e0e0e0 dashed 2px;
	padding: 5px 5px 15px 5px;
	margin: 0.5em 0.5em 2em 0.5em;
	color: #333;
}

h2.commentTitle {
	margin: 0 0 0 0.5em;	
}

ul {
	/*list-style:square;*/
	list-style-image: url(/images/bullet2.gif) ;
}

div.navigate {
	text-align: center;
	padding: 0.2em;
	margin: 0.2em;
}

.contentBox h1 {
	font-size: 1.5em;
	color: #114411;
	margin-bottom: 1em;
	/*border-bottom: #114411 groove 2px;*/
}

.articleBox h1 {
	font-size: 1.5em;
	color: #114411;
	margin-bottom: 0.1em;
	/*border-bottom: #114411 groove 2px;*/
}

.articleBox h1 a {
	font-size: 1em;
	color: #114411;
	text-decoration: none;
	border: 0;
}

.commentBox h1 {
	font-size: 1em;
	color: #444;
	margin-bottom: 0.1em;
	/*border-bottom: #114411 groove 2px;*/
}

.articleBox h1 a {
	font-size: 1em;
	color: #114411;
	text-decoration: none;
	border: 0;
}

.adminBox {
	font-family: Tahoma, Verdana, Arial, Serif;
	background-color: #e6e6e6;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 0px 5px 5px 5px;
	margin: 0.5em 0.5em 1em 0.5em;
	color: #333;
	font-size: 0.9em;
}

.adminBox h1 {
	font-family: Palatino, Tahoma, Verdana, Arial, Serif;
	font-size: 1.5em;
	color: #114411;
	margin-bottom: 1em;
	border-bottom: #114411 groove 2px;
}

.adminBox th {
	color: #ddd;
	background-color: #114411;
	/*font-size: 0.8em;*/
	text-align: center;
}

.adminBox td {
	color: #333;
	background-color: #ddd;
	/*font-size: 0.8em;*/
	text-align: left;
}

.adminBox td a {
	text-decoration: none;
	color: #141;
}

.adminBox td a:link, .adminBox td a:visited {
	text-decoration: none;
	border-bottom: none;
	color: #141;
}

.adminBox td a:hover, .adminBox td a:active {
	text-decoration: underline;
	border-bottom: none;
	color: #141;
}

.adminBox table {
	width: 100%;
}

label {
	font-size: 0.9em;
	font-weight: bold;
	color: #7a7e00;
}

#intro
{
    font-family: Georgia, Lucida Grande, Tahoma, Arial, Serif;
    font-size: 1.1em;
	padding-top: 1.3em;
}

input, textarea, select {
	border: #7a7e00 solid 1px;
	background-color: #eee;
	color: #333;
	font-size: 12px;
}

input.button {
	border: #7a7e00 solid 1px;
	background-color: #7a7e00;
	color: #F2F3DE;
}

#search
{
	position: absolute;
	top: 4em;
	right: 2.0em;
	padding-right: 0.0em;
	color:#666;
	/*background-color: #eee;*/
}

#search-text
{
	margin-right: 0.5em;
	vertical-align: middle;
	border: solid 1px #7F8400;
	padding: 0.1em;
	height: 1.6em;
	width: 10.0em;
}

#search-submit
{
	background: #7a7e00;
	border: solid 1px #7F8400;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
	vertical-align: middle;
}

#menu
{
	position: relative;
	background: #7F8400 url(/images/menubg.gif) repeat-x top left;
	font-family: Verdana, Tahoma, Arial, Serif;
	font-size: 0.8em;
	height: 3.5em;
	padding: 0 1.0em;
	/*margin: 0 0 15px 0px;*/
	border-bottom: #e0e0e0 solid 10px;
	/*margin-bottom: 2.5em;*/
}

#menu ul
{
	padding:1em 0 0 0;
	margin:0;
}

#menu ul li
{
	position: relative;
	display: inline;
	padding:0;
	margin:0;
}

#menu ul li a:link, #menu ul li a:visited
{
	color: #fff;
	padding: 0.5em 1.0em 0.9em 1.0em;
	text-decoration: none;	
	border:none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li.current_page_item a
{
	background: #7F8400;	
	border:none;
}
#content
{
	padding: 0 ;
	width: 560px;
	float: left;
	margin-bottom: 1em;
}
#sidebar
{
	margin: 0;
	float: right;
	width: 200px;
	margin-bottom: 1em;
}
#footer
{
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 1em;
	background: #e8e8e8;
	font-size: 0.86em;
	border-top: #e0e0e0 solid 10px;
	margin-top: 2em;
}

.author {
	font-weight: normal;
	color: #999;
	font-size: 0.9em;
}

.articleFooter {
	color: #999;
	font-size: 0.9em;
}

#footer .left
{
	position: absolute;
	left: 2em;
	bottom: 1.2em;
}

#footer .right
{
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}
#header, #content, #sidebar, #footer {
    overflow: hidden;
}

div.date{float:left;width: 4em;padding: 5px 0;background: #F1DDC4;color:#B0001E;
    text-align:center;margin: 0 4px 4px 0;font-size: 80%;line-height:0.9}
div.date span{display:block;font-size: 150%;font-weight:bold}

