/*  
Theme Name: Richmond Fibreglass
Theme URI: http://sww.co.nz/
Description: Custom theme for Richmond Fibreglass
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/
html,body {
   margin:0;
   padding:0;
   background: #454545 url(images/bg.jpg) fixed;
   text-align: center;
}
body {
   font-family: verdana, "Lucida Sans", "Lucida Grande", sans-serif;
   font-size: 15px;
   color: #cdcdcd;
}
div {
   text-align: left;
}
h1, h2, h3, h4 {
   color: #8f8e8e;
}
h1 {
   font-size: 20px;
   margin: 3px 0;
}
h2 {
   font-size: 17px;
   margin: 3px 0;
}
h3 {
   font-size: 16px;
   margin: 3px 0;
}
h4 {
   font-size: 14px;
   margin: 3px 0;
}
a {
   color: #589B00;
}
a:hover {
   color: #D5652C;
}
img {
   border: 0;
}
img.centered {
   display:block;
   margin: 5px auto 10px auto;
   text-align: center;
}
#page {
   width: 1000px;
   margin: 20px auto 0 auto;
}
#header {
   background: transparent url(images/header.gif) top center no-repeat;
   height: 168px;
   padding: 0;
}
#body {
   background: #A7A7A7;
}
#navtop {
   background: url(images/topnav-bg.gif) top left no-repeat;
   width: 800px;
   height: 23px;
   line-height: 21px;
   padding: 4px 0 0px 200px;
   text-align: center;
}
#navtop a {
   font-weight: bold;
   text-decoration: none;
   font-size: 14px;
   text-transform: uppercase;
   color: #0505B5;
   padding: 0 7px; 
   margin: 0 10px; 
}
#navtop a:hover, #navtop a.current {
   color: #FC331D;
   background: url(images/nav_marker.gif) 0px 5px no-repeat;
}
#navtop_bg-r {
   background: transparent url(images/right_round.gif) top right no-repeat;
   text-align: center;
}
#navleft {
   background: url(images/products_and_services.gif) top center no-repeat;
   width: 169px;
   padding-top: 30px;
   margin: 0px 15px;
   float: left;
   text-align: center;
   line-height: 25px;
   display: inline;
}
#navleft a {
   color: #0505B5;
   background: #ffffff;
   font-weight: bold;
   text-decoration: none;
   display: block;
   width: 100%;
   font-size: 12px;
   margin-bottom: 10px;
}
#navleft a:hover, #navleft a.current {
   color: #FC331D;
}
#mainContent {
   padding: 20px 40px;
   margin: 0;
   line-height: 150%;
   width: 721px;
   float: left;
   background: #010101;
}

#pagebottom {
   background: #BFCCC5 url(images/pagebottom.gif) bottom center no-repeat;
   text-align: center;
}
#pagebottom table {
   margin: 0 auto;
   width: 100%;
}
#pagebottom table td {
   color: #44554B;
   text-align: center;  
   width: 30%; 
   font-size: 11px;
   font-weight: bold;
   padding: 5px;
}
#pagebottom table td#col2 {
   font-size: 14px;
}
#footer {
   background: #a7a7a7;
   text-align: center;
   font-size: 11px;
   height: 27px;
   line-height: 27px;
   color: #ffffff;
   padding:0;
   margin-bottom: 20px;
}
#footer a {
   color: #ffffff;
   text-decoration: none;
}
#footer a:hover {
   color: #FFFCD5;
   text-decoration: none;
}
.clear {
   clear: both;
}
.clearBox {
   font-size: 1px; 
   height: 1px;
   clear: both;
}
table#imagelayout td {
   vertical-align: top;
}
td#content {
   padding: 0px 40px 10px 0px;
}
table#imagelayout img {
   border: 1px solid #666666;
}
img.side {
   margin-bottom: 20px;
}
#productlist {
   background: #666666;
   height: 27px;
   color: white;
   font-weight: bold;
   font-size: 11px;
   line-height: 27px;
   text-align: center;
   margin-top: 15px;
}



/* page specific styles */
table.productlist {
   float: right;
   width: 400px;
   border: 1px solid #cccccc;
   background: #fff;
   color: #666;
   margin: 0 0 10px 20px;
   border-collapse: collapse;
   font-size: 12px;
}
table.productlist th {
   text-align: left;
   background: #DE3118;
   color: #fff;
}
table.productlist td {
   border: 1px solid #cccccc;
}
.imageset {
   border: 1px solid #000;
   background: #fff;
   padding: 5px 0 5px 10px;
   margin-bottom: 10px;
   overflow: hidden;
   display: inline-block;
}
.imageset h2 {
   color: #DE3118;
}
.producttable {
   border-spacing: 20px;
}
.producttable td {
   border: 1px solid #000;
   background: #fff;
   color: #666;
   padding: 5px 0 5px 10px;
   margin: 20px;
   margin-bottom: 10px;
   vertical-align: top;
   width: 316px;
}
.producttable h2 {
   color: #DE3118;
   text-align: center;
   font-size: 16px;
}
div.product {
   background-color: white;
   border: 1px solid black;
   margin: 20px auto;
   padding: 15px;
   overflow:hidden; /* clear float pt.1 */
   width: 90%; /* clear float pt.2 */
}


/* 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;
   text-align: center;
   margin: 20px auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.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;
}

