/* @override http://wp5.byloudlogic.com/wp-content/themes/kem/style.css */
/*
Theme Name: KEM
Theme URI:
Description: A custom theme for Kynoch Environmental Services
Version: 1.0
Author: Low Fat Designs
Author URI: http://lowfatdesigns.coom
Tags:
*/

/* Framework */
@import 'css/blueprint/screen.css';



/*	--- LAYOUT - Primary layout division
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
body {
	background: #fff url(img/bg.jpg) repeat-x left top;
	color: #7e7a6c;
}	

.container {
	width: 968px;
	background: url(img/bg-page3.jpg) repeat-y 18px top;
}

#header {
	float: left;
	width: 968px;
	height: 166px;
	overflow: hidden;	/* IE6 fix */
	background: #fff url(img/bg-header.jpg) repeat-x left top;
}

#main {
	float: right;
	overflow: hidden;
	width: 591px;	/* 631px */
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	background: url(img/bg-main.jpg) no-repeat right top;
}

#sidebar {
	float: left;
	overflow: hidden;
	width: 310px;
	background: url(img/bg-sidebar-top.jpg) no-repeat 18px top;
}

#footer {
	float: left;
	width: 968px;
	margin-right: -3px;	/* IE6 Duplicate Character Bug Fix */
	font-size: .9em;
	background: #fff url(img/bg-footer.jpg) no-repeat left top;
}

#post-4.post{
	border-bottom: 1px solid #e5e3d7;
	margin: 15px;
}

#post-24.post {
	margin-left: 10px;
}

#secondary{
	width: 265px; /*295 280 */
	padding-left: 0px;
	float: left;
	margin-left: 15px;
}

#secondary li{
	margin-bottom: 20px;
}

#tertiary{
	width: 265px; /*280 */
	padding-left: 15px;
	margin-right: 15px;
	float:  right;
	border-left: 1px solid #e5e3d7;
}

.subnav{
	float: right;
	list-style: none;
	border-left: 1px solid #e5e3d7;
	padding-left: 15px;
}

.subnav a{
	color: #7cb601;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 12px;
}

.subnav a:hover{
	color: #a5a397;
}

/* Dev helpers */
/* #header { background-color: rgba(255,193,202,0.50); } */
/* #main { background-color: rgba(255,252,0,0.5); } */
/* #sidebar { background-color: rgba(255,165,0,0.5); } */
/* #footer { background-color: rgba(0,249,0,0.5); } */





/*	--- CLASSES - Reusable classes
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

/* for content styling */



/* for development */
ul.no-dots {
	margin: 0;
	list-style: none;
}

ul.in-line li {
	display: inline;
	float: left;
	margin-right: 10px;
}

ul.in-line li.last {
	margin: 0;
}





/*	--- GLOBALS - Global styes
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
a:focus,
a:hover {
	color: #7cb601;
	text-decoration: none;
}

a {
	outline: none;
	color: #7cb601;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #7cb601;
}


/*	--- Assorted one-time styling
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

.top_divider{
	border-top: 1px solid #e5e3d7;
	padding-top: 15px;
}

.faq_return_link{
	padding-bottom: 40px;
}

.faq_return_link a {
	display: block;
	width: 33px;
	height: 12px;
	background: url(img/up-arrow-return-top.gif) no-repeat left top;
	text-indent: -50000px;
}

/* cform styling */

.cform {
	width: 500px;
}

.cform textarea,
.cform input {
	width:250px; 
}

.linklove{
	display: none;
}

p.cf-sb {
	margin-right: 140px;
}

div.cf_info {
	width: 470px;
	font-weight: bold;
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background: #7cb601; 
}


/*	--- HEADER - Header elements
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

/* Logo */

#header h1,
#header h1 a {
	display: block;
	float: left;
	width: 310px;
	height: 166px;
	margin: 0;
}

#header h1 a {
	background: url(img/logo.jpg) no-repeat left top;
	text-indent: -50000px;
}

#header h2 {
	float: right;
	width: 658px;
	height: 123px;
	text-indent: -50000px;
}



/*	--- NAVIGATION - Primary navigation
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

#navbar {
	border: 0;
	padding: 0;
	height: 40px;
	width: 604px; /* make Opera happy */
	margin: 0 0 0 27px;
	display: inline;
	float: left;
	list-style: none;
	overflow: hidden;
}

#navbar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#navbar a {
	float: left;
	padding: 40px 0 0 0;
	height: 0px !important;
	height /**/:40px; /* for IE5/Win only */
}

#navbar a:hover,
#navbar a:active,
#navbar li.current_page_item a {
	background-position: 0 -40px;
}

.page-item-4 a {
	width: 97px;
	background: url(img/nav/n-home.jpg) no-repeat left top;
}

.page-item-5 a {
	width: 129px;
	background: url(img/nav/n-about.jpg) no-repeat left top;
}

.page-item-6 a {
	width: 134px;
	background: url(img/nav/n-projects.jpg) no-repeat left top;
}

.page-item-21 a {
	width: 91px;
	background: url(img/nav/n-news.jpg) no-repeat left top;
}

.page-item-7 a {
	width: 153px;
	background: url(img/nav/n-contact.jpg) no-repeat left top;
}

/*	--- MAIN - Main content division
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

#main h2,
#main h3 {
	font-weight: bold;
}

/* Projects */

#page-6 h3 {
	padding-top: 22px;
	border-top: 1px solid #e5e3d7;
}


/* News (blog) */

.news {
	padding-bottom: 28px;
	border-bottom: 1px solid #e5e3d7;
	margin-bottom: 40px;
}





/*	--- SIDEBAR - Sidebar content division
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

/* side navigation */

ul#side-nav {
	margin-top: 26px;
	margin-left: 18px;
}

ul#side-nav li a:hover,
ul#side-nav li.current_page_item a,
ul#side-nav li.current_page_ancestor a {
	background-position: -292px 0;
}

ul#side-nav li a {
	display: block;
	width: 292px;
	text-indent: -50000px;
}

.page-item-9 a {
	height: 76px;
	background-image: url(img/nav/sn-ems.jpg);
}

.page-item-10 a {
	height: 84px;
	background-image: url(img/nav/sn-asbestos.jpg);
}

.page-item-11 a {
	height: 79px;
	background-image: url(img/nav/sn-lead.jpg);
}

.page-item-12 a {
	height: 80px;
	background-image: url(img/nav/sn-mold.jpg);
}

.page-item-13 a {
	height: 90px;
	background-image: url(img/nav/sn-iaq.jpg);
}

.page-item-14 a {
	height: 91px;
	background-image: url(img/nav/sn-leed.jpg);
}


/*	--- FOOTER - Footer elements
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
#copyright {
	padding-top: 5px;
	padding-left: 20px;
	color: #fff;
}

#copyright a:focus,
#copyright a:hover {
	color: #fff;
	text-decoration: none;
}
#copyright a {
	outline: none;
	color: #fff;
	text-decoration: underline;
}

ul#news-top {
	list-style: none;
	margin-left: 0;
}