/*
Originally design by Free CSS Templates, updated by Sarah Gothard 
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0px;
	background: #F7F7F7 url(images/img01.jpg) repeat left top;
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #32639A; /* Blue */
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	/*margin-top: 0px; */
	line-height: 200%; */
	font-family: "Century Gothic", "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	/*margin: 0px;*/
	/*padding: 20px;*/
	/*list-style: none;*/
}

a {
	text-decoration: underline;
	color: #516C00; /* Green */
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

input {
	width: 100%;
	line-height: 200%; */
	font-family: "Century Gothic", "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

textarea {
	width: 100%;
	line-height: 200%; */
	font-family: "Century Gothic", "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 1000px;
	height: 235px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 50px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Century Gothic", Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	letter-spacing: -1px;
	text-transform: none; /* was lowercase */
	font-size: 44px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	margin: -30px 0px 0px 0px;
	padding: 26px 0px 0px 2px;
	font: normal 19px "Century Gothic", Georgia, "Times New Roman", Times, serif;
	color: #C5E8FF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C5E8FF;
}

/* Menu */

#menu {
	width: 1000px;
	height: 65px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/img04.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 105px;
	height: 39px;
	margin-left: 10px;
	padding-top: 15px;
	background: url(images/img05.jpg) repeat-x left top;
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: url(images/img06.jpg) no-repeat left top;
	padding-left: 0px;
	color: #493E2B;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 40px 50px 0px 50px;
	background: #FFFFFF; /* White */
}

/* -------------------------------------------------------------------------- */
/* Content */

#content {
	float: left;
	width: 570px;/* The content column needs to be maintained at this width or the image of post.entry (img08) will be wrong length */
	padding: 0px 0px 0px 0px;
}


#content_wide {
	float: left;
	width: 870px;/* The content column needs to be maintained at this width or the image of post.entry (img08) will be wrong length */
	padding: 0px 0px 0px 0px;
}

.entry { /* this adds a graphic horizontal break*/
	background: url(images/img08.jpg) no-repeat left top;
	padding: 25px 0px 0px 0px;
	text-align: justify;
}

.subh2 {
	margin: 0px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: normal;
	color: #6E8D3D;
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
}

.more { /* adds a doc symbol in front of text */
	padding-left: 16px;
	background: url(images/img10.gif) no-repeat left 3px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.comments { /* adds a speach bubble symbol in front of text */
	padding-left: 18px;
	background: url(images/img11.gif) no-repeat left 4px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 273px; /* The sidebar needs to be maintained at this width or the image of h2 (img09) will be wrong length */
	padding: 0px;
	color: #787878;
}

#sidebar h2 {
	background: url(images/img09.jpg) no-repeat left bottom;
	height: 65px;
	letter-spacing: -.5px;
	font-size: 28px;
	color: #493E2B;
}

/* -------------------------------------------------------------------------- */
/* Earthy Footer */

#footer-content {
	width: 900px;
	height: 255px;
	margin: 0 auto;
	padding: 60px 50px 0px 50px;
	background: url(images/img15.jpg) no-repeat left top;
	font-size: 12px;
	color: #887450;
}

#footer-content .column1 {
	float: left;
	width: 373px;
}

#footer-content .column2 {
	float: right;
	width: 470px;
}

#footer-content h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #E3D2B6;
}

#footer-content .colum1 h2 {
	text-align: left;
}

#footer-content .colum2 h2 {
	text-align: right;
}

#footer-content strong {
	color: #E3D2B6;
}

#footer-content a {
	color: #AA8B55;
}

/* link to template footer */

#footer {
	height: 50px;
	margin: 0px auto;
	padding: 0px 0px 15px 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #82A2B9;
}

#footer a {
	text-decoration: underline;
	color: #82A2B9;
}

/* End of file */