
/* PAGE STRUCTURE */

body {
	background: #99642B url(img/bg-page.gif) top center repeat-x;
	}

#page {
	margin-top: 20px;
	padding-top: 0;
	padding-bottom: 100px;
	border-top: 1px solid #fff;
	background: #ffffff url(img/bg-main.gif) bottom center no-repeat;
	}

#header {
	position: relative;
	height: 200px;
	background: transparent url(img/bg-header.gif) top left repeat-x;
	}

.columns-one #page {
	width: 700px;
	}

.content {
	background: #ffffff url(img/bg-content.gif) top right no-repeat;
	}


/* FONTS AND TEXT */

h2 {
	color: #99642B;
	}

h3 {
	color: #4B5015;
	}

a:link, a:visited, a:hover, a:active {
	color: #99642B;
	}

/* MAIN MENU */
	
ul.menu li a {
	background: #4B5015;
	}

ul.menu li a:hover {
	background: #99642B;
	}

ul.menu current_page_item a, ul.menu li.current_page_ancestor a, body.single li.page-item-8 a {
	background: #ffffff;
	color: #444444;
	}

/* SIDE BAR */

.secondary {
	padding-top: 60px;
	}

.widget_text h4 {
	padding-left: 30px;
	}

.widget_text p {
	font-style: italic;
	padding: 1em 0 0 30px;
	}

/* FOOTER */

#footer, #footer a {
	color: #333333;
	border: none;
	}

/* IMAGES */

#primary img {
	padding: 3px;
	border: 1px solid #7C7F57;
	background-color: #BABF83;
	}

/* POSTS */

.entry-categories {
	display: none;
	}

/* CONTACT PAGE */
#contactform { margin-left: 120px; width: 225px; padding: 20px; border: 1px solid #7C7F57; background-color: #BABF83;}
#contactform input, #contactform textarea { width: 200px; margin-bottom: 5px; background-color: #DCDFB5; border: 1px solid #7C7F57; vertical-align: text-top; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em;}
#contactform input.check { width: 15px; vertical-align: center; }
#contactform input:focus, #contactform textarea:focus { background-color: #EEEFE0; border: 1px solid #7C7F57; }
#contactform input.submit { margin-top: 1em; }

.error { text-align: center; border: 1px solid #FF0000; background-color: #FFBFBF; font-style: italic; }
.thanks { text-align: center; border: 1px solid #7C7F57; background-color: #DCDFB5; font-style: italic; }
.required-tag { color: #ffffff; font-style: italic; margin-right: 10px; }

