/*  
Theme Name: FarmWorx
Theme URI: http://www.farmworx.com.au/
Description: Customised theme for Farm Worx.
Version: 1.0
Author: Cyanweb
Author URI: http://www.cyanweb.com.au/
*/

.gform_wrapper span.gform_description {margin-bottom:0px!important;}



/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	text-align: center;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}





/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #7e3838 url(images/bg-body.png)center top repeat-x;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #333333;
}
a {
	color: #288f62;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #89b281;
	
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/150% 'Times New Roman', Helvetica, sans-serif;
	padding: 8px 15px 15px;
	color:#7e3838;
	font-weight:bold;
}


/* list */
ul, ol {
	margin: 1em 1em 1.2em 1.2em;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 0 1.2em;
	list-style:square;
	padding: 0;
}

/* headings */
h1, h2, h3, h5, h6 {
	line-height: 1.4em;
	margin: 0px 0 .4em;
	color: #288f62;
	font-weight:normal;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1em;
	line-height: 1em;
	margin: .8em 0 .2em;
	color: #333333;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}



/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 80%;
	font-weight:lighter;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search] {
    float:left;
	background: #e3be58;
	border: solid 1px #c3942f;
	padding: 3px 5px;
	color:#000;
	margin: 0 10px 15px 0;
	/* rounded corner */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
input[type=text], input[type=search] {
	width: 210px;
	max-width: 90%;
}

label{
float:left;
display:block;
width: 140px;
padding: 3px 10px 0 0;
margin: 0 0 3px 0;
}
/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #dbb557;
}

/* form button */
input[type=reset], input[type=submit], button , input[type=button] {
   
    float:left;
	background: #20734F;
	color: #000;
	font-family: arial,helvetica,"sans serif";
	font-size: .875em;
	text-transform:uppercase;
	letter-spacing:2px;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: none;
	padding: 10px 38px 10px 38px;
	margin:10px 0px 25px 0;
	cursor: pointer;
	
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover, input[type=button]:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#bookform{
	margin:0;
	padding: 15px 0 65px 25px;
}


  

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 978px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	float:left;
	width:978px;
	height: 154px;
	margin:0;
	padding:0;
	
}

/* site logo */
#site-logo {
	float:left;
	padding: 5px 0 0 0;
	
}

#header-bar {
	width: 978px;
	height:28px;
	float: left;
	margin: 0 0 0 0;
	background:#fff;
	padding: 8px 0 8px 0;
	-webkit-border-top-left-radius: .8em;
	-moz-border-top-left-radius: .8em;
	border-top-left-radius: .8em;
	-webkit-border-top-right-radius: .8em;
	-moz-border-top-right-radius: .8em;
	border-top-right-radius: .8em;
	
}
.timeweather {
	float:right;
	margin: 0;
	padding: 5px 15px 0 0;
	font-size: 1.1em;
	font-weight:bold;
	color:#7e3838;
	
}


/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#nav-wrap{
  width:auto;
  height:20px;
  padding:0 5px 0 15px;
  float:left;
  z-index: 100;
  }/**/


#nav,#nav li{margin:0;padding:0;}

#nav li{list-style:none; float:left; margin-right:1px; margin-left:1px; }/**/
#nav a{
display:block;
height:20px;
margin:0 0;
padding: 5px 8px 5px 8px;
text-decoration: none; 
font-size:1.1em;
font-weight:bold;
color: #288f62;
}
	  
#nav a:hover{
color: #7e3838;

}

#nav ul{
position:absolute;
display:none;/**/
min-width:200px;
margin-top:0px;
margin-left:0px;
border-left:1px #eee solid;
border-right:1px #eee solid;
z-index:101;


}

#nav ul li{
float:none;
margin:0;
padding: 0;
}

#nav ul li a{
margin:0 0 0 0;
background:#fff;
font-size:.89em;
border-bottom:1px #eee solid;
padding: 3px 15px 3px 10px;
text-decoration: none; 
color: #288f62;



}
#nav ul li a:hover{
background:#eee;
color: #7e3838;

}


#nav li:hover>ul{display:block;/**/}


/**/



/************************************************************************************
CONTENT
*************************************************************************************/

#content-area {
	float: left;
	width:958px;
	background:#eee;
	padding: 10px;
	margin: 0px;
	
	
}

#slider-wrap {
	float: left;
	width:938px;
	background:#fff;
	padding: 10px;
	margin: 0 0 10px;
	
	
}

#slider-wrap img {
	margin-bottom: -5px;
	
}

#content {
	float: left;
	width:928px;
	background:#fff;
	padding: 15px 15px 0;
	margin: 0;
}

#content-left-home {
	float: left;
	width:628px;
	background:#fff;
	font-size: 1.1em;
	padding: 0 0 20px;
	margin: 0;
	font-style: normal;
}


#content-left {
	float: left;
	width:600px;
	background:#fff;
	font-size: 1.1em;
	padding: 10px;
	margin: 0;
}



#content-left-home h3{
	font-size: 1em;
	line-height: 1.1em;
	margin: 0 0 10px;
	padding:7px 0 7px 10px;
	color: #fff;
	font-weight:normal;
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
	background: url(images/widget-header.png)left top repeat-x;
	
}

#content-left-home p {
	margin: 0 0 .7em .5em;
	padding: 0;
}

.box-top{
	float:left;
	width:100%;
	margin:0 ;
	}

.box-left{
	float:left;
	width:48%;
	margin:0 2% 0 0;
	}
	
.box-right{
	float:right;
	width:50%;
	margin:0 ;
	}
	
#content-left-home img{
	float:left;
	border:1px #eee solid;
	padding:4px;
	margin-bottom: .8em;
	
	}
#content-left img{
	float:left;
	border:1px #eee solid;
	padding:4px;
	margin-bottom: 1.3em;
	
	}
	
#content-left h6{
	display:block;
	font-size: 1em;
	height:auto;
	width:100%;
	line-height: 1.1em;
	margin: 0 0 25px;
	padding:7px 0 7px 0;
	color: #333;
	font-weight:normal;
	border-bottom:2px #eb963a solid;
	
	
	
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	float: right;
	width: 280px;
	margin: 0;
	font-size: 1.125em;
	line-height: 1.25em;
	color:#3d471f;
	padding: 0 0 10px 0;

	
}


.widget {
	margin: 0;
	padding: 0;
	display:block;
	clear:both;
}


.widget ul {
	margin: 10px 0 25px 0px;
	padding: 0;
	font-size: .875em;
	line-height: 1.5em;
	color:#3d471f;
	}
	
.widget li {
	margin: 0 0 1px 0;
	padding: 3px 0 3px 18px;
	list-style: none;
	background: url(images/sidebar-list.png)left top no-repeat;
	border-bottom:1px #eeeeee solid;
	clear: both;
	
}


.widget li a {
text-decoration:none;
display:block;
color: #7e3838;
}

.widget li a:hover {
color: #89b281;
}


.widget p {
	margin: 10px 0 10px 0px;
	padding: 0;
	font-size: .875em;
	line-height: 1.5em;
	color:#3d471f;
	}

.widget h3{
	font-size: 1em;
	line-height: 1.1em;
	margin: 0;
	padding:7px 0 7px 10px;
	color: #fff;
	font-weight:normal;
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
	background: url(images/widget-header.png)left top repeat-x;
	
}


/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	float: left;
	width:978px;
	margin: 0px 0 15px 0;
	padding: 0;
	
}


#footer-top {
   	float:left;
	position:relative;
	width:978px;
	height:40px;
	background: url(images/bg-footer.png)center top repeat-x;
	color:#fff;
	line-height:1.7em;
	

}

#footer-top-left {
   	position:relative;
	float:left;
	height:30px;
	top:0;
	left:-10px;
	background: url(images/bg-footer-left.png)left top no-repeat;
	padding: 10px 0 0 20px;
	z-index:1;
	

}

#footer-top-right {
   	position:relative;
	float:right;
	height:30px;
	top:0;
	right:-10px;
	background:url(images/bg-footer-right.png)right top no-repeat;
	padding: 10px 20px 0 0;
	z-index:2;
}

#footer-top a {
	color: #fff;
	text-decoration: none;
	}
#footer-top a:hover {
	color: #01cdee;
}


#footerbottom {
   	float:left;
	width:978px;
	font-size:85%;
	color:#fff;
	
}


#footerbottom h3 {
   	display:block;
	width:100%;
	float:left;
	font-size: 1.5em;
	font-weight:normal;
	line-height: 1em;
	margin: 0 0 .8em 0;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.9);
	
	
}



#footerbottom .footerwidget {
	float:left;
	width:286px;
	height:auto;
	padding:10px; 
	margin:0 10px;
	}
	

#footerbottom .footerwidget ul{list-style-type:square; padding: 0px; margin: 0px; font-size:1.1em; font-weight:none; color: #ccc; line-height:1.4em;}
#footerbottom .footerwidget ul li{ padding:3px 10px 3px 0px; }
#footerbottom .footerwidget ul li a{color: #fff; text-decoration:none;}
#footerbottom .footerwidget ul li a:hover{color: #89b281; text-decoration:none;}

#footerbottom a {
	color: #fff;
	text-decoration: none;
	}
#footerbottom a:hover {
	color: #89b281;
}


/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}


/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}



iframe {max-width:560px;min-height:100%;width:100%!important;}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }




/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	/* pagewrap */
	#pagewrap {
		width: 98%;
	}
	
	#header {
	width: 100%;
	height: auto;
	
	}

    /* site logo */
    #site-logo {
	width:100%;
	text-align:center;
	padding: 5px 0 0 0;
	}

    #header-bar {
	width: 100%;
	}

	 
	#content-area {
	width:97%;
	padding: 1.5%;
	
	
	}

    #slider-wrap {
	width:97%;
	padding: 1.5%;
	margin: 0 0 1.5%;
	}
	
	#content {
	width:97%;
	padding: 1.5% 1.5% 0;
	
	}

    #content-left {
	width:97%;
	padding: 1.5%;
	}

    #content-left-home {
	width:97%;
	padding: 1.5%;
	}
	
	#content-left img{
	width:98%;
	padding:1%;
	
	
	}
	
	
	#sidebar {
	float: left;
	width: 97%;
	padding: 1.5%;
    }

	#footer {
	width:100%;
	}

    #footer-top {
   	width:100%;
	}
	
	#footerbottom {
   	width:100%;
	}


    #footerbottom .footerwidget {
	width:30%;
	padding:1.5% .75%; 
	margin:0 .75%;
	}
	
	

	
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}
}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {
	
	#nav-wrap{
		display:none;
		}
	
	.timeweather {
	float:left;
	width:100%;
	text-align:center;
	padding: 5px 0 0 0;
	}
	
	

   
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
	
}


/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 480px) {
	
	
	
	.timeweather {
	float:left;
	width:100%;
	text-align:center;
	padding: 5px 0 0 0;
	}
	
	

   
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
	
}

/************************************************************************************
smaller than 450
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	

	
}

/************************************************************************************
smaller than 360
*************************************************************************************/
@media screen and (max-width: 360px) {
	
	
	
	.box-left{
	width:97%;
	margin:1.5%;
	}
	
    .box-right{
	float:left;
	width:97%;
	margin:1.5%;
	}
	
	#footerbottom .footerwidget {
	width:97%;
	padding:5% 1.5%; 
	margin:0 .75%;
	}
	
	#footer-top {
   	width:100%;
	font-size:85%;
	

}

   
}

.bigbtn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #7e3838;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.bigbtn:hover {
  background: #3d9412;
  text-decoration: none;
  color: #fff;
}