/*

Theme Name:		Shades
Version: 		1.0
Description: 	Two Column, static header and footer
Author: 		
Author URI:		
Tags:			
*/

/* Reset Browser Defaults */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}
body { background: none #000;}

/* Removes dotted line when focus */
:focus { outline: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove border on linked images. */
a img { border: none; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }

/* Apply base theme styles and colors */
/* Document Body */
body, input, textarea { font: 13px/1.5 Arial, Helvetica, sans-serif;}

/* Font Styles */
.serif { font-family: Georgia, Times New Roman, Times, serif; }
.sans-serif { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, /*table,*/ fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }

/* Logo */
#logo, #logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }
#logo a { float: left; display:block; height:164px; width:220px; padding:40px 0; background: url(images/logo.png) no-repeat center;}
#logo a:hover { color: #2361a1; text-decoration: none; }

/* Menu */
.nav { background: url(images/nav_bg.png) center top no-repeat; height: 43px; margin: 0 auto;}
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li {border-right:2px solid #000000; display:inline; padding:12px 0; position:relative;}
.nav ul li { width: 16em; }
.nav a { display: block; position: relative; padding: 12px 20px;}
li.current_page_item a { background: url(images/hover_a.jpg) repeat-x center; color: #F00;}
li.current_page_item a.page_item .page-item-323 { background: none;}

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em;  /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 29px; /* match top ul list item height */ z-index: 99; }
.nav ul.children {margin:14px 0 0 -40px; text-align:center; font-size: 14px;}
.nav ul.children li a{ background: none; padding: 6px 10px; border: none;}
.nav ul.children a{ color: #ff0; }
.nav ul.children a:hover { color: #f00;}
.nav li.children li { color: #9c874d;}
.nav li.children ul:hover {text-decoration: none; background: none;}
.nav ul.children li{ background: url(images/children_bg.png) repeat top center; border: none; float: left; padding: 2px 0; border-bottom: #CCC; height: 40px;}
.nav ul.children li li { margin: -13px 0px 13px;}
.nav ul.children li:hover { background: url(images/hover_a.jpg) repeat;}

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 16em; /* match .nav ul width */ top: -1px; }

/* Default Skin */
/*.nav { border: 1px solid; border-color: #aaa #ddd #ddd #aaa; }*/
.nav ul { width: 16em;}
.nav ul li a { border-bottom: 1px solid #ddd; }
.nav li:hover ul,
.nav li.nav-hover ul { background: none; }
.nav a { color: #fff; display:inline;}
.nav a:hover { text-decoration: none; background: url(images/hover_a.jpg) repeat-x; height: 50px; color: #FFF;}
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: none; color: #9c874d;}

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #000; text-decoration: none; font-weight: bold;}
.entry-content a:hover { text-decoration: none; color: #9c874d; }
.entry-content p { text-align: left;}

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #9c874d; font-size: 20px; line-height: 28px; text-transform: uppercase;}
.entry-title a:hover { color: #2361a1; text-decoration: none; }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }
blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }
strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }
sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }
del { text-decoration: line-through; }
ins { text-decoration: underline; }
code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.nav {font-size: 13px; line-height: 3.4; margin-left: 0; padding-left: 0; text-align: center; height: 45px;}
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }
li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
ol { list-style-type: decimal; }
ul { list-style-image: url(images/bullet.png);}
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
dt { font-weight: bold; }
.fat li { margin-bottom: 10px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px;}
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }
.wpcf7-submit {width: 50px;}

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }
.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }
.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }
.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

.shade a {colour: black;}


/* Page Layout */
.container { background: url(images/content_middle.jpg) repeat-y center; width: 1006px; margin: 0 auto; }
#content { margin:0 auto; width:910px;}
.container_top { background: url(images/content_top.jpg) top center no-repeat; width: 1006px;  height: 60px; margin: 0 auto; }
.container_bottom { background: url(images/content_bottom.jpg) no-repeat bottom; width: 1006px; height: 59px; margin: 0 auto;}
.header { background: url(images/header_bg.jpg) top center no-repeat; width:1400px; height: 314px; margin: 0 auto;}
.header_wrap { margin: 0 auto; padding: 20px; width: 974px; height: 314px;}
.telno_wrapper{	position: absolute; width: 150px; height: 20px; margin-left:750px; margin-top:90px;}
.telno_wrapper p{ font: bold 16px Arial; color: #9c874d; text-transform: uppercase;}
.hfeed { width: 530px; float: left; padding: 0 0px; min-height: 300px;}
.hfeed2 { min-height:300px; width:910px;}
.hfeed3{ width: 910px; float: left; min-height: 300px;}
.entry-content .article {color: #9c874d;}
.aside { float:left; padding: 0 40px; width:300px; list-style-type: none;}
.aside ul li { list-style:none; list-style-type: none;}
.aside a { color: #9c874d; text-decoration: none; }
.aside a:hover { text-decoration: none; color: #000;}
.footer { margin: 0 auto; text-align: left; width: 1018px; background: url(images/footer_bg.gif) no-repeat center; height: 171px; line-height:2; color: #FFF;}
#foot_wrap {}
.footer a { color: #FFF; text-decoration: none;}
#text_left { font-family:verdana; font-size:15px; line-height:1.2; margin-left:20px; padding:20px;}
#copyright { text-align: center; color: #898989; font-size: 10px; text-transform: uppercase; line-height:2.2;}
ul#copyright li { display:inline; list-style: none;}
#copyright a {color: #898989; text-decoration: none; }
#copyright a:hover {color: #9c874d; text-decoration: underline; }
li.page-item-7 {border: none;}
.entry-meta { padding-bottom: 10px; font-size: 10px;}
.entry-header a { color: #000; text-decoration: none;}
#footer_col1 { float:left; margin:5px 10px 0 80px; width:200px;}
#footer_col2 { float:left; margin:5px 10px 0 0; width:150px;}
#footer_col3 { float:left; margin:5px 10px 0 0; width:150px;}
#footer_col4 { float:left; margin:5px 10px 0 50px; width:300px;}
.footer ul { list-style: none; list-style-type: none;  margin-left: -40px;}
.footer li {}
#colleft {float:left; width:125px;}
#colright { float:left;padding-left:15px; width:125px}