@charset utf-8;
/*
Theme Name: Whiteboard
Theme URI: http://whiteboardframework.com/
Author: Bold Perspective
Author URI: http://boldperspective.com/
Description: The Whiteboard Famework for Wordpress is built to speed up the process of developing a Wordpress theme. Whiteboard does so by eliminating the time spent on Wordpress' backend PHP by including what is common to all Wordpress powered Web sites with nothing extra.
Version: 3.0.4

Whiteboard Framework
http://whiteboard Framework.com
*/

/*
The Whiteboard Framework is licensed under the GPL license. Feel free to use the Whiteboard Framework for commercial and non-commercial ventures. We require a link in the CSS file and request a link on the website
*/

/**
 * Modified version of:
 * 	SenCSS - Sensible Standards CSS framework
 * 	Copyright (c) 2008-2009 Kilian Valkhof (kilianvalkhof.com)
 * 	sencss.kilianvalkhof.com
 * 	Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php
 */
html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video, p, h1, h2, h3, h4, h5, h6, input, ul, ol, li { padding: 0px; margin: 0px; }

p, h1, h2, h3, h4, h5, h6 { padding-bottom: 10px; } 

a img { border-style: none; border-width: 0px; } 

h1 { font-size: 20px; } 
h2 { font-size: 18px; } 
h3 { font-size: 16px; } 
h4 { font-size: 14px; } 
h5 { font-size: 12px; } 
h6 { font-size: 10px; } 

.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }  
.req { display: block; position: absolute; top: -7000px; }

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

body{
	background: url('images/body-bg.jpg') repeat;
	color: #000;
	font: 75%/1.5em Helvetica Neue, Helvetica, Trebuchet MS, Arial, Verdana, Tahoma, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;
}

#main {width:900px; height:auto; padding-left:20px; padding-right:20px; margin-left:auto; margin-right:auto; background:#FFF;
-webkit-box-shadow: 0px 2px 25px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 2px 25px rgba(50, 50, 50, 0.5);
box-shadow:         0px 2px 25px rgba(50, 50, 50, 0.5);}

#header {position:relative; width:900px; height:125px;} 

.aus-logo{float:right; margin-bottom:10px; margin-right:2px;}

.header-logo{left:0px; bottom:5px; position:absolute; }
.header-phone{width:auto; height:auto; padding-top:35px; position:relative; float:right;}
.header-phone h1{font-family: 'Open Sans Condensed', sans-serif; font-size:21px; font-weight:bold; color:#E94E1B; text-align:right; text-transform:uppercase; padding-bottom:15px;}
.header-phone h2{font-family: 'Orbitron', sans-serif; font-size:35px; font-weight:bold; color:#000; text-align:right; padding-bottom:0px; line-height:35px;}

#slideshow-top{width:900px; height:17px; background:#000;}
#slideshow{width:900px; height:205px; background:#FFF;}
#slideshow-bottom{width:900px; height:17px; background:#E94E1B;}


#footer { } 

#nav{width:615px; height:40px; margin-top:30px; float:left;}
#nav ul{list-style:none;}
#nav ul li{display:block; float:left; position:relative; border-left:1px solid #7B6A58; height:35px; padding-left:20px; padding-right:20px;}
#nav ul li a{  color: #333;
    font-family: 'Trebuchet MS', 'Arial';
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
	text-transform:uppercase;
}
#nav ul li a span{display: block;
    font-size: 10px;
    text-transform: none;
	font-style:italic;
	text-align:left;}

#nav #menu-item-18{border-left:none;}

	
#nav ul li.current-menu-item { background:url('images/nav-hover.jpg');}
#nav ul li.current-menu-item a{color:#000;}

#nav ul li a:hover{color:#666;}


#login{width:243px; height:32px; background:url('images/login-button.jpg'); background-position:top; float:right; margin-top:30px;}
#login:hover{background-position:bottom;}



nav {
		
	}
	nav.primary {
		
	}
	nav.footer {
		
	}
	#widgit-header {
		
	}
	#widgit-alert {
		
	}

#content {width:590px; padding-top:30px; float:left;}
#content ul{margin-left:15px; margin-bottom:10px;}
#content ul li{ list-style-type:disc;}

#content table{}
#content tr{}
#content td{border: 1px solid #FFF; padding: 5px; vertical-align:top;}

#content h1{font-weight:normal;}
#content h2{font-weight:normal;}
#content h3{font-weight:normal;}
#content h4{font-weight:normal;}

#content p{color:#3C3C3B;}

.main-title{font-size:26px; font-weight:normal; color:#3C3C3B; display:block; border-bottom:1px dotted #E94E1B; padding-bottom:15px; margin-bottom:30px;}

#homepage-leftcol{float:left; width:275px;}
#homepage-leftcol h1{font-size:26px; font-weight:normal; color:#3C3C3B; display:block; border-bottom:1px dotted #E94E1B; padding-bottom:15px; margin-bottom:30px;}
#homepage-leftcol ul{ list-style:none; margin-left:0px;}
#homepage-leftcol ul li{ background:url('images/homepage-tick.jpg') no-repeat; padding-left:30px; list-style:none; line-height:24px; padding-bottom:4px;}

#homepage-rightcol{float:right; width:275px;}
#homepage-rightcol h1{font-size:26px; font-weight:normal; color:#3C3C3B; display:block; border-bottom:1px dotted #E94E1B; padding-bottom:15px; margin-bottom:30px;}
#homepage-rightcol img{border:6px solid #C6C6C6;}

#homepage-rightcol a{ color:#3C3C3B; text-decoration:none;}
#homepage-rightcol a:visited{ color:#3C3C3B; text-decoration:none;}
#homepage-rightcol a:hover{ color:#000; text-decoration:underline;}

#news{margin-top:20px;}
#news h1{font-size:26px; font-weight:normal; color:#3C3C3B; display:block; border-bottom:1px dotted #E94E1B; padding-bottom:15px; margin-bottom:30px;}
#news h2{font-weight:normal; text-transform:uppercase; font-size:16px; text-transform:uppercase; color:#3C3C3B;}
#news .post-content{}
#news .post-meta{font-size:10px;}
#news p{}
#news a{color:#3C3C3B; text-decoration:none;}
#news a:visited{color:#3C3C3B; text-decoration:none;}
#news a:hover{color:#3C3C3B; text-decoration:underline;}

.read-more{padding-left:5px; text-transform:uppercase; font-weight:bold;}


#page-content a{color:#3C3C3B; text-decoration:none;}
#page-content a:visited{color:#3C3C3B; text-decoration:none;}
#page-content a:hover{color:#3C3C3B; text-decoration:underline;}

	article {
		
	}
		.featured-thumbnail {
			
		}
		.post-content {
			
		}
			.pagination {
				
			}
	.post-meta {
		
	}
	.post-navigation {
		
	}

#comments {
	
}

#comments ol{list-style:none;}

	li.comment {background:#EFEFEF; padding:20px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
		
	}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			
		}
			p.gravatar {padding-bottom:0px; display:none;
				
			}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}

.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}

.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}

.post-wrap{display:block; border-bottom:1px dotted #EFEFEF;}
.post-wrap a{color:#3C3C3B; text-decoration:none;}
.post-wrap a:visited{color:#3C3C3B; text-decoration:none;}
.post-wrap a:hover{color:#3C3C3B; text-decoration:underline;}
.post-meta{font-size:10px;}

#post-meta{}	
#post-meta a{color:#3C3C3B; text-decoration:none;}
#post-meta a:visited{color:#3C3C3B; text-decoration:none;}
#post-meta a:hover{color:#3C3C3B; text-decoration:underline;}

nav.oldernewer {
	
}
	.older {
		
	}
	.newer {
		
	}

.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}

#sidebar {float:right; padding-top:30px; width:243px;}

	#widgit-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widgit {
			
		}

#footer { padding-top:0px; padding-bottom:30px; }
#footer p{text-align:center; font-size:10px; color:#1D1D1B; padding-bottom:0px;}
#footer a{color:#1D1D1B; text-decoration:none;}
#footer a:visited{color:#1D1D1B; text-decoration:none;}
#footer a:hover{color:#1D1D1B; text-decoration:underline;}


#bottom-nav{width:640px; height:12px; margin-top:25px; float:left; margin-bottom:10px; padding-left:130px; padding-right:130px;}
#bottom-nav ul{list-style:none;}
#bottom-nav ul li{display:block; float:left; position:relative; height:12px;}
#bottom-nav ul li a{  color: #1D1D1B;
    font-family: 'Trebuchet MS', 'Arial';
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
	text-transform:uppercase;
	border-right:1px solid #7B6A58;
	padding-left:10px;
	padding-right:10px;
}

#bottom-nav #menu-item-53 a{border-right:none;}
	
#bottom-nav ul li.current-menu-item {}
#bottom-nav ul li.current-menu-item a{color:#000;}

#bottom-nav ul li a:hover{color:#666; text-decoration:underline;}



	#widgit-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widgit-area {
	
}

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

/* ZEN10 Contact Form */
#contact {  } 
#contact h3 { font-size: 26px; font-weight: normal; margin: 0px; padding: 0px; color:#3C3C3B; }
#contact .inputtext { font-size: 9px; text-transform: uppercase; }
#contact input { width: 242px; padding: 0px; margin: 0px; border:1px solid #3C3C3B; height:18px; }
#contact textarea { width: 240px; height: 70px; padding-left:1px; padding-right:1px; border:1px solid #3C3C3B; } 
#contact p { margin: 0px; padding: 0px; line-height: 17px; padding-top: 7px; color:#3C3C3B; }
#contact form { margin: 0px; padding: 0px; line-height: 10px; padding-top: 7px; } 
#contact .small { width: 20px; margin-bottom: 5px; }
#contact .submit { width:243px; height:26px; background:url('images/enquiry-submit.jpg'); background-position:top; display:block; border:none;}
#contact .submit:hover{background-position:0 -26px;}
/* END ZEN10 Contact Form */


#verybottom{width:940px; height:17px; background:#E94E1B; margin-left:auto; margin-right:auto; position:relative; margin-left:-20px;}


#thankyoubox{ height:auto; background:#FFF; padding:30px; margin-left:auto; margin-right:auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin-top:100px;
    position: relative;
    width: 455px;
    z-index: 5;
	-webkit-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.8);
-moz-box-shadow:    0px 5px 10px rgba(50, 50, 50, 0.8);
box-shadow:         0px 5px 10px rgba(50, 50, 50, 0.8);}


.wpcf7 p{line-height:17px; padding-bottom:0px; font-size:9px; text-transform:uppercase;}

.wpcf7 select{}

#content .wpcf7 {
    margin: 0 0 0 5px;
    padding: 0;
}

.wpcf7-text{width:230px; border:1px solid #3C3C3B; height:18px;}
.wpcf7-captchar{width:230px; border:1px solid #3C3C3B; height:18px;}
.wpcf7-textarea{padding:5px; width:220px; border:1px solid #3C3C3B; height:100px;}
.wpcf7-submit{width:220px;}

span.wpcf7-checkbox span.wpcf7-list-item { display: block; line-height:20px;}
span.wpcf7-radio span.wpcf7-list-item { display: inline; line-height:20px;}
span.wpcf7-list-item-label{padding-left:5px;}

#grower-residue-test-request{}
#grower-residue-test-request h2{padding-bottom:0px; padding-top:5px;}

#markets-residue-test-request{}
#markets-residue-test-request .wpcf7-textarea{padding:5px; width:220px; height:100px; border:1px solid #3C3C3B;}
#markets-residue-test-request h2{padding-bottom:0px; padding-top:5px;}
#markets-residue-test-request span.wpcf7-checkbox span.wpcf7-list-item {display: block; line-height:20px; float:left; margin-right:10px;}

#content .wpcf7 table{border:none;}
#content .wpcf7 tr{border:none;}
#content .wpcf7 td{border:none; vertical-align: top; padding:0px;}



/* Always remember to compress your live stylesheet and keep an uncompressed backup */