/*
Theme Name: sisulu
Theme URI: http://theforge.co.za
Author: The Forge Web Creations
Author URI: http://theforge.co.za
Description: A theme for the Walter Sisulu Environmental Center website
Version: 1.0
License: GNU General Public License
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: url('img/background.jpg');
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
}

/*
font-family: 'ABeeZee', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Quattrocento Sans', sans-serif;
*/

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h4 {
	font-family: 'BenchNine', sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
/*
ul, ol {
	margin: 0 0 1.5em 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
*/
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.clearfix {
	clear: both;
}

/* =Page Area
----------------------------------------------- */

#page {
	width: 960px;
	margin: 10px auto;
}


/* =Header
----------------------------------------------- */

.second-row {
	width: 100%;
	height: 136px;
	margin-top: 5px;
	display: block;
	background: #433c34;
}

.site-branding {
	float: left;
	height: 87px;
	width: 380px;
	padding-top: 21px;
	padding-left: 66px;
}

.site-logo {
	height: 87px;
	width: 89px;
	float: left;
}

.site-title {
	width: 256px;
	float: left;
	padding-top: 24px;
	padding-left: 6px;
	letter-spacing: 0.5px;
}

.ie .site-title {
	letter-spacing: normal;
}

.site-title h1 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
}

.site-title h1 a:link,.site-title h1 a:visited,.site-title h1 a:active,.site-title h1 a:hover {
	text-decoration: none;
	color: #fff;
}

.header-social {
	float: right;
	padding-top: 27px;
	padding-right: 36px;
}

.header-social li {
	list-style: none;
	float: left;
	margin-left: 15px;
}

a.header-twitter {
	background: url('img/header-twitter.png');
}
a.header-facebook {
	background: url('img/header-facebook.png');
}
a.header-google {
	background: url('img/header-google.png') no-repeat;
}

a.header-twitter,
a.header-facebook,
a.header-google   {
	width:20px;
	height: 18px;
	display: block;
	background-position: bottom;	
}

a:hover.header-twitter,
a:hover.header-facebook,
a:hover.header-google {
	background-position: top;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	max-width: 800px;
	height: 75px;
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 20px;
	
}

.menu > li > a {
	text-align: center;
}

.main-navigation ul ul{
	padding-left: 0px;
	margin-top: 27px;
	text-align: left !important;
}

.main-navigation ul ul ul {
	margin-top: 15px;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
	width: 117px;
}

.main-navigation li li {
	width: 225px;
}

.ie7 .main-navigation li,
.ie8 .main-navigation li {
	width: 104px;
	margin-right: 18px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.6em;
	padding: 5px 10px 5px;
}

.main-navigation a:link, 
.main-navigation a:visited, 
.main-navigation a:active {
	color: #fff;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #7aa137;
	text-decoration: none;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul {
	display: block;
}


/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.top-row {
	height: 75px;
	display: block;
	background: url('img/top-nav-bg.png') repeat-x;
}

/* = Sub Menus
----------------------------------------------- */
.sub-menu li {
	background: #272624;
	list-style: none;
	margin: 0;
	padding-left: 10px;
	width: 150px;
}

/* =Navigation Too
----------------------------------------------- */

.newsletter-signup {
	float: right;
	width: 450px;
	display: block;
	margin-top: 40px;
	text-align: right;
	margin-right: 45px;
}

.newsletter-signup form {

}

#subscribe-label {
	float: right;
	color: #7aa137;
	letter-spacing: 3px;
	padding-top: 5px;
	font-size: 16px;
}

.newsletter-signup input[type="text"] {
	float: right;
	border: 1px solid #7aa137;
	border-radius: 0px;
	height:24px;
	width: 186px;
	padding-left: 10px;
}

.newsletter-signup input[type="image"] {
	float: right;
}

#secondary-navigation {
	float: right;
	width: 405px;
	height: 31px;
	display: block;
	padding-top: 33px;
	margin-right: 45px;
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	letter-spacing: 1.2px;
	color: #f7f7f7;
}

#secondary-navigation li {
	list-style: none;
	float: right;
	text-transform: uppercase;
	padding-right: 14px;
	padding-left: 14px;
	height: 11px;
	line-height: 1em;
	border-right: 2px solid #fff;
        position: relative;
}

#secondary-navigation > div > ul > li:first-child {
	border-right: none;
	padding-right: 0px;
}

#secondary-navigation a:link, 
#secondary-navigation a:visited, 
#secondary-navigation a:active {
	color: #fff;
	text-decoration: none;
}

#secondary-navigation a:hover {
	color: #fff;
	text-decoration: underline;
}

#secondary-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	z-index: 99999;
	padding-left: 0px;
	padding-top: 10px;
	text-align: left !important;
}

#secondary-navigation li li {
        height:20px;
        line-height:1.5em;
        width:225px;
}

#secondary-navigation ul ul ul {
	left: 100%;
	top: 0;
}
#secondary-navigation ul ul a {
	width: 200px;
}

#secondary-navigation ul li:hover > ul {
	display: block;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.content-upper {
	width: 960px;
	display: block;
}
.content-about-us {
	width: 960px;
	height: 110px;
	display: block;
	border-top: 10px solid #7aa137;
	background: #fff;
	text-align: center;
	font-size: 19px;
	line-height: 1.3em;
	padding-top: 28px;
}

.content-features {
	width: 960px;
	height: 120px;
	display: block;
	background: url('img/features-bg.gif');
}

.features {
	width: 822px;
	margin: 0 auto;	
	padding-top: 20px;
}

.features a:link, .features a:visited, .features a:active {
	text-decoration: none;
	color: #362820;
}

.features a:hover {
	text-decoration: underline;
	color: #362820;
}


.features li {
	list-style: none;
	float: left;
	width: 70px;
	margin: 0 102px;
	font-size: 13px;
	color: #362820;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2em;
}

.feature-icon {
	width: 47px;
	margin: 0 auto;
}



.content-our-aim {
	width: 960px;
	height: 65px;
	display: block;
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 1.27em;
	color: #fff;
	background: #7aa137;
}


.content-lower {
	width: 960px;
	height: 470px;
	display: block;
	background: url('img/content-lower-bg.png') repeat-x;
}

#lower-panels li {
	/* box-sizing: border-box; */
	list-style: none;
	float: left;
	width: 267px;
	height: 318px;	
}

#panel1 {padding: 40px 30px 0;}
#panel2 {padding: 40px 30px 0;}
#panel3 {padding: 40px 0 0 30px;}

#please-donate {
	width: 249px;
	height: 108px;
	display: block;
}

#news-list {
	width: 260px;
	height: 300px;
}

.news-item {
	list-style: disc;
	width: 100% !important;
	height: 120px !important;
	display: block;
	float: left;
	padding: 0px 5px !important;

}

.news-item a:link, .news-item a:visited, .news-item a:active {
	color: #7aa137;
	text-decoration: none;
}

.news-item a:hover {
	color: #7aa137;
	text-decoration: underline;
}

#caring {
	height: 220px;
	text-align: center;
	color: #fff;
}

#caring h3, #testimonial h3 {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #a1948d;
	letter-spacing: 0.4em;
}

#caring h3 {
	padding-top: 47px;
}

#testimonial h3 {
	padding-top: 10px;
	text-align: center;
}

#caring p {
	width: 870px;
	margin: 0 auto;
	padding-top: 20px;
	color: #e7e4e3;
	font-weight: normal;
	line-height: 1.7em;
}


#content {
	width: 960px;
	background: url('img/page-bg.gif');
}


#primary {
	width: 600px;
	padding: 0px 25px;
	float: left;

}

#secondary {
	width: 310px;
	padding: 20px 0px;
	float: left;
}

.home#primary, .home#secondary {
	padding: 0px 10px;
}


/* =Content Slider
----------------------------------------------- */
.content-slider {
	position: relative;
	width: 960px;
	height:420px;
	display: block;
	overflow: hidden; 
	background: url('img/slider-bg.jpg');
}

#slider-image {
	position: absolute;
	top: 0px;
	left: 0px;
}

#white-circle {
	position: absolute;
	top: 80px;
	left: 540px;
	width: 200px;
	height: 200px;
	display block;
	background: url('img/white-circle.png');
        display:none;
}

#cta-top, #cta-center, #cta-bottom {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#cta-top {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 14px;
	color: #658a25;
	padding-top: 50px;
}

#cta-center {
	font-family: 'Quicksand', sans-serif;  
	font-size: 36px;
	color: #433c34;
	padding-top: 20px;
}

#cta-bottom {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 14px;
	color: #853a41;
	padding-top: 23px;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =Testimonial
----------------------------------------------- */
#testimonial {
	width: 960px;
	height: 70px;
	border-top: 15px solid #776154;
	background: #48372d;
	padding-top: 20px;
	font-size: 15px;
}

#testimonial p {
	width: 840px;
	margin: 0 auto;
	padding-top: 20px;
	color: #e7e4e3;
	font-weight: normal;
	line-height: 1.7em;
}

#testimonial #source {
	float: right;
	padding-right: 100px;
	color: #7aa137;
}




/* =Footer
----------------------------------------------- */

.site-footer {
	height: 45px;
	padding-top: 38px;
}

.footer-legal {
	float: left;
	margin-left: 130px;
	margin-right: 10px;
}



.footer-social {
	float: left;
	margin-left: 15px;
}

.footer-social li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

a.footer-twitter {
	background: url('img/footer-twitter.png');
}
a.footer-facebook {
	background: url('img/footer-facebook.png');
}
a.footer-google {
	background: url('img/footer-google.png') no-repeat;
}

a.footer-twitter,
a.footer-facebook,
a.footer-google   {
	width:20px;
	height: 18px;
	display: block;
	background-position: bottom;	
}

a:hover.footer-twitter,
a:hover.footer-facebook,
a:hover.footer-google {
	background-position: top;
}

/* =Page template
----------------------------------------------- */
.page-left-sidebar {
	float: left;
	width: 240px;
	margin-right: -240px;
	position: relative;
	padding: 20px 0px;
	
}

.page-content-area {
	float: left;
	width: 670px;
	padding: 45px 25px;
	background: #fff;
	border-left:240px solid #f9f7f3;
}

.page-content-area-full {
	width: 940px;
	padding: 0px 10px;
	background: url('img/edu-theme-bg.gif');
}

.page-content-area p a:link, 
.page-content-area p a:visited,
.page-content-area p a:active,
.page-content-area li a:link, 
.page-content-area li a:visited,
.page-content-area li a:active {
	color: #7aa137;
	text-decoration: none;
}
.page-content-area p a:hover,
.page-content-area li a:hover {
	color: #7aa137;
	text-decoration: underline;
}

.page-content-area h1, 
.page-content-area h2, 
.page-content-area h3, 
.page-content-area h4, 
.page-content-area h5 {
 	font-family: 'Quicksand', sans-serif;
}

.page-content-area h1, 
.page-content-area h2, 
.page-content-area h3 {
	text-transform: uppercase;
}

.page-content-area h1 {
	color: #594a3a;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.page-content-area h2 {
	color: #7aa137;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.page-content-area h2 a,
.page-content-area h2 a:visited,
.page-content-area h2 a:active {
	color: #7aa137;
	text-decoration: none;
}
.page-content-area h2 a:hover {
	color: #594a3a;
	text-decoration: underline;
}

.page-content-area h3 {
	color: #594a3a;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.page-content-area h3 a,
.page-content-area h3 a:visited,
.page-content-area h3 a:active {
	color: #594a3a;
	text-decoration: none;
}
.page-content-area h3 a:hover {
	color: #7aa137;
	text-decoration: none;
}

.page-content-area h4 {
	color: #7aa137;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	/* margin-left: 48px; */
}

.page-content-area h4 + p, 
.page-content-area h4 + p + ul {
	/* margin-left: 48px !important; */
}

.page-content-area h5 {
	color: #7aa137;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;	
	/* margin-left: 50px; */
}

.page-content-area h5 > p, 
.page-content-area h5 > ul {
	/* margin-left: 50px !important; */
}

.page-content-area table {
	margin-bottom: 45px;
	background: #d9eabc;
}

.page-content-area table, .page-content-area td {
	border: 1px solid #7aa137;
}

.page-content-area td {
	padding: 5px;
}

.page-content-area ul {
	margin-bottom: 25px;
	margin-left: 25px;
}

.page-content-area li {
	padding: 5px 0 0 25px;
	background: url('img/content-bullet-green.png') left no-repeat;
}

.page-content-area img {
	padding: 8px 8px;
	border: 1px solid #95b45f;
}

#school-icon,
#community-icon,
#education-icon,
#action-icon,
#involved-icon,
#general-icon {
	height: 160px;
	display: block;
	border-bottom: 1px solid #e1e0e0;
}

#school-icon {
	background: url('img/school-icon-sidebar.png') center no-repeat;
}

#community-icon {
	background: url('img/community-icon-sidebar.png') center no-repeat;
}

#education-icon {
	background: url('img/education-icon-sidebar.png') center no-repeat;
}

#action-icon {
	background: url('img/action-icon-sidebar.png') center no-repeat;
}

#involved-icon {
	background: url('img/involved-icon-sidebar.png') center no-repeat;
}

#general-icon {
	background: url('img/general-icon-sidebar.png') center no-repeat;
}

.anchor-name-list {
	font-size: 14px;
	font-weight: bold;
	color: #68543d;
	text-transform: uppercase;
}

.anchor-name-list li {
	height: 60px;
	display: block;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 5px;
	background: url('img/anchor-list-arrow-green-2.png') left top no-repeat;
	border-bottom: 1px solid #e1e0e0;
}

.anchor-name-list li a {
	color: #68543d; text-decoration: none;
}

.anchor-name-list li a:hover {
	color: #7aa137; text-decoration: none;
}

.top-link {
	height: 40px;
	width: 40px;
	display: block;
	cursor: pointer;
	background: url('img/top-link-arrow.png');
	margin-bottom: 25px;

}

.widget-title {
	height: 25px;
	width: 310px;
	background: url('img/widget-header-bg.png') no-repeat;
	text-transform: uppercase;
	color: #68543d;
	font-size: 16px;
	padding-left: 40px;
	padding-top: 5px;
	margin-bottom: 20px;
}

.widget ul {
	width: 280px;
	padding: 0px 15px;
	margin-bottom: 20px;
}

.post-header {
	height: 123px;
	width: 100%;
	display: block;
	background: url('img/post-date-bg.png') left no-repeat;
	font-family: 'Quicksand', sans-serif;
	border-bottom: 1px solid #dbe6c9;
}

#day-part {
	height: 30px;
	width: 60px;
	font-size: 38px;
	font-weight: bold;
	color: #362820;
	padding: 42px 0 0 40px;
}

#post-title {
	height: 28px;
	width: 365px;
	font-size: 22px;
	font-weight: bold;
	color: #594a3a;
	padding: 44px 0 0 15px;
	line-height: 1.4em;
	overflow: hidden;
	text-transform: uppercase;
} 

#post-title a:link,
#post-title a:visited,
#post-title a:active {
	color: #594a3a;
	text-decoration: none;
}

#post-title a:hover {
	color: #594a3a;
	text-decoration: underline;
}

#comment-count {
	height: 30px;
	width: 90px;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #39180a;
	padding: 42px 0 0 25px;
	background: url('img/comment-bubble.png') left no-repeat;
}

#month-part {
	height: 52px;
	width: 80px;
	font-size: 16px;
	font-weight: bold;
	color: #362820;
	padding: 0px 0 0 40px;
	text-transform: uppercase;
	line-height: 0.9em;
}



#post-author {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7aa137;
	padding: 0px 0 0 0px;
}

#post-author a:link,
#post-author a:visited,
#post-author a:active {
	color: #7aa137;
	text-decoration: none;
}

#post-author a:hover {
	color: #7aa137;
	text-decoration: underline;
}

#day-part, #month-part, #post-title, 
#post-author, #comment-count{	
	display: block;
	float: left;
}

#post-excerpt, #post-body {
	padding-top: 20px;
}

#featured-image {
	width: 566px;
	height: 170px;
	padding: 8px 8px;
	border: 1px solid #7aa137;
}

#post-cats {
	height:30px;
	width: 50%;
	padding-top: 10px;
	float: left;

}

#post-cats a:link,
#post-cats a:visited,
#post-cats a:active {
	color: #7aa137;
	text-decoration: none;
}

#post-cats a:hover {
	color: #7aa137;
	text-decoration: underline;
}

#read-more a {
	height: 30px;
	width: 125px;
	display: block;
	float: right;
	padding: 5px 0 12px 10px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #fff;
	background: url('img/read-more.png') no-repeat;

}

#read-more a:link,
#read-more a:visited,
#read-more a:active {
	color: #fff;
	text-decoration: none;
}

#read-more a:hover {
	color: #fff;
	text-decoration: none;
}

.shadow {
	height: 36px;
	width: 600px;
	display: block;
	background: url('img/shadow.png');
}

#sharing{
    float: left;
	margin: 3px 0% 0 0%;
}

.sharrre .box{
background:#769f2f;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#769f2f,0),color-stop(#567325,1));
background:-webkit-linear-gradient(top, #769f2f 0%, #567325 100%);
background:-moz-linear-gradient(top, #769f2f 0%, #567325 100%);
background:-o-linear-gradient(top, #769f2f 0%, #567325 100%);
background:linear-gradient(top, #769f2f 0%, #567325 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#769f2f', endColorstr='#567325',GradientType=0 );
-webkit-box-shadow:0 1px 1px #d3d3d3;
-moz-box-shadow:0 1px 1px #d3d3d3;
box-shadow:0 1px 1px #d3d3d3;
height:22px;
display:inline-block;
position:relative;
padding:0px 55px 0 8px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
font-size:12px;
float:left;
clear:both;
overflow:hidden;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.sharrre .left{
line-height:22px;
display:block;
white-space:nowrap;
text-shadow:0px 1px 1px rgba(255,255,255,0.3);
color:#ffffff;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear;
}
.sharrre .middle{
position:absolute;
height:22px;
top:0px;
right:30px;
width:0px;
background:#758e4a;
text-shadow:0px -1px 1px #363f49;
color:#fff;
white-space:nowrap;
text-align:left;
overflow:hidden;
-webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
-moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
-webkit-transition:width 0.3s linear;
-moz-transition:width 0.3s linear;
-o-transition:width 0.3s linear;
transition:width 0.3s linear;
}
.sharrre .middle a{
color:#fff;
font-weight:bold;
padding:0 9px 0 9px;
text-align:center;
float:left;
line-height:22px;
-webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
-moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
}
.sharrre .right{
position:absolute;
right:0px;
top:0px;
height:100%;
width:45px;
text-align:center;
line-height:22px;
color:#4b5d61;
background:#f1faf9;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#f1faf9,0),color-stop(#bacfd2,1));
background:-webkit-linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
background:-moz-linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
background:-o-linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
background:linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1faf9', endColorstr='#bacfd2',GradientType=0 );
}

.sharrre .box:hover{
padding-right:130px;
}
.sharrre .middle a:hover{
text-decoration:none;
}
.sharrre .box:hover .middle{
width:90px;
}

#tweet-container {
	padding: 0 5px;
}

#text-2, #text-2 h1 {
	margin-bottom: 5px !important;
}

.latest-sidebar-thumb {
	width:88px;
	height: 64px !important;
	display: block;
	background: url('img/latest-thumb-bg.png');
	padding: 5px 5px 4px;
	float: left;
	margin: 5px 5px 5px 0;
}

.latest-blog-widget {
	font-family: 'Karla', sans-serif;	
}

.latest-title {
	line-height: 1.2em;
}

.latest-title a:link,
.latest-title a:visited,
.latest-title a:active {
	font-size: 13px;
	font-weight: 400;
	color: #7aa137;	
	text-decoration: none;
}

.latest-title a:hover {
	color: #7aa137;	
	text-decoration: underline;
}

.latest-excerpt {
	font-size: 12px;
	font-weight: normal;
	color: #433c34;	
	line-height: 1.2em;
}

.dot-seperator {
	width: 278px;
	height: 38px;
	display: block;
	background: url('img/dot-sep.png');
}

.widget_archive li {
	width: 245px;
	height: 26px;
	font-size: 14px;
	font-weight: normal;
	color: #7aa137;	
	padding: 7px 0 2px 35px;
	background: url('img/archive-folder-bg.png');

}

.widget_archive li a:link,
.widget_archive li a:visited,
.widget_archive li a:active {
	font-size: 14px;
	font-weight: normal;
	color: #7aa137;	
	text-decoration: none;
}

.widget_archive li a:hover {
	color: #7aa137;	
	text-decoration: underline;
}

.form-allowed-tags {
	display: none !important;
}

.comments-title {
	height: 35px;
	border-top: 1px solid #dbe6c9;
	border-bottom: 1px solid #dbe6c9;
	font-family: "Karla", sans-serif;
	font-size: 25px;
	font-weight: bold;
	padding-top: 15px;
	color: #39180a;
	margin-bottom: 15px;
}

.children {
	margin-left: 30px;
	margin-top: 25px;
}

.comment-list li {
	margin-bottom: 25px;
}

.comment-content p {
	margin-bottom: 0px;
}

#author-avatar {
	float: left;
	width: 50px;
}

.comment-body {
	font-family: "Karla", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #39180a;
}

.author-name {
	font-family: "Karla", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #7aa137;
	float: left;
}

.reply {
	width: 85px;
	height: 25px;
	display: block;
	float: right;
	margin-bottom: 0px;
	font-family: "Quicksand", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 0 0 10px;
	background: url('img/reply-btn.png');

}

.reply a:link {color: #fff; text-decoration: none;}
.reply a:visited {color: #fff; text-decoration: none;}
.reply a:active {color: #fff; text-decoration: none;}
.reply a:hover {color: #fff; text-decoration: underline;}

.comment-time {
	font-family: "Karla", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7aa137;
	margin-bottom: 15px;
}

.nav-links {
	font-family: "Karla", sans-serif;
	font-size: 14px;
	font-weight: normal;
	
}

.nav-links a:link,
.nav-links a:visited,
.nav-links a:active {
	color: #7aa137;
	text-decoration: none;
}

.nav-links a:hover {
	color: #7aa137;
	text-decoration: underline;
}

.logged-in-as a:link {color: #7aa137; text-decoration: none;}
.logged-in-as a:visited {color: #7aa137; text-decoration: none;}
.logged-in-as a:active {color: #7aa137; text-decoration: none;}
.logged-in-as a:hover {color: #7aa137; text-decoration: underline;}

#themes-header {
	width: 940px;
	height: 160px;
	display: block;
}

#themes-header h1 {
	font-family: "Quicksand", sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #594a3a;
	padding: 35px 0 15px 45px;
	text-transform: uppercase;
}

#themes-header h3 {
	font-family: "Quicksand", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #594a3a;
	padding: 0 0 15px 45px;
	text-transform: uppercase;
}

#themes {
	margin-left: 30px;
	margin-bottom: 45px;
}
.env-theme {
	float: left;
	width: 420px;
	height: 150px;
	display: block;
	border-top: 1px solid #dbe6c8;
	background: url('img/theme-bg.png');
	margin-top: -36px;
	margin-right: 30px;
}
.theme-month {
	float: left;
	width: 61px;
	padding-left: 62px;
	padding-top: 3px;
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #362720;

}


#search-title a:link {color: #362720; text-decoration: none;}
#search-title a:visited {color: #362720; text-decoration: none;}
#search-title a:active {color: #362720; text-decoration: none;}
#search-title a:hover {color: #7aa137; text-decoration: underline;}


.theme-duration {
	float: left;
	width: 61px;
	padding-left: 49px;
	font-family: "Quicksand", sans-serif;
	font-size: 14px;
	/*font-size: 30px;*/
	font-weight: bold;
	color: #362720;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
}

.theme-title {
	float: right;
	width: 290px;
	height: 20px;
	text-align: left;
	padding-top: 5px;
	font-family: "Karla", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #362720;
}

.theme-excerpt {
	float: right;
	width: 290px;
	text-align: left;
	font-family: "Karla", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #362720;
	height: 70px;

}

.theme-url {
	font-family: "Karla", sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: right;
}

.theme-excerpt p {
	margin-bottom: 0px !important;
}

.theme-url a:link {color: #7aa137; text-decoration: none;}
.theme-url a:visited {color: #7aa137; text-decoration: none;}
.theme-url a:active {color: #7aa137; text-decoration: none;}
.theme-url a:hover {color: #7aa137; text-decoration: underline;};
}

.search-title {

}

.search-title  a:link {
	color: #7aa137; 
	text-decoration: none;
	font-family: 'Quicksand', sans-serif !important; 
	font-size: 20px !important;
}

.search-title  a:visited {color: #7aa137; text-decoration: none;}
.search-title  a:active {color: #7aa137; text-decoration: none;}
.search-title  a:hover {color: #7aa137; text-decoration: underline;}


#search-meta {
	font-family: "Karla", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #362720;
}

#search-meta  a:link {color: #7aa137; text-decoration: none;}
#search-meta  a:visited {color: #7aa137; text-decoration: none;}
#search-meta  a:active {color: #7aa137; text-decoration: none;}
#search-meta  a:hover {color: #7aa137; text-decoration: underline;}

#search-excerpt {
	font-family: "Karla", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #362720;
}

.search-page-title {
	font-family: 'Quicksand', sans-serif !important; 
	font-size: 30px !important;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbe6c9;
}

.search-term {
	color: #7aa137;
}

.search-result {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #dbe6c9;
}

#fourohfour-image {
	width: 441px;
	height: 372px;
	display: block;
	margin: 0 auto;
	background: url('img/404.png');
}

.error404 #content {
	background: none !important;
}

#fourohfour-container {
	width: 960px;
	background: #fff;
}

#fourohfour-search {
	width: 560px;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	padding-top: 45px;
	text-transform: uppercase;
	font-family: "Quicksand", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #594a3a;
}

#fourohfour-search  a:link {color: #7aa137; text-decoration: none;}
#fourohfour-search  a:visited {color: #7aa137; text-decoration: none;}
#fourohfour-search  a:active {color: #7aa137; text-decoration: none;}
#fourohfour-search  a:hover {color: #7aa137; text-decoration: underline;}

#search-container {
	height: 25px;
}

#fourohfour-search #search-input {
	float: left;
	margin-left: 145px;
	margin-top: 2px;
}

#search-2 #search-input {
	clear: both;
	margin-left: 0px;
	margin-top: 0px;
}

#search-submit {
	float: right;
	margin-right: 32px;
	height: 36px;
	margin-top: -2px;
}

#fourohfour-search #search-submit {
	float: right;
	margin-right: 136px;
	height: 36px;
	margin-top: 0px;
}
.search-field {
	float: left;
	border: 1px solid #eee2d4 !important;
	border-radius: 0px !important;
	height:24px !important;
	width: 190px;
	margin-left: 28px;
	padding-top: 5px;
	padding-left: 10px !important;
}


#gform_submit_button_1 {
	float: right;
	margin-bottom: 40px;
}








