/*
Theme Name: Friends of Goosepond
Theme URI: http://www.newdealmultimedia.com/
Description: Theme for Friends of Goosepond.
Version: 1.0
Author: New Deal Multimedia, LLC
Author URI: http://www.newdealmultimedia.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	background: #CFE076 url('/images/bg_body.png') repeat-x;
}
h2 {
margin-top: 0px;
}
h3 {
	margin-top: 16px;
}
p {
	margin-top: 4px;
	margin-bottom: 16px;
}
ul {
	margin-left: 16px;
	margin-bottom: 16px;
}
ul li {
	margin-top: 8px;
	margin-bottom: 8px;
}
a {
	color: #115B07;
}
#wrapper2 {
	max-width: 1058px;
	margin: 0 auto;
	background: url('/images/bg_content_top.png') no-repeat top center;
}
#wrapper {
	max-width: 1058px;
	margin: 0 auto;
	background: url('/images/bg_content.png') repeat-y top center;	
}
#page {
	width: 902px;
	margin: 0 auto;
}
#content {
	background-color: white;
	padding: 20px;
	margin-left: 246px;
	padding-top: 0;
}
#sidebar {
	width: 242px;
	float: left;
}
#sidebar .section {
	border: 1px solid #125B08;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	margin-bottom: 16px;
	background-color: white;
}
#sidebar .section h2 {
	margin: -10px;
	margin-bottom: 8px;
	background-color: #D0E076;
	color: #125B08;
	padding: 8px;
	font-size: 1.4em;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
#sidebar .section ul {
	list-style-type: none;
}
#sidebar .section ul#nav li {
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

.separator, .seperator {
	background: url('/images/separator.png') no-repeat scroll center;
	height: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	text-align: center;
	color: #125B08;
	font-size: 11px;
	padding-bottom: 10px;
}
