
/* ---------------------------------------------------------- 
	Navbar 
------------------------------------------------------------- */

#nav ul.menu {
	float: right;
	padding: 0;
}

	#nav ul.menu li {
		list-style-image: none;
		float: left;
		margin: 0;

	}
		#nav ul.menu li a{
			border-bottom: 5px solid white;
			color: #454544;
			display: block;
			font-family: Gentona-Book;
			font-size: 14px;
			font-weight: 400;
			height: 100px;
			letter-spacing: .1em;
			line-height: 100px;
			padding: 0 7px;
			text-transform: uppercase;
		}


		#nav ul.menu li a:hover,
		#nav ul.menu li.current-menu-item a{
			border-bottom: 5px solid #f9b100;
		}

		#nav ul.menu li.donate-btn a{ 
			display: inline-block;
			vertical-align: middle;
			width: 151px;
			color: white;
			background: url('../../images/sprite.png') no-repeat 21px -681px;
			text-indent: 49px;
			font-size: 17px;
		}

		.home #nav ul.menu li.donate-btn a:hover{
			color:white;
		}
		#nav ul.menu li.donate-btn a:hover{
			background-position: 21px -550px;
			border: none;
		}

	#nav ul.menu li:first-child { 
		padding-left: 0;
	}

#nav ul.menu li.link-icon {
	padding-top: 40px;
}

#nav ul.menu li.link-icon a{
	border: none;
	display: block;
	height: 17px;
	line-height: 160px;
	overflow: hidden;
	padding: 0;
	width: 20px;
}

 #nav ul.menu li.social-icon {
 	padding-left: 15px;
 }

 #nav ul.menu li.social-icon:first-child {
 	padding-left: 27px;
 }

/* home page */
	.home #nav ul.menu li a{ 
		color: white;
		border-bottom: none;
	}

		.home #nav ul.menu li a:hover,
		.home #nav ul.menu li.current-menu-item a{
			border-bottom: none;
			color: #f9b100;
		}
/* end home page*/
/* ----------------------------------------------------------
	Sidebars
------------------------------------------------------------- */
#sidebar ul li,
.below-banner-widgets ul li {
	
	margin-bottom: 20px;
	padding-left: 0;
}

.below-banner-widgets ul li {
	list-style-type: none;
}

/* right  */
#sidebar ul.menu li {
	display: block;
	margin: 0 auto 20px;
	padding:10px 0;
} 
	#sidebar ul.menu li a{
		color: white;
		font-weight: 400;
		letter-spacing: .2em;
		padding: 10px 30px;
		min-width: 160px;
	} 

/* ----------------------------------------------------------
	Section nav
------------------------------------------------------------- */
.below-banner-widgets .widget {
	margin: 0;
	padding: 0;
} 

.below-banner-widgets ul {
	margin-bottom: 60px;
	min-height: 123px;
	padding: 0;
	text-align: center;
} 

.below-banner-widgets ul:before,
	.below-banner-widgets ul:after {
		content: ' ';
		display: block;
	}

	.below-banner-widgets ul:after {
		clear: both;
	}



.below-banner-widgets ul li a{
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: top center;
} 	
	.below-banner-widgets ul li {
		border-bottom: 1px solid #b4b3b3;
		display:inline-block;
		margin-left: 15px ;
	}
		.page-template-get-involved-php .below-banner-widgets ul li {
			border-bottom: 3px solid transparent;
		}

	.page-template-get-involved-php .below-banner-widgets ul li:nth-child(1) a{
		background-image: url('../../images/whistle_btn.png');
	}
	.page-template-get-involved-php .below-banner-widgets ul li:nth-child(2) a{
		background-image: url('../../images/caseidea_btn.png');
	}
	.page-template-get-involved-php .below-banner-widgets ul li:nth-child(3) a{
		background-image: url('../../images/donate_btn.png');
	}
	.page-template-get-involved-php .below-banner-widgets ul li:nth-child(4) a{
		background-image: url('../../images/email_btn.png');
	} 	 	

	.page-template-get-involved-php .below-banner-widgets ul li:nth-child(1) a:hover{
		background-image: url('../../images/whistle_btn_hover.png');
	}
	.page-template-get-involved-php .below-banner-widgets ul li:nth-child(2) a:hover{
		background-image: url('../../images/caseidea_btn_hover.png');
	}
	.page-template-get-involved-php .below-banner-widgets ul li:nth-child(3) a:hover{
		background-image: url('../../images/donate_btn_hover.png');
	}
	.page-template-get-involved-php .below-banner-widgets ul li:nth-child(4) a:hover{
		background-image: url('../../images/email_btn_hover.png');
	} 	 	
	.page-template-get-involved-php .below-banner-widgets ul li.current-menu-item:nth-child(1) a{
		background-image: url('../../images/whistle_btn_active.png');
	}
	.page-template-get-involved-php .below-banner-widgets ul li.current-menu-item:nth-child(2) a{
		background-image: url('../../images/caseidea_btn_active.png');
	}
	.page-template-get-involved-php .below-banner-widgets ul li.current-menu-item:nth-child(3) a{
		background-image: url('../../images/donate_btn_active.png');
	}
	.page-template-get-involved-php .below-banner-widgets ul li.current-menu-item:nth-child(4) a{
		background-image: url('../../images/email_btn_active.png');
	} 	
		.below-banner-widgets ul li:first-child {
			margin-left:0px ;		
		}



		.below-banner-widgets ul li a {
			color: #454544;
			font-family: 'Merriweather', serif;
			font-size: 14px;
			font-weight: 200;
			letter-spacing: .2em;
			display:inline-block;
			line-height: 60px;
			text-transform: uppercase;
	    	width: 235px;
		}
	
	.below-banner-widgets ul li a:hover{
		color: #61a9b0;
	}
	.below-banner-widgets ul li.current-menu-item a {
		color: #f9b100;
	}

	.below-banner-widgets ul li.current-menu-item{
		border-bottom: 3px solid #f9b100!important;

	}
	.below-banner-widgets ul li:hover{
		border-bottom: 3px solid #61a9b0;

	}

/* ----------------------------------------------------------
	our work
------------------------------------------------------------- */
.topics-title {
	float: left;
	letter-spacing: .2em;
}

.section-nav.small{
	float: right;
	font-family: Gentona-Book;
	font-size: 16px;
	text-transform: uppercase;
}

	.section-nav.small a {
		color:  #454544;
		
	}

.section-nav.small a:first-child {
	padding-right: 40px;
}

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

#footer-content a{
		color: #898989;
		font-family: Gentona-Light,Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: .1em;
		line-height: 14px;
		text-transform: uppercase;
	}

.footer-nav .menu,
.footer-sub-nav .menu{
	clear: both;
	float: right;
	list-style-type: none;
	padding: 0;
} 


.footer-nav .menu li,
.footer-sub-nav .menu li {
	list-style-image: none;
	float: left;
	padding: 0;
}



#footer .footer-sub-nav .menu li a {
		font-family: Gentona-Light,Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: .1em;
		line-height: 12px;

}
	#footer .footer-sub-nav .menu li {
		margin: 0;
		padding: 0;
	}

	#footer .footer-sub-nav .menu li a{ 
		border-left: 1px solid #898989;
		padding:0 13px;
		margin-left: 0;
	}

	#footer .footer-sub-nav .menu li:first-child a{
		border-left: none;
	} 