/*
Theme Name: Leyland Cleaning Services
Theme URI: http://leylandcleaningservices.co.uk
Description: WordPress theme used for Leyland Cleaning Services Website.
Version: 1
Author: Equal Design
Author URI: http://equaldesign.co.uk/
Tags: blue
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#container {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 896px;
}

#header, #header-sub {
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 156px;
}
#header-sub {
	background-image: url(images/header-sub-bg.jpg);
	height: 150px;
}
#logo {
	background-image: url(images/logo.png);
	float: left;
	height: 104px;
	width: 240px;
	margin-top: 25px;
	margin-left: 25px;	
	display: inline;
}
#siteinfo, #siteinfo-sub {
	float: right;
	margin-right: 25px;
	margin-top: 55px;
	width: 556px;
	background-image: url(images/siteinfo.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 71px;
}
#siteinfo h1, #siteinfo-sub h1, #siteinfo p, #siteinfo-sub p {
	text-indent: -9999px;
}

#navbar, #navbar-home {
	background-image: url(images/navbar-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;	
	font-size: 1.2em;
	position: relative;
	z-index: 2;
}
#navbar-home {
	background-image: url(images/navbar-home-bg.png);
}
#navbar ul, #navbar-home ul {
	list-style-type: none;
	padding-top: 10px;
	padding-left: 60px;
}
#navbar ul li, #navbar-home ul li {
	margin-right: 35px;
	float: left;
	display: inline;
}
#navbar ul li a, #navbar-home ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#navbar ul li a:hover, #navbar-home ul li a:hover {
	color: #031F57;
}

#pagewrap {
	width: 822px;
	background-color: #FFFFFF;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #031F57;
	line-height: 1.5;
}
#pagewrap-home {
	background-image: url(images/home-page-default.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 864px;
	height: 415px;
	margin-right: auto;
	margin-left: auto;
	background-color: 
 	background-color: #012056;
	margin-top: -45px;
	position: relative;
	z-index: 1px;
}
#pagewrap h2 {
	font-size: 1.3em;
	margin-bottom: 15px;
}
#pagewrap p {
	margin-bottom: 15px;
}
.read-more-right {
	float: right;
	margin-top: 15px;
}
.post-content ul {
	margin-left: 10px;
	padding-left: 10px;
}
.post-content ul li {
	margin-bottom: 5px;
}


.left-col, .right-col, #footer-left, #footer-right {
	float: left;
	display: inline;
	width: 391px;
	margin-right: 40px;
}
.right-col, #footer-right {
	margin-right: 0px;
	float: right;
}
.right-col img {
	margin-bottom: 20px;
}

#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 843px;
	margin-right: auto;
	margin-left: auto;	
	color: #C9C7C7;
	padding: 20px;
	line-height: 1.5;
}
#footer h2 {
	font-size: 1.5em;
	text-decoration: underline;
	color: #FEFEFE;
	margin-bottom: 20px;
}
#footer-right p {
	text-decoration: underline;
	margin-bottom: 20px;
}
#footer-right p.telglynn {
	font-size: 1.9em;
	font-weight: bold;
	color: #FFFFFF;
}
#footer-left p {
	margin-bottom: 5px;
	font-size: 0.9em;
}
#footer-left p a {
	color: #FFFFFF;
}
#footer-left ul {
	list-style-type: none;
}
.footer-text-quote {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}
#footer-line {
	margin-right: auto;
	margin-left: auto;
	width: 761px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer-copy p {
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}