/*----- Setup ----- */

body {
	background: #f4fce8;
	color: #5b5b5b;
}

#wrap {
	background-image: none !important;
}

a {
	color: #4e9689;
}

a:hover {
	text-decoration: underline;
}

/*----- Header ----- */

#header {
	background: #3b7b6f;
}

#logo h1 {
	background-image: url(green/logo-trans.png) !important;
}

#nav {
	background: #7ed0d6;
}

#navigation a {
	color: #3b7b6f;
	border-right: 1px solid #3b7b6f;
}

#navigation a span {
	color: #ffffff;
}

.current_page_item {
	border: none !important;
}

#navigation a:hover, #navigation .current_page_item {
		text-decoration:none;
		color: #3b7b6f;
		background: url(green/nav-hover.gif) top left repeat-x;
		border: none !important;		
}

#navigation a:hover span, .current_page_item span {
		color: #4e9689 !important;
		border: none !important;
}

#twitter span {
	color: #ffffff !important;
}

#twitter a {
	color: #c3ff68 !important;
}

/*----- Posts ----- */

.post {
	border-bottom: 1px solid #cccccc;
	background-image: url(green/metabg.png);
}

.post {
}

.post h2, .post h2 a {
	color: #2d2d2d;
}

.post h2 a:hover {
	border-bottom: 1px dotted #2d2d2d;
}

.meta .date {
	border-color:#cccccc;
}

/*----- Comments ----- */


#comments h3 {
	color: #2d2d2d;
	background-image: url(green/postnavbg-trans.png);
	background-color:#F4FCE8 !important;
}

.commentlist .meta .gravatar img {
	border: 2px solid #3B7B6F;
}

#commentform .field, #commentform .thefield textarea {
	color: #5b5b5b;	
	bacground-color:#ffffff !important;
}

#commentform #submit {
	background: #ffffff;
	color: #5d6250;
	border: 1px solid #cccccc;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 6px;
	font-size: 12px;
}

#commentform .field {
	background-image: url(green/commentformbg.png);
}

#commentform .thefield textarea {
	background-image: url(green/commentformbg.png);
}

/*----- PostNav ----- */

#postnav {
	background-image:url(green/postnavbg-trans.png);
	background-color:#f4fce8;
}

#postnav a {
	background: #ffffff;
	color: #5d6250;
	border: 1px solid #cccccc;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 6px;
	font-size: 12px;
}

#postnav a:hover {
	background: #35382F;
	color: #e6e1d4;
	border: 1px solid #5d6250;
}

/*----- Sidebar ----- */

.pageinfo {
	color: #eb552d;
}

.widget h4 { 
	border: 1px solid #4E9689;
	background: #3b7b6f;
}

.widget h4 a { 
	color: #fff; 
	border: 1px solid #f4fce8;
}

.widget .content { 
	background: #ffffff; 
	border: 1px solid #d4cfc5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.widget .content a {
	color: #2d2d2d;
}

.widget .content a:hover {
	color: #0285b8;
	border: none !important;
	text-decoration: none !important;
}

.widget li { 
	margin-bottom: 15px;
}

#lifestream h3 {
	background: #eb552d;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 7px;
	display: inline-block;
	margin: 0 0 10px;
}

#lifestream li {
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", serif !important;
	font-style: italic;
}

#lifestream li a {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
}

/*----- Footer ----- */

#footer {
	background: #35382f;
}

#footer h4 {
	background: #23251f;
	color: #fff;
	border-bottom: 1px solid #616558;
}

#footer ul {
	background: #44473e;
}

#footer ul li {
	border-bottom: 1px solid #4e5246;
	color: #fff;
}

#footer ul li a {
	color: #dde4ce;
}
