@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700|Lato:900');

body {
	margin: 0;
	padding: 0;
	background: #E7DBCC url(../images/page/paper-bg.jpg) top center repeat;
	font: 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000000;
}
#leaves {
	background: url(../images/page/leaves-bg.jpg) top center no-repeat;
}

.container {
	margin: auto;
	width: 980px;
}



/* ===================================== header stuff ===================================== */

#header {
	text-align: right;
	padding-top: 65px;
	position: relative;
	z-index: 3;
}
#header #logo {
	display: block;
	float: left;
	margin-right: -100px;
}
#header p {
	margin: 0;
	padding: 40px 20px 0 0;
	font-size: 18px;
}
#header p a {
	text-decoration: none;
	color: #000000;
}


#nav {
	clear: both;
	background: url(../images/page/nav-bg.png) top center no-repeat;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	height: 105px;
	position: relative;
	top: -25px;
	z-index: 2;
}
#nav li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
#nav li a {
	display: block;
	font: 20px/60px 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 3px #000000;
	color: #FFFFFF;
	padding: 0 20px;
	vertical-align: middle;
}
#nav a img {
	vertical-align: middle;
	margin: 0 -10px;
}



/* ===================================== general content ===================================== */

#page {
	margin-top: -65px;
	background: url(../images/page/page-bg.png) top center repeat-y;
}
#content {
	margin: auto;
	width: 920px;
	padding: 40px 0 40px;
	min-height: 400px;
	overflow: hidden;
}
.leftCol {
	float: left;
	width: 595px;
}

h1, h2, h3 {
	line-height: 1.2;
}

h1 {
	margin: 15px 0;
	font-size: 22px;
}
h2 {
	margin: 30px 0 5px;
	font-size: 18px;
}
h3 {
	margin: 20px 0 5px;
	font-size: 16px;
}


p {
	margin: 15px 0;
}
a {
	color: #076907;
}
small {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: none;
	color: #4D574D;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 10px 35px;
	background: url(../images/page/bullet.gif) 20px 6px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #DED0BE;
	background-color: #DED0BE;
	border: none;
}
img {
	max-width: 920px;
	height: auto;
}

form {
	margin: 0;
}
form table {
	margin: 15px 0;
	border-top: 1px solid #C1D9C1;
	line-height: 1.2;
}
form th {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #C1D9C1;
	background: #DEEBDE;
	width: 200px;
}
form td {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #DEEBDE;
}
input, select, textarea {
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000000;
}
input, textarea {
	width: 400px;
}
.button {
	width: auto;
	font-weight: bold;
	padding: 5px;
}




/* ===================================== footer stuff ===================================== */

#footer {
	background: url(../images/page/footer-bg.png) top center no-repeat;
	padding: 15px 0 20px;
	text-align: center;
	color: #837163;
}
#footer p a {
	text-decoration: none;
	color: #432A1E;
	padding: 0 5px;
}
#footer blockquote {
	margin: 15px 0;
	padding: 0;
	font-size: 12px;
}
#footer blockquote a {
	color: #837163;
}



/* ===================================== odds + ends ===================================== */

.pic {
	background: #E7DBCC url(../images/page/paper-bg.jpg) top center repeat;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DED0BE;
}
div.pic {
	clear: both;
	margin: 25px 0;
	text-align: center;
	padding: 10px 5px;
}
h1 .pic {
	float: right;
	margin: 5px 0 10px 30px;
}
.pic img {
	width: 32.1%;
	margin: 0 5px;
}


#fbFeed {
	padding-top: 30px;
}

.sidebar {
	float: right;
	width: 250px;
	padding: 10px 20px 10px;
	margin: 15px 0 30px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #83B483;
	background: #DEEBDE;
	font-size: 13px;
}
.sidebar h3 {
	margin-top: 5px;
}
.sidebar img {
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sidebar li {
	padding: 0 0 7px 15px;
	background-position: 0 6px;
}

.numbers {
	overflow: auto;
}
.numbers p {
	float: left;
	width: 20%;
	text-align: center;
}
.numbers strong, .numbers em {
	display: block;
}
.numbers a {
	text-decoration: none;
}

