﻿@charset "utf-8";
*, html {
	margin:0;
	padding:0;
}
body  {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background:#CCC;
	text-align:center;
	color:#000000;
}
img { border:none}
.align_img img, .align_img span {
	vertical-align:middle;
	display:inline-block;
}
a {
	text-decoration:none;
	color:#0e5f37;
}
a:hover{
	text-decoration:underline;
}
#container { 
	background:#FFF;
	margin:0 auto;;
	width:1000px;
	text-align:left;
}  
#mag {
	height:202px;
	margin:0 0 0 600px;
	position:absolute;
	top:10px;
}
#header { 
	height:159px;
	padding:0 20px;
	background:#0e5f37 url(images/header_bg.jpg) repeat-x;
}
#header h1, #header p {
	font-weight:bold;
	color:#FFF;
	font-size:15px;
	margin:0;
	padding:0;
} 
#lg { 
	text-align:center;
	line-height:40px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 10px;
	float:right;
}

img.alignleft {
	margin: 0 10px 2px 0;
	float:left;
}
.alignnone {
	clear:both;
}
#left {
	float:left;
	width:200px;
	padding-top:10px;
}
#lg a {
	margin:0 10px;
}
#left ul li {
	list-style:none;
	border-bottom:1px solid #666;
	text-align:right;
}
#left li a {
	text-decoration:none;
	font-weight:bold;
	color:#0e5f37;
	padding:10px 5px;
	display:block;
}
#left li a:hover {
	background-color:#DDD;
}
#left p {
	margin:5px 5px 5px 20px;
}
#right {
	float:left;
	width:190px;
	padding:50px 5px 0;
}
#right ul li {
	list-style:none;
	margin:10px 0;
}
#right #searchbox {
	text-align:center;
}
#right input {
	margin:5px 0;
}
#right h3 {
	text-align:center;
}
#content {
	float:left;
	width:578px;
	padding:50px 10px 0;
	border-right:1px solid #999;
	border-left:1px solid #999;
	min-height:600px;
	padding-bottom:10px;
}
#content p {
	margin:5px 0;
}
#content ul {
}
#content li {
	list-style-position: inside;
	margin:3px 0;
}
#content .postmetadata {
	margin-bottom:15px;
	font-style:italic;
}
#content .entry {
	padding-bottom:15px;
}
#content .post hr {
	height: 1px; 
	color: #999; 
	background-color: #999; 
	width: 90%; 
	border: none;
	margin:15px 5%;
}
h1, h2 {
	font:bold 18px Verdana, Arial, sans-serif;
	color:#0e5f37;
	margin:5px 0;
}
h3 {
	font:bold 16px Verdana, Arial, sans-serif;
	color:#0e5f37;
	margin:5px 0;
}
#footer { 
	clear:both;
	padding:0 10px;
	background:#DDDDDD;
	height:38px;
	background:#0e5f37 url(images/footer_bg.jpg) repeat-x;
}
#footer p {
	line-height:38px;
	color:#FFF;
} 
#footer a {
	color:#FDCA53;
}
table.colored th {
	background:#FFB70F;
	padding:2px 5px;
	text-align:center;
}

table.colored td {
	background:#FDCA53;
	padding:2px 5px;
}

