/*  
Theme Name: SolarPeak
Theme URI: http://sww.co.nz/
Description: Custom theme by Stellar Web Works for SolarPeak
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/
html,body {
	margin:0;
	padding:0;
   background: #192638;
   text-align: center;
	font-family: arial, helvetica, sans-serif;
   font-size: 13px;
   color: #000033;
}
h1, h2, h3, h4 {

}
h1 {
   font-size: 24px;
   margin-top: 6px;
}
h1 a {
   text-decoration: none;
   color: #000033;
   font-size: smaller;
}
h2 {
   font-size: 20px;
   margin-bottom: 6px;
}
h3 {
   font-size: 16px;
}
h4 {
   font-size: 14px;
}
a {
   color: #990000;   
}
a:hover {
   color: red;
}
img {
   border: 0;
}
div {
   text-align: left;
}
td {
   vertical-align: top;
   padding-right: 10px;
}
#header {
   height: 143px;
   background: url(images/header.jpg) bottom center no-repeat;
}
#page {
   width: 900px;
   background: white;
   margin: 0px auto;
}
#nav-menu {
   text-align: center;
   height: 24px;
   line-height: 24px;
   background: #FFC000 url(images/navbg.gif) bottom left repeat-x;
   padding-left: 20px;
}
#nav-menu a {
   padding: 0 25px;
   color: #000000;
   text-decoration:none;
   font-weight: bold;
   text-transform: uppercase;
   display: block;
   height: 24px;
   float:left;
}
#nav-menu a:hover, #nav-menu a.current {
   background: #CC9A00 url(images/navbg-on.gif) bottom left repeat-x;
}
#nav-members {
   background: #AFBDD0;
}
#nav-members a {
   padding: 5px 12px 5px 5px;
   margin-bottom: 20px;
   background: url(images/arrow1.gif) 97% center no-repeat;
   color: #000000;
   text-decoration:none;
   font-weight: bold;
   display: block;
   font-size: 14px;
}
#nav-members a:hover, #nav-members a.current {
   background: #00254C url(images/arrow2.gif) 97% center no-repeat;
   color: #fff;
}
#maincontent {
   padding: 10px 20px;
}
#leftcol {
   float: left;
   width: 170px;
   padding: 10px 20px;   
}
#leftcol-members {
   float: left;
   width: 190px;
   padding: 10px;   
}
#maincol {
   float: left;
   width: 650px;
   padding: 10px 20px;   
}
#rightcol {
   float: left;
   width: 170px;
   padding: 10px 20px;
}
#middlecol {
   float: left;
   width: 460px;
   padding: 10px;
}

#leftcol h1 {
   background: #00254C;
   color: #fff;
   padding: 3px;
   margin-bottom: 0 0 15px 0;
   font-size: 12px;
}
#leftcol h1.yellow {
   color: #000;
   background: #FFC100;
}
.centered {
   text-align: center;
}
.clear {
   clear:both;
}
#footer {
   padding: 10px;
   text-align: center;
   font-size: 11px;
   color: #a6a6a6;
}
#footer a {
   text-decoration: none;
   color: #a6a6a6;
}
#footer a:hover {
   text-decoration: underline;
   color: #999;
}
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;
}
.large {
   font-size: 20px;
}
h3.big {
   font-size: 28px;
   color: #990000;
   text-align: center; 
}
.bigger {
   font-size: 44px;
}
.smaller {
   font-size:smaller;
}
div.quarter-panel {
   width: 180px;
   float: left;
   margin: 20px 17px 45px 17px;
   display:inline;
}
#info-panels div.quarter-panel {
   width: 180px;
   float: left;
   margin: 0px 50px 25px 50px;
   display:inline;
}
div.quarter-panel h2, h2.strip {
   font-size: 12px;
   padding: 3px 3px 3px 6px;
   color: #fff;
   background: #00254C;
   margin-bottom: 10px;
}
div.quarter-panel h2 a {
   color: #fff;
   text-decoration: none;   
}
div.quarter-panel h2.yellow {
   color: #000;
   background: #FFC100;
}
div.quarter-panel h2.yellow a {
   color: #000;
   text-decoration: none;   
}
div.quarter-panel div.text {
   height: 70px;
}
a.learnmore {
   background: url(images/up-arrow.gif) top center no-repeat;
   display:block;
   padding-top: 14px;
   font-weight:bold;
   text-align:center;
   color: #000;
   text-decoration: none;
}
a.learnmore:hover {
   background: url(images/up-arrow-on.gif) top center no-repeat;
}
#logos {
   text-align:center;
   border-top: 16px solid #FDFCCE;
   clear: left;
   padding: 20px;
   margin-top: 20px;
}
#notice {
   border: 2px solid #ffcc33;
   padding: 5px;
}
#notice h3 {
   margin-top: 0;
}
img.border {
   border: 1px solid #454545;
}
.topmargin {
   margin-top: 30px;
}
h2.standout {
   font-size: 24px;
   color: #cc0000;
}
.strong {
   font-weight: bold;
}
table.datatable {
   width: 80%;
   border: 1px solid #999;
   border-collapse: collapse;
}
table.datatable th {
   background: #FFC100;
   text-align: right;
   padding: 5px 10px;
}
table.datatable td {
   text-align: right;
   padding: 5px 10px;
   border: 1px solid #999;
}
#postmenu a {
   display:block;
   margin: 10px 0;
}




/* Login styles */
#login, #register {
   width: 250px;
   padding: 2px;
   border: 1px solid #ccc;
   margin: 20px auto;
   
   border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: rgba(200,200,200,1) 0 4px 4px;   
	-moz-box-shadow: rgba(200,200,200,1) 3px 3px 10px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 4px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 4px;   
}
#login h1, #register h1 {
   background: url(images/loginbg.gif) center center no-repeat;
   height: 35px;
   line-height: 35px;
   text-align: center;
   margin:0;
}
#login label, #register label {
   font-weight: bold;
}
#register h1 a {
   text-decoration: none;
   color: #000033;
}
#register h1 a:hover {
   text-decoration: underline;
}
.inside {
   padding: 15px;
}
#login form {
   padding: 15px;   
}
#login form, #register form {
   margin: 0;
}
td.or {
   width: 80px;
   line-height: 35px;
   text-align: center;
   font-size: 24px;
   font-weight:bold;
   padding-top: 20px;
}
.message {
   font-style: italic;
   margin: 0;
}
.text {

}
.productbox {
   width: 250px;
   float: left;
   margin: 17px;
   border: 1px solid #ffd51d;
   display: inline;
}
.productbox h2 {
   background: #ffd51d;
   margin-top: 0;
   font-size: 14px;
   padding: 4px 8px;
}
.productbox h3 {
   text-align: center;
   font-size: 14px;
}
.productbox img {
   display: block;
   margin: 0px auto;
}
.productbox .content {
   padding: 0 10px;
}
.productbox .notice {
   text-align:center;
}
.price {
   background: #003876;
   color: #fff;
   font-weight: bold;
   font-size: 18px;
   text-align: center;
}
.category {
   margin: 40px 85px;
}


.red {
   color: red;
}
.post {
   border-bottom: 1px dotted #000033;
   margin-bottom: 50px;
   padding-bottom: 30px;
}
#bluebox {
   background-color: #423199;
   color: #fff;
   float:right;
   width: 300px;
   padding: 15px;
   text-align:center;
   font-weight:bold;
   font-size: 20px;
   margin-left: 20px;
}
#bluebox a {
   color: #f7d758;
   text-decoration: none;
}
#bluebox a:hover {
   color: #fff;
   text-decoration: underline;
}
.standout {
   background-color: #FDFCCE;
   padding: 10px;
}
.rightbox {
   float:right;
   width: 400px;
   margin: 0 0 30px 30px;
}
#newsblock {
   float:right;
   width: 400px;
   overflow: auto;
   margin: 0 0 30px 30px;
   background-color: #FDFCCE;
   padding: 0 15px 10px 20px;
}
#newsblock h2 {
   margin-top: 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: 6px 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;
   margin: 15px 5px;
   font-weight: bold;
}
.linklove {
   display:none;
}
