/*
Theme Name: eWorksNW
Theme URI: http://www.eworksnw.com/
Description: Custom theme created for Environmental Works (www.eworksnw.com)
Version: 1.0
Author: Orion Imaging
Author URI: http://www.orionimaging.net/
Inspired by: Citrus Scraps byBlogging Expertise (http://www.bloggingexpertise.com/)
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
	height: 100.5%;	
}
#top {background: url('images/top.gif') no-repeat; height: 25px; width: 851px;}
#bottom {background: url('images/bottom.gif') no-repeat; height: 22px; width: 851px;}

body {
	font-family: "arial", "helvetica", sans serif;
	font-size: small;
	background: url('images/background.gif') repeat-x;
	background-color: #102931;

}

body.construction {
	background: url('images/background2.gif') repeat-x #681f02;
}

p {font-size: 100%;}
h1 {font-size:150%;}
h2 {font-size:140%;}
h3 {font-size:130%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6 {
	font-family: "arial", "helvetica", sans serif;
	color: #39574d;
	padding-left: 10px;
	
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
	padding-left: 10px;
}
.wp-image-21 {position: relative; left: -10px;}

input,
select,
textarea {
	background: #fff;
	border: 1px solid #555;
	font-family: "arial", "helvetica", sans serif;
	font-size: 100%;
}

a, a:active, a:visited  {
	color: #06728f;
	text-decoration: none;
	
}

a:hover {
	
	color: green;
	text-decoration: none;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-family: "arial", "helvetica", sans serif;
	font-size: 1.75em;
	color: #233f0e;
	
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {

	margin: 20px auto 50px auto; /* for centered layouts */
	overflow: hidden;
	
	text-align: left;
	width: 851px;
}

#header {
	background: #fff url('images/header.png') left bottom repeat-x;
	overflow: hidden;
	padding: 0px;
}

#navigation {
	overflow: hidden;
}

#container {
	background: url('images/background-container.png') right top repeat-y;
}

#content {
	font-size: 1.25em;
	float: right;
	overflow: hidden;
	padding: 12px 30px 10px 10px;
	width: 564px;
}

#sidebar {
	overflow: hidden;
	padding: 10px 15px 50px 25px;
}

#footer {
	clear: both;
	padding-bottom: 1px;
	padding-left: 286px;
}


/* Header elements */
/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */

#header h1 a,
#header h2 a {
	background: transparent url('images/blog-name.png') center center no-repeat;
	color: #830419;
	display: block;
	line-height: 100px; /*change this to the height of the header image */
	text-indent: -1000em;
	overflow: hidden;
}
	
#header h2.description {
	color: #777;
	font-size: 100%;
	font-weight: normal;
	margin-left: 230px;
	overflow: hidden;
}

h3.category_description {
	font-weight: normal;
}


/* Navigation elements */

#navigation {height: 63px; background-image: url('images/navbar.png'); }

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	font-size: 1.25em;
	color: blue;
	float: right;
	font-weight: bold;
	margin: 1px 0px 1px 1px;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	text-transform: lowercase;
}

#navigation ul li a:hover {
	background: #233f0e;
	color: green;
}


/* Sidebar elements */
	
#sidebar {
	font-size: 95%;
	width: 200px;
}

#sidebar .widget {
	margin-bottom: 25px;	
}

#sidebar .widget .heading,
#sidebar .widget .heading a {
	color: #000;
	text-decoration: none;
}

#sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#sidebar .widget a:link, 
#sidebar .widget a:visited {
	color: green ;
}

#sidebar .widget a:hover {
	color: #442163;
}

#sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin-right: 10px;
}

form#searchform label {
	display: none;
}



/* Post elements */
.post {
	clear: both;
	margin-bottom: 35px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 140%;
	font-weight: normal;
	color: #442163;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #830419;
	text-decoration: none;
}

.interpost-nav {
	margin: 30px 0px 30px 0px;
	text-align: center;
}

.interpost-nav .float-left {

}

.interpost-nav .float-right {

}

.post ul,
.post ol {
	margin-left: 30px;
}


/* Metadata elements */
.post-metadata { 
	font-size: 85%;
	line-height: 110%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}

.trackbackURL {
	font-size: 75%;
}


/* Comment elements */
#comments .heading {
	display: block;
	font-family: "arial", "helvetica", sans serif;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	clear: both;
	padding: 5px;
}

#comments .comment-list .alt,
div.landing_pages {
	background: #FFDB37;
}

div.landing_pages {
	padding: 10px;
}

#comments .comment-number {
	display: inline;
	font-size: 2em;
	text-decoration: none;
}

#comments .comment-number a {
	color: #FF6600;
	text-decoration: none;
}

#comments .comment-number a:hover {
	color: #fff;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}


/* Footer elements */

#footer {
	color: #999;
	font-size: 11px;
	letter-spacing: 1px;
	height: 34px;
	padding-top: 4.0em;
	margin-left: -160px;
	border: 0px solid blue;
}



/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}
 
/* ================================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_horizontal.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

li.codeblock {
display: none;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
	
}

#nav a {
	display: block;
	width: 200px;

}

#nav li { /* all list items */
	/*float: left;*/
	width: 170px;
	padding: 10px;
	/* width needed or else Opera goes nuts */
	background: url('images/nav.jpg');

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin: 0 0 0 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 10;
	border: 0px solid blue;

}

#nav li ul li { /* second-level list items */
	padding-right: 1.5em;
	border: 0px solid purple;

}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;

	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;

}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: -1em;
	
}


/**
 * Inner content...
 */

#innerContent h1 {
	color: #0f5d65;  font-family: 'Century Gothic', sans-serif;  font-size: 20pt;  font-weight: 200;  margin: 0.7em 0;
}
	#innerContent h1.inline { display: inline; }

#innerContent h2 {
	font-size: 14pt;  font-weight: 400;  font-family: 'Century Gothic', sans-serif;  color: #0f5d65;  margin-bottom: 1.2em;  margin-top: 0em;
}
	#innerContent h2.h1like { font-size: 20pt; }
	#innerContent h2.inline { display: inline; }
	
#innerContent h3 {
	font-size: 14pt;  font-weight: 400;  font-family: 'Century Gothic', sans-serif;  color: #0f5d65;  margin-bottom: 1.2em;
}
#innerContent p {
	color: #262626;  font-family: Arial, sans-serif;  line-height: 1.3em;
}
	#innerContent h4 {
		color: #999;  font-size: 0.9em;  margin-bottom: 1.0em;
	}

#innerContent ul {
	list-style-type: none;  padding-left: 14px;  margin-left: 0;  margin-top: 0.5em;  margin-bottom: 2.5em;
}
	#innerContent ul li {
		margin: 0.3em auto 0.3em -5px;
	}
	#innerContent ul .marker {
		color: #999;  font-size: 0.9em;  padding-right: 3px;  vertical-align: 2px;
	}
	
#innerContent ul.mainList {
	margin-top: -5px;  margin-left: -5px;
}
	#innerContent ul.mainList li {
		margin: 0.3em auto 0.3em 0;
	}

#innerContent div.subnav {
	position: relative;  margin-top: 2.0em;  margin-bottom: -50px;  border: 0px solid blue;
}
#innerContent ul.subnav {
	list-style-type: none;  padding-left: 8px;  margin: 20px auto 0px 0;  font-size: 0.9em;
}
	#innerContent ul.subnav li {
		margin: 0.3em auto 0.3em 0px;  border: 0px solid blue;
	}

/**
 * about us
 */
.aboutEducation { font-size: 0.8em;  line-height: 1.2em; }

.aboutUsPhoto { float: right;  margin: 0px -5px 20px 5px; }

/**
 * general
 */
.clearBoth { clear: both; }

