/*  
Theme Name: Starborough
Theme URI: http://sww.co.nz/
Description: Custom theme for Starborough.
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/

html,body {
	margin:0;
	padding:0;
   background: #D5D6C8;
   text-align: center;
}
body, td {
	font-family: Georgia, serif;
   font-size: 14px;
   color: #312E25;
   line-height: 150%;
}
p {
   line-height: 150%;
}
div, td {
   text-align: left;
}
h1, h2, h3, h4 {
   color: #312E25;
}
h1 {
   font-size: 18px;
   margin: 15px 0;
}
h2 {
   font-size: 16px;
   margin: 10px 0;
}
h3 {
   font-size: 14px;
   margin: 6px 0;
}
h4 {
   font-size: 12px;
   margin: 3px 0;
}
a {
  color:#0032BE;
}
a:hover {
  color:#0043FF; 
}
img{
   border: 0;
}
.center {
   text-align: center;
}
td {
   vertical-align: top;
}
ul li {

}
sup {
   font-size: smaller;
}
#page {
   width: 800px;
   padding: 0 14px;
   margin-left: auto;
   margin-right: auto;
   background: url(images/pagebg.gif) center top repeat-y;
}
#pagetop {
   width: 814px;
   height: 20px;
   margin-left: auto;
   margin-right: auto;
   background: url(images/pagetop.gif) center bottom no-repeat;
}
#pagebottom {
   width: 814px;
   height: 20px;
   margin-left: auto;
   margin-right: auto;
   background: url(images/pagebottom.gif) center top no-repeat;
}
#header {
   height: 70px;
   padding-top: 17px;
}
#logo {
   display:block;
   margin: 0 auto;
   text-align: center;   
}
#headergraphic {
   border-top: 2px solid #312E25;
}
#nav {
   font-size: 12px;
   background: #312E25;
   padding: 0;
   text-align: center;
   height: 26px;
}
#nav a {
   text-decoration: none;
   color: #D5D6C8;
   padding: 3px 12px 0 12px;
   display: block;
   float: left;
   height: 23px;
}
#nav a:hover {
   color: #fff;
   background: url(images/navpointer.gif) center 21px no-repeat;
}
#nav a.current, .current {
   color: #fff;
   background: url(images/navpointer.gif) center 21px no-repeat;
}
.centered { 	
   margin-left: auto; 	
   margin-right: auto; 	
   display: table; 
   display: inline-block;
} 
#main {
   text-align: left;
   padding: 50px 100px;
   background: url(images/watermark2.gif) center bottom no-repeat;
}
#footer {
   color: #929389;
   padding-top: 3px;
   padding-bottom: 3px;
   font-size: 10px;
   text-align: center;
   margin: 0 30px;
}
#footer a {
   color: #929389;
   text-decoration: none;
}
#footer a:hover {
   text-decoration: underline;
}
.clear {
   clear: both;
}



.editLink {
   text-align: center;
   margin: 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;
}
.aligncenter {
   display: block;
   text-align: center;
   margin: 10px auto;
}
.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
.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;
}

