	/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body {
	background-image: url(images/leaf-page-bg-100.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;	
}

#header {
	background-image: url(images/leaf-hdr-bg.gif);
	height: 150px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}

#header h1 {

	font-size: 8pt;
	color: #999;
}
.serviceLoc {
	margin-right: 7px;
	margin-left: 7px;
}

#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-color: #3F3F3F;
}

#navCol {
	background-color: #3F3F3F;
	float: left;
	width: 185px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	line-height: 2.0em;
}

#navCol .children {
	margin-left: 20px;
	text-transform: capitalize;
	list-style-position: inside;
}
#navCol a {
	color: #8B8B8B;
	text-decoration: none;
}

#navCol .current_page_item a {
	color: #CCC;
}

#navCol .page_item ul li a {
	color: #8B8B8B;
}

#navCol .page_item .current_page_item a {
	color: #CCC;
}

#navCol .current_page_item a, #navCol .current_page_parent a {
	color: #CCC;
}

#contentCol {
	clear: none;
	float: left;
	width: 545px;
	overflow: hidden;
}

#imageBox {
	height: 315px;
	width: 545px;
	background-color: #FFF;
}

#contentBox {
	width: 485px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #CCC;
}

#contentBox h1, #contentBox h2, #contentBox h3 {
	margin-bottom: 1em;
	color: #333;
	font-family: "Gill Sans Light", "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
}

#contentBox h1 {
	font-size: 110%;
}

#contentBox h2 {
	font-size: 100%;
}

#contentBox h3 {
	font-size: 90%;
}

#contentBox p {
	margin-bottom: 1em;
	font-size: 90%;
	color: #666;
	line-height: 1.3em;
	text-align: justify;
}

#contentBox a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

#contentBox a:hover {
	text-decoration: underline;
}

#contentBox ul {
	margin-bottom: 10px;
	margin-left: 30px;
}

#contentBox ul li {
	font-size: 90%;
	color: #666;
	list-style-type: disc;
	margin-bottom: 0.2em;
}

#footer {
	height: 30px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4B4B4B;
}

.footerLeft {
	float: left;
	font-size: 8pt;
	color: #999;
	width: 340px;
	margin-top: 10px;
	padding-left: 20px;
}

.footerLeft a {
	color: #999;
	text-decoration: none;
}

.footerLeft a:hover {
	text-decoration: underline;
}

.footerRight {
	float: right;
	font-size: 8pt;
	color: #999;
	width: 380px;
	clear: none;
	margin-top: 10px;
	text-align: right;
	padding-right: 20px;
}

.footerRight a {
	font-size: 8pt;
	color: #999;
	text-decoration: none;
}

.footerRight a:hover {
	text-decoration: underline;
}

#cImg {
	vertical-align: top;
	margin-right: 20px;
}
#cResp {
	vertical-align: top;
}

.newsRow {
	display: inline-block;
	margin-bottom: 20px;
}

.newsThumb {
	float: left;
	width: 150px;
}

.newsTitle {
	clear: none;
	float: left;
	width: 300px;
	margin-left: 20px;
}

.newsExcerpt {
	clear: none;
	float: left;
	width: 300px;
	margin-left: 20px;
}


