/*
Theme Name: Company Theme Black version
Description: Custom green wordpress theme.
Version: 2.9.2
Author: Kendall Saville
*/

@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	margin:0 0 20px 0;
	padding:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
img {border:0;}
#header-wrapper {
	width:100%;
	height:110px;
	background:url(images/header-bg.png) repeat-x top;
}
#header {
	margin:auto;
	width:950px;
	text-align:left;
	padding-top:30px;
}
#title {
	float:left;
	width:500px;
}
span.slogan {
	color:#a7a7a7;
	font-size:11px;
}
#searchbox {
	width:300px;
	background:#262626;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:0;
	padding:10px 10px 5px 10px;
	text-align:center;
	float:right;
}
#searchbox label {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	position:relative;
	top:-8px;
}
#searchbox input#s {
	line-height:24px;
	font-size:14px;
	color:#333;
	border:1px solid black;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	top:-10px;
	width:170px;
	height:24px;
}
#nav-wrapper {
	width:100%;
	background:url(images/nav-bg.png) repeat-x top;
	height:35px;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	position:relative;
	z-index:5;
}
#nav {
	margin:auto;
	width:950px;
	
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	float:left;
	height:35px;
}
#nav ul li:hover {
	background:url(images/nav-bg-r.png) #f2f2f2 top repeat-x;
}
#nav ul li a {
	padding:10px 20px 10px 20px;
	line-height:35px;
	font-size:12px;
	font-weight:bold;
	color:#a6a7af;
	border-right:1px solid #e7e7e7;
	text-decoration:none;
}
#nav ul li:first-child a {
	border-left:1px solid #e7e7e7;
}
#nav ul li a:hover, #nav ul li.current_page_item a {
	color:#2aacd7;
	text-decoration:none;
}
#nav #socials {
	float:right;
	height:35px;
	padding:0px;
	text-align:right;
	width:300px;
	color:#a6a7af;
	font-size:11px;
	vertical-align:middle;
}
#nav #socials img {
	position:relative;
	top:3px;
	margin-left:10px;
}
#breadcrumbs {
	background:url(images/textheader-bg.png) bottom repeat-x;
	height:35px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #e7e7e7;
	margin-bottom:20px;
	font-size:12px;
	font-weight:bold;
	color:#a6a7af;
	line-height:35px;
	vertical-align:middle;
}
#breadcrumbs a {
	font-size:12px;
	font-weight:bold;
	color:#a6a7af;
}
#breadcrumbs a:last-child {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#breadcrumbs #homeimg {
	float:left;
	padding:10px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-top-right-border-radius:5px;
	-webkit-top-left-border-radius:5px;
	border-right:1px solid #e7e7e7;
	margin-right:15px;
}
#wrapper {
	margin:auto;
	width:950px;
	position:relative;
	z-index:1;
	padding-top:20px;
}
#leftCol {
	width:680px;
	float:left;
	padding:0 20px 30px 0px;
	border-right:1px solid #e7e7e7;
	margin-right:0px;
	position:relative;
}
#content {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #e7e7e7;
	background:url(images/content-bg.png) repeat-x top;
	padding:30px 20px 20px 20px;
}
.commentlist {
	margin:0;
	padding:0;
}
.commentlist li {
	list-style:none;
	border:#b2b2b2 dotted 1px;
	padding:10px;
	margin-bottom:10px;
}
#rightCol {
	float:right;
	width:229px;
	padding-left:20px;
	margin-top:-10px;

}
#rightCol ul.sidebar {
	padding:0;
	margin:0;
}
#rightCol li.widget {
	list-style:none;
	margin:0;
}
.top-sidebar h2.widgettitle {
	background:url(images/textheader-bg.png) bottom repeat-x;
	height:35px;
	padding:0 0 0 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #e7e7e7;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#404040;
	line-height:35px;
	vertical-align:middle;
}
.top-sidebar h2.widgettitle a {
	font-size:12px;
	font-weight:bold;
	color:#a6a7af;
}
.widget ul {
	padding:0;
	margin:0 0 15px 0;
}
.widget li {
	list-style:url(images/arrow1.png) inside;
	border-bottom:1px solid #eaeaea;
	padding:5px;
}
.widget li a {
	color:#686868;
}
.widget li a:hover {
	color:#2aacd7;
	text-decoration:none;
}
#rightCol ul li.widget.bottom-sidebar {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #e7e7e7;
	background:url(images/bottom-widget-bg.png) repeat-x bottom;
	padding:15px;
	margin-bottom:15px;
}
.widget.bottom-sidebar h2.widgettitle {
	font-size:14px;
	color:#404040;
}
input#email, #commentform input, #commentform textarea {
	border:1px solid #aeaeae;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	line-height:25px;
	font-size:12px;
	color:#686868;
	padding-left:5px;
	width:190px;
	margin-bottom:10px;
}
#commentform textarea#comment {
	width:600px;
	line-height:15px;
}
div.h2img {
	background:url(images/widget-img.png) no-repeat center;
	height:18px;
	width:18px;
	float:left;
	position:relative;
	top:8px;
	margin-right:5px;
}
div.sweep {
	clear:both;
}
#footer-wrapper {
	width:100%;
	background:url(images/footer-bg.png) top repeat-x;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding:30px 0 20px 0;
	margin-bottom:20px;
	margin-top:10px;
}
#footer {
	width:960px;
	margin:auto;
}
div.footer-section {
	padding:0 15px 0 15px 0;
	float:left;
	width:250px;
	overflow:hidden;
}
div.footer-section.widget_text {
	width:450px;
}
div.footer-section li {
	border:0;
	background:url(images/arrow2.png) left center no-repeat;
	list-style:none;
	padding:5px 0 5px 10px;
}
div.footer-section h2.widgettitle {
	font-size:14px;
	font-weight:bold;
	color:#2aacd7;
}
h1, h1 a {
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
h2, h2 a {
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
.logo h2 {
	font-size:20px;
	font-weight:bold;
	color:#2aacd7;
	margin:15px;
}
.logo h2 a {
	font-size:20px;
	font-weight:bold;
	color:#2aacd7;
	margin:15px;
}
h3, h3 a {
	font-size:14px;
	font-weight:bold;
	color:#2aacd7;
	margin:15px;
}
h4, h4 a {
	font-size:12px;
	font-weight:bold;
	color:#2aacd7;
	margin:7px;
}
p.title-meta {
	font-size:11px;
	color:#b2b2b2;
	padding-bottom:15px;
	border-bottom:#b2b2b2 dotted 1px;
	margin-bottom:15px;
}
a {
	color:#2aacd7;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	color:#686868;
	font-size:14px;
	font-weight:normal;
	line-height:15px;
	margin:10px 0 10px 0;
}
	