body {
	margin: 10px 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: small;
	color: #6B6B6B;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #b3d104;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

blockquote {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #09881C;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	margin-bottom: 15px;
	background: url(images/siteBG.jpg) no-repeat;
}

#header h1 {
	float: left;
	padding: 45px 0 0 20px;
	font-size: 3.4em;
	margin-left: 350px;
	color: #b3d104;
}

#header h2 {
	float: right;
	padding: 43px 20px 0 0;
	letter-spacing: -1px;
	font-size: 2em;
}

#header a {
	text-decoration: none;
	color: #bedf04;
	display: block;
	width: 900px;
	float: left;
	height: 130px;
}

/* Content */

#content {
	width: 880px;
	margin: 0 auto;
	padding: 15px 10px;
	background: url(images/img02.gif) no-repeat;
}

/* Posts */

#posts {
	float: left;
	width: 330px;
	margin: 0px 15px;
}

.post {
}

.post .title {
	letter-spacing: -1px;
	font-size: 2em;
}

.post .posted {
	margin-bottom: 20px;
	font-size: .8em;
}

.post h1{
	margin-bottom: 15px;
}

.post .story {
}

.post .meta {
	height: 50px;
	padding: 8px 0 0 10px;
	background: url(images/img09.gif) no-repeat;
	font-size: .8em;
}

#results{
	margin: 15px;
	font-size: 10px;
	width: 360px;
}

#results a{
	margin-left: -5px;
	font-size: 12px;
}


/* Pages */

#pages {
	float: right;
	width: 180px;
}

/* Categories */

.links {
	float: left;
	width: 260px;
	
}

/* Green Box */

.gbox {
}

.gbox .heading {
	height: 27px;
	padding: 4px 0 0 10px;
	background: url(images/leftPanel_header.gif) no-repeat;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #09881C;
}

.gbox .footer{
	background: url(images/link_footer.gif) no-repeat;
	height: 33px;
	background-color: #ffffff;
}

.gbox .content {
	padding: 10px;
	border-left: solid 1px #bedf04;
	border-right: solid 1px #bedf04;	
	border-bottom: solid 1px #bedf04;
}

.gbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gbox li {
	font-size: 10px;
	line-height: 12px;
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat left 2px;
	margin-top: 7px;
}

.gbox a {
	color: #09881C;
	font-size: 12px;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	background: url(images/img10.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
}

.results{
	margin-left: 20px;
}

.results a{
}

.navB{
	float: left;
	clear: none;
	width: 30%;
}

input{
	border: solid 1px #bedf04;
	color: #09881C;
}

.buttons{
	cursor: pointer;
	background-color: #d4eb54;
	color: #09881C;
}

.label{
	color: #09881C;
	font-weight: bold;
}
	
