/*
Theme Name: WordPress Farmers
Description: The WordPress theme for Farmers site
Version: 1.0
Author: Farmers
Author URI: http://farmers.co.uk/
Tags: farmers

*/

/*standart wp*/
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
select {
	width: 130px;
}
#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
#content h2.center,
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
.navigation {
	display: block;
	width:100%;
	padding:0 0 20px;
	text-align: center;
	overflow:hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*farmers*/
html{
	height:100%;
}
body{
	height:100%;
	min-width:1000px;
	margin:0;
	font:12px/18px Georgia,"Times New Roman",serif;
	color:#0b4e5d;
	background:#fff url(img/bg-body.jpg) repeat-x 50% 0;
}
form,fieldset,img{
	padding:0;
	margin:0;
	border:0;
}
p img{
	display:inline;
}
a{
	font-weight:bold;
	text-decoration:underline;
	color:#0b4e5d;
}
a:hover{
	text-decoration:none;
}
#page{
	width:960px;
	min-height:100%;
	padding:0 5px;
	margin:0 auto;
	overflow:hidden;
}
* html #page{
	height:100%;
	overflow:visible;
}
#header{
	width:100%;
	padding:0 0 7px;
	overflow:hidden;
}
#header h1{
	float:left;
	display: inline;
	margin:29px 0 0 2px;
}
#header h1 a{
	float:left;
	width: 115px;
	height: 122px;
	text-indent: -9999px;
	overflow:hidden;
	background: url(img/logo.png) no-repeat 0 0;
}
#header ul{
	float:right;
	display:inline;
	height:73px;
	padding:0;
	margin:51px 20px 0 0;
	list-style:none;
	overflow:hidden;
}
#header ul li{
	float:left;
}
#header ul a{
	float:left;
	height:71px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/bg-main-menu.png) no-repeat -9999px -9999px;
}
#header ul a.home{width:126px;margin-right:15px;background-position:0 0;}
#header ul a.markets{width:114px;margin-right:5px;background-position:-141px 0;}
#header ul a.about{width:111px;margin-right:7px;background-position:-260px 0;}
#header ul a.producers{width:107px;margin-right:12px;background-position:-378px 0;}
#header ul a.club{width:136px;margin-right:15px;background-position:-497px 0;}
#header ul a.contact{width:108px;margin-right:0;background-position:-648px 0;}
#header ul li.active a.home,
#header ul a.home:hover{background-position:0 -71px;}
#header ul li.active a.markets,
#header ul a.markets:hover{background-position:-141px -71px;}
#header ul li.active a.about,
#header ul a.about:hover{background-position:-260px -71px;}
#header ul li.active a.producers,
#header ul a.producers:hover{background-position:-378px -71px;}
#header ul li.active a.club,
#header ul a.club:hover{background-position:-497px -71px;}
#header ul li.active a.contact,
#header ul a.contact:hover{background-position:-648px -71px;}
#main{
	width:100%;
	padding:0 5px;
	margin:0 -5px;
	overflow:hidden;
}
#content{
	float:left;
	display:inline;
	width:530px;
	min-height:300px;
	padding:25px 75px 240px 75px;
	margin:0 -1px 0 -5px;
	border-right:1px solid #c9e9f1;
	text-align:justify;
	overflow:hidden;
}
* html #content{
	height:300px;
	overflow:visible;
}
.home #content{
	min-height:0;
	padding-bottom:400px;
}
* html .home #content{
	height:auto;
}
#content h1{
	padding:0 0 15px;
	margin:0;
	font-size:26px;
	line-height:28px;
	font-weight:normal;
	font-variant:small-caps;
	text-align:left;
	color:#2c94ac;
}
#content h2{
	padding:0 0 32px;
	margin:0;
	font-size:20px;
	line-height:normal;
	font-weight:normal;
	font-variant:;
	text-align:left;
	color:#2c94ac;
}
#content h3{
	padding:0 0 15px;
	margin:0;
	font-size:18px;
	line-height:21px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
	color:#2c94ac;
}
#content h4{
	padding:0 0 10px;
	margin:0;
	font-size:16px;
	line-height:19px;
	text-align:left;
	color:#2c94ac;
}
#content h5{
	padding:0 0 10px;
	margin:0;
	font-size:14px;
	line-height:17px;
	text-align:left;
	color:#2c94ac;
}
#content h6{
	padding:0;
	margin:0;
	font-size:13px;
	line-height:18px;
	text-align:left;
}
#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a{
	text-decoration:none;
	color:#2c94ac;
}
#content h1 a,
#content h2 a,
#content h3 a{
	font-weight:normal;
}
#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{
	text-decoration:underline;
}
#content p{
	margin:0;
	padding:0 0 18px;
}
#content ol,
#content ul{
	margin:0;
	padding:0 0 18px 25px;
}
#content ul ul{
	padding-bottom:0;
}
#content ul ul.blogroll{
	padding-bottom:15px;
}
#main div.more{
	width:100%;
	margin:12px 0 0;
	overflow:hidden;
}
#content a.more{
	display:block;
	width:103px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(img/read.gif) no-repeat 0 0;
}
#main div.more a{
	float:right;
	display:inline;
}
#content div.wpcf7,
#content div.form{
	width:380px;
	padding:5px;
	margin:15px -5px 0;
	text-align:left;
	overflow:hidden;
}
#content #login{
	margin-top:-15px;
}
#content form{
	text-align:left;
}
#content form p{
	float:left;
	display:inline;
	width:333px;
	padding:0 5px 7px;
	margin:0 -5px;
}
#content label{
	float:left;
	line-height:27px;
}
#content div.wpcf7 label{
	width:55px;
}
#content div.form-login label{
	width:90px;
	text-transform:uppercase;
}
#content #lostpasswordform label{
	width:150px;
}
#content div.form-login p.forgetmenot label{
	float:none;
	display:inline;
	width:auto;
	margin:0 0 0 5px;
	text-transform:none;
}
#content input.bizdir_input_style,
#content input.text,
#content input.input{
	float:left;
	width:146px;
	height:15px;
	padding:5px 3px;
	margin:0 5px 0 0;
	border:1px solid #bae7f2;
	font:12px Georgia,"Times New Roman",serif;
	color:#0b4e5d;
}
#content input.bizdir_input_style{
	width:270px;
}
#content textarea{
	float:left;
	width:270px;
	height:119px;
	max-width:320px;
	padding:3px;
	margin:0;
	border:1px solid #bae7f2;
	font:12px Georgia,"Times New Roman",serif;
	overflow:auto;
	color:#0b4e5d;
}
#content input.submit{
	float:right;
	display:inline;
	width:56px;
	height:24px;
	padding:0;
	margin:6px 0 0;
	border:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
	background:url(img/send.gif) no-repeat scroll 0 0;
}
#commentform input.submit{
	float:left;
}
#content div.wpcf7 div.wpcf7-response-output{
	float:left;
}
#content div.wpcf7 span.wpcf7-not-valid-tip-no-ajax{
	float:left;
	display:inline;
	width:110px;
	margin:0 0 0 5px;
	font-size:11px;
	line-height:13px;
}
#content p.date{
	margin:-25px 0 0;
	font-size:11px;
}
#content div.hentry{
	padding:0 0 20px;
}
#content div.reply{
	padding:0 0 20px;
}
#content div.form-login ul{
	width:100%;
	padding:0 0 15px;
	margin:15px 0 0;
	list-style:none;
	overflow:hidden;
}
#content div.form-login ul li{
	padding:0 0 5px;
}
#content div.form-login .error,
#content div.form-login .message{
	margin:0 0 15px;
}
#content ul.site-map li{
	padding:0 0 5px;
}
#content ul.site-map ul{
	margin:5px 0 0;
	padding-bottom:5px;
}
#content ul.site-map ul li{
		padding:0;
}
#forum{
	padding:0 0 30px;
}
#forum a{
	font-weight:normal;
}
#forum table p{
	width:auto;
}
#forum p.author{
	display:none;
}
#forum td.group_header{
	display:none;
}
#forum td.menutd{
	padding-top:10px;
	padding-bottom:10px;
}
#forum table.forum_menu{
	margin-bottom:15px;
	font-family:Arial;
	text-align:left;
}
#forum table.search_table td.group_header{
	display:table-cell;
}
#forum table.main_table{
	margin-bottom:15px;
}
#content div.markets-map{
	width:100%;
	padding:0 75px 30px 0;
	margin:20px -75px 0 0;
	overflow:hidden;
}
#map{
	float:left;
	width:360px;
	height:300px;
}
#content div.find-market{
	float:left;
	width:210px;
	padding:0 0 0 20px;
	margin:0 -75px 0 0;
	overflow:hidden;
}
#content div.find-market h3{
	width:163px;
}
#content div.find-market div.form{
	margin-top:0;
}
#content div.find-market ul.button{
	width:190px;
	padding:0;
	margin:10px 0 0;
	list-style:none;
}
#content div.find-market ul.button li{
	display:none;
}
#content div.find-market ul.button li a{
	display:block;
	width:150px;
	margin:0 auto;
	line-height:35px;
	border:1px solid #d8faf2;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	color:#2c94ac;
	background:#fafcf4;
}
#content div.find-market ul.button li a:hover{
	background:#e9fbf3;
}
#bizdir_directory{
	margin:20px 0 0;
}
#bizdir_directory_cont{
	border-bottom:1px solid #c9e9f1;
	vertical-align:top;
}
#bizdir_directory_cont tr td{
	padding:10px;
	border-top:1px solid #c9e9f1;
}
#bizdir_directory_cont td p{
	padding:0 0 15px;
}
#bizdir_directory_cont div.image-logo{
	float:right;
	width:150px;
	text-align:center;
	oveflow:hidden;
	padding:0 0 0 30px;
}
#bizdir_directory_cont div.image-logo img{
	max-width:150px;
}
* html #bizdir_directory_cont div.image-logo img{width:150px;}
#bizdir_directory_cont div.collapse{
	display:none;
	width:100%;
	overflow:hidden;
}
#bizdir_directory_cont h4 a{
	outline:none;
}
#bizdir_directory_cont div.text{
	float:left;
	width:330px;
}
#bizdir_directory div.biz-dir-pager{
	padding:0 0 10px;
	margin:10px 0 0;
}
#bizdir_directory div.biz-dir-pager a,
#bizdir_directory div.biz-dir-pager span{
	padding:0 3px;
}
#content div.share-button{
	padding:0 0 15px;
	margin:20px 0 0;
}
#content div.more div.share-button{
	float:left;
	padding:0;
	margin:0;
}
#content div.more div.share-button a{
	float:none;
}
#content #wpng-cal-events{
	margin:15px 0 0;
	vertical-align:top;
}
.wpng-calendar-latency-text{
	display:none;
}
#content #wpng-cal-events td{
	padding-bottom:10px;
}
#content #wpng-cal-events td.wpng-page-list-time{
	padding-top:0;
	width:105px;
}
/*#content #wpng-cal-events td.wpng-calendar-latency-text{
	display:block;
}
#content #wpng-cal-events td.wpng-page-list-title{
	width:110px;
	padding-left:5px;
	padding-right:5px;
}*/
#sidebar{
	float:right;
	width:255px;
	padding:0 0 360px 29px;
	margin:-15px 0 0;
	border-left:1px solid #c9e9f1;
	font-size:11px;
	line-height:14px;
	overflow:hidden;
}
.home #sidebar{
	padding-bottom:240px;
}
#sidebar div.block{
	width:100%;
	padding:19px 0 10px 29px;
	margin:-1px 0 0 -29px;
	border-top: 1px solid #c9e9f1;
	overflow:hidden;
}
#content div.find-market h3,
#sidebar h3{
	height:1%;
	padding:0 0 20px 63px;
	margin:0 0 0 -16px;
	font-size:17px;
	line-height:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#2c94ac;
}
#content div.find-market h3 strong,
#sidebar h3 strong{
	display:block;
	font-size:20px;
	font-weight:normal;
	color:#f58026;
}
#content div.find-market h3,
#sidebar div.find h3{
	background:url(img/find.png) no-repeat 0 0;
}
#sidebar div.widgetWPNGCalendar h3{
	background:url(img/bg-title.png) no-repeat 0 0;
}
#sidebar div.ThemeMyLogin_Widget h3{
	background:url(img/bg-log.png) no-repeat 0 0;
}
.logged-in #sidebar div.ThemeMyLogin_Widget h3{
	background: url(img/user.png) no-repeat scroll 0 0;
}
#sidebar div.form{
	padding:0 0 15px;
}
#content div.find-market select,
#sidebar .block select{
	width:190px;
	padding:3px;
	border:1px solid #c7e9f1;
	font:11px Georgia,'Times New Roman',serif;
	color:#0b4e5d;
}
#sidebar .block .map{
	padding:0 0 11px;
	margin:0 0 0 19px;
}
#sidebar .block .map img{
	display:block;
}
#wpng-cal-page-events ul,
#sidebar ul{
	padding:0 0 2px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
#wpng-cal-page-events ul li,
#sidebar ul li{
	padding:0 0 11px 14px;
	background:url(img/marker-sb-list.gif) no-repeat 0 5px;
}
#wpng-cal-page-events ul li{
	background-position:0 7px;
}
#wpng-cal-page-events ul li a,
#sidebar ul li a{
	font-weight:normal;
	text-decoration:none;
	color:#f58026;
}
#wpng-cal-page-events ul li a:hover,
#sidebar ul li a:hover{
	color:#b2bb1c;
}
#sidebar div.form-login{
	width:250px;
	padding:5px 5px 0 0;
	margin:0 0 0 -6px;
	overflow:hidden;
}
#sidebar div.form-login p{
	float:left;
	width:100%;
	padding:0 0 6px;
	margin:0;
}
#sidebar label{
	float:left;
	width:101px;
	font-size:15px;
	line-height:24px;
	text-transform:uppercase;
	color:#231509;
}
#sidebar input.input{
	float:left;
	width:141px;
	height:16px;
	padding:3px;
	margin:0;
	border:1px solid #c7e9f1;
	font:13px Georgia,"Times New Roman",serif;
	color:#231509;
}
#content div.form-login p.submit,
#sidebar div.form-login p.submit{
	margin-top:11px;
}
#lostpasswordform p.submit input,
#registerform p.submit input,
#loginform p.submit input,
#sidebar div.form-login p.submit input{
	float:right;
	width:63px;
	height:24px;
	padding:0;
	margin:0;
	border:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
	background: url(img/login.gif) no-repeat 0 0;
}
#registerform p.submit input{
	width:78px;
	background:url(img/btn-register.png) no-repeat 0 0;
}
#lostpasswordform p.submit input{
	width:161px;
	background:url(img/btn-password.png) no-repeat 0 0;
}
#content div.form-login p.submit input{
	float:left;
}
#sidebar ul.menu{
	padding:0 0 7px;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
}
#sidebar ul.menu li{
	padding-bottom:7px;
}
#sidebar ul.menu li a{
	font-weight:bold;
	outline:none;
	color:#0b4e5d;
}
#sidebar ul.menu li a:hover{
	color:#f58026;
}
#sidebar ul.menu li.active{
	background:url(img/click.gif) no-repeat 0 6px;
}
#sidebar ul.menu ul{
	height:0;
	padding:0;
	margin:0;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
}
#sidebar ul.menu ul li.active,
#sidebar ul.menu ul li{
	padding:0 0 4px 10px;
	background: url(img/marker.gif) no-repeat 0 6px;
	font-weight:normal;
}
#sidebar ul.menu ul li a{
	font-weight:normal;
}
#sidebar ul.menu ul li a:hover{
	color:#2c94ac;
}
#sidebar p{
	margin:0;
	padding:0 0 14px;
}
#sidebar div.ThemeMyLogin_Widget p a{
	text-decoration:none;
}
#sidebar div.ThemeMyLogin_Widget p a:hover{
	text-decoration:underline;
}
#content a.logout,
#sidebar a.logout{
	display:block;
	width:77px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/logout.gif) no-repeat 0 0;
}
#sidebar div.ThemeMyLogin_Widget ul{
	padding:0;
}
#sidebar div.ThemeMyLogin_Widget ul li{
	padding:0;
	background:none;
}
#footer{
	position:relative;
	width:100%;
	height:251px;
	margin:-251px 0 0;
	font-size:11px;
	line-height:14px;
	color:#c4cb74;
	background:url(img/bg-footer.png) repeat-x 50% 100%;
}
#footer .bg-footer{
	position:relative;
	width:960px;
	padding:136px 0 0;
	margin:0 auto;
}
#footer ul{
	float:left;
	display:inline;
	margin:0 0 0 -11px;
	padding:1px 0 2px;
	line-height:11px;
	list-style:none;
	overflow:hidden;
}
#footer  ul li{
	float:left;
	padding:0 11px;
	border-left:1px solid #c4cb74;
	margin:0 0 0 -1px;
}
#footer ul li a{
	font-weight:normal;
	text-decoration:none;
	color:#afbd21;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer p.copyright{
	float:right;
	display:inline;
	margin:0 20px 0 0;
}
#footer div.img{
	position:absolute;
	top:-109px;
	right:68px;
}
#footer div.image{
	position:absolute;
	top:-146px;
	left:22px;
}
#footer div.image img{
	float:left;
}
#footer div.member{
	width:235px;
	margin:49px 0 0 258px;
}
#footer div.member h3{
	padding:0 0 15px;
	margin:0;
	font-size:22px;
	line-height:21px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
	color:#2c94ac;
}
#footer div.member h3 span{
	display:block;
	font-size:17px;
	text-align:right;
	color:#b2bb1c;
}
#footer div.member h3 span a{
	font-weight:normal;
	text-decoration:none;
	color:#b2bb1c;
}
#footer div.member h3 span a:hover{
	color:#f58026;
}