@charset "utf-8";
/*
Theme Name: Whiteboard
Theme URI: http://whiteboardframework.com/
Author: Bold Perspective
Author URI: http://boldperspective.com/
Description: Whiteboard Framework has been helping Wordpress developers cut back on their development time and improve their Wordpress powered websites since 2008.
Version: 3.2.1

 * Built on the Whiteboard Framework
 * http://whiteboardframework.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
*/

/*
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
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

body {font: 14px "Lato", sans-serif; color: #3a3a3a; background: url(images/bg_body.png) repeat-x;}

td { vertical-align: top; }

h2 {font-size: 1.6em; color: #444; margin-bottom: .6em;}
h3 {font-size: 1.4em; color: #111; margin-bottom: .6em;}

p {line-height: 1.5em; margin-bottom: 1em;}

.none { display: none;}
.clear {clear: both;}
.alignleft {float: left;}
.alignright {float: right;}

.button {
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  padding: 4px 15px 4px 15px;
  font-weight:600;
  position: relative;
  background: #5e5e5e;
  color:#ffffff;
}
.button span{
	display:block;
	position: absolute;
	top:0;
	right:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: #ffffff #ffffff #ffffff #ae5100;
}

.button:hover {
  background-color:#666666;
  color: #ffffff;
  text-decoration: none;
}

.container {width: 1180px; margin: 0 auto;}

#header { height: 168px; position: relative; z-index: 1; }
#header .container {overflow: visible; position: relative;}
#header .contact {
	position: absolute; 
	right: 4px;
	top: 8px;
	background: #000;
	color: #f9cc0c;
	padding: 8px 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	white-space: nowrap;
	}
#header .contact span {color: #FFF; font-size: 1.7em;}

#logo a {display: block; float: left; width: 376px; height: 130px; background: url(images/logo.png) no-repeat; }
#logo strong {display: none;}

#nav-primary {position: absolute; width: 804px; left: 384px; top: 80px;}
.nav li {float: left; list-style: none;margin-right: 5px;}
.nav li a {
	display: block; 
	color: #181411; 
	font: 13px "Lato", sans-serif; 
	font-weight: 700; 
	line-height: 25px; 
	padding: 0 5px; 
	width: 116px;
	text-align: center;
	text-decoration: none;
		background: #fde891 url(images/bg_login-button2.png) left bottom repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d4c062;
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.75);
	}
.nav li:hover > a, .nav li.current-menu-item > a {color: #666; }
	
#wrap, #footer {clear: both; }
#wrap {background: url(images/bg_wrap.png) repeat-x left bottom; margin-bottom: 4px; }


#sidebar {float: left; width: 286px;  position: relative;}
#sidebar .widget {margin-bottom: 1px;}

.page-id-45 #search-machine {display: none;}

.widget-login {/* min-height: 180px;  padding: 20px; */}
.widget-login a {color: #111;}

.widget-login input[type="submit"], .awpcp-search-ads-form input[type="submit"], .awpcp-place-ad .button, #form_contact2 input[type="submit"], #form_contact3 input[type="submit"] {
	margin: 16px 0; 
	border: 0;
	line-height: 28px;
	height: 28px;
	padding: 0 20px 2px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #111;
	background: #fde891 url(images/bg_login-button2.png) left bottom repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d4c062;
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.75);
	cursor: pointer;
	}
	
#form_contact3 {float: right; width: 390px; overflow: hidden}

#content {width: 800px; float: right;}

#footer-widget {
	background: #000; 
	padding: 20px; 
	color: #FFF; 
	text-transform: : uppercase; 
	font-size: 1.4em; 
	font-weight: 700;
	margin-bottom: 10px;
	}
#footer-widget span {color: #f9cc0c; }
#footer {background: #e7e7e7; padding: 16px 0 40px;}

/* ==|== HOME ======================================== */

.home #wrap {padding-top: 0; height: 600px; background: #f7d335; }

#content-home, .page-id-25 #content-home {position: relative; background: url(images/bg_content-home.jpg) center top no-repeat; top: -168px; padding: 138px 0 150px; height: 500px; /* overflow: hidden; */}

.intro {padding: 0 0 20px; width: 376px;  min-height: 260px; /*font-weight: bold;*/ text-align: justify;}
.intro h1 {font-size: 1.6em; margin-bottom: .6em; color: #111;}
.intro h3 {font-size: 1.1em;  margin-bottom: .6em;}

/* .intro div {height:220px;overflow:auto;scrollbar-track-color:transparent;} */

#home-widgets {clear: both; position: absolute; bottom: 40px;}
#home-widgets .widget {float: left; min-height:148px; width: 280px; padding-left: 100px; position: relative; }
#home-widgets .widget:first-child {/*background: url(images/bg_widget-search.png) no-repeat;*/ min-height: 214px; margin: 0 24px 0  -100px;}

#home-widgets .widget h3 {font-size: 1.6em; margin: 0 0 .6em; color: #111}

#home-widgets .widget-login {background: url(images/bg_widget-login.png) no-repeat; padding-top: 130px}
#home-widgets .widget-login p {margin-bottom: 8px;}
#home-widgets .widget-login label {display: inline-block; width: 90px; color: #111; font-size: 1.1em; font-weight: bold}
#home-widgets .widget_text:last-child {background-image:none; padding: 130px 0 0 0; width: 240px;}
#home-widgets .widget-login h3 {margin:0 0 0.6em;}
#home-widgets .widget-login a {color: #111;}

#home-widgets #text-9 {padding: 0; width: 180px; position: relative;}
.button-signup {
	position: absolute; 
	top: 136px; 
	left: 116px;
	display: block; 
	width: 105px; 
	border: 0;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #f9d960;
	background: #0d0d0f url(images/b_signup.png) left 0 repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.75);
	z-index: 9999;
	}
#sidebar .button-signup {display: none;}
.page-id-6 #sidebar .button-signup {display: block; left: 200px; top: 580px; z-index: 99}



/* ==|== non-semantic helper classes ======================================== */

.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

div.sp-main-div {margin: 0 !important;}

/* contact form */
.page-id-25 .page-content {margin:16px 0;}
.contact-form {width:58%;float:left}
.contact-map-address{width:300px;float:left;}
.with_frm_style .frm_form_fields input, #wpcontent .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields textarea {width:360px !important;}
.form-field.frm_first_half input,.form-field.frm_last_half input {width:172px !important;}
.form-field.frm_first_half {margin-right:0;width:180px;}
.form-field.frm_last_half {margin-right:24px; width:180px; float: left;}
#frm_field_10_container, #frm_field_17_container {clear: both;}

/* home search box */
.awpcp-search-ads-form p {margin: 0;}
.awpcp-search-ads-form .awpcp-form-spacer.awpcp-extra-field {min-height:24px;}
.awpcp-search-ads-form .awpcp-form-spacer.awpcp-extra-field label {float:left;width:100px; color: #111; font-size: 1.1em; font-weight: bold}
.awpcp-search-ads-form .awpcp-form-spacer.awpcp-extra-field select {width:200px;}
/*
.awpcp-search-ads-form input[type="submit"] {
	margin: 16px 0 0; 
	border: 0;
	width: 126px; 
	line-height: 28px;
	height: 28px;
	padding: 0 0 2px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background: url(images/bg_search-button.png) no-repeat;
	cursor: pointer;
	}
*/

.widget .awpcp-search-ads-form input[type="submit"] {font-size: 18px; margin: 16px auto 0; width: 154px; display: block; height: 32px; line-height: 32px;}
	
/* other page search box */
#sidebar .awpcp-search-ads-form .awpcp-form-spacer.awpcp-extra-field select {width:284px;}
#sidebar .awpcp-search-ads-form #awpcp-price-min,#sidebar .awpcp-search-ads-form #awpcp-price-max {width:83px;}
#sidebar .awpcp-search-ads-form .awpcp-extra-field-price {margin-top:10px;}

/* awpcp */	
.awpcp-search-ads-form .awpcp-form-spacer.awpcp-extra-field .awpcp-price {width:90px;}

.changecategoryselect, #awpcpcatname {display:none;}
img.contact {float:right;display:none;}

/* awpcp show ad */
#post-42 h1 {display:none;}
.page #classiwrapper {width:100%;padding:0;}
#showawpcpadpage {margin-top:0;}
.awpcp-ad-primary-image img {width:335px;height:335px;}
.page-id-42 .awpcp-menu-items-container {display:none;}
#showawpcpadpage .adtitle, #showawpcpadpage .awpcp-title {background:none;border:none;padding:0;}
.awpcp-ad-primary-image a.thumbnail {}
.thumbshow {background:none;padding:0;border:4px solid #FAD747;box-shadow: 5px 5px 10px #888888;}

#displayimagethumbswrapper #displayimagethumbs img {
		width:155px;
		height:155px;
		background:none;
		padding:0;
		border:4px solid #E2E2E2;
		box-shadow: 5px 5px 10px #888888;
}
#displayimagethumbswrapper #displayimagethumbs li {margin-top:0;margin-bottom:14px;}
div.addinfo {background-color: #FFFFFF;margin-bottom: 20px;margin-top: 5px;padding: 5px;}
#showawpcpadpage .awpcp-extra-fields {margin-top:-40px;width:60%; float: left; }
.awpcp-extra-fields label,.showawpcpadpage label {font-weight:800;width:120px;}
.enquiry {float:right;}
.enquiry a {float:right; background:url("images/enquire-now.png") no-repeat;height:60px;width:220px;margin-top:20px;text-decoration:none;}
.back {clear: right; float:right;background:url("images/b_listing.jpg") no-repeat;height:40px;width:145px;margin:0 10px 0 0;text-decoration:none; text-indent: -9999em; }
.info-contact {font-size:1.5em;font-weight:700;margin-bottom:20px; padding-top: 32px;}
.contact-name, .contact-number {
	color: #c00;
	text-shadow: 0 0 4px #FFF;
	}
.showawpcpadpage.price {clear: left; float:left;}
.showawpcpadpage.price label+strong {font-weight:800;}
.showawpcpadpage.price+span {margin-left:10px;}

/* awpcp listing */
.page-id-8 img.contact {display:block;}
.page-id-8 #classiwrapper {width:75%;float:left;}
.gst-broker-fee {font-size:0.8em;width:85%;}

.awpcp_featured_ad_wrapper {background-color:#F2F2F2;border:4px solid #FAD747;height:208px;box-shadow: 5px 5px 10px #888888;margin-bottom:18px;}
.awpcp_featured_ad_wrapper .thumb {float:left; margin-right:20px;}

.awpcp_featured_ad_wrapper .awpcp-extra-fields .cladinfo {margin-bottom:0; line-height: 20px;}
.awpcp_featured_ad_wrapper .awpcp-extra-fields .cladinfo label {font-weight:800;width:auto;margin-right:3px; display: inline-block; width: 120px;  line-height: 18px;}

.listing-item-details {float:left;width: 360px;margin-top:8px;}

.awpcp_featured_ad_wrapper>div {overflow: hidden;}
.awpcp_featured_ad_wrapper img {height: 208px !important; width: auto;}

/*
.cladinfo.awpcp-extra-field-model.last-column, .cladinfo.awpcp-extra-field-yearbuilt.last-column {float:left;width:50%;}
.cladinfo.awpcp-extra-field-series.last-column, .cladinfo.awpcp-extra-field-hours.last-row.last-column {float:left;width:47%;}
*/
.cladinfo.awpcp-extra-field-state.last-column, .cladinfo {clear:both;}

.listing-price {/* color:#FF0000; */font-size:1.6em;font-weight:800;}

.button-view {font-weight:bold;float:right;width:50px;text-align:center;text-decoration:none;color:black;height:18px;padding:5px;background:url("images/bg_view-button.png") no-repeat;}

/* awpcp reply to ad */
.page-template-page-enquiry-php .awpcp-menu-items-container {display:none;}

/* awpcp place ad */
.page-id-45 .awpcp-menu-items-container {display:none;}
input.money {
padding: 5px;
border: 1px solid #888888;
background-color: #ffffff;
color: #000000;
width: 400px;
}

#postsearchads .postad, #classiwrapper .awpcp-menu-items .post-listing {padding-left: 0;}

.awpcp-menu-items .place-an-ad {
	display: block; 
	width: 150px; 
	height: 57px;
	background: url(images/b_upload.jpg) no-repeat;
	text-indent: -9999em;
	}

/* awpcp search result page */
.page-id-49 img.contact {display:block;}
.page-id-49 #classiwrapper {width:75%;float:left;}

/* awpcp post edit ad */
#classiwrapper .awpcp-menu-items .post-listing {background: none !important;}
label[for="ad-item-price"]:after {content:' - excludes GST';}

#steps {margin-bottom: 80px;}
#steps tr td {padding: 8px 0 8px 8px; border-bottom: 1px dotted #999;}
#steps h4 {margin: 4px 0 }

.frm_form_fields input[type="text"], .frm_form_fields textarea {border: 1px solid #000 !important}

#post-8 h1, #post-8 .uiwelcome, #post-10 h1 {display: none;}
#post-25 h1 { margin: 16px 0;}

.page-id-25 #wrap {background: #f7d335;}
.page-id-25 #content-home {background: url(images/bg_content-request.jpg) center top no-repeat; height: 580px;} 
.page-id-25 .frm_forms.with_frm_style {max-width: 100%;}

.ui-autocomplete {background: #fff; border: 1px solid #999; padding: 8px; list-style: none; width: 180px;}

@media (max-width: 640px) {
	#content-home {background-image:none;}
	#home-widgets {position:relative;}
}

/* login and logout */
#menu-item-178 a {display: none;} /* Logout */

.logged-in #menu-item-17 a {width: 65px;} /* Home */
.logged-in #menu-item-22 a {width: 80px;} /* Contact us */
.logged-in #menu-item-178 a {display: block; width: 65px;} /* Logout */

.logged-in #text-9 {visibility: hidden;} /* sign up for free account */