/*  
Theme Name: Robin Whalley
Theme URI: http://www.graphicflavours.com/
Description: Custom theme by Graphic Flavours
Version: 1.0

Colours:
   Blue: #002d62
   Grey: #999
*/
html,body {
	margin:0;
	padding:0;
   background: #fff;
   text-align: center;
	font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-family : "Times New Roman", Times, serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-family: arial, helvetica, sans-serif;
   color: #555555;
}
body {
   font-size: 75%;
   /*
   with body font-size of 75%:
   
   16px - 1.333em
   14px - 1.167em
   12px - 1em
   11px - 0.917em
   10px - 0.833em
   */
}
h1, h2 {
   color: #002d62;
}
h1 {margin-top: 0px;}
h3, h4 {
   color: #002d62;
}

h1 {
    color: #666;
    font-size: 16px;
}
h2 {
   font-size: 1.167em;
}
h3 {
   font-size: 1em;
}
h4 {
   font-size: 1em;
}
a {
   color: #002d62;
}
a:hover {
   color: #999;
}
img {
   border: 0;
}
div {
   text-align: left;
}
#header1 {
   height: 105px;
   padding-top: 22px;
}
#header2 {
   height: 276px;
}
a.logo {
   display: block;
   float: left;
   width: 162px;
   margin: 0;
   padding: 0;
   border: 0;
}
#logo {
   margin: 0;
}
#page {
   width: 995px;
   background: white;
   margin: 0px auto;
   overflow:hidden;
}
#nav {
   text-align: right;
   float: right;
   width: 570px;
}
#nav a {
   margin: 0 13px;
   padding: 0 10px;
   height: 17px;
   line-height: 17px;
   color: #999;
   text-decoration:none;
   font-weight: bold;
   display: inline-block;
   outline: none;
}
#nav a:hover, #nav a.current, #nav li.current_page_item a {
   color: #fff;
   background: #002d62;
   border: #002d62 0px solid;
   border-radius:6px;
}
#nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
   height: 17px;
}
#nav li {
   height: 17px;
   display: inline;
   list-style: none;
}
.leftcol {
   float: left;
   width: 737px;
}
.rightcol {
   float: left;
   width: 233px;
   margin: 0 9px 0 15px;
   display: inline; /* double margin bug fix for IE6 */
   background-image:url(images/cpa.png);
   background-repeat:no-repeat;
}
#header1 .rightcol {
    border-top: 17px solid #ccc;
    color: #4c6c91;
    font-weight: bold;
    height: 65px;
    padding-top: 5px;
}
/**#header1 .rightcol strong {
   color: #999; 
}**/
#header2 .leftcol {
   text-align: right;
}
#newsblock {
   background: #002d62;
   color: #fff;
   padding: 10px;
   overflow: hidden;
   height: 257px;
   border-radius:0 20px 0 0;
}
#newsblock2 {
   background: #002d62;
   color: #fff;
   padding: 5px 10px 10px 10px;
   overflow: hidden;
   height: 276px;
   border-radius:0 0 20px 0;
}


#linksblock {
   background: #999;
   color: #fff;
   padding: 10px 10px 5px 10px;
}

#linksblock > p {
    margin: 0 auto;
    padding: 5px 0;
}
#newsblock h2, #linksblock h2 {
   margin-top: 0;
}
#newsblock h2, #newsblock h3, #newsblock h4,  
#linksblock h2, #linksblock h3, #linksblock h4 {
   color: #fff;
}
#newsblock2 h2, #newsblock2 h3, #newsblock2 h4 {
   color: #fff;
}
#linksblock a, #newsblock a {
   color: #fff;
   text-decoration: none;
}
#linksblock a:hover, #newsblock a:hover, #newsblock2 a:hover {
   text-decoration: underline;
}
#newsblock p.metadata, #newsblock2 p.metadata {
   margin:0;
}
#newsblock p, #newsblock2 p {
   margin: 0 0 1px 0;
}
#mc_embed_signup #mc-embedded-subscribe-form .indicates-required .asterisk, 
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label .asterisk {
	color:#fff !important;
}
#maincontent {
   padding: 15px 0;
   overflow: hidden;
   width: 100%;
}
#maincontent .leftcol {
   padding-left: 28px;
   padding-right: 9px;
   padding-top:15px;
   width: 700px;
}
.textcol {
   width: 300px;
   float: left;
   margin-right: 50px;
   display: inline; /* double margin bug fix for IE6 */
   padding-top:25px;
}
.bio {
    margin-left: 100px;
    min-height: 115px;
    overflow: hidden;
    width: 450px;
	height:120px;
}

.bio h3 {margin: 10px 0 2px 0}
.bio p {
   margin-top: 0;
}
.clear {
   clear:both;
}
.divider {
   border-bottom: 1px dotted #fff;
   height: 5px;
   margin-bottom: 5px;
}
.centered {
   text-align:center;
}
#footer {
   margin-top: 5px;
   padding: 10px;
   text-align: center;
   font-size: 0.786em;
   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;
   display: inline; /* double margin bug fix for IE6 */
}
img.rightalign {
   display: block;
   float: right;
   text-align: right;
   margin: 0 0 5px 15px;
   display: inline; /* double margin bug fix for IE6 */
}
img.centeralign {
   display: block;
   margin: 10px auto;
   text-align: center;
}
img.border {
   border: 1px solid #999999;
}
.green { color: #002d62 }
.purple { color: #999 }
.blue { 
	color: #002d62;
	top:10px;
	position:relative;
	display:block;
 }

table.labels {
   width:50%;
   margin:10px auto;
}
table.labels th {
   text-align: right;
   padding-right: 30px;
}
div.rounded {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div.shaddow {
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
div.opacity {
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);   
}

iframe.map {
   border: 1px solid #ccc;
   padding: 5px;   
}

/* cforms styling */
#cformsform {
   width: 236px;
   
}
ol.cf-ol {
   margin: 0;
   padding: 0;
   list-style:none;
}
ol.cf-ol li {
}
#cformsform label {
   display: none;
}
#cformsform br {
   display: none;
}
span.reqtxt, span.emailreqtxt {
   display: none;   
}
input.single, textarea.area {
   width: 232px; 
   background: #f1f1f1;
   color: #999;
   border: 1px solid #ccc;
	font-family: arial, helvetica, sans-serif;
   font-size: 1em;
   padding: 2px 1px;
}
input.single {
   margin-bottom: 5px;
}
textarea.area {
   height: 212px;
}
.cf_hidden {
   display: none;
}
p.cf-sb {
   text-align: right;
   margin: 5px 0 0 0;
}
div.failure {
   color: red;
}
div.success {
   color: #002d62;
}
input#sendbutton {
    background: none repeat scroll 0 0 #002d62;
    border: 1px solid #002d62;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 6px 35px;
}

/* CF7 */

.wpcf7-form-control.wpcf7-submit {
    background: none repeat scroll 0 0 #999;
    border: 1px solid #999;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 6px 35px;
	float:left;
	display:block;
	position:relative;
	top:10px;
}

div.wpcf7-validation-errors {
    background-color: #999;
    border-radius: 12px;
    color: #fff;
    padding: 15px;
	border: 1px #999 solid !important;
}

div.wpcf7-mail-sent-ok {
    background-color: #666;
    border-radius: 12px;
    color: #fff;
    padding: 15px;
	border: 1px #666 solid !important;
}

textarea,
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email,
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    color: #666;
    font-family: arial;
    font-size: 13px;
    width: 180px;
}

textarea {
	height:250px;
	width:180px;
}


/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
   clear: both;
}
.editLink a, a.editLink {
    background: none repeat scroll 0 0 #666;
    border: 1px solid #666;
    border-radius: 12px;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
    text-decoration: none;
}
.editLink a:hover, a.editLink:hover {
   background: #999;
   border: 1px solid #999;
   color: #fff;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
.postdate {
   color: #999;
}
img.aligncenter, div.aligncenter {
   display: block;
   margin: 20px auto;
}
img.alignright, div.alignright {
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
   display: inline; /* double margin bug fix for IE6 */
}
img.alignleft, div.alignleft {
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
   display: inline; /* double margin bug fix for IE6 */
   position:relative;
   display:block;
}
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;
}

