/*
	Theme Name: Nomad
	Theme URI: http://nomadtrust.org.uk/
	Description: 
	Author: Design by Distraction
	Author URI: http://www.distracts.co.uk
	Version: 1
	Tags: Charity
*/

/*---------------------------*/
/*      General Styles       */
/*---------------------------*/
body {
	background-color: #edf6ec;
	font-size: 14px;
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
}
.wrapper {
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px #888;
    box-shadow: 0 0 15px #888;
    margin: 0 auto;
    min-height: 400px;
    padding: 0 20px 15px;
    width: 960px;
}
.ie9 .green, .ie9 .blue {
   filter: none;
}
.green {
	background: #4cc450; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjYzQ1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzRhYTk0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4cc450 0%, #4aa941 44%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4cc450), color-stop(44%,#4aa941), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4cc450 0%,#4aa941 44%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4cc450 0%,#4aa941 44%,#398235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4cc450 0%,#4aa941 44%,#398235 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4cc450 0%,#4aa941 44%,#398235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc450', endColorstr='#398235',GradientType=0 ); /* IE6-8 */
}
.blue {
	background: #3875e0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4NzVlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzJlNjhiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTJlODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3875e0 0%, #2e68be 44%, #212e84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3875e0), color-stop(44%,#2e68be), color-stop(100%,#212e84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3875e0 0%,#2e68be 44%,#212e84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3875e0 0%,#2e68be 44%,#212e84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3875e0 0%,#2e68be 44%,#212e84 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3875e0 0%,#2e68be 44%,#212e84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875e0', endColorstr='#212e84',GradientType=0 ); /* IE6-8 */
}
a, a:active, a:visited {
	text-decoration: none;
	color: #50A845;
}

/*---------------------------*/
/*      Headings Styles      */
/*---------------------------*/
h1 {
	font-weight: 700;
}
h2 {
	font-weight: 700;
}
h3 {
	font-weight: 700;
}
a h3.more_news {
	color: #50A845;
	font-size: 20px;
	border-bottom: 1px solid #50A845;
	padding-bottom: 10px;
}
.sidebar h3.widget-title {
	color: #50A845;
    font-size: 31px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.blog-sidebar h3.widget-title {
	font-size: 16px;
	text-align: left;
	font-weight: 300;
}
h4.srp-widget-title {
    margin-bottom: 2px;
    margin-top: 2px;
}
.block-title h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
}
.what-block a h3 {
	color: #FFFFFF;
    font-size: 21px;
    margin: 16px 0 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    border: none;
}
.what-block a:hover {
	border: none !important;
	text-decoration: none !important;
}

/*---------------------------*/
/*       Header Styles       */
/*---------------------------*/
.header {
	border-top: 10px solid #50A846;
    margin-bottom: 10px;
    min-height: 124px;
    padding-top: 10px;
}
.header .widget_search {
	list-style-type: none;
}
.logo {
	float: left;
	width: 124px;
	height: 124px;
}
.logo h1 {
	padding: 0;
	margin: 0;
}
.search-section {
	background-color: #50A845;
    color: #FFFFFF;
    float: right;
    padding: 10px;
    width: 420px;
}
input#s {
	margin-left: 10px;
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 350px;
}
#searchform label {
	margin-top: 3px;
}

/*---------------------------*/
/*     Navigation Styles     */
/*---------------------------*/
.nav {
	background-color: #E5E5E5;
    float: left;
    margin-left: 75px;
    margin-top: 35px;
    width: 760px;
}
.nav .menu li a {
	color: #000000;
    float: left;
    font-size: 18px;
    margin-left: 6px;
    padding: 13px 15px 10px;
    text-decoration: none;
}
.nav .menu li a:hover {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background-color: #50A845;
	color: #fff;
}
.nav li.current_page_item a, .nav li.current-menu-parent a {
	background-color: #50A845;
	color: #fff;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 100000;
}
.sf-menu {
    line-height:    1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
     /* width: 10em; left offset of submenus need to match (see below) */
    background: #50A845;
	-moz-box-shadow: 0 5px 5px 0 #4A4A4A;
	-webkit-box-shadow: 0 5px 5px 0 #4A4A4A;
	box-shadow: 0 5px 5px 0 #4A4A4A;
	margin-left: 6px;
	margin-top: 6px;
	/* overflow: hidden; */
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu ul li a {
	font-size: 15px;
	color: #fff;
	text-align: left;
	padding: 5px 10px;
}
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em; /* match sf-menu line height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/*---------------------------*/
/*    No Javascript Styles   */
/*---------------------------*/
.no-javascript {
	background: #EC0B2B;
	color: #fff;
    font-size: 13px;
    margin: 10px 0;
    padding: 10px;
}
.no-javascript a {
	color: #fff;
}

/*---------------------------*/
/*       Content Styles      */
/*---------------------------*/
.content {
	overflow: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #50a846;
	clear: both;
}
.container {
	float: left;
    margin-right: 20px;
    width: 710px;
}
.container-side {
	float: left;
    margin-right: 20px;
    width: 635px;
}
.container-full {
    width: 960px;
}
.container a {
	color: #50A846;
}
.container a:hover {
	text-decoration: underline;
}
.diamond {
	position: absolute;
	bottom: -10px;
	right: -10px;
}

/*---------------------------*/
/*      Side Links Styles    */
/*---------------------------*/
.header-donate {
	background: none repeat scroll 0 0 #EC0B2B;
    border-radius: 12px;
    -moz-border-radius: 12px;
    float: left;
    margin-bottom: 5px;
    margin-left: 80px;
    margin-right: 20px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
    width: 100px;
    margin-top: 5px;
}
.header-donate a {
	color: #FFFFFF;
    font-size: 20px;
    margin-left: 25px;
}
.header-social {
	background: #50A845;
	border-radius: 12px 12px;
	-moz-border-radius: 12pxx;
	float: left;
    padding-bottom: 7px;
    padding-right: 5px;
    padding-top: 7px;
    width: 100px;
    margin-top: 5px;
}
.header-social > a:first-child {
	margin-left: 17px;
}
			
/*---------------------------*/
/*   Home Page Block Styles  */
/*---------------------------*/
.block {
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888;
	background-color: #E5E5E5;
	padding: 0 20px 20px 20px;
	margin-bottom: 20px;
}
.block-title {
	background-color: #50A845;
}
.slider-wrapper {
	position: relative;
	width: 715px;
	height: 345px;
	margin-bottom: 20px;
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888;
	overflow: hidden;
}	
.parent-pageid-8 .slider-wrapper {
	width: 950px;
}
.donate {
	overflow: auto;
	border-top: 1px solid #50A845;
	margin-bottom: 10px;
}
.what-do {

}
.our-video {
	min-height: 300px;
}
a.donate-button {
	background-color: #EC0B2B;
	color: #fff;
    float: left;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    margin: 12px 14px 0 0;
    -moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888;
	border: 0;
	padding: 15px 25px;
}
.home-content {
	float: left;
	width: 700px;
	font-size: 12px;
}
.what-block {
	box-shadow: 3px 3px 2px #888;
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
    float: left;
    height: 90px;
    margin-left: 20px;
    width: 206px;
    position: relative;
}
.blocks-wrapper > .what-block:first-child {
	margin-left: 0;	
}
.blocks-wrapper {
	overflow: auto;
    padding-bottom: 20px;
}

/*---------------------------*/
/*       Slider Styles       */
/*---------------------------*/
.nivo-controlNav {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 10000;
}

/*---------------------------*/
/*       Sidebar Styles      */
/*---------------------------*/
.sidebar {
	width: 208px;
	float: left;
	min-height: 225px;
	border: 1px solid #50a846;
	padding: 5px 5px 20px;
	position: relative;
}
.side-image {
	width: 305px;
	border: 0;
	padding: 0;
	float: left;
}
.sidebar li {
	list-style-type: none;
}
.sidebar div.srp-thumbnail-box {
	display: block;
	padding-right: 0;
}
a.srp-widget-title-link {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.srp-widget-date {
	color: #000;
	font-size: 12px;
}
.srp-widget-excerpt {
	clear: both;
	padding-top: 3px;
	font-size: 13px;
}
.srp-widget-stringbreak-link {
	display: none;
}
.sidebar_social {

}
a.facebook_link {
	color: #6688C1;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}
a.twitter_link {
	color: #56BFDE;
	font-size: 20px;
	display: block;
}
#text-2 {
	background: #50A845;
	color: #fff;
	padding: 5px;
	box-shadow: 3px 3px 2px #888;
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
}
#text-2 h3 {
	font-size: 14px;
	color: white;
	text-align: left;
}
#ns_widget_mailchimp_form-2 input:valid, #ns_widget_mailchimp_form-4 input:valid {
	width: 115px;
}
#ns_widget_mailchimp-2 h3.widget-title, #ns_widget_mailchimp-4 h3.widget-title {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 3px;
}
#ns_widget_mailchimp_form-2 label, #ns_widget_mailchimp_form-4 label {
	font-weight: 300;
	font-size: 12px;
}
#ns_widget_mailchimp_form-2 .button, #ns_widget_mailchimp_form-4 .button {
	display: none;
}


/*---------------------------*/
/*    Latest Posts Styles    */
/*---------------------------*/
.srp-widget-singlepost {
	width: 208px;
}
.srp-content-box {
	float: left;
}
h4.srp-post-title {
	padding: 3px 0;
	margin: 0;
}
h4.srp-post-title a {
	color: #000;
	font-weight: 300;
	font-size: 14px;
}

/*---------------------------*/
/*      About Styles      */
/*---------------------------*/
#time-accordion {
	float: left;
    margin-right: 20px;
    width: 635px;
}
.timeline {
	width: 150px;
	margin-right: 20px;
	float: left;
}
.timeline h2 {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.time-head {
	background-color: #50A845;
	color: #fff;
	padding: 5px 10px;
	font-weight: 300;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	display: block;
}
.events {
	float: left;
	width: 465px;
}
.events h3 {
	padding: 0;
	margin: 5px 0;
}
.time-event { 

}
.page-id-52 .container, .page-id-52 .container-full {
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
}
       		
/*---------------------------*/
/*      Services Styles      */
/*---------------------------*/
.job-vacent {
	padding: 10px;
	width: 400px;
	border: 1px solid #50A845;
	margin-bottom: 10px;
}
.job-vacent h3 {
	margin: 0;
	padding: 0;
}

/*---------------------------*/
/*       Gallery Styles      */
/*---------------------------*/
.gallery-container {
	float: left;
    padding: 5px;
    width: 722px;
    background: #E5E5E5;
}
.menu-gallery-container {
	background-color: #e5e5e5;
	width: 228px;
	float: left;
}
.menu-gallery-container ul {
	padding: 5px;
}
.gallery-menu li {
	list-style-type: none;
	margin: 3px 0;
	padding: 3px;
}
.gallery-menu li a {
	color: #000;
}
.gallery-menu .current_page_item {
	border: 2px solid #50A845;
}
.ngg-navigation {
	font-size: 17px !important;
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
	background: #50A845 !important;
}
.enlarge-image {
	font-size: 24px;
	width: 220px;
	margin-top: -40px;
	overflow: auto;
	padding-left: 10px;
}
.enlarge-desc {
	float: left;
	margin-left: 15px;
	width: 150px;
}
.enlarge-icon {
	float: left;
	width: 44px;
}

/*---------------------------*/
/*        Blog Styles        */
/*---------------------------*/
.blog .content, .single .content, .search .content, .archive .content {
	border: 1px solid #50A846;
}
.entry-meta a, .entry-utility a {
	color: #000;
}
.blog-sidebar {
	float: left;
    min-height: 225px;
    overflow: hidden;
    width: 248px;
}
.blog-sidebar ul {
	padding: 0;
}
.blog-sidebar .widget-container {
	padding: 10px;
}
.blog-sidebar a {
	color: #000;
}
.blog-sidebar li {
	list-style-type: none;
}
.blog-sidebar .widget_archive {
	background-color: #d9e7d2;
}
.blog-sidebar .widget_categories {
	background-color: #50A846;
}
.blog-sidebar .widget_categories h3 {
	background-color: #50A846;
	color: #fff;	
}
.blog-sidebar .widget-title {
	color: #000;
}
.blog-container {
	border-right: 2px solid #50A846; 
	width: 708px;
	float: left;
    min-height: 500px;
}
.blog-container h1 {
	font-weight: 300;
	font-size: 20px;
}
article.post {
	border-bottom: 1px solid #000;
	margin: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
article.page {
	border-bottom: 1px solid #000;
	margin: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
h2.entry-title {
	margin-top: 0;
	text-transform: uppercase;
}
h2.entry-title a {
	font-weight: normal;
	font-size: 16px;
	color: #000;
}
.blog-image {
	margin-right: 15px;
	width: 200px;
	float: left;
}
.blog-overview {
	float: left;
	width: 450px;
}
.navigation {
	margin: 0 auto 0 10px;
}
a.continue-reading {
	background-color: #50A846;
	color: #fff;
    -moz-border-radius: 10px;
	border-radius: 10px;
    display: inline;
    float: right;
    padding: 10px 15px;
    -moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	text-transform: uppercase;
}
.continue-reading a {
	color: #fff;
}
.wp-paginate .current {
	background-color: #50A846 !important;
	border: 1px solid #50A846 !important;
}

	/*---------------------------*/
	/*        Comments Styles    */
	/*---------------------------*/
	.blog-comments {
		color: #50A845;
		text-transform: uppercase;
	}
	.comment-bubble {
		background-image: url("images/blog-comments.png");
	    background-repeat: no-repeat;
	    color: #000;
	    display: inline-block;
	    height: 39px;
	    margin-right: 5px;
	    padding-top: 6px;
	    text-align: center;
	    width: 48px;
	}
	.comments-wrapper {
		margin: 20px;
	}
	h3#comments,.comment-navigation,.comment-navigation:after,#respond:after,.comment-rss{
		display:block;
	} 
	ol.commentlist{
		width:100%;
	} 
	h3#comments,#respond h3{
		height:25px;
		text-align:left;
		background:#50A845;
		color:#fff;
		padding:5px 0 0 5px;
		margin: 0;
	} 
	#respond {
		border: 1px solid #CCCCCC;
	}
	.respond-inner {
		padding: 20px;
	}
	ol.commentlist,li.authorcomment,li.comment,#respond h3,form#commentform,input#submit{
		margin:0;
	}
	ol.commentlist,ol.commentlist ul,form#commentform{
		padding:0;
	}  
	ol.commentlist{
		border-bottom:1px solid #ccc;
	} 
	ol.commentlist ul{
		margin:0 0 0 20px;
	} 
	li.authorcomment,li.comment,form#commentform textarea,form#commentform input{
		border:1px solid #ccc;
	}
	li.authorcomment,li.comment{
		padding:10px 0 0 10px;
		list-style:none;
		border-bottom:none;
	} 
	li.even{
		background:#fff;
	} 
	li.odd{
		background:#efefef;
	} 
	.authorcomment{
		background:#deebf9;
	} 
	ul.children ul{
		margin-left:20px;
	} 
	ul.children li{
		border-right:none;
	} 
	.vcard img{
		float:left;
		background:#c4c4c4;
	} 
	.vcard img,.comment-navigation .newer a,.comment-navigation .older a{
		padding:5px;
	} 
	.comment-meta,ol.commentlist li small,p.subscribe-to-comments label{
		position:relative;
	} 
	.comment-meta,ol.commentlist li small{
		top:10px;
		left:10px;
	} 
	.comment-text{
		margin:0 10px 0 0;
	} 
	.reply,.comment-navigation .newer,input#submit{
		float:right;
	} 
	.reply,.comment-navigation .newer a,.comment-navigation .older a,input#submit{
		background:#50A845;
	} 
	.reply{
		margin:0 10px 10px 0;
	} 
	a.comment-reply-link,.reply a:link,
	.comment-navigation .newer a,.comment-navigation .older a,input#submit{
		display:inline-block;
		text-align:center;
		cursor:pointer;
		color:#fff;
	} 
	a.comment-reply-link,.reply a:link{
		padding:5px 0;
	}
	a.comment-reply-link,.reply a:link,input#submit{
		width:70px;
	} 
	a.comment-reply-link:hover,.reply a:hover,.comment-navigation .newer a:hover,
	.comment-navigation .older a:hover,input#submit:hover{
		background:#e7e7e7;
		text-decoration:none;
		color:#50A845;
		font-weight:bold;
	} 
	a.comment-reply-link:hover,.reply a:hover,input#submit:hover{
		width:68px;
	} 
	a.comment-reply-link:hover,.reply a:hover{
		padding:4px 0;
	} 
	a.comment-reply-link:hover,.reply a:hover,.comment-navigation .newer a:hover,.comment-navigation .older a:hover{
		border:1px solid #50A845;
	} 
	.comment-navigation{
		margin:10px 0 10px 0;
	} .comment-navigation:after,#respond:after{
		content:".";
		height:0;
		visibility:hidden
	} 
	.clear{
		clear:both;
	} 
	.comment-navigation .newer a:hover,.comment-navigation .older a:hover{
		padding:4px;
	} 
	form#commentform textarea,form#commentform input{
		padding:2px 3px;
	} 
	form#commentform textarea{
		width:442px;
	} 
	input#submit{
		padding:5px 0 !important;
		border:0 !important;
	} 
	input#submit,p.subscribe-to-comments input{
		outline:0;
	} 
	input#submit:hover{
		padding:4px 0 !important;
		border:1px solid #50A845 !important
	} 
	p.subscribe-to-comments{
		background:url('images/email_32.png') no-repeat;
	} 
	p.subscribe-to-comments,.comment-rss{
		height:32px;
		text-indent:42px;
		padding:5px 0 0 0;
	} 
	p.subscribe-to-comments input{
		margin:5px 3px 3px 3px !important;
		border:0;
	} 
	p.subscribe-to-comments label{
		top:-2px;
		color:#666;
	} 
	.comment-rss{
		background:url('images/rss_32.png') no-repeat;
	} 
	 
	/*comment total stlying*/
	 
	.comment-total{text-align: center;font-size: 1.5em;color: #fff;}
	.comment-total span{font-size: 2em;color: #800000;}

	/*---------------------------*/
	/*        Add This Styles    */
	/*---------------------------*/
	.addthis_toolbox {
		margin-top: 5px;
		margin-bottom: 5px;
	}

/*---------------------------*/
/*     Accordion Styles      */
/*---------------------------*/
#accordion {
	width: 635px;
}
.accordion-head {
	cursor: pointer;
	background: #EDF6EC;
	width: 100%;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	padding: 5px 0;
	margin: 0;
}
#accordion section {
	border-bottom: 2px solid #50A846;
}
#accordion > section:last-child {
	border-bottom: 0;
}
.accordion-content {
	background: #50A846;
	padding: 10px;
	color: #fff;
	border: 1px solid #fff;
}

/*---------------------------*/
/*    Volunteering Styles    */
/*---------------------------*/
.volunteer-wrap {
	color: #fff;
	background: #50A846;
	padding: 20px;
	position: relative;
}
.volunteer-wrap h2 {
	font-size: 16px;
	margin: 5px 0;
	color: #fff;
}
a.apply-button {
	background: #fff;
	padding: 7px 25px;
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
	font-weight: 700;
	position: absolute;
    right: 15px;
    color: #50A846;
    top: 15px;
}

/*---------------------------*/
/*     Contact Styles        */
/*---------------------------*/
.map {
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	width: 710px;
	height: 350px;
	margin-bottom: 20px;
}
.our-team {
	overflow: auto;
	padding: 0 20px 20px;
}
.column-two-thid {
	width: 600px;
	margin-right: 20px;
	float: left;
}
.column-half {
	width: 50%;
	margin-right: 20px;
	float: left;
}
.column-one-third {
	width: 300px;
	float: left;
}
.department {
	float: left;
	margin-right: 20px;
	width: 330px;
	position: relative;
}
.diamond-contact {
	position: absolute;
	top: 10px;
	left: 0;
}
.department-content {
	margin-left: 35px;
	word-wrap: break-word;
	min-height: 210px;
}
.department h2 {
	font-size: 16px;
}
.page-id-364 .staff-member {
	float: left;
	width: 170px;
	margin-right: 60px;
	margin-left: 0;
	height: 265px;
	overflow: hidden;
}
.staff-member {
	float: left;
	width: 170px;
	margin-left: 20px;
	height: 265px;
	overflow: hidden;
}
.trustee {
	margin-bottom: 10px;
}
.staff-member h3, .trustee h3 {
	margin: 0;
}
.members-wrap, trustee-wrap {
	overflow: auto;
}
.members-wrap > .staff-member:first-child {
	margin-left: 0;
}
.column-one-third .block {
	font-size: 11px;
}
.link {
	margin-bottom: 5px;
}
a.team-button {
	float: left;
	margin-right: 15px;
	background: #b2b2b2;
	-moz-box-shadow: 3px 3px 1px #888;
	-webkit-box-shadow: 3px 3px 1px #888;
    box-shadow: 3px 3px 1px #888;
	padding: 10px 20px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0;
	color: #fff;
}
.our-team > a.team-button:first-child {
	margin-right: 20px;
}
.button-wrap {
	margin-bottom: 10px;
	margin-top: 10px;
}
				
/*---------------------------*/
/*       Footer Styles       */
/*---------------------------*/
.footer {
	background-color: #E5E5E5;
    margin-top: 15px;
    padding: 15px 50px;
    color: #808080;
    overflow: auto;
}
.footer a {
	color: #808080;
	text-decoration: none;
}
.footer .column-one, .footer .column-two {
	float: left;
	width: 190px;
	text-align: center; 
}
.footer .column-three {
	float: left;
	width: 460px;
}
.footer .current_page_item a {
	background-color: #E5E5E5;
	color: #000;
}
.footer ul.pagenav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
.copyright {
	padding-top: 10px;
	clear: both;
}
.twitter {
	background-color: #FFFFFF;
    -moz-box-shadow: 1px 1px 6px #888;
	-webkit-box-shadow: 1px 1px 6px #888;
    box-shadow: 1px 1px 6px #888;
    width: 440px;
    margin-left: 15px;
}
.twitter ul {
	margin: 0;
	padding: 0;
}
.twitter-logo {
	float: left;
    margin-left: -15px;
    margin-right: 8px;
}
.footer-menu {
	margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#twitter-2 h3.widget-title {
	display: none;
}
li#twitter-2, #twitter-2 li , #twitter-2 li {
	list-style-type: none !important;
}

/*---------------------------*/
/*       Search Styles       */
/*---------------------------*/
.search-no-results .blog-container {
	padding: 1px 20px 20px;
    width: 668px;
}
.search-no-results .content {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*---------------------------*/
/*      Contact Styles       */
/*---------------------------*/
.footer address, .footer address a {
	color: #50A845;
} 
