﻿
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000; 
	background: #446333;
	text-align: center;
}

/* links */
#sidebar a
{
	color:#fff;
	background-color: inherit;
	text-decoration: none;
}
#sidebar a:hover {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

a { 
	color:#063;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #000000;	
}
h1 { font-size: 1.5em; color: #000000; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #000000;
}
ul span, ol span {
	color: #000000; 
}

/* images */
img {
	border: 2px solid #39680E;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #ffffff;
  border: 1px solid #446333;  
  border-left: 4px solid #446333; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #ffffff;
	border: 1px solid #446333; 
	border-left: 4px solid #446333;   
	color: #000000;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}


/***********************
	  LAYOUT
************************/
#wrap {
	background: #446333;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #446333;
;
}

/* header */
#header {
	position: relative;
	height: 200px;	
	background: #446333;	
}

#menu
{
	position: relative;
	height: 35px;
}

.post-footer {
	background-color: #6DAA37;
	font-size: 95%;	
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 0;	padding: 0; 
	background: #446333;
}

#main
{
	float: right;
	width: 79%;
	margin: 0; padding: 0;
	background: #ffffff;
}

/* Footer */
#footer { 
	width: 820px;
	color: #FFF; 
	background: #446333; 
	border-top: 5px solid #ffffff;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

#sidebar P
{
	color: white;
	font-weight: bold;
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
#clear { clear: both; }
.green {	color: #39680E; }
.gray  {	color: #39680E; }
