/*
Theme Name: Go Green
Theme URI: http://themesphere.com/go-green-free-wordpress-theme.html
Description: Go Green Free Theme brought to you by Theme Sphere.
Version: 1.0.3
Author: Theme Sphere
Author URI: http://themesphere.com
Tags: green, two-columns, fixed-width, theme-options
*/

* {
  margin: 0;
  padding: 0;
}

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	background-color: #b2d2f1;
	font-size:100%;
	margin: 0;
	font-family: Arial, helvetica, san-serif;
}

/* ============= Headings ================= */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}

h1 {
	font-size:16px;
	font-weight: bold;
}

h2 {
	font-size:1.5em;
	letter-spacing:-1px;
	padding:20px 0;
}

h3 {
	font-size:12px;
	font-weight:normal;
	color: #000;
}

/* ============= Common Formatting ================= */

p, ul, ol {
	margin:0;
	padding:0;
}

ul, ol {
	padding:0;
}

blockquote {
	margin:0;
	padding:1.25em 1.25em 0 1.25em;
}

.small {
	font-size:9px;
}

.small-emphasis {
	text-transform: uppercase;
	letter-spacing: 0;
}

img {
	border:0;
}

sup {
	bottom:0.3em;
	position:relative;
	vertical-align:baseline;
}

sub {
	bottom:-0.2em;
	position:relative;
	vertical-align:baseline;
}

acronym, abbr {
	border-bottom:1px dashed;
	cursor:help;
	letter-spacing:1px;
}

/* ============= Links ================= */

a,
a:link,
a:visited,
a:hover {
	text-decoration:underline;
}

/* ============= Forms ================= */

form {
	display:inline;
	margin:0;
	padding:0;
}

input, select, textarea {
	font-size:12px;
	font-family: "Lucida Grande", arial, helvetica, san-serif;
}

textarea {
	line-height:1.25;
	width:100%;
}

label {
	cursor:pointer;
}

fieldset {
	border: none;
}

/* ============= Round Corners Webkit/Mozilla ================= */

.corner-ul { -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; }
.corner-ur { -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; }
.corner-bl { -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; }
.corner-br { -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; }

.corner-all { -webkit-border-radius: 6px; -moz-border-radius: 6px;}

/* ============= Global Classes ================= */
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; padding: 2px; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* ============================================== */
/* ============= Page Structure ================= */
/* ============================================== */

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: #fff;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	background: #fff;
}

#header {
	height: 227px;
}

#nav { 
	background-color: #e45c00;
	font-family: "Trebuchet MS", Verdana, Arial, san-serif;
	font-size: 18px;
	float:left; 
	padding: 0;
	margin: 0;
	clear:both;
	width:100%;
	height: 40px;
	}

#nav ul {
	float:left; 
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-left: 40px;
	}

#nav li { 
	float: left;
	margin: 0;
	padding:0;
	padding:4px 10px 3px 10px;
	display: block;
	}

#nav li a, #nav li a:visited { 
	margin:0;
	display:block;
	color: #fff;
	}

#nav li:hover {
	background: #001982;
	color: #fff;
}

#nav li li { 
	float: none;
	background: #001982;
	margin: 0;
	padding:0;
	padding: 3px 0px;
	font-size: 12px;
	}

#nav li ul {
	position: absolute;
	width: 174px;
	text-align: center;
	left: -999em;
	padding:0;
	text-transform: none;
	margin-top: 3px;
	margin-left: -40px;
	color: #fff;
	z-index: 99;
	}

#nav li ul ul { 
	margin: 0px 0 0 174px;
	margin-top: -60px;
	}

#nav li:hover ul ul, #nav li:hover 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 { 
	display:block;
	left: auto;
	}

#nav a, #nav a:visited, #nav a:link {
	display: block;
	text-decoration:none;
    padding:6px 12px;
    margin:0;
	}

.current_page_item, #nav a.current_page_item, #nav li:hover .current_page_item {
	color: #001982 !important;	
	background: #b2d2f1;
	}

/* ================================= */

#main-content {
	background: #fff;
	color: #000;
	padding: 30px;
	font-size: 14px;
	line-height: 21px;
}

#main-content h1 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #001982;
	margin-top: 30px;
}

#main-content a {
	color: #001982;
	text-decoration: none;
}

#main-content a:hover {
	text-decoration: underline;
}

#main-content ul {
	margin-left: 30px;
}

#main-content img {
	margin-right: 0px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #e45c00;
	color: #FFF;
	padding: 0px 0px;
	font-size: 12px;
	height: 24px;
}

#footer-links li {
	display: inline;
	list-style: none;
	padding: 0px 10px;
	line-height: 24px;	
}


/* Wrapper */



/* Col 1 */

#col-1 {
  float: left;
  width: 650px;
}

#col-1 h3 {
  color: #000;
  font-size: 18px; font-weight: bold;
  margin-bottom: 30px;
}

#col-1 p {
	padding: 10px 0px;
}

#col-1 h2.pagetitle {
  margin-bottom: 30px;
}

#col-1 .post {
  border-bottom: 1px solid #001982;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#col-1 .navigation {
  padding: 10px;
  margin-bottom: 10px;
}

#col-1 .navigation:hover {
	
}

#col-1 .post img {
  background: #fff;
  border: 1px solid #c8c8c8;
  padding: 5px;
}

#col-1 .post img.alignright {
  margin-left: 15px;
}

#col-1 .post img.alignleft {
  margin-right: 15px;
}

#col-1 .post .postmetadata {
  color: #909090;
  overflow: hidden;
  width: 586px;
}

#col-1 .post .read-more-box {
  margin-top: 20px;
}

#col-1 .sticky .read-more-box {
  margin-bottom: 0;
}

#col-1 .post .postmetadata small {
  font-size: 11px;
}

#col-1 .post .postmetadata .read-more a {
  background: #001982;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  float: right;
}

#col-1 .post .postmetadata .read-more a:hover {

  display: block;
  text-decoration: underline;
}

#col-1 .post .comments, #col-1 .post .comments a {
  color: #000000;
  font-style: italic;
  text-decoration: none;
}

#col-1 .post .comments a:hover {
  text-decoration: underline;
}

#col-1 .post h2, #col-1 .post h2 a {
  color: #001982;
  font-size: 18px; font-weight: bold;
  text-decoration: none;
}

#col-1 .post h2 a:hover {
  color: #000;
  text-decoration: underline;
}

#col-1 .post .content h1, #col-1 .post .content h1 a {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #001982;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content h2, #col-1 .post .content h2 a {
  color: #676661;
  font-size: 18px; font-weight: normal;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content h3, #col-1 .post .content h3 a {
  color: #676661;
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content h4, #col-1 .post .content h4 a {
  color: #676661;
  font-size: 14px; font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content h5, #col-1 .post .content h5 a {
  color: #676661;
  font-size: 12px; font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content h6, #col-1 .post .content h6 a {
  color: #676661;
  font-size: 11px; font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content ol, #col-1 .post .content ul {
  margin-left: 50px;
  margin-bottom: 10px;
}

#col-1 .post .content li {
  margin-bottom: 10px;
}

#col-1 .post .content blockquote {
  background: #F0EFE0;
  border: 1px solid #D1D0C5;
  font-style: italic;
  padding-left: 20px; padding-right: 50px;
  margin: 10px 0px;
}

#col-1 .post .title {
  overflow: hidden;
  width: 586px;
}

#col-1 .post .content {
  overflow: hidden;
  width: 100%;
}

#col-1 .sticky .content {
  overflow: hidden;
  width: 100%;
}

#col-1 .post .content p {
  display: block;
  line-height: 20px;
  padding: 10px 0;
}

#col-1 .post .postmetadata p {
  margin-bottom: 5px;
}

#col-1 .sticky {
  background: #f1f1f1;
  border: 1px solid #cccccc; border-top: 3px solid #cccccc;
  padding: 10px 15px;
}

#col-1 .sticky .postmetadata {
  width: 556px;
}

#col-1 .sticky .postmetadata .featured {
  border: 1px solid #cdcdcd;
  color: #6e6e6e;
  font-family: Arial, Helvetica, Sans-Serif; font-size: 16px;
  padding: 0;
}

#col-1 .sticky .postmetadata .featured span {
  display: block;
  border: 1px solid #fff;
  padding: 3px 10px;
}

#col-1 .wp-pagenavi {
  margin-bottom: 50px;
}

#col-1 .wp-pagenavi span.pages, #col-1 .wp-pagenavi a {
  background: #5A8300;
  border: 0;
  color: #fff;
  padding: 5px;
}

#col-1 .wp-pagenavi span, #col-1 .wp-pagenavi a {
  display: inline;
  padding: 5px;
  text-decoration: none;
}

#col-1 .wp-pagenavi span.on, #col-1 .wp-pagenavi span.current {
  background: #364F00;
  border: 0;
  color: #fff;
}

#col-1 ol.comments {
  float: left;
  display: inline;
  padding-bottom: 10px;
}

#col-1 ol.comments, #col-1 ol.comments ul {
  list-style: none;
}

#col-1 ol.comments li .comment-container {
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
  display: inline;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px 15px;
  width: 554px;
}

#col-1 ol.comments li.depth-2 .comment-container {
  margin-left: 20px;
  width: 534px;
}

#col-1 ol.comments li.depth-2 .comment-container .comment,
#col-1 ol.comments li.depth-2 .comment-container .comment .commentmetadata
{
  width: 405px;
}

#col-1 ol.comments li.depth-3 .comment-container {
  margin-left: 40px;
  width: 514px;
}

#col-1 ol.comments li.depth-3 .comment-container .comment,
#col-1 ol.comments li.depth-3 .comment-container .comment .commentmetadata
{
  width: 385px;
}

#col-1 ol.comments li.depth-4 .comment-container {
  margin-left: 60px;
  width: 494px;
}

#col-1 ol.comments li.depth-4 .comment-container .comment,
#col-1 ol.comments li.depth-4 .comment-container .comment .commentmetadata
{
  width: 365px;
}

#col-1 ol.comments li.depth-5 .comment-container {
  margin-left: 80px;
  width: 474px;
}

#col-1 ol.comments li.depth-5 .comment-container .comment,
#col-1 ol.comments li.depth-5 .comment-container .comment .commentmetadata
{
  width: 345px;
}

#col-1 ol.comments li.depth-6 .comment-container {
  margin-left: 100px;
  width: 454px;
}

#col-1 ol.comments li.depth-6 .comment-container .comment,
#col-1 ol.comments li.depth-6 .comment-container .comment .commentmetadata
{
  width: 325px;
}

#col-1 ol.comments li.depth-7 .comment-container {
  margin-left: 120px;
  width: 434px;
}

#col-1 ol.comments li.depth-7 .comment-container .comment,
#col-1 ol.comments li.depth-7 .comment-container .comment .commentmetadata
{
  width: 305px;
}

#col-1 ol.comments li .comment-container .avatar {
  background: #fff;
  border: 1px solid #d7d7d7;
  float: left;
  margin-right: 25px;
  padding: 6px;
}

#col-1 ol.comments li .comment-container .comment {
  float: left;
  width: 425px;
}

#col-1 ol.comments li .comment-container .noavatar,
#col-1 ol.comments li.depth-2 .comment-container .noavatar,
#col-1 ol.comments li.depth-3 .comment-container .noavatar,
#col-1 ol.comments li.depth-4 .comment-container .noavatar,
#col-1 ol.comments li.depth-5 .comment-container .noavatar,
#col-1 ol.comments li.depth-6 .comment-container .noavatar,
#col-1 ol.comments li.depth-7 .comment-container .noavatar {
  width: 100%;
}

#col-1 ol.comments li .comment-container .comment .commentmetadata {
  background: transparent url('imgs/commentmetadata_bg.jpg') repeat-x bottom left;
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 15px;
  width: 425px;
}

#col-1 ol.comments li .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-2 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-3 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-4 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-5 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-6 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-7 .comment-container .noavatar .commentmetadata {
  width: 100%;
}

#col-1 ol.comments li .comment-container .comment .commentmetadata cite {
  color: #000000;
  font-style: normal; font-size: 18px;
}

#col-1 ol.comments li .comment-container .comment .commentmetadata .date {
  color: #6f6f6f;
  font-style: italic;
}

#col-1 ol.comments li .comment-container .comment .comment-text {
  color: #2a2a2a;
  line-height: 20px;
  margin-bottom: 10px;
}

#col-1 ol.comments li .comment-container .comment .comment-text p {
  padding: 10px 0px;
}

#col-1 ol.comments li .comment-container .reply {
  float: right;
}

#col-1 ol.comments li .comment-container .reply a {
  background: #689800;
  color: #fff;
  float: right;
  padding: 5px 10px;
  text-decoration: none;
}

#col-1 #respond {
  background: #f1f1f1 url('imgs/respond_bg.jpg') repeat-x top left;
  border: 1px solid #d7d7d7;
  padding: 15px 15px;
  overflow: hidden;
  width: 554px;
  float: left;
  margin-bottom: 10px;
}

#col-1 #respond .comment_button {
  background: #f5f5f5;
  border: 1px solid #cdcdcd;
  color: #6e6e6e;
  font-size: 14px;
  height: 30px;
  width: 100px;
  padding: 0;
}

#col-1 #respond p {
  margin-bottom: 10px;
}

#col-1 #respond h3 {
  background: transparent url('imgs/comment.jpg') no-repeat top left;
  height: 30px;
  padding-left: 40px;
}

#col-1 #respond label {
  color: #535353;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

#col-1 #respond label span {
  color: #8b8a8a;
  font-size: 12px;
}

#col-1 #respond input {
  border-top: 1px solid #adadad; border-left: 1px solid #adadad;
  border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;
  font-size: 12px;
  height: 15px;
  padding: 5px;
  width: 544px;
}

#col-1 #respond textarea {
  border-top: 1px solid #adadad; border-left: 1px solid #adadad;
  border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;  
  padding: 5px;
  width: 544px;
  height: 190px;
}

/* Col 2 */

#col-2 {
	width: 290px;
	float: right;
	background: #102468;
	color: #fff;
	padding: 10px;
	list-style: none;
}

#col-2 .widget {
border-bottom: 1px solid #f1f1f1;
margin: 10px;
}

#col-2 ul {
  list-style: none;
}

#col-2 li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  
}

#col-2 li div.tweet {
  margin-bottom: 50px;
}

#col-2 li div.tweet p {
  border: 1px solid #cccccc;
}

#col-2 li div.tweet p span {
  background: #f1f1f1;
  border-top: 3px solid #c3c3c3;
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
}

#col-2 li div.tweet .arrow {
  background: transparent url('imgs/tweet_arrow.jpg') no-repeat bottom right;
  margin-top: -1px; margin-left: 232px;
  width: 29px; height: 20px;
}

#col-2 li div.tweet a {
  background: transparent url('imgs/twitter.png') no-repeat top right;
  color: #517700;
  display: block;
  height: 48px;
  text-decoration: none;
}

#col-2 a {
	text-decoration: underline;
	color: #fff;
}

#col-2 h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0px 15px 0px;
	text-transform: uppercase;
}

#col-2 h3 {
  color: #676661;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#col-2 li ul li {
  float: none;
  display: block;
  margin: 0;
  margin: 10px 0px;
}

#col-2 li ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#col-2 li ul li a:hover {
  color: #ccc;
}

#col-2 li div#tabs {
}

#col-2 li ul.tabs {
  background: #fff;
  overflow: hidden;
  width: 100%;
}

#col-2 li ul.tabs li {
  float: left;
}

#col-2 li ul.tabs li a {
  border-top: 3px solid #689800;
  background: #689800;
  border-bottom: 0;
  color: #fff;
  margin-right: 2px;
  text-indent: 0;
}

#col-2 li ul.tabs li a.selected, #col-2 li ul.tabs li a:hover {
  background: #f1f1f1;
  border-top: 3px solid #c3c3c3;
  border-bottom: 0;
  color: #000;
  margin-right: 2px;
  text-indent: 0;
}

#col-2 li div#tabs ul li a {
  background-image: url('imgs/arrow_grey.jpg') no-repeat;
}

#col-2 li div#tabs ul li a:hover {
  background-color: #fff;
  background-image: url('imgs/arrow_highlight.jpg') no-repeat;
}

#col-2 li div#tabs ul.tabs li a, #col-2 li div#tabs ul.tabs li a:hover {
  background-image: none;
}

#col-2 li div#tabs ul.tabs li a:hover {
  background: #f1f1f1;
}

#col-2 li.ads {
  margin-bottom: 50px;
}

#col-2 li.ads ul {
  overflow: hidden;
  width: 100%;
}

#col-2 li.ads ul li {
  float: left;
  width: auto;
  margin-right: 10px; margin-bottom: 10px;
}

#col-2 li.ads ul li a {
  background: transparent none;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 0;
  display: block;
  
  padding: 2px;
  border: 1px solid #CCCCCC;
}

/* Recent Posts with Excerpts Plugin */

.recent_with_excerpt li blockquote {
	padding: 0;
	margin: 0;
}

/* Events Calendar */

#calendar_wrap {
	margin-bottom: 20px;
}

