/*  
Theme Name: ELECTRO
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: #fff;
   text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #5C656C;
}
h1, h2, h3, h4 {
   color: #A1191D;
}
h1 {
   font-size: 18px;
   margin: 10px 0 3px 0;
}
h2 {
   font-size: 16px;
   margin: 5px 0 3px 0;
}
h3 {
   font-size: 14px;
   margin: 3px 0;
}
h4 {
   font-size: 13px;
   margin: 3px 0;
}
a {
   color: #0066CC;
}
a:hover {
   color: #9A2B32;
}
img {
   border: 0;
}
div {
   text-align: left;
}
#header {
   height: 176px;
   background: #9999cc url(images/header.jpg);
}
#page {
   width: 858px;
   background: white;
   margin: 10px auto;
}
#nav {
   text-align: left;
   line-height: 32px;
   background: #65A7BD url(images/bg1.gif) right top no-repeat;
   padding-left: 6px;
   font-size: 12px;
   margin: 4px 0 0 0;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   display: block;
   float:left;
   width: 848px;
}
#nav li {
   display: block;
   float: left;
   margin:0;
   padding:0 2px;
}
#nav a {
   margin: 0 8px;
   color: #fff;
   text-decoration:none;
   font-weight: bold;
   text-transform: uppercase;
}
#nav a:hover {
   color: #9A2B32;
}
#nav a.current {
   color: #9A2B32;
}
#leftcol {
   padding: 10px 0;
   width: 172px;
   float: left;
}
#rightcol {
   padding: 10px 0;
   width: 190px;
   float: left;
}
#maincontent {
   padding: 10px 0;
   float: left;
}
.narrow {
   width: 474px;
   margin: 0 11px;
}
.wide {
   width: 664px;
   margin-left: 22px;
}
.colheader {
   height: 18px;
   line-height: 18px;
   background: #65A7BD url(images/bg2.gif) right top no-repeat;
   text-transform: uppercase;
   color: #fff;
   font-size: 11px;
   font-weight:bold;
   padding-left: 10px;
   margin-bottom: 5px;
}
#productmenu {
   border: 2px solid #F0F0F0;
   padding-bottom: 5px;
   margin-bottom: 8px;
}
#productmenu a {
   display: block;
   font-size: 14px;
   font-weight:bold;
   padding: 5px 0;
   margin: 0 10px;
   border-top: 1px dashed #F0F0F0;
}
#productmenu a:first-child {
   border-top: none;
}
#leftcol img {
   margin: 8px 0;
}

.productbox {
   border: 2px solid #F0F0F0;
   height: 167px;
   margin: 10px 0;
}
.productbox img {
   float: left;
}
p.special {
   color: #A2181D;
   font-size: 16px;
   font-weight: bold;
   margin: 0;
}
.productbox h2 {
   color: #0066CC;
}
.productbox h2 a {
   color: #0066CC;
   text-decoration: none;
}
.productbox ul {
   margin-left: 204px;
   padding-left: 0;
}
.productbox li {
   margin-left: 20px;
}
p.price {
   font-size: 18px;
   color: #A2181D;
}
p.price a {
   text-decoration:none;
}
.shaded {
   background: #E0EDF2;
   padding: 10px;
}




.clear {
   clear:both;
}
#footer {
   margin-top: 5px;
   padding: 10px;
   text-align: center;
   font-size: 11px;
   color: #999999;
}
#footer a {
   text-decoration: none;
   color: #999999;
}
#footer a:hover {
   text-decoration: underline;
   color: #666666;
}
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;
}






/* 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;
}

