/*  
Theme Name: Walnut Farm
Description: Static background image of a walnut farm
Version: 1.0
Author: KSP

*/

h1, h2, h3, h4, h5, h6, blockquote, p, form, ul, ol {
	margin: 0;
	padding: 0;
}


body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #1c2109;
	background-color: #bbb087;
	background-image: url(images/background1.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

#container{
	height: 100%;
	min-height: 1000px;
	background: transparent url(images/backimg.jpg) center top no-repeat;
	background-attachment: fixed;
	text-align: center;
	}
	
#wrapper {
	width: 920px;
	margin: auto;
	text-align: left;
	}
	
#main {
	float: left;
	width: 690px;
	}
	
h1 { font-size: 2.4em; }

h3{
	font-size: 1.8em;
}


blockquote { 
	font-style: normal;
	text-align: justify;
	color: #000; 
	margin: 1.5em 1.5em 1.5em 0px;
	padding: 0px 0px 0px 30px;
}

p {
	margin: .25em 0;
	line-height: 150%;
	}	
	
a {
	text-decoration: none;
	color: #8b5c3a;
	border-bottom: 1px dotted #8b5c3a;
}

a:hover {
	text-decoration: none;
	color: #5f7a09;
	border-bottom: 1px dotted #5f7a09;
}

a:active {
	border: none;
	}

/*----HEADER----*/

#header{
	width: 920px;
	height: 90px;
	margin: auto;
	text-align: center;
	}
	
#header h1 {  padding-top: 40px; padding-bottom: 0px; font-family: Verdana, Arial, sans-serif;}
	
#header h1 a { letter-spacing: .1em; }

#header h4 { 
	font-size: 1.4em; 
	color: #483c20; }

/*--- Content ---*/

#content{
	float: right !important;
	width: 690px;
	padding: 0 0 0 0;
	margin: 0 10px;
}

#main #content {
	width: 460px;
	margin-right: 10px;
	}

.subtitle  {
	margin: 0 auto;
	padding: 0;
	font-size: 1.6em;
	text-align: center;
	}


#content h1 {
	font-size: 2em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	}

#content h4 {
	padding: 0;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	}

/*----POST----*/

.post {
	margin: 20px auto;
	border-bottom: 2px solid #5f4d2d;
	float: right;
/*
	background-color: #e7e2c3;
*/
	width: 690px;
	}
	
	

.home .post{
	width: 460px;
	margin: 10px 0px;
	float: left;
	}
	
.page .post {
	border: none;
	margin: 0;
	}

.post h4 {
	font-style: normal !important;
	font-weight: bold !important;
	text-align: left !important;
	}



.post h2{
	font-size: 1.8em;
	letter-spacing: .1em;
	padding: 0;
	margin: 0 !important;
	text-align: center;
	text-transform: uppercase;
}



h1 a:link, h1 a:visited, .post h2 a:link, .post h2 a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: none;

	}
h1 a:hover, .post h2 a:hover {
	text-decoration: none;
	border: none;
	color: #5f7a09;
	}
#header h1 a:hover {
	text-decoration: none;
	border: none;
	color: #333;
	}

.post h4 {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	}


.postmetadata {
	font-size: 90%;
	color: #8b5c3a;
	margin: 0;
	padding: 0;
	}
	
.postinfo a, .postmetadata a {
	color: #8b5c3a !important;
	background-image: none !important;;
}


.entry { margin-top: 10px; 
	font-size: 1.3em !important;
	}

.entry p { 
	margin: 0 0 10px 0; 
	padding: 0;
	line-height: 150%;
}


.entry ol {
	margin-left: 25px;
	line-height: 150%;	
	}
	
.entry ul { 
	list-style-image: url(images/bulletblue.png); 
	margin-left: 20px;
	line-height: 150%;
	}
	
.entry ul li { 
	margin: 0 0 5px 10px; 
	}
.entry ol li { 
	margin: 0 0 5px 15px; 
}
		
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 0px; 
}


.entry li a {
	margin: 0;
	padding: 0;
	}
	


/*--- Entry Tables ---*/
.entry table {
	border-collapse: collapse;
	}
.entry table td, .entry table th {
	border: 1px solid #938a68;
	padding: 2px 4px;
	}
	
	
/* tables for officers and chairpersons pages */

table.directory, table.roster {
	width: 80%;
	margin: 10px auto;
	border-collapse: collapse;
	}
.roster td, .directory td {
	padding: 4px;
	border-bottom: 1px solid #938a68;
	}

	
/*--- Entry Images --*/

.entry img {
	max-width: 100%;
	padding: 6px; 
	margin: auto;
	border: 1px solid #938a68;
	background: #e7e2c3;
	}


.entry img.alignleft { 
	margin: 0.5em 15px 0.5em 0; 
	float: left; 	
	display: inline;
}
		
.entry img.alignright { 
	margin: 0.5em 0 0.5em 15px; 
	float: right; 
	display: inline;
}
		
.entry img.centered { 
	display: block; 
	float: none; 
	clear: both; 
}

.home .entry img {
	background-color: transparent;
	float: left;
	border: none;
	padding: 0 10px 0 0 !important;
	margin: 0 !important;
	position: relative;
	}



.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.centered {
	text-align: center;
	}
	
a img {border: none; }
/* End Images */
img.wp-smiley { display: inline !important; float: none !important; margin: 0; padding: 0; border: none; background: transparent;}

img#wpstats{display:none}

dt {
	font-weight: bold;
	margin-bottom: 1ex;
	border-bottom: 1px solid #e7e2c3;
	}
dd {
	margin-bottom: 2ex;
	line-height: 150%;	
	}
	
.tabledisplay dt {
	width: 10em;
	float: left;
	margin: 0 0 6px 0;
	font-weight: bold;
	border: none;
	}
.tabledisplay dd {
	margin: 0 0 6px 11em;
}



dl img {float: left;
	padding: 0 !important;
	margin: 0 6px 0 0;
	border: 0px !important;
	background-color: #fff !important;
	}
	
	
.list dd {margin-bottom: 20px; margin-left: 8em;}	
	


table.schedule {
	margin: 10px auto;
	width: auto;
	border-collapse: collapse;
	font-size: 100%;
	}
.schedule th { 
	border-bottom: 1px solid #574e38;}
.schedule td {
	empty-cells: show;
	padding: 1px 10px;
	border-bottom: 1px solid #574e38;}

	
--- Formatting for Gallery --

.gallery { width: 690px; text-align: center;}


.gallery .post h2 {
	padding-top: 20px;
	padding-bottom: 8px;
	}
	
	
.gallery .entry {
	float: left;
	width: 640px;
	margin: auto auto;
	}
	

.gallery-item {
	text-align: center !important;
	}
dt.gallery-icon {
	border: none;
	text-align: center !important;
	}
	
.gallery img.attachment-thumbnail {
	float: none;
	padding: 6px !important;
	border: 1px solid #574e38; !important;
	}
.gallery p { }	
.gallery p.attach { }


/*--- Navigation ---*/
.navigation{
	float: left;
	width: 100%;
	margin: 10px auto;
	font-size: 1.2em;
	}

.previous {  
	float: left;
	margin-left: 20px;
	}
	
.next {
	float: right;
	margin-right: 20px;
	}


/*--- Search Form ---*/
#search {
	float: right;
	position: relative;
	top: -20px;
	margin-right: 50px;
}
	
#s {
	background: #fffdf4 url(images/searchicon.png) right bottom no-repeat; 
	color: #8b5c3a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	border: #d1ba90 solid ; 
	border-width: 2px 1px 1px 2px; 
	width: 140px;
	height: 14px;
	padding: 2px; 
	margin:0;
	}
	

/*--- Left Sidebar ---*/
#sidebar_l{
	float: left;
	width: 200px;
	margin: 20px 10px 5px 0px;
	padding: 0 0px 15px 0px;
}


#sidebar_l h2, #sidebar_r h2{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #3b1a02;
	padding: 6px 10px;
	margin: 0;
}

#sidebar_l  h2, #sidebar_r  h2 {
	border-bottom: 2px solid #5f7a09;
	}

.sidebar ul{
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 1.1em;
}

#sidebar_l ul ul {
	padding-left: 0px;
	margin-left: 10px;
	}
	
#sidebar_l li{
	line-height: 130%;
	padding: 4px 0px;
	color: #3b1a02;
	}

#sidebar_l a{
	text-decoration: none;
}

#sidebar_l a:hover{
	text-decoration: none;
	color: #3b1a02;
	border-bottom: 1px dotted #3b1a02;
}

.sidebar form{
	margin-top: 6px;
	padding-top: 0;
	}
	
.sidebar form .input {
	border: #e5e5e5 2px inset;
	background-color: #efeffc;
	}
	
	
/*--- Right Sidebar ---*/

#sidebar_r {
	float: right;
	width: 200px;
	margin: 20px 20px 5px 0px;
	padding: 0px 0 15px 0;
	}
	
#sidebar_r .sidebar {
	margin-bottom: 20px;
	padding: 0;
	}
	
#sidebar_r ul  {
	padding: 0;
	margin: 0;
	}
	
#sidebar_r ul ul li {
	padding: 5px 0;
	margin: 0;
	}

#sidebar_r .events {
	text-align: left;
	
	}
	
	
/*-- calendar ---*/

table#wp-calendar {
	width: 95%;
	font-size: 100%;
	text-align: center;
	margin: 0px 1px 0px 1px;
	border-collapse: collapse;
}

#wp-calendar caption {
	font-weight: bold;
	padding: 1ex 0 6px 0;
	margin: 0 0 0;
	}

#wp-calendar td, #wp-calendar th {
	border: none;
	width: 14%;
	height: 2ex;
	}

#wp-calendar .month{
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	background-color: #efeffc;
	padding: 6px 0;
	border: 1px solid #aaa;
	}
#wp-calendar tfoot td {
	border: none;
	padding-top: 4px;
	}
	
#wp-calendar a{
	font-weight: bold;
	display: block;
	color: #5f7a09;
	}
	
#wp-calendar a:hover{
	display: block;
	text-decoration: none;
	background-color: #ee8464;
	}

	
/*----FOOTER----*/

#footer { 
	width: 920px;
	background: transparent;
	font-family: Georgia, "Times New Roman", serif;
	color: #3b1a02; 
	font-size: 1.1em; 
	clear: both; 
	padding: 10px 0 20px 0;
	margin: auto;
	text-align: center;
	}
	
#footer p { margin: 0; padding: 0; }

#footer a {
	color: #3b1a02;
	text-decoration: underline;
	display: inline;
	border: none;
	}
	
#footer a:hover {
	color: #766356;
	text-decoration: underline;
	}
	
.disclaimer {
	font-style: italic;
	}

.clear { clear: both; width: 1px;}


#wpstats {
	height: 0px;
	}