/*  
Theme Name: Cawthron
Theme URI: http://sww.co.nz/
Description: Custom theme for CICCM.
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/

body, html {
   margin: 0;
   padding: 0;
   background: #E6E6E6;
   font-family:Arial,Helvetica,sans-serif;
   font-size: 13px;
}
h1, h2, h3, h4 {
   color: #0B3090;
}
h1 {
   font-size: 18px;
}
h2 {
   font-size: 16px;
}
h3 {
   font-size: 14px;
}
h4 {
   font-size: 12px;
}
#layouttable {
   border-collapse: collapse;
   margin: 10px auto;
}
#layouttable td {
   padding: 0;
   vertical-align : top;
}
#header-left-td {
   width: 140px;   
}
#header-right-td {
   background: url(images/header_bg.jpg) left top repeat-x;
   width: 1000px;
}
#header-right {
   background: url(images/banner.jpg) center top no-repeat;
   height: 123px;
   width: 100%;
}
#main {
   background: white;
}
#header-left {
   background: #FFFFFF url(images/cawthron-logo.gif) center center no-repeat;
   width: 140px;
   height: 123px;
   float: left;
}
#left-col-td {
   background: #CCE4E2;   
}
#nav {

}
#nav a {
   display: block;
   color: #0B3090;
   border-bottom: 1px solid #A6CFCC;
   line-height: 30px;
   text-align: right;
   text-decoration:none;
   padding-right: 10px;
   font-weight: bold;
   font-size: 11px;
}
#nav a:hover, #nav a.current {
   background-color: #B9D9D6;
   
}
#contact-block {
   text-align: center;
   color: #7882A0;
   font-size: 11px;
   margin: 20px auto;
}
#maincontent {
   background: #FFFFFF;
   padding: 10px 70px;
}
#footer {
   background: #9EACD3;
   line-height: 25px;
   color: white;
   font-size: 11px;
   text-align: center;
   clear: both;
   font-size: 10px;
}
#footer a {
   color: white;
   text-decoration: none;
}
#footer a:hover {
   text-decoration: underline;
}
img.centered {
   display:block;
   margin: 20px auto;
   test-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;
   text-align: center;
   margin: 20px auto;
}
img.alignright, div.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft, div.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;
}


/* cforms */
#cf_field_6 { 
   height: 300px;
}
