/*
Theme Name: Taylor Joinery
Theme URI: http://taylorjoinery.co.uk/
Description: Theme for Taylor Joinery.
Version: 1.1
Author: Equal Design
Author URI: http://equaldesign.co.uk/
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 228px;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
}
.red {
	color: color: #996633;
}
.blue {
	color: #996633;
}
a {
	color: #996633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#container {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/boot-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
}
#navbar {
	width: 776px;
	height: 29px;
	background-image: url(images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
#navbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 80px;
}
#navbar ul li {
	float: left;
	margin-right: 4px;
	padding-top: 4px;
	height: 25px;
}
#navbar ul li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-right: 50px;
}
#navbar ul li a:hover {
	text-decoration: underline;
}
#thumbnails {
	margin-right: auto;
	margin-left: auto;
	width: 1004px;
	margin-top: 10px;
}
#thumbnails img {
	border: none;
}
.thumb, .thumb-right {
	float: left;
	margin-right: 67px;
	width: 189px;
	position: relative;
}
.thumb-right {
	margin-right: 0px;
}

#welcome {
	line-height: 1.5em;
}
#welcome h2 {
	margin-top: 10px;
	margin-bottom: 0px;
}
#welcome p {
	margin-top: 2px;
	margin-bottom: 5px;
}

#home-news {
	width: 653px;
	float: left;
	margin-right: 20px;
}
#home-news-item {
	font-size: 1.0em;
}
.home-news-left {
	float: left;
	width: 180px;
}
.home-news-right {
	float: right;
	width: 100px;
}
.home-news-title {
	margin: 0px;
}
.home-news-title a {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.2em;
}
.home-date {
	margin: 0px;
	background-color: #EFEFEF;
	padding: 5px;
	text-align: center;
}
.more-right {


	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 4px;
	text-align: right;	
}
.more-right img {
	border: none;
}
.home-news-img {
	width: 240px;
	float: right;
}
.home-news-entry {
	float: left;
	width: 403px;;
	margin-right: 10px;
}
.home-news-entry p {
	font-size: 1.0em;
	color: #000000
	margin-bottom: 0px;
        line-height: 1.5em
}
#contact-info {
	width: 145px;
	float: left;
	margin-right: 10px;
	background-image: url(images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px;
	font-size: 0.8em;
}
#contact-info h2, #home-projects h2, #home-news h2 {
	margin-top: 8px;
	text-align: center;
}
#home-projects h2, #home-news h2 {
	text-align: left;
}
#home-projects {
	width: 266px;
	float: right;
}
#home-projects ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#home-projects ul li {
	margin-bottom: 5px;
}
#contact-banner {
	margin-top: 20px;
        float: center;
}

#page {
	margin-top: 10px;
}

#content {
	float: left;
	width: 680px;
	margin-right: 14px;
	line-height: 1.5em;
}

#sidebar {
	float: right;
	width: 220px;
	padding-left: 14px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#sidebar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar ul li {
	margin-bottom: 5px;
}
#sidebar-contact {
	font-size: 0.9em;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 1004px;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d8d5d5;
	height: 70px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	padding-left: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footer ul li {
	float: left;
	margin-right: 50px;
}
#footer p {
	margin-top: 10px;
	text-align: center;
	font-size: 0.9em;
}
.alignright {
float: right;
margin-left: 5px;
margin-bottom: 5px;
}
.alignleft {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}