/*
Theme Name: skircoatgreendental.co.uk
Theme URI: http://skircoatgreendental.co.uk/wp-content/themes/skircoatgreendental/
Description: The default theme for skircoatgreendental.co.uk
Version: 1.0
Author: Developed by Gavin Taylor and Simon Dalley
Author URI: http://gavtaylor.co.uk/ in conjunction with http://www.growtraffic.co.uk
Tags: T.B.C

*/

@charset "utf-8";

/* default styles */

* { padding: 0px; margin: 0px; }

html { overflow: scroll; }

body {
	background-image: url('images/background.jpg');
	background-repeat:no-repeat;
	background-position: 50% 0;
	background-color: #0E1A4C;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383838;
	margin: 0;
        letter-spacing:0px;
        word-spacing:0px;
}

p {
  padding: 6px 0px;
}

a {
  color: #a98416;
  text-decoration: none;
}
a:hover {
  color: #a98416;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.fake_link {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: bold;
}
h1 {
  background-image: url(images/short-divider.jpg);
	background-repeat: no-repeat;
	background-position: 0 90%;
	font-size: 20px;
	color: #a98416;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 13px;
}

fieldset {
  margin: 10px 0px;
  padding: 5px;
  border: none;
}

legend {
  font-weight: bold;
}

img {
	border: none;
}

dt {
  font-weight: bold;
  padding-top: 10px;
}

dd {
  padding-left: 20px
}


/* site structure */

#wrapper { 
	margin: 0 auto;
	width: 990px;
}

#header {
	background-color: #ffffff;
	float: left;
	width: 950px;
	padding: 0 20px 5px 20px;
}
div#header img.header-photo {
	float: right;
}
#header ul.quick-links {
	margin: 0;
	padding: 0;
}
#header ul.quick-links li {
	background-repeat:no-repeat;
	background-position: 0 0;
	list-style: none;
	list-style-image: none;
	display: block;
	float: left;
	text-transform:uppercase;
	margin: 5px 5px 5px 0;
	padding: 4px 10px;
}
#header ul.quick-links li.phone {
	background-image: url('images/phone.jpg');
	padding-left: 35px;
	border-right: 1px solid #e1e1e1;
	cursor: default;
}
#header ul.quick-links li.envelope {
	background-image: url('images/envelope.jpg');
	padding-left: 30px;
	margin-left: 10px;
}
#header ul.quick-links li a {
	color: inherit;
}
#header ul.quick-links li a:hover {
	color: #a98416;
}

.site_logo {
	display: block;
}

#content { 	
	background-color: #ffffff;
	min-height:250px;
	clear:both;
	float:left;
	padding:10px 20px;
	width:950px;
	line-height: 20px;
}
#content img {
	border:1px solid #a98416;
	padding:1px;
}

#homepage {
	
}
#homepage h1 {
	font-size: 38px;
	padding-bottom: 25px;
}

#homepage div.our-aims {
	background-image: url(images/gold_chair_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 245px;
	width: 417px;
	margin: 10px 0 0 20px;
	padding: 10px 20px;
	color: #111111;
}
#homepage div.our-aims h2 {
	font-size: 24px;
	color: #ffffff;
}
#homepage div.our-aims ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#homepage div.our-aims ul li {
	margin: 10px 0;
	font-size: 12px;
}

#left_col {
	float: left;
  padding-top:39px;
  width: 170px;
}
#left_col ul.nav_two {
  margin: 0px 20px 0px 0px;
}
#left_col ul.nav_two li {
  margin: 3px 0px;
  padding: 3px 0px;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
#right_col {
	min-height:330px;
	width: 760px;
	float: left;
}
#right_col img {
	border:1px solid #a98416;
	padding:1px;
}

#content ul, #right_col ul {
  margin-left: 25px;
  line-height: 15px;
}
#content ul li {
  margin: 5px 0px;
}
#content a {
  
}

#sidebar {
	width:160px;
}
#sidebar ul {
	margin-left: 0;
}
#sidebar li ul {
	display: none;
}
#sidebar li.current_page_item ul,
#sidebar li.current_page_ancestor ul,
#sidebar li.current_page_parent ul {
	display: block;
}

#sidebar ul li {
	list-style-type: none;
	margin-left: 0;
	width:160px;
	border-bottom:1px solid #77787B; 
}
#sidebar a {
	display:block;
	font-size:1.1em;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	color:#0F0B36;
	text-decoration:none;
}
#sidebar a:hover {
	color:#A98416;
}

div.related-posts {
	margin-top: 20px;
}
div.related-posts p {
	color:#0F0B36;
	font-size:1.1em;
	padding-bottom:2px;
	padding-left:0;
	padding-top:2px;
	text-decoration:none;
}
div.related-posts ol {
	margin-left: 5px;
}
div.related-posts ol li {
	list-style: none;
	list-style-image: none;
}
div.related-posts ol li a abbr {
	display: none;
}

#footer {
	background-color: #ffffff;
	padding:0 20px 10px;
	width: 950px;
	height: 220px;
	float: left;
	clear: both;
}
#footer hr {
	border-color:#e1e1e1 -moz-use-text-color #e1e1e1;
	border-left:0 none;
	border-right:0 none;
	border-style:solid none;
	border-width:1px 0;
	height: 1px;
	margin: 10px auto 20px auto;
}

div#footer ul {
	float: left;
	vertical-align: top;
	width: 160px;
	margin: 0;
	padding: 0;
}
div#footer ul li {
	margin: 10px 0 10px 25px;
	color: #a98416;
}
div#footer ul li.title {
  background-image: url(images/short-divider.jpg);
	background-repeat: no-repeat;
	background-position: 0 90%;
	list-style: none;
	list-style-image: none;
	margin: 0 0 10px 5px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #0f0b36;
}

div#footer ul.quick-links, div#footer ul.meet-the-team {
	font-size: 10px;
}

div#footer div.contact-info {
	background-image: url(images/blue_practice_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 121px;
	width: 531px;
	padding: 20px 30px;
}
div#footer div.contact-info ul.location {
	width: 200px;
}
div#footer div.contact-info ul.telephone {
	width: 135px;
}
div#footer div.contact-info ul li {
	color: #ffffff;
	list-style: none;
	list-style-image: none;
	margin: 3px 0 3px 5px;
}
div#footer div.contact-info ul li.title {
	background-image: none;
	color: #a98416;
}
div#footer div.contact-info ul.cta {
	width: 195px;
}
ul.cta li {
	display: block;
}
ul.cta li a {
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 186px;
	text-shadow: 1px 1px 0 #000000;
}
ul.cta li a span {
	display: none;
}
ul.cta li.contact-us {
	
}
ul.cta li.request-appointment {
	margin-top: 30px !important;
}
ul.cta li.contact-us a {
	background-image: url(images/cta_contact_us.png);
}
ul.cta li.request-appointment a {
	background-image: url(images/cta_request_appointment.png);
}

p.footer_seo {
	clear: both;
	font-size: 11px;
	padding: 15px 20px;
	margin: 0;
	width: 100%;
	color: #a98416;
}

/* main navigation links */

.current_page_ancestor a, .current_page_parent a, .current_page_item a {
	color: #a98416 !important;
}

div#main_navigation {
	width: 990px;
	height: 35px;
	float: left;
	clear: both;
	overflow: hidden;
}
ul.nav_one {
	vertical-align:top;
	position: relative;
	left: -1px;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.nav_one li {
	border-left: 1px solid #575573;
	display:inline;
	font-weight:bold;
	padding: 0 22px;
}
ul.nav_one li:first-child {
	border-left: none;
}
ul.nav_one a {
	color: #ffffff;
  padding: 0px 3px;
	font-size: 12px;
	text-transform: uppercase;
}
ul.nav_one a:hover, ul.nav_one a:active, ul.nav_one li.current_page_item a {
	color: #a98416;
}

/* secondary navigation links */

ul.nav_two {
	margin: 10px 20px;
}
ul.nav_two li {
	list-style: none;
}
ul.nav_two a {
	color: #000000;
}
ul.nav_two a:hover, ul.nav_two a:active,  ul.nav_two li.current_page_item a {
	color: #a98416;
}

/* third navigation links */

ul.nav_three {
	margin: 0 !important;
}
ul.nav_three li {
	list-style: none;
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	border-bottom: none !important;
}
ul.nav_three a {
	color: #000000 !important;
}
ul.nav_three a:hover, ul.nav_three a:active,  ul.nav_three li.current_page_item a {
	color: #a98416 !important;
}

/* footer navigation links */

ul.nav_footer a {
  padding: 0px 3px;
	font-weight: bold;
}
ul.nav_footer a:hover {
	color: #a98416 !important;
}

/* other styles */

span.required {
  color: #FF0000;
}
span.clear {
	display: block;
	height: 1px;
	clear: both;
}
.no_display {
  display: none;
}

/* specific page styles */

/* contact page */

div.success {
}
div.errors {
}

div.contact_form  {
	margin: 5px;
}
.contact_form fieldset {
	border: none;
}
.contact_form fieldset legend {
	display: none;
}
.contact_form fieldset input{
	width: 300px;
}
.contact_form fieldset textarea{
	width: 300px;
}
.contact_form fieldset select{
	width: 300px;
}

/* sitemap */

div.sitemap {
  
}
div.sitemap ul.level_one {
  margin: 5px 0px;
}
div.sitemap ul.level_one li {
  margin: 2px 0px 2px 10px;
}
div.sitemap ul.level_two {
  margin: 5px 15px;
}
div.sitemap ul.level_two li {
  margin: 2px 0px 2px 10px;
}
div.sitemap li a {

}
div.sitemap li a:hover {

}


/* blog specific styles */

ol.commentlist {
	
}
ol.commentlist li {
	list-style: none;
}
ol.commentlist li div.comment {
	
}
ol.commentlist li div.comment-body {
	margin-bottom: 30px;
}
ol.commentlist li div.comment-body div {
	float: left;
	width: 50%;
}
ol.commentlist li div.comment-body div.comment-author img {
	vertical-align: top;
}
ol.commentlist li div.comment-body div.reply {
	float: none;
	width: auto;
}
ol.commentlist li div.comment-body p {
	clear: both;
	padding: 10px 10px 0 10px;
}
ol.commentlist li div.comment-body p {
	clear: both;
}

/* */
.linklove {
	display: none;
}
.ddsg-wrapper div {
	display: none;
}