/*
Theme Name:2 Column Horizontal Nav Xblog
Theme URI: http://flyte.biz
Description: A basic 2 column launch point for intermediate wordpress sites with a horizontal nav and no blog.
Version: 1.0
Author: Flyte New Media [AW]
Author URI: www.flyte.biz
Tags: simple, wireframe, 2 column horizontal nav

*/




/* ############## Blog-Specific Styles ##############  */

/*@import url("blog.css") screen;*/  /*un-comment if you need the blog-specific stylesheet*/  


/* ############## Main Structure ##############  */
body {
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0;
	font: 62.5% "Trebuchet MS", Arial, sans-serif;
	}
#page {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0;
	background: #ffffff url(images/esg_page-bk.gif) repeat-x top;
	}

#header {
	background: #ffffff;
	background: url(images/esg-logo.gif) no-repeat;
	margin: 0;
	padding: 0;
	height: 91px;
	width: 888px;
}
#headerInner 	{
	width: 100%;
	height: 46px;
	margin: 0;
	}
#headerInner .description {
	font-size: 1.2em;
	text-align: center;
	color:#fff;
	}
#contentWrapper{
	margin:0;
	padding:0;
	}
#content {
	font: 11px "Trebuchet MS", Arial, sans-serif;
	color: #3f4142;
	}
.post {
	margin: 0 0 40px;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}

#homeNews{margin-left:25px;}
	
/* ############## Widecolumn ##############  */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 450px;
	}	
.widecolumn .postmetadata {
	margin: 30px 0;
	}	
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.widecolumn {
	line-height: 1.6em;
	}
.widecolumn .post {
	margin: 0;
	}

/* ############## Narrowcolumn ############## */
.narrowcolumn {
	padding: 130px 0px 20px 0;
	margin: 0px 0 0  216px;
	width: 586px;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.3em;
	padding: 20px 0px 20px 50px;
	background: url(images/esg_col-bk.gif) repeat-y;
	margin: -1px 0px 0px;
	border-left: 1px solid #f1f2eb;
	border-top: 1px solid #f1f2eb;
	border-right: 1px solid #f1f2eb;
	border-bottom: 1px solid #f1f2eb;
	}
#content .entry p {
	padding-right: 50px;
}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
	
/* ############## blog footer ############## */
#blog-footer {
	width: 100%;
	margin: 0;
	border-top: 1px solid #FFFFFF;
	background: #e6e7db;
}
	
/* ############## Headings ############## */
h1, h2, h3 {
	font-family: Palatino, Georgia, serif;
	font-weight: bold;
	}
h1 {
	font-size: 4em;
	text-align: center;
	margin: 0;
	}
h2.pagetitle {
	font-family: bold 18px Palatino, Georgia, serif;
	margin-top: 30px;
	text-align: center;
	}

#sidebar h2 {
	font-family: Palatino, Georgia, serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}
h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2{
	text-decoration: none;
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
h2 {
	font-size: 18px;
	margin: 55px 0 0;
	font: bold 18px Palatino, Georgia, serif;
	color: #102f44;
	}	
#homecontent h2 {
	margin-top: 0px;
}
	
/*  ############## Anchors ##############  */
a:link, a:visited {
	color: #8e980e;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 0px;
	margin: 0 0 0px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}

/*  ############## Begin Content Area Lists ##############  */

.entry ul {
	margin-left: 0px;
	margin-right: 35px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}
.entry li {
	margin: 7px 15px 8px 10px;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*  ############## Begin Form Elements ##############  */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}


/*  ############## Begin Various Tags & Classes ##############  */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.alt {
	margin: 0 20px 0 0px;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Palatino, Georgia, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.clear {
	clear: both;
}


/*  ############## Captions ##############  */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#sidebar li a:link, #sidebar li a:visited {
	list-style: none;
	padding-top: 5px;
	display: block;
}
#sidebar li a:hover, #sidebar li a:active {
	color: #708c9f;
	text-decoration: none;
	
}
#sidebar .dotted-line {
	border-top: 1px dotted #546e7b;
}
#sidebar ul {
	padding-left: 10px;
	}
#searchwrapper {
	position: absolute;
	left: 650px;
	top: 0px;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.narrowcolumn a:link, .narrowcolumn a:visited {
	color: #8e980e;
	text-decoration: underline;
	}
.narrowcolumn a:hover, .narrowcolumn a:active {
	color: #708c9f;
	text-decoration: underline;
	}
table#tablestuff {
	border: 1px solid #c8d4dc;
	background: #f4f4f4;
	width: 535px;
	}
table#tablestuff td {
	padding: 28px;
	}
table#inner2 td {
	border-left: 1px solid #e7e9ec;
	background: #fbf9f9;
	text-align: left;
	font: 13px "Trebuchet MS", Arial, sans-serif;
	color: #3f4142;
	width: 300px;
	margin: 0 0 0 10px;
	}
table#inner2 h1 {
	font: bold italic 14px "Trebuchet MS", Arial, sans-serif;
	color: #102f44;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}
table#inner2 li {
	color: #194a6b;
	text-align: left;
	margin-top: 10px;
}
table#inner2 img {
	padding: 0;
	margin: 0;
}
.left ul {
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
}	
h2 {
	font: bold 18px Palatino, Georgia, serif;
	}
h3 {
	font: bold italic 14px Palatino, Georgia, serif;
	color: #102f44;
	margin-top: 0px;
	}
.viewcart {
	margin-left: 449px;
	padding: 0;
	clear: both;
}
.narrowcolumn h4 {
	font-size: 16px;
	margin: 10px 0 0 0;
	font: bold 18px Palatino, Georgia, serif;
	color: #102f44;
	}

.contacttd td{
	font: 13px Palatino, Georgia, serif;
	color: #3f4142;
	}
#commentform #comment {
	width: 500px;
	}
/*  ############## Begin Sidebar ##############  */

#page #sidebar{
	color: #fff;
	float: left;
	padding: 8px 50px 0px 0;
	margin: 0px 0px 0;
	width: 212px;
	height: 147px;
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	background: #0b212d;
	position: absolute;
	left: 0px;
	top: 103px;
	}

#sidebar li {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	list-style: none;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 215px;
	border-bottom: 1px dotted #546e7b;
	text-transform: uppercase;
} 
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
}
#sidebar ul p, #sidebar ul select {
	margin: 0px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 0px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Sidebar */
#sidebar ul li a:link, #sidebar ul li a:visited {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
    color: #fff;
	text-decoration: none;
	margin-left: 54px;
}
#sidebar ul li a:hover, #sidebar ul li a:active {
    color: #9ca621;
	}
.header-image {
	position: absolute;
	left: 216px;
	top: 139px;
}
	
#content .entry img {
	padding: 0 0 10px 15px;
	margin-right: -110px;
	display: block;
}
#submenu ul {
	list-style: none;
	padding-top: 16px;
	padding-bottom: 10px;
	width: 215px;
}
#submenu li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 4px;
	border: none;
	text-transform: capitalize;
}
#submenu ul li a:link, #submenu ul li a:visited {
    color: #8e980e;
	text-decoration: none;
	margin-left: 54px;
	margin-right: 10px
}
#submenu ul li a:hover, #submenu ul li a:active {
    color: #1c3d4c;
}
#submenu .blogsub li h2 {
	margin: 5px 10px -15px 25px;
}

/* to correct duplicate id on blog and single page */

#submenu2 ul {
	list-style: none;
	padding-top: 16px;
	padding-bottom: 10px;
	width: 215px;
}
#submenu2 li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 4px;
	border: none;
	text-transform: capitalize;
}
#submenu2 ul li a:link, #submenu2 ul li a:visited {
    color: #8e980e;
	text-decoration: none;
	margin-left: 54px;
	margin-right: 10px
}
#submenu2 ul li a:hover, #submenu2 ul li a:active {
    color: #1c3d4c;
}
#submenu2 .blogsub li h2 {
	margin: 5px 10px -15px 25px;
}

/* end correct duplicate id on blog and single page */


#testimonial {
	width: 160px;
	padding: 17px 0px 10px 45px;	
	font: italic 14px/18px Palatino, Georgia, serif;
	color: #002334;
}
#testimonial2 {
	background: url(images/esg_quote.gif) no-repeat left 10px;
	width: 160px;	
	padding: 18px  0px 10px 47px;	
	margin-top: 10px;
	font: 14px/18px Palatino, Georgia, serif;
	color: #002334;
	position: absolute;
	left: 0;
}
h3 {
font: 16px Palatino, Georgia, serif;
	color: #1c3d4c;
}
.narrowcolumn h4 {
	font: bold 11px "Trebuchet MS", Arial, sans-serif;
	color: #1c3d4c;
	margin-bottom: 0px;
	padding-bottom: 0px;
}	
.entry a:link,.entry a:visited {
	color: #8e980e;
	text-decoration: none;
	}
.entry a:hover,.entry a:active {
	text-decoration: underline;
	}
	#footer li {
	left: 0px;
	bottom: 0px;
	text-align: center;
	display: inline;
	padding-right: 21px;
	padding-left: 21px;
}

#ourblog {
	background: #e6e7db;
	border-top: 1px solid #d0d587;
	margin: -50px 0 0 0px;
	padding: 15px 15px 20px 50px;
	float: left;
	clear: right;
	width: 521px;
}
#ourblog input {
	color: #666;
	vertical-align: bottom;
}
#searchwrapper table {
	padding: 0px 5px 0 0;
	margin: -18px;
}
#searchwrapper table td {
	padding: 0 15px 0 5px;
	vertical-align: bottom;
}
#searchwrapper td.login {
	font: 11px "Trebuchet MS", Arial, sans-serif;
	border-right: 1px solid #bfbfbf;
	padding: 8px 15px 0 0px;
}
#searchwrapper td.login2 {
	padding: 8px 0px 0 10px;
}
#searchwrapper td.login2 input {
	color: #999;
}
#sidebar-home #sidebar{
	color: #fff;
	float: left;
	padding: 8px 50px 0px 0;
	margin: 0px 0px 0;
	width: 212px;
	height: 210px;
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	background: #002334;
	position: absolute;
	left: 0px;
	top: 103px;
}
#homeadjustment {
	margin-top: 20px;
}
#home-bk {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0;
	background: url(images/esg_page-bk2.gif) repeat-x top;
}

/* ############## footer ############## */

#footer {
	padding: 0;
	margin-left: 248px;
	margin-top: -40px;
	width: 888px;
	border: none;
	text-align: left; 
	}

#footer p {
	font: 11px "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: left;
	color:#666;
	}
 	
#footer li {
	padding: 0;
	margin: 0;
}
#footer li a:link, #footer li a:visited {
	color: #666;
	text-decoration: none;
	margin: 0;
	padding: 0 15px 0 15px;
	border-right: 1px solid #666;
}	
#footer li a:hover, #footer li a:active {
	color: #8e980e;
}
#footer #credits a:link,#footer #credits a:visited {
	color: #666;
	text-decoration: none;
	margin-left: 15px;
	border: none;
}
#footer #credits a:hover,#footer #credits a:active {
	color: #8e980e;
}
#footer #credits {
	color:#666;
	margin: 0px 0 25px 15px;
	padding-top: 20px;
}
.post .entry h2 {
	margin-top: 10px;
	padding-top: 0;
}
.narrowcolumn .entry .post .entry {
	margin-top: 10px;
	margin-left: -50px;
	padding-top: 0;
	padding-left: -30px;
}
.home-excerpt {
	font: 11px "Trebuchet MS", Arial, sans-serif;
	color: #3f4142;
	}
h6 {
	margin: 10px 15px 0px 0;
	color: #102f44;
}

#height-correction {
	padding-top: 80px;
	}
table.alignright {
	float: right;
	padding: 0;
	margin: 0 -20px 0 10px;
	width: 200px;
	}
.entry .navigation .alignright {
	padding-right: 20px;
	}

#sidebar #testimonial2 li {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	list-style: none;
	border-bottom: 0px;
}
#homespace #hometest {
	margin-top: 60px;
	}
#blogspace #blogtest {
	display: none;
	}
#header img a {
	border-style: none;
}