/*  
Theme Name: Boons
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;
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-family : "Times New Roman", Times, serif;
	font-family: arial, helvetica, sans-serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   font-size: 13px;
   color: #060606;
}
body {
   background: #E2E5D4 url(images/bg.jpg) top left repeat-x fixed;
}
h1, h2, h3, h4 {
   color: #7A8545;
}
h1 {
   font-size: 16px;
}
h2 {
   font-size: 15px;
}
h3 {
   font-size: 13px;
}
h4 {
   font-size: 12px;
}
a {
   color: #004C01;
}
a:hover {
   color: #7A8545;
}
img {
   border: 0;
}
div {
   text-align: left;
}
strong {
   color: #7A8545;
}
em {
   color: #7A8545;
}
#header {
   height: 69px;
   margin-top: 35px;
   background: url(images/header.gif) center top no-repeat;
}
#page {
   width: 923px;
   margin: 10px auto;
}
#nav {
   text-align: center;
   line-height: 30px;
   padding-left: 250px;
   padding-top: 25px;
}
#nav a {
   margin: 0 25px;
   color: #fff;
   text-decoration:none;
   padding-top: 25px;
}
#nav a:hover {
   color: #CCD3A8;
   background: url(images/butterfly2.gif) top center no-repeat;
}
#nav a.current {
   color: #fff;
   font-weight: bold;
   background: url(images/butterfly.gif) top center no-repeat;
}
#maincontent {
   padding: 35px 50px;
}
#leftbox, #rightbox {
   float: left;
   border: 2px solid #AAB478;
   height: 432px;
   width: 383px;
}
#leftbox {
   background: #fff url(images/hand.jpg) left bottom no-repeat;
   font-size: 12px;
}
#leftbox h1 {
   margin: 0;
}
#leftbox .contents {
   padding: 10px 10px 0 15px;
}
#leftbox p {
   margin: 5px 0;
}
p.firstparagraph:first-letter {
   font-size: 18px;
}
#rightbox {
   margin-left: 49px;
}
#leftcol {
   width: 500px;
   float: left;
}
#rightcol {
   width: 300px;
   float: right;
}
#leftcol-contact {
   width: 350px;
   float: left;
}
#rightcol-contact {
   width: 470px;
   float: right;
   background: #AAB478;
   padding-bottom: 10px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}
#rightcol img {
   margin-bottom: 2px;
}

ul {
   margin: 0;
   padding-left: 20px;
}
li {
   background: url(images/bullet_dark.gif) 0 4px no-repeat;
   padding-left: 20px;
   line-height: 22px;
   list-style: none;
   color: #004C01;
   font-size: 14px;
}
td {
   padding-right: 10px;
}

.clear {
   clear:both;
}
#footer1 {
   margin-top: 5px;
   padding: 10px;
   text-align: center;
   font-size: 11px;
   color: #fff;
   background: #AAB478;
}
#footer1 a {
   text-decoration: none;
   color: #fff;
}
#footer1 a:hover {
   text-decoration: underline;
   color: #fff;
}
#footer2 {
   margin-top: 5px;
   text-align: center;
   font-size: 11px;
}
#footer2 a {
   text-decoration: none;
   color: #000;
   font-weight: bold;
}
#footer2 a:hover {
   text-decoration: underline;
   color: #004C01;
}
#footer2 img {
   margin-left: 25px;
}
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;
}

.tint {
  background: #E3EBD8;
  padding: 10px 3px 6px 9px;
  margin: 30px 0;
  border: 1px solid #759A3A;
  }
  
.tint H2 {
	margin-top: 0;
}
table.portfolio td {
   text-align: center;
}
table.portfolio th {
   color: #004C01;
   text-align: center;
   font-size: 20px;
   letter-spacing: 2px;
   font-family : "Times New Roman", Times, serif;
}
table.portfolio .wp-caption-text, tr.caption td {
   padding-bottom: 10px;
}

/* 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;
}
.linklove {
   display:none;
}


