/*  
Theme Name: Boutereys
Theme URI: http://sww.co.nz/
Description: Custom theme for Boutereys.co.nz
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/
html,body {
	margin:0;
	padding:0;
	background: #ffffff;
	text-align: center;
	font-family: "Arial", helvetica, sans-serif;
	font-size: 13px;
	color: #060606;
}

.menu td {
padding:5px 0px 5px 0;
vertical-align:top;
}

p {
	line-height: 150%;
}

h1 {
   font-size: 20px;
   margin: 3px 0;
   text-transform: uppercase;
}
h2 {
   font-size: 18px;
   margin: 18px 0 3px 0;
}
h3 {
   font-size: 16px;
   margin: 3px 0;
}
h4 {
   font-size: 14px;
   margin: 3px 0;
}
a {
   color: #000099;
}
a:hover {
   color: red;
}
img {
   border: 0;
}
div {
   text-align: left;
}
#homepage {
   margin-top: 100px;
}
#header {
   height: 276px;
   background: url(images/header.jpg) left top;
}
#page {
   width: 800px;
   background: white;
   margin: 0 auto 10px auto;
}
#nav {
   text-align: center;
   line-height: 50px;
   background-color: #ffffff;
}
#nav a {
   margin: 0 7px;
   color: #000000;
   text-decoration:none;
   font-weight: bold;
   text-transform: uppercase;
}
#nav a:hover {
   color: #FF0000;
}
#nav a.current {
   color: #CC0000;
}
#maincontent {
   padding: 20px 30px;
   border: 2px solid #CBCBCB;
}
.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;
}

