/*
Theme Name: 	Adkin Sinclair
Description: 	Child theme for the Adkin Sinclair website.
Author: 	Cadover Creative
Author URI: 	http://cadovercreative.co.uk
Template:       thematic
Version: 	1.0
*/

@import url("../thematic/style.css");

a:link, #siteinfo a:link {
    color: #030CAF;
    font-weight: bold;
}

a:visited, #siteinfo a:visited {
    color: #030CAF;
    font-weight: bold;
}

a:hover, #siteinfo a:hover {
    color: #FF4F01;
    font-weight: bold;
}

a:active, #siteinfo a:active {
    color: #000033;
    font-weight: bold;
}

/*** LAYOUT ***/

body {
    margin: 8px;
    background-color: #0066CC;    
    min-width: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;    
}

#wrapper {
    background-color: #fff;
    width: 750px;
    margin: 0 auto;
}

#main {
    width: 720px;
    padding: 24px 15px 0 15px;
}

#container {
    width: 445px;
    margin-right: 30px;
}

#content {
    margin-left: 0;
    width: 100%;
}

.main-aside {
    width: 245px;
    right: 0;
}

.page-template-template-page-fullwidth-php #content,
.page-template-template-page-fullwidth-php #container {
    margin-left: 0;  
    width: 100%;
}

/*** HEADER ***/

#header {
    background: transparent url(images/adkinsinclairbanner2.jpg) no-repeat left top;    
    padding-top: 200px;
}

#access {
    border: none; 
    overflow: hidden;
    height: auto;
    font-size: inherit;
}

.menu {
    float: left;
    width: 100%;
    position: relative;
    background-color: #E83A00;
    border: 1px solid #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.sf-menu {
    clear: left;
    float: right;
    position: relative;
    right: 50%;
    text-align: center;
    border-right: none;
    line-height: normal;
}

.sf-menu li {
    display: block;
    position: relative;
    left: 50%;    
    background-color: transparent;
}

.sf-menu a, .windows .sf-menu a {
    border: none;
    border-left: 1px solid #FF4609;
    border-right: 1px solid #000;
    padding: 10px 18px 10px 16px;
    font-size: inherit;    
}

.sf-menu li:first-child a {
    border-left: none;   
}

.sf-menu li:last-child a {
    border-right: none;   
}

.sf-menu a, .sf-menu a:visited {
    color: #000;        
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background-color: transparent;
    color: #fff;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
    font-variant: small-caps;
}

/*** CONTENT ***/

.entry-title, .entry-content h1, .entry-content h2 {
    font-weight: bold;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 18px;
    padding: 0;
}

.entry-content h3 {
    padding: 0;
    margin-bottom: 4px;
    color: #030CAF;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}
   
.entry-content {
    padding-top: 0;
    line-height: 1.4;
}

.home .entry-content {
    font-size: 11px;
}

p, ul, ol, dd, pre {
    margin-bottom: 12px;
}

.entry-content ul, .entry-content ol {
    margin-left: 40px;
}

.entry-content li {
    margin: 11px 0;
    padding-left: 15px;
}

blockquote {
    font-style: normal;
    color: inherit;
    margin: 0 0 34px 0;
}

p.quote-by {
    color: #0000CC;
}

.wpcf7-text, .wpcf7-submit {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.3333;
}

.wpcf7-form-control-wrap, .wpcf7-submit-wrap {
    float: right;
    display: block;
    width: 66%;
}

.wpcf7-submit-wrap {
    clear: both;
    margin-top: 10px;
}

.wpcf7-submit {
    padding: 0 40px;
}

.wpcf7-response-output {
    clear: both;
}

span.wpcf7-not-valid-tip {
    width: 200px !important;
    left: 10% !important;
}

/*** SIDEBARS ***/

#primary {
    border: none;
    padding-top: 0;
    margin-bottom: 0;
}

.main-aside ul.xoxo {
    padding: 0;
    margin-bottom: 0;
}

/*** FOOTER ***/

#footer {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    border-top: none;
}

#footer hr {
    border: 1px inset #FF4F01;
    margin: 5px 0;
}

#siteinfo {
    color: #000;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    padding-top: 0;
    padding-bottom: 10px;
}

#siteinfo p {
    margin: 10px 0;
}
