/*  
Theme Name: A1 Concrete
Theme URI: http://sww.co.nz/
Description: Custom theme for A1 Concrete.
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/

html,body {
	margin:0;
	padding:0;
   background: #A89D9B;
   text-align: center;
}
body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #000000;
}
div {
   text-align: left;
}
h1, h2, h3, h4 {
   color: #003316;
}
h1 {
   font-size: 20px;
}
h2 {
   font-size: 17px;
}
h3 {
   font-size: 14px;
}
h4 {
   font-size: 12px;
}
a {
   color: #589B00;
}
a:hover {
   color: #D5652C;
}
img {
   border: 0;
}
img.centered {
   display:block;
   margin: 5px auto 10px auto;
   text-align: center;
}
#page {
   width: 900px;
   margin: 20px auto 0 auto;
   background: #ffffff;
}
#header {
   background: url(images/banner.jpg) top center no-repeat;
   height: 169px;
   padding: 10px 0 0 644px;
}
#nav {
   background: url(images/navbg.gif) top left no-repeat;
   width: 169px;
   height: 287px;
   padding-top: 40px;
   margin: 30px;
   float: left;
   text-align: center;
   line-height: 25px;
   display: inline;
}
#nav a {
   color: #727272;
   font-family: "Lucida Sans", "Lucida Grande", sans-serif;;
   font-weight: bold;
   text-decoration: none;
   display: block;
   font-size: 14px;
   text-transform: uppercase;
   margin-bottom: 10px;
}
#nav a:hover, #nav a.current {
   color: #ffffff;
   background: #92A89B;
   filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
   -moz-opacity:.65;
   opacity:.65;   
   width: 100%;
}
#nav a:hover span, #nav a.current span {
   
}
#mainContent {
   width: 600px;
   float: left;
   padding: 20px 30px;
   margin: 0;
   background: white;
   line-height: 150%;
}
#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 {
   text-align: center;
   font-size: 10px;
   color: #d0d0d0;
   padding: 5px;
}
#footer a {
   color: #d0d0d0;
   text-decoration: none;
}
#footer a:hover {
   color: #e0e0e0;
   text-decoration: none;
}
.clear {
   clear: both;
}
.green {
   color: green;
   font-family: "Times New Roman", Times, serif;
   font-size: larger;
}
/* Styles for Slideshow */
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:1000px;
	height:189px;
	overflow:hidden;
}
#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
/* End Styles for Slideshow */



/* 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 {
   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;
}

