/*  
Theme Name: sawmill Direct
Theme URI: http://sww.co.nz/
Description: Custom theme by Stellar Web Works
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/
html,body {
	margin:0;
	padding:0;
   background: #5b4d45;
   text-align: center;
	font-family: arial, helvetica, sans-serif;
   font-size: 14px;
   color: #534741;
}
h1, h2, h3, h4 {

}
h1 {
   font-size: 20px;
}
h2 {
   font-size: 18px;
}
h3 {
   font-size: 16px;
}
h4 {
   font-size: 14px;
}
a {
   color: #000099;
}
a:hover {
   color: red;
}
img {
   border: 0;
}
div {
   text-align: left;
}
#header {
   height: 140px;
   background: url(images/header.png)  center top no-repeat;
}
#tagline1, #tagline2 {
   float: left;
   width: 182px;
   margin: 53px 200px 0 80px;
   text-align: center;
   font-weight: bold;
   color: #424935;
   font-size: 12px;
   display:inline;
}
#tagline2 {
   margin: 53px 0 0 200px;
}
#page {
   width: 924px;
   background: white url(images/page-bg.gif) center top repeat-y;
   margin: 0px auto;
   padding-top: 5px;
}
#leftcol {
   float: left;
   width: 200px;
   margin-left: 22px;
   padding-bottom: 20px;
   display: inline;
}
#rightcol {
   float: left;
   width: 700px;
}
#nav {
   height: 336px;
   text-align: center;
   background: url(images/nav-bg.png) center top no-repeat;
   padding: 15px 0px;
   margin: 10px 0 20px 0;
}
#nav a {
   display: block;
   padding: 5px 10px;
   margin: 5px 0;
   color: #fff;
   text-decoration:none;
   font-weight: bold;
}
#nav a:hover, #nav a.current {
   color: #a0410d;
   background: #c5cdb5;
}
#maincontent {
   padding: 10px 50px;
}
.clear {
   clear:both;
}
#footer {
   padding: 13px;
   text-align: center;
   font-size: 11px;
   color: #bba496;
   background: url(images/footer-bg.png) center bottom no-repeat;
   height: 26px;
}
#footer a {
   text-decoration: none;
   color: #bba496;
}
#footer a:hover {
   text-decoration: underline;
   color: #bba496;
}
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;
}
.category-list-item {
   border-top: 2px solid #a0410d;
   overflow: hidden;
   zoom: 1;
   padding: 20px 0;
}
.imgcol {
   display: block;
   float: left;
   width: 180px
}
.txtcol {
   float: left;
   width: 400px;
}
.txtcol h3 {
   margin-top: 0;
}
.price {
   display: block;
   float: left;
   font-weight: bold;
   padding-top: 5px;
   width: 150px;
}
a.order-btn, a.more-btn {
   color: #fff;
   text-decoration: none;
   background: url(images/btn-brown.gif) center top no-repeat;
   display: block;
   float: left;
   width: 106px;
   height: 24px;
   line-height: 24px;
   font-weight: bold;
   font-size: 12px;
   text-align: center;
   margin-left: 15px;
}
a.more-btn {
   background: url(images/btn-green.gif) center top no-repeat;
}





/* calculator */
table#calc_outer {
   width: 500px;
   border: 2px solid #dfd3cc;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: #dddddd 0 4px 18px;
	-webkit-box-shadow: #dddddd 0 4px 18px;
	-khtml-box-shadow: #dddddd) 0 4px 18px;
	box-shadow: #dddddd 0 4px 18px;   
   margin: 10px auto;
}
#leftside {
   padding: 10px;
}
#rightside {
   background-color: #dfd3cc;
   padding: 10px;
}
#leftside h3 {
   color: #a0410d;
   margin: 0 0 5px 0;
   text-align: center;
}
#totals h3 {
   margin: 0 0 5px 0;
   text-align: center;
}
table#calculator {
}
table#calculator td {
   padding: 0px 10px;
   font-size: 10px;
}
table#calculator th {
   padding: 0px 10px;
   font-size: 12px;
}
#calcform {
}
#calcform input {
   width: 30px;
   border: 1px solid #ccc;
}
#calculator input:hover {
   border: 1px solid #999;
}
input#submit, input#submit:hover {
   background: url(images/btn-brown.gif) center top no-repeat;
   width: 106px;
   color: #fff;
   height: 24px;
   font-weight: bold;
   font-size: 14px;
   text-align: center;
   border: 0;
   margin: 5px auto;
   display: block;
}
#totals {
   font-size: 12px;

}
#totals input {
   text-align: right;
   border: none;
   font-size: 14px;
   font-weight: bold;
   width: 50px;
}
td {
   vertical-align: top;
}
#totals small {
   color: #999;
}


/* 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: 4px 0;
   font-weight: bold;
   text-align: center;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}
