body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #222; }

#header {
	width: 75%;
	height: 85px;
	line-height: 25px;
	margin: 0 auto;
	padding-top: 45px;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #89ac0c;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#header h2 {
	margin: 0;
	padding: 0;
	color: #89ac0c;
	font-size: 150%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#header a:link, #header a:visited, #header a:hover {color: #89ac0c; text-decoration: none; }

#wrapper-menu {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
	border-bottom: 1px solid #95bc0e;	
	border-top: 1px solid #95bc0e;	
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}

#panel {
	width: 26%;
	margin: 0 auto;
	text-align: right;
	float: right;
	padding: 3% 2% 20px 1%;
}

#container {
	width: 75%;
	margin: 0 auto;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 100%;
	text-align: left;
}

#container .info{
	width: 60%;
	margin: 0 auto 0 auto;
	padding: 20px;
	border: 1px solid #bbb;
	background: #f9b532;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}

* html #container { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#container form input, #content form textarea{
	border:1px solid #a0c80e;
	background-color: #fbfbfb;
	font:12px Verdana,sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#container form input.button{
	border:1px solid #a0c80e;
	background-color: #a0c80e;
	color: #fbfbfb;
	font:12px Verdana,sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#container h1 {
	color: #a0c80e;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

#container h2 {
	color: black;
	padding-bottom: 2px;
	font-size: 120%;
	letter-spacing: -1px;
}

#content {
	width: 68%;
	margin: 0 auto;
	text-align: left;
	float: left;
	padding: 0 1% 20px 1%;
}

#content img{
	float: left;
	margin: 10px 10px 10px 0;
	border: none;
}

#info {
	margin: 10px 0 10px 0;
}

#info .title{
	color: white;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

#info .title a:visited, a:link {
	color: white;
	text-decoration: none;
}


#info .title a:hover {
	color: white;
	text-decoration: underline;
}

#info .section{
	padding: 0%;
	margin: 0%;
	width: 100%;
	border: 1px solid #bbb;
}

#info .content{
	padding: 0%;
	margin: 2%;
	width: 95%;
}

.post_title{
	color: #a0c80e;
	border-bottom: 5px solid #a0c80e;
}

.post_title{
	font-weight: bold;
	font-size: 12px;
	color: #a0c80e;
	border-bottom: 5px solid #a0c80e;
}

.post_title a:link{color: #a0c80e; text-decoration: none; font-size: 150%; letter-spacing: -1px;}
.post_title a:visited {color: #a0c80e; text-decoration: none; font-size: 150%; letter-spacing: -1px;}
.post_title a:hover { color: #a0c80e; text-decoration: underline; font-size: 150%; letter-spacing: -1px;}

.post_short {
	text-align: justify;
	margin-bottom: 50px;
}

.post_short p{
	padding: 5px;
	margin: 0px;
}


#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	color: white;
	letter-spacing: 0.15em;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	border-top: 1px solid #a0c80e;
	border-bottom: 1px solid #a0c80e;
	font-size: 80%;
	clear: both;
}

#footer .left{
	float: left;
	text-align: left;
	margin-left: 5px;
}

#footer .right{
	float: right;
	text-align: right;
	margin-right: 5px;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }
