/*  
Theme Name: Waterfront
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: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
   font-size: 13px;
   line-height: 130%;
   color: #636261;
}
h1, h2, h3, h4 {
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #0089D0;
}
h1 {
   font-size: 20px;
   margin-top: 10px;
}
h2 {
   font-size: 18px;
}
h3 {
   font-size: 16px;
}
h4 {
   font-size: 14px;
}
a {
   color: #000099;
}
a:hover {
   color: red;
}
img {
   border: 0;
}
div {
   text-align: left;
}
#header {
   height: 214px;
   background: url(images/headerbg.jpg);
   text-align:center;
}
#page {
   width: 970px;
   background: white;
   margin: 0px auto;
}
#nav {
   font-family: Georgia, "Times New Roman", Times, serif;
   text-align: center;
   line-height: 30px;
   background: #5CADD6 url(images/navbg.gif) top left repeat-x;
   margin-top: 4px;
   margin-bottom: 10px;
}
#nav a {
   margin: 0 10px;
   color: #fff;
   text-decoration:none;
   font-weight: bold;
}
#nav a:hover {
   color: #030F87;
}
#nav a.current {
   color: #030F87;
}
#nav a.spacer {
   margin-left: 140px;
}
#maincontent {
   padding-left: 56px;
}
.narrow {
   float: left;
   width: 530px;
   padding-right: 0px;
}
.wide {
   padding-right: 56px;
   padding-top: 1px;
}
#photocol {
   width: 284px;
   float: right;
   padding-right: 56px;
   padding-top: 10px;
}
#photocol img {
   margin: 5px 0;
}
.clear {
   clear:both;
}
#footer {
   margin-top: 20px;
   padding: 10px;
   text-align: center;
   font-size: 11px;
   color: #999999;
   border-top: 1px solid #7A7877;
}
#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;
}

