/*
Theme Name: WordPress Complete Home Theme
Theme URI: http://www.completehome.co.uk
Description: The default theme for the conveyancing and legal services website completehome.co.uk
Version: 2.0
Author: Jody Van Vestraut
Author URI: http://www.withyking.co.uk
Tags: 
*/

/*****GENERAL*****/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	padding: 5px;
}

a:link, a:visited {
	color: #0161AF;
	text-decoration: none;
}

a:hover {
	color: #FDB011;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

/*****HEADINGS****/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666;	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	padding-left: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.float-left-heading {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-left: 50px;
	padding-left: 10px;
}

.main-page-title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
}

.page-title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	/* target IE7 and below */
	*margin-left: 50px;
}

.sub-page-title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: right;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	/* target IE7 and below */
	*margin-top: 15px;
}

/*****HEADER*****/

#header {
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	/* target IE7 and below */
	*height: 160px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
}

.header-image {
	float: left;
}

#header-contacts {
	float: right;
	font-size: 11pt;
	color: #FFF;
	font-weight: bold;
	display: block;
	margin-right: 20px;
	margin-top: -5px;
	padding: 0px;
}

#header-contacts ul {
	padding: 0px;
	margin: 0px;
}

#header-contacts a:link {
	font-size: 11pt;
	color: #FFF;
	text-decoration: none;	
}
	
#header-contacts a:visited {
	font-size: 11pt;
	color: #FFF;		
}
	
#header-contacts a:hover {	
	color: #FDB725;
}

.call-now {
	line-height: 40px;
	list-style-type: none;
	margin-top: 10px;
}

.email {
	line-height: 40px;
	list-style-type: none;
}

/*****NAV*****/

#navcontainer {
	margin-top: 100px;
	/* target IE7 and below */
	*margin-top: 110px;
	padding-bottom: 30px;
}

#navcontainer ul {
	list-style-type:none;
}

#navcontainer ul li {
	float:left;
}

#navcontainer ul li a {
	display:block;
	line-height: 60px;
	color:#FFF;
	text-decoration:none;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 11pt;	
}

#navcontainer .current_page_item {
	color: #F00;
	background-image: url(images/current-pointer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#navcontainer ul li a:hover {
	color: #FDB725
}

/*****CONTENT*****/

#content {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	/* target IE7 and below */
	*margin-top: -10px;
	height: auto;
	min-height: 400px;
	background-color: #FFF;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11pt;
	color: #666;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 50px;
	padding-left: 9px;
}

#content-inner {
	width: 650px;
	float: right;
	margin: 0px;
	padding: 9px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*****HOME*****/

.holder-sml {
	width: 425px;
	height: 260px;
	float: left;
	padding: 10px;
}

.holder {
	width: 425px;
	height: 280px;
	float: left;
	padding: 10px;
}

.services-image {
	float: left;	
}

/*****GET A QUOTE*****/

.get-quote-steps {
	width: 410px;
	height: 50px;
	float: left;
	padding: 10px;
}

.get-quote-steps-image {
	float: left;
	margin-right: 10px;
}

.get-quote {
	width: 430px;
	height: 100px;
	float: right;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.arrow {
	margin-left: 50px;
}

/*****CONTACT US*****/

.contact-us {
	width: 400px;
	float: left;
	padding: 15px;
	margin-bottom: 20px;
}

#content-page {
	padding-right: 10px;
	padding-left: 10px;
}

.wpcf7 {
	background-color: #CCC;
	padding: 10px;
	border: 1px solid #666;
	margin-top: 15px;
	width: 390px;
	float: left;
}

.private-client {
	width: 820px;
	float: left;
	padding: 15px;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*****USEFUL LINKS*****/

.linkcat {
	list-style-type: none;	
}

.linkcat li{
	list-style-position: outside;
	padding-bottom: 10px;
}

/*****BUTTON*****/

.button {
	text-align: right;	
}

.button a{
	text-decoration: none;
	font-size: 10pt;
	color: #FFF;
	width: 100px;
	padding: 8px 12px;
	background: #0161AF;
}

.button a:hover {	
	background-color: #FDAD09;	
}

/*****SIDEBAR*****/

#sidebar {
	min-height: 400px;
	float: left;
	margin-top: 15px;
	padding: 0px;
	/* target IE7 and below */
	*margin-left: -50px
}

#sidebar .current_page_item {
	background-image: url(images/sidebar-current-pointer.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#sidebar ul {
	list-style-type: none;
	display:block;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	list-style-position: inside;
}

#sidebar ul li {
	padding: 10px;
	width: 200px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	font-size: 10pt;
}

#sidebar ul li a {
	text-decoration:none;
	margin-right: 10px;
}

/*****FOOTER*****/

#footer {
	height: 170px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

#footer a:link {
	color: #009CC4;	
}

#footer a:visited {
	color: #009CC4;	
}

#footer a:hover {
	color: #FDB011;	
}

#footer ul {
	list-style-type:none;
	margin-top: 5px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	font-size: 10pt;
	margin-right: 10px;
}

.share {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer-info {
	font-size: 8pt;
	color: #FFF;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: -10px;
	margin-bottom: 0px;
}

.copyright {
	font-size: 7pt;
	color: #FFF;
	margin-top: 10px;
}

/********** ICONIZE 0.5 code **********/

a[href$='.pdf'] { 
	padding: 5px 0px 5px 20px;
	background: transparent url(images/icon_pdf.gif) no-repeat center left;
}
