/*  
Theme Name: Harvestech Theme
Theme URI: http://sww.co.nz/
Description: Custom responsive theme by Stellar Web Works
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/
html,body {
	margin:0;
	padding:0;
   background: #fff;
   text-align: center;
	font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-family : "Times New Roman", Times, serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-family: 'Roboto', sans-serif;
   color: #001534;
}
body {
   font-size: 93.8%;
   /*background: url(images/grid.png) left top repeat;*/
   /*
   with body font-size of 93.8%:
   
   10px	0.667em	66.7%	8pt
   11px	0.733em	73.3%	8pt
   12px	0.800em	80.0%	9pt
   13px	0.867em	86.7%	10pt
   14px	0.933em	93.3%	11pt
   15px	1.000em	100.0%	11pt
   16px	1.067em	106.7%	12pt
   17px	1.133em	113.3%	13pt
   18px	1.200em	120.0%	14pt
   19px	1.267em	126.7%	14pt
   20px	1.333em	133.3%	15pt
   21px	1.400em	140.0%	16pt
   22px	1.467em	146.7%	17pt
   23px	1.533em	153.3%	17pt
   24px	1.600em	160.0%	18pt
   26px  1.733em
   30px  2em
   */
}
h1, h2 {
   color: #007e4e;
   font-family: 'Roboto Condensed', sans-serif;
}
h1:first-child, h2:first-child {
   margin-top: 0;
}
h1 {
   font-size: 2em;
}
h2 {
   font-size: 1.733em;
   font-weight: normal;
}
h3 {
   font-size: 1.133em;
   font-family: 'Roboto Condensed', sans-serif;
   margin-bottom: 0;
}
h4 {
   font-size: 1em;
}
a {
   color: #108457;
}
a:hover {
   color: #A3B506;
}
h1 a, h2 a, h3 a {
   text-decoration: none;
}
img {
   border: 0;
}
div {
   text-align: left;
}
ul {
   list-style-type: none;
   padding: 0px;
   margin: 7px 0 7px 15px;
}
ul li {
   background-image: url(images/bullet.png);
   background-repeat: no-repeat;
   background-position: 0px 5px;
   line-height: 1.571em;
   padding-left: 20px;
   margin: 5px 0;
}
td {
   vertical-align:top;
}
blockquote, div.important, p.important {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
   background: #ACBC1D url(images/quote.png) 10px 6px no-repeat;
   color: #fff;
   padding: 12px 12px 12px 56px;
   margin: 20px 40px;
}
blockquote p {
   margin: 0;
}
div.important, p.important {
   background: #ACBC1D url(images/exclamation.png) 12px center no-repeat;
   text-align:center;
   font-size: larger;
}
div.triangle, p.triangle {
   background-image: url(images/triangle.png);
}
div.phone, p.phone {
   background-image: url(images/phone.png);
}
div.narrow {
   width: 500px;
   margin: 20px auto;
}

div.contents {
   margin: 0 auto;
}
#header {
   height: 138px;
}
#slideshow {
   width: 100%;
   height: 385px;
   margin: 0;
   overflow: hidden;
   top: 0;
   left: 0;
   text-align: center;
   position: relative;
   background: #007C4C;
}
.inner #slideshow {
   height: 200px;
}
.admin-bar #slideshow { top: 158px; }
#slideshow .wrapper {
   position: relative;
   left: 50%;
}
#slideshow .sww-slides {
   width: 1901px;
   margin-left: -950px;
}
.inner #slideshow .sww-slides {
   width: 1000px;
   margin-left: -500px;
}
#slideshow .sww-slides img {
   display: inline-block;
}

#band {
   background: url(images/bandbg.png) left center repeat-x;
   height: 163px;
}
#band .contents {
   position: relative;
   height: 163px;
}
.inner #band {
   background: url(images/bandbg.png) left bottom repeat-x;
   height: 115px;
}
.inner #band .contents {
   height: 115px;
}
#harvestech {
   width: 454px;
   height: 115px;
   position: absolute;
   bottom:0;
   left: 0;
}
#delimber {
   width: 346px;
   height: 253px;
   position: absolute;
   bottom: -29px;
   left: 600px;
}

#logo {
   width: 232px;
   height: 128px;
   float: left;
}
#logo img {
   width: 100%;
   height: 100%;
}
#nav {
   text-align: right;
   line-height: 30px;
   overflow: hidden;
}
#nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
   font-size:0;
}
#nav li {
   font-size:14px;
   display: inline-block;
   list-style: none;
   margin: 0;
   padding: 0;
   background: none;
}
#nav a {
   font-family: 'Roboto Condensed', sans-serif;
   display: block;
   height: 20px;
   line-height: 20px;
   padding: 98px 15px 20px 15px;
   margin: 0;
   color: #000000;
   text-decoration:none;
   font-weight: normal;
   font-size: 1.143em;
   border-left: 1px solid #ccc;
}
#nav li:first-child a {
   border-left: none;
}
#nav a.current, #nav li.current_page_item a {
   color: #fff;
   background-color: #B9BE1A;
}
#nav a:hover {
   color: #007C4C;
}
#maincontent {
   overflow: hidden;
}
.clear {
   clear:both;
}
.centered {
   text-align:center;
}



#panelband {
   overflow: hidden
}
.panel {
   float: left;
   color: #272524;
   border: 1px solid #000;
}
#panel1 {
   margin-left: 0;
}
.panel .head {
   background: #262523;
   color: #fff;
   height: 30px;
   line-height: 30px;
   font-size: 1.429em;
   padding-left: 20px;
}
.panel .picture img {
   width: 100%;
}
.panel .body {
   font-size: 1.071em;
   height: 100px;
   padding: 10px 10px 0 10px;
   overflow: hidden;
}
.panel li {
   margin: 0;
}
.panel ul {
   margin: 0 0 0 10px;
}
.panel .more {
   text-align: right;
   font-size: 1.071em;
   padding: 5px 20px 10px 20px;
}
.panel .more a {
   text-decoration:none;
}
.panel .more a:hover {
   text-decoration:underline;
}

#footer {
   border-top: 7px solid #b8be19;
   margin-top: 60px;
   padding: 0;
   text-align: center;
   font-size: 0.786em;
   color: #999999;
}
#footer .contents {
   position: relative;
   padding: 30px 0 10px 0;
}
#logosm {
   position: absolute;
   left: 0;
   top: -58px;
}
#footer a {
   text-decoration: none;
   color: #999999;
}
#footer a:hover {
   text-decoration: underline;
   color: #666666;
}
#toplink {
   width: 44px;
   height: 60px;
   float: right;
   position: absolute;
   bottom: 10px;
   right: 0;
}
#toplink a {
   width: 44px;
   height: 60px;
   display: block;
   background: url(images/top.png) center center no-repeat;
}
#social {
   width: 300px;
   height: 60px;
   float: right;
   position: absolute;
   bottom: 30px;
   right: 0;
   text-align: right;
}
#social img {
   vertical-align: top;
   margin-left: 10px;
}
#social img:hover {
	-webkit-transform:scale(1.05, 1.05);
	-moz-transform:scale(1.05, 1.05);
	-o-transform:scale(1.05, 1.05);
	-ms-transform:scale(1.05, 1.05);
	transform:scale(1.05, 1.05);
}
img.leftalign {
   display: block;
   float: left;
   text-align: left;
   margin: 0 25px 5px 0;
}
img.rightalign {
   display: block;
   float: right;
   text-align: right;
   margin: 0 0 5px 15px;
}
img.centeralign {
   display: block;
   margin: 10px auto;
   text-align: center;
}
table.labels {
   width:50%;
   margin:10px auto;
}
table.labels th {
   text-align: right;
   padding-right: 30px;
}
div.rounded {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div.shaddow {
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
div.opacity {
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);   
}


/* Contact Form Stylesheet Over-rides */
#maincontent .cform { width: 80%; }
#maincontent .cform label { width: 35%; }
#maincontent .cform textarea, #maincontent .cform input  { width: 50%; }
#maincontent .cform input.sendbutton { width: auto; }



/* listings for sale */
div.listing {
   background: #F1F1F1;
   padding: 15px;
   overflow: hidden;
   margin-bottom: 15px;
   position: relative;
}
div.listing div.thumb {
   display: block;
   float: left;
   width: 160px;
   padding-right: 30px;
}
div.listing div.thumb img {
   width: 100%;
   height: auto;
}
div.listing div.details {
   display: block;
   float: left;
}
div.listing div.details h2 {
   margin: 0 0 5px 0;
}
div.listing div.price {
   display: block;
   float: right;
}
div.price, div#price {
   font-size: 18px;
   margin-bottom: 20px;
}
div.price small, div#price small {
   font-size: 12px;
}
div.listing div.morebtn {
   display: block;
   position: absolute;
   right: 20px;
   bottom: 20px;
}
.prevnext {
   text-align: center;
   margin: 40px 0 0 0;
   clear: both;
}
.prevnext a {
   text-decoration: none;
   font-weight: bold;
}
.prevnext a:hover {
   text-decoration: underline;
}
p.calltoaction {
   text-align: center;
   margin-top: 30px;
}
p.calltoaction a {
   text-decoration: none;
   font-weight: bold;
}
p.calltoaction a:hover {
   text-decoration: underline;
}
div.galleria-container {
   margin: 0 auto;
}
div.responsive img {
   width: 100% !important;
   height: auto !important;
}
div.w500 {
   width: 50%;
}
.morebtn a {
   text-decoration:none;
   text-transform:uppercase;
   padding: 4px 16px;
   color: #fff;
   background: #A3B505;
   font-weight: bold;
}
.morebtn a:hover {
   background: #007C4C;
}
.gal {
   margin-bottom: 20px;
}
div.sold {
   position: absolute;
   left: 50%;
   top: 25px;
   color: red;
   font-size: 100px;
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);   
   font-family: "arial black", impact;
}
div.sold div {
   position: relative;
   left: -50%;
}
.red {
   color: red;
   font-weight: bold;
   font-size: larger;
}



/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter, div.aligncenter {
   display: block;
   margin: 20px auto;
}
img.alignright, div.alignright {
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft, div.alignleft {
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
img.aligncenter {
   text-align: center;
}
img.alignright {
   text-align: right;
}
img.alignleft {
   text-align: left;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.more-link {
   display:block;
   text-align:right;
   text-decoration: none;
   font-weight: bold;
}
.linklove {
   display:none;
}
/* Comments */
#comments {
   margin-top: 100px;
   color: #333;
   background: #f3f3f3;
   padding: 10px 20px;
   clear:both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding-bottom: 24px;
}
.commentlist {
	list-style: none;
	margin: 0;
   padding: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
   font-style: italic;
   color: #999;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	display:none;
}
#respond label {
	color: #888;
	font-size: 12px;
   width: 80px;
   display: block;
   float: left;
   text-align: right;
   padding-right: 10px;
}
#respond input {
	margin: 0 0 9px;
	width: 500px;
}
#respond textarea {
	width: 500px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



/* ------------------------------------------------- Responsive Elements ------------------------------------------------- */

/* defaults: computer monitors, tablets in landscape, standard and large screens (typically wider than 1024px), old browsers */
   div.contents { width: 960px; }
   #header {
      height: 138px;
   }
   #maincontent {
      padding: 40px 0;
   }
   .leftcol {
      float: left;
      width: 60%;
      padding-right: 3%;
   }
   .rightcol {
      float: left;
      width: 34%;
      border-left: 1px solid #d8d8d8;
      padding-left: 2%;
   }
   #contact .leftcol {
      width: 47%;
   }
   #contact .rightcol {
      width: 47%;
   }

/* tablets, medium screen devices (typically around 600px wide), smart-phones in landscape */
@media screen and (max-width: 920px) {
   div.contents { width: 600px; }
   #header { height: 150px; }   
   #logo {
      width: 153px;
      height: 84px;
      float: left;
      padding-bottom: 16px;
   }
   #nav {
      clear: left;
      text-align: left;
   }
   #nav a {
      height: 20px;
      line-height: 20px;
      padding: 15px 10px 15px 10px;
   }
   
   #slideshow {
      height: 200px;
   }
   #slideshow .sww-slides {
      width: 1000px;
      margin-left: -500px;
   }
   #slideshow .sww-slides img {
      width: 100%;
   }
   #band, .inner #band {
      background: url(images/bandbg_sm.png) left center repeat-x;
      height: 108px;
   }
   #band .contents, .inner #band .contents {
      height: 108px;
   }
   #harvestech, .inner #harvestech {
      width: 304px;
      height: 77px;
   }
   #delimber {
      width: 228px;
      height: 167px;
      top: -37px;
      left: 370px;
   }
   #maincontent {
      padding: 30px 0;
   }
   #contact .leftcol {
      width: 44%;
   }
   #contact .rightcol {
      width: 50%;
   }
   #maincontent .cform { width: 90%; }

   img.size-medium {
      width: 50%;
      height: auto;
   }


}

/* smart phones, small screen devices (typically around 320px wide) */
@media screen and (max-width: 600px) {
   div.contents {
      min-width: 300px;
      padding: 0 1%;
      width: 98%;
   }

   
   #slideshow, .inner #slideshow {
      height: 100px;
   }
   #slideshow .sww-slides, .inner #slideshow .sww-slides {
      width: 500px;
      margin-left: -250px;
   }
   #slideshow .sww-slides img, .inner #slideshow .sww-slides img {
      height: auto;
   }
   
   .leftcol, #contact .leftcol {
      float: none;
      width: auto;
      padding-right: 0;
   }
   .rightcol, #contact .rightcol {
      float: none;
      width: auto;
      border-left: none;
      padding-left: 0;

   }


    #nav a {
      padding: 15px 2px;
      font-size: 11px;
   }
   #delimber {
      display:none;
   }
   div.important, p.important {
      background-position: 7px center;
      padding: 7px 7px 7px 40px;
   }
   div.narrow {
      width: auto;
   }
   img.responsive-50 {
      width: 50%;
      height: auto;
   }
   img.responsive-40 {
      width: 40%;
      height: auto;
   }
   img.responsive-30 {
      width: 30%;
      height: auto;
   }
   
   #social {
      width: auto;
      float: none;
      position: static;
   }


   div.galleria-container {
      width: 100% !important;
      height: auto  !important;
      min-height: 260px;
   }
   div.galleria-stage div.galleria-image {
      width: 100% !important;
      height: auto  !important;
      min-height: 225px;
   }
   div.galleria-stage div.galleria-image img {
      width: 100% !important;
      height: auto !important;
      min-height: 225px;
   }
   
}



