/*  
Theme Name: Farm Show
Theme URI: http://randywalker.net/
Description: Farm Show
Author: Randy Walker
Author URI: http://randywalker.net/
*/

html {
	background: #efe url(bg.jpg) fixed no-repeat center top;
	color: #333;
	font-size: 90%;
	font-family: "Lucida Grande", Calibri, Verdana, Helvetica, Arial, sans-serif;
}

body {
	width: 750px;
	min-width: 750px;
	margin: 10px auto;
	text-align: left;
	padding: 10px;
}

a:link, a:visited {
	color: #d72;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

a:hover, a:active {
	color: #275e37;
	text-decoration: none;
	border-bottom: 1px dotted #275e37;
}

#header {
	padding: 0 10px;
	margin: 0;
	border: 1px solid #a2dda2;
	background-color: #dfd;
}

h1 {
	color: #275e37;
	padding: 0;
}

#navigation {
	list-style-type: none;
	font-size: .7em;
	padding: 0;
	margin-bottom: 5px;
	background-color: #dfd;
}

#navigation li {
	display: inline;
}

#navigation li a {
	padding: 5px 10px;
	text-decoration:none;
	border: 1px solid #dfd;
	border-bottom: none;
	font-weight: bold;
	margin-bottom: -10px;
}

#navigation li a:hover {
	background: #d72;
	color:#fff;
	border: 1px solid #d72;
	border-bottom: none;
}

#navigation li.current_page_item a {
	cursor: default;
	background: #fff;
	color: #275e37;
	border: 1px solid #a2dda2;
	border-bottom: 1px solid #fff;
}

#content {
	line-height: 1.4;
	background-color: #fff;
	clear: both;
	border: 1px solid #a2dda2;
	border-top: none;
	padding: 0 10px 10px 10px;
}

h2 {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 5px;

}

.meta {
	font-size: .75em;
	color: #a2dda2;
	padding: 0;
	margin: 0;
}

.entry {
	margin-bottom: 30px;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 10px;
}

#footer {
	text-align: center;
	font-size: .8em;
	color: #275e37;
	border: 1px solid #a2dda2;
	border-top: none;
	background-color: #dfd;
}

#footer a {
	color: #a2dda2;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
}

.wpcf7 p {
	width: 400px;
	text-align: right;
}

.wpcf7 input, .wpcf7 select {
	float: right;
	margin-left: 5px;
	text-align: left;
	clear: both;
	width: 200px;
}

.wpcf7-checkbox input {
	float: none;
	width: auto;
}

.wpcf7 input[type="submit"] {
	width: auto;
}
