/*
Theme Name: National Center for Fathers
Theme URI: 
Description:  NCF theme by Jeff Roberts Web Design
Version: 1
Author: Jeff Roberts Web Design
Author URI: http://www.jeffrobertswebdesign.com
Tags: 

*/

body {
	line-height: 160%;
	background: #E6E6E6;
	margin: 0;
	padding: 0;
	font-family: "century gothic", verdana;
	color: #314157;
}

/* STRUCTURE */

#wrapper {
	max-width: 1000px;
	margin: 0 auto 15px;
	background: #fff;
	box-shadow: 0 0 12px #888;
	display: block;	
	overflow: hidden;
}


#header {
	width: 100%;
	background: #fff;
	height: 132px;
	display: block;
	padding: 4px 0;
}

#header-content {
	max-width: 1000px;
	margin: 0 auto;
	height: 98px;
}

#header-interact {
	float: right;
	padding-top: 30px;
}

#social {
	float: right;
	display: inline-block;
	margin-top: 5px;
}

#page-header {
	max-width: 1000px;
	display: table-cell;
	valign: center;
}

#page-header img {
	width: 100%;
	height: auto;
	display: block;
}

#social img {
	border-radius: 20px;
	float: left;
	margin: 0 0 0 5px;
}

#header #search {
	float: left;
	padding: 0;
	display: inline-block;
}

#logo {
	float: left;
	max-width: 330px;
	margin-top: 2px;
}

#logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

#wd-logo {
	display: none;
	float: left;
	max-width: 165px;
}

#crumbs {
	margin: 0 3%;
	font-size: 12px;
	font-weight: bold;
}

#crumbs a {
	text-decoration: none;
	font-size: 12px;
	color: #337291;
	font-weight: bold;
}

#crumbs a:hover {
	text-decoration: underline;
}

#container {
	padding: 15px 3px 0px 3px;
	min-height: 400px;
}

#container img {
	max-width: 100%;
	height: auto;
	display: block;
}

.home #container,
.page-id-1510 #container {
	padding: 0;
}

#content {
	padding: 0;
	display: block;
}

#left-side {
	float: left;
	width: 73%;
	margin-left: 2%;
}

#sidebar-left,
#sidebar-resource-center,
#sidebar-blog {
	float: left;
	width: 31%;
	margin: 0 2% 0 0;
	padding: 20px 0 0 0;
}

#sidebar-right {
	float: right;
	width: 21%;
	margin-right: 2%;
}

#main {
	width: 65%;
	float: right;
	position: relative;
	z-index: 500;
}

#main object {
	position: relative;
	z-index: 8000;
}

#main img {
	max-width: 100%;
	height: auto;
	display: block;
}

#main.full {
	width: 92%;
	margin: 0 auto;
	float: none;
}

.padded {
	margin: 0;
	padding: 15px 20px 0;
}

#sidebar-left .widget {
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #F4F4F4;
}

.right-sidebar-widget {
	border-bottom: 1px solid #DCDDDE;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.right-sidebar-widget:last-child {
	border: none;
}

.left-sidebar-widget {
	margin-top: 20px;
}

/* CAROUSEL */

#slideshow {
	overflow: hidden;
	border-top: solid 1px #fff;
	width: 100%;
	display: block;
	background: #000;
	position: relative;
	height: 457px;

}

#slideshow img {
	max-width: 100%;
	display: block;
	height: auto;
}

#slide_ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #000000;
}

#slide_ul li {

}

#carousel_container {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: #000000;
	max-width: 1200px;
	width: 100%;
}

#carousel_inner {  
	//max-width: 1200px; /* important (this width = width of list item(including margin) * items shown */  
	overflow: hidden;  /* important (hide the items outside the div) */  
	/* non-important styling bellow */  
	background: #000000;  
	margin: 0 auto;
}  
  
#slide_ul {  
	position:relative;  
	left: -0; /* important (this should be negative number of list items width(including margin) */  
	list-style-type: none; /* removing the default styling for unordered list items */  
	margin: 0px;  
	padding: 0px;  
	//width:9999px; /* important */  
}  
  
#slide_ul li{  
	
	//max-width: 1200px;  /* fixed width, important */  
	padding:0px;  
	background: #000000;  
	margin: 0;  
	
}  
  
#slide_ul li img {  
	.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that */  
	/* styling */  
	cursor:pointer;  
	cursor: hand;  
	border:0px;  
	position: relative;
	z-index: 1000;
	width: 100%;
	height: auto;
}  

.left-arrow img {
	position: absolute;
	top: 50%;
	left: 1%;
	width: 57px;
	height: 57px;
	z-index: 9500;
	cursor: pointer;
}

.right-arrow img {
	position: absolute;
	top: 50%;
	right: 1%;
	width: 57px;
	height: 57px;
	z-index: 9500;
	cursor: pointer;
}
/**** END CAROUSEL ****/

/* SHOP ONLINE */

#shop-online {
	padding: 50px 40px;
}

#shop-online img {
	max-width: 100%;
	height: auto;
	display: block;
}

#shop-buttons {
	width: 100%;
	margin-bottom: 40px;
}

#shop-buttons img {
	float: left;
	margin: 0 2%;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

/* END SHOP ONLINE */


#timeline {
	max-width: 1000px;
	max-height: 501px;
	position: relative;
	z-index: 1000;
	float: left;
}

#timeline-background {
	max-width: 1000px;
	height: auto;
}

#timeline-background img {
	width: 100%;
	max-width: 1000px;
	display: block;
	height: auto;
}

#timeline a {
	position: absolute;
	top: 1%;
	text-indent: -9999px;
}

#timeline a#zero {
	z-index: 2000;
	left: 355px;
	width: 106px;	
	height: 482px;
	background: url(images/0.png) no-repeat;
	background-position: left;
	overflow:hidden;
}

#timeline a#zero:hover {
	background-position: right;
}

#timeline a#three {
	z-index: 3000;
	left: 445px;
	width: 107px;
	height: 482px;
	background: url(images/3.png) no-repeat;
	background-position: left;
}

#timeline a#three:hover {
	background-position: right;
}

#timeline a#six {
	z-index: 2500;
	left: 525px;
	width: 136px;	
	height: 482px;
	background: url(images/6.png) no-repeat;
	background-position: left;
	overflow:hidden;
}

#timeline a#six:hover {
	background-position: right;
}

#timeline a#ten {
	z-index: 4000;
	left: 630px;
	width: 122px;	
	height: 482px;
	background: url(images/10.png) no-repeat;
	background-position: left;
	overflow:hidden;
}

#timeline a#ten:hover {
	background-position: right;
}

#timeline a#fourteen {
	z-index: 3000;
	left: 740px;
	width: 116px;	
	height: 482px;
	background: url(images/14.png) no-repeat;
	background-position: left;
	overflow:hidden;
}

#timeline a#fourteen:hover {
	background-position: right;
}

#timeline a#eighteen {
	z-index: 2000;
	left: 810px;
	width: 172px;	
	height: 482px;
	background: url(images/18.png) no-repeat;
	background-position: left;
	overflow:hidden;	
}

#timeline a#eighteen:hover {
	background-position: right;
}

#timeline-small {
	display: none;
}

#timeline-small img {
	max-width: 100%;
	display: block;
	height: auto;
}

/* POST LISTING */

.post-listing {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #EBEBEB;
}

.post-listing h2,
.post-listing h2 a {
	text-decoration: none;
	font-size: 20px;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: normal;
	line-height: 100%;
	color: #194465;
}

.post-listing h2 a:hover {
	text-decoration: underline;
}

.post-listing .the-date {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 100%;
	color: #1A1A1A;
}

.post-listing p {
	margin: 0 0 8px 0;
	padding: 0;
}

.thumbnail {
	float: left;
	margin: 6px 15px 5px 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.thumbnail img {
	width: 80px;
	height: auto;
}

.excerpt img {
	display: none !important;
}

.wp-pagenavi {
	margin: 0px 0 20px 0;
	float: left !important;
	clear: none !important;
}

/* END POST LISTING */

/* HOF LISTING */

.hof-listing {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	color: #848484;
	font-size: 14px;
	line-height: 100%;
}

.hof-listing h2,
.hof-listing h2 a {
	text-decoration: none;
	font-size: 24px;
	margin: 0 0 16px 0;
	padding: 0;
	font-weight: bold;
	line-height: 100%;
	color: #1B4669;
}

.hof-listing h2 a:hover {
	text-decoration: underline;
}

.hof-listing h3 {
	font-size: 16px;
	font-weight: normal;
	color: #1B4669;
	line-height: 100%;
}

.hof-listing .the-date {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 100%;
	color: #1A1A1A;
}

.hof-listing p {
	margin: 0 0 8px 0;
	padding: 0;
}

.hof-thumbnail-container {
	width: 152px;
	height: 186px;
	background: url(images/blue-ribbon.jpg);
	background-repeat: no-repeat;
	background-position: 95% 152px;
	float: left;
	margin: 0 15px 0 0;
	border-bottom: solid 1px #DDDDDD;
	padding-bottom: 20px;
}

.hof-thumbnail {
	width: 150px;
	height: 150px;
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	border: solid 1px #BABEBD;
}

.excerpt img {
	display: none !important;
}

.wp-pagenavi {
	margin: 0px 0 20px 0;
	float: left !important;
	clear: none !important;
}

/* END HOF LISTING */

/* FEATURED PAGES */

#featured-page-posts {
	width: 81%;
	margin: 0 auto;
}

.featured-page {
	width: 31%;
	float: left;
	margin: 0 1%;
	text-align: center;
}

.featured-page:last-child {
	margin: 0;
	float: right;
}

.featured-image {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.featured-image .thumbnail img {
	width: auto !important;
	min-width: 200px;
	max-width: auto !important;
	height: 200px !important;
	display: block;
	margin: 0 auto;
}

.featured-image .thumbnail {
	border-radius: 150px;
	overflow: hidden;
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
	border: solid 1px #FF8901;
	float: none;
}
	

/* END FEATURED PAGES */

/* SEARCH FORM */

#search {
	float: right;
	margin: 5px 15px 8px 0;
}

#searchform {
	background: #fff;
	width: 217px;
	height: 32px;
	padding: 0;
	border: solid 1px #A5A5A5;
	border-radius: 20px;
}

#searchform input {
	margin: 0;
	float: left;
	border-radius: 0 20px 20px 0;
}

#searchform .field {
	background: transparent;
	border:none; 
	width: 171px;
	padding: 8px 5px 0 5px;
	font-size: 16px;
}

.submit-link {
	background: none;
	border: none;
	color: #194465;
	font-size: 14px;
	clear: both;
	float: right;
	display: block;
	margin: 5px 40px 15px 0;
	cursor: pointer;
	text-decoration: none;
}

.submit-link:hover {
	text-decoration: underline;
}

#hall-form {
	width: 400px;
	margin: 20px auto;
	border-top: solid 1px #194465;
	padding-top: 20px;
}

#hall-form #s {
	float: left;
	border-radius: 20px;
	padding: 11px;
	border: solid 1px #333;
	width: 200px;
	margin-right: 6px;
}

#hall-form #searchsubmit {
	background: #68BC34;
	border: none;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	font-size: 16px;
	float: right;
}

#hall-form #searchsubmit:hover {
	background: #72C93D;
}

h2.searched-for {
	color: #C8C8C8;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 40px 0;
	text-align: center;
}

/* END SEARCH FORM */

/* Hall of Fame */

.hof-image {
	max-width: 400px;
	width: 90%;
	float: left;
	margin: 0 15px 15px 0;
}

.hof-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* End Hall of Fame */

/* POSTS */

.latest-post {
	max-width: 28%;
	float: left;
	margin: 0 2.5%;
	
}

.latest-post h2 {
	font-size: 18px;
	color: #26334C;
	margin: 0;
	padding: 0;
}

.latest-post-image {
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	max-height: 186px;
}

.latest-post-image img {
	width: 100%;
	display: block;
	height: auto;
}

.latest-post .post-meta {
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
}

.latest-post .post-meta p {
	margin: 0;
	padding: 4px 0 0 4px;
}

.latest-post .post-meta a {
	color: #4BABED;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.latest-post .post-meta a:hover {
	text-decoration:underline;
	color: #68BAF0;
}

#latest-posts {
	padding-top: 10px;
	display: block;
	clear: both;
}

ul.post-categories {
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
	line-height: 100%;
}

ul.post-categories li {
	display: inline-block;
	margin-right: 4px;
}

ul.post-categories li:after {
	content: "|";
}

ul.post-categories li:last-child:after {
	content: " ";
}

ul.post-categories li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

ul.post-categories li a:hover {
	text-decoration: underline;
}

/* END POSTS */

/* WD PROMO */

.wd-promo {
	margin: 20px 0;
}

.wd-promo h2 {
	display: none;
}

/* END WB PROMO */

/* SIGN UP */

#sign-up {
	background: #68BC34;
	width: 100%;
	color: #fff;
	font-size: 18px;
	padding: 5px 0;
	line-height: 100%;
	display: inline-block;
}

#sign-up-content {
	width: auto;
	margin: 0 0 0 17px;
	text-align: center;
}

#sign-up span {
	color: #2E353F;
}

#sign-up p {
	margin: 9px;
	padding: 0;
	line-height: 100%;
}

#sign-up #field {
	width: 29%;
	padding: 12px 5px;
	background: #68BC34;
	border: solid 1px #fff;
	margin: 0 4px 0 0;
	float: left;
	
}

#sign-up #submit {
	background: #003258;
	padding: 7px 15px;
	color: #fff;
	border: none;
	font-size: 22px;
}

.button {
	background: #003258;
	padding: 7px 15px;
	color: #fff;
	border: none;
	font-size: 22px;
	text-decoration: none;
	display: inline-block;
	margin-top: 2px;
border-radius:10px;
}

.button:hover {
	color: #ddd;
}

/* END SIGN UP */

/* DONATION PAGE */

#donation-period {
/*	background: url(images/donation-buttons-background.jpg) bottom right no-repeat;*/
	max-width: 907px;
	margin: 0 auto 30px;
	height: 200px;
	position: relative;
}

#donation-content {
	width: 100%;
	float: left;
}

#donation-period #buttons ul {
	margin: 0;
	padding: 0;
	clear: both;
	list-style-type: none;
	position: static;
	bottom: 0px;
}

#donation-period #buttons a {
	text-decoration:none;
	color:#333;
}

#donation-period ul li {
	float: left;
	padding-bottom: 19px;
	padding-right: 2px;
}

#donation-period ul li span {
	background: #dcddde;
	font-size: 24px;
	color: #333;
	padding: 8px 29px;
	cursor: pointer;
	transition: all .2s;
}

#donation-period ul li:hover span {
	background: #D0D1D2;
	color: #333;
}

#donation-period ul li.selected span {
	background: #FF8901;
	color: #fff
}

#donation-period ul li:hover,
#donation-period ul li.selected {

}

#donation-amounts {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	height: 325px;	
}

#donation-amounts #monthly,
#donation-amounts #single {
	position: absolute;
	top: 0px;
}

#donation-amounts a {
	float: left;
	margin: 0 22px;
	border-radius: 50%;
	transition: all .2s;
	position: relative;
	max-width: 278px;
	max-height: 278px;
	overflow: hidden;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	overflow: hidden;
	background: url(images/mask.png);
	z-index: 5000;
	display: block;
}

#donation-amounts a.other {
	border-radius: 0;
	float: none;
	margin: 0 auto;
	background: none;
}

#donation-amounts a.other:hover img {
	opacity: .9;
}

#donation-amounts a.other img {
	margin: 30px auto;
	max-width: 100%;
	display: block;
	height: auto;
	position: static !important;
}

#donation-amounts img {
	transition: all .2s;
	position: relative;
	z-index: 4000;
}


#donation-amounts a:hover img {
	opacity: .5;
}

#donation-amounts a span {
	position: absolute;
	top: 200%;
	left: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 40px;
	background: #7AB800;
	padding: 10px 0 100px;
	text-align: center;
	width: 100%;
	transition: all .3s;
	border-top: solid 1px #fff;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	z-index: 4500;
	line-height: 100%;
}

#donation-amounts a span.silver {
	background: #C8C7C5;
	color: #474747;
}

#donation-amounts a span.blue {
	background: #194465;
}

#donation-amounts a span.orange {
	background: #FE9B2E;
}

#donation-amounts a:hover span {
	top: 55%;	
}

#donation-amounts > div {
	max-width: 965px;
	margin: 0 auto;
	display: block;
	top: 0;
	left: 20px;
}

#donation-amounts #single {
	display: none;
}

#more-ways {
	max-width: 907px;
	height: 552px;
	background: url(images/more-ways.jpg);
	margin: 0 auto 40px;
	position: relative;
}

#more-ways ul {
	position: absolute;
	top: 90px;
	left: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 54%;
}

#more-ways ul li a {
	background: #00B9E4;
	background-image: url(images/orange-background.jpg);
	background-repeat: repeat-x;
	background-position: 0 -90%;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	display: block;	
	margin-bottom: 8px;
	padding: 8px 0;
	width: 96%;
	margin: 0 auto 8px;
	clear: both;
	transition: background-position .2s ;
}

#more-ways ul li:nth-child(odd) a {

}

#more-ways ul li a:hover {
	background-position: 0 0;
}

#more-ways ul li.third a {

}

#more-ways ul li.full a {

}

/* END DONATION PAGE */

/* TWEETS */

#latest-tweets-row {
	background: #E2F5FB;
	width: 100%;
	padding: 5px 0;
	display: inline-block;
}

#latest-tweets {
	width: 90%;
	margin: 0 auto;
}

#latest-tweets img {
	float: left;
	margin-right: 15px;
}

#latest-tweets #tweets {
	padding-top: 5px;
	display: inline-block;
	font-size: 16px;
}

#latest-tweets p {
	width: 50px;
	text-transform: uppercase;
	color: #013F7E;
	padding-right: 4px;
	border-right: solid 1px #303842;
	margin-right: 4px;
	float: left;
}

#tweets {
	width: 80%;
}

#tweets em {
	display: none;
}

.tweets-box h2 {
	display: none;
}

ul.tweets {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* END TWEETS */

#footer {
	background: #2E353F;
	padding: 20px 0;
	border-top: solid 4px #FF7C00;
	color: #fff;
	width: 100%;
	max-width: 1000px;
}

#footer a {
	color: #D2D8DF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#footer #social {
	float: none;
}

#footer p {

	color: #D2D8DF;
}

#footer #social img {
	margin: 0 5px 0 0;
}

#footer h3 {
	font-weight: bold;
}

#footer .legal {
	font-size: 11px;
	color: #6A7991;
	text-align: center;
	width: 75%;
	margin: 10px auto 0;
	line-height: 120%;
}

.widget {
	
}

/* MENU */

#top-menu {
	float: right;
	margin-bottom: 10px;
}

#top-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#top-menu ul li {
	float: left;
}

#top-menu ul li a {
	border-right: solid 1px #272727;
	color: #272727;
	font-size: 18px;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	text-decoration: none;
	display: block;
}

#top-menu ul li:last-child a {
	border: none;
	margin: 0;
	padding: 0 0 0 5px;
}

#top-menu ul li a:hover {
	text-decoration: underline;
}

.stick {
    position: fixed !important;
    z-index: 9000;
    top: 0;
}

#menu-row {
	width: 100%;
	background-color:rgba(2,50,86,0.9);

	border-bottom: solid 4px rgba(173,173,173,.8);
	display: block;

	z-index: 9999;
  -moz-background-clip: border;     /* Firefox 3.6 */
  -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
  background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}


#menu {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 9999;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: table;
	width: 100%;

	z-index: 9999;
}

#menu ul li {
	display: table-cell;
	position: relative;
	text-align: center;
}

#menu ul li.highlight a {
	background: #FF8901;
}

#menu ul li.highlight a:hover {
	background: #FE9B2E;
	color: #fff;
}

#menu a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 20px 12px;
}

#menu a:hover {
	color: #ddd;
}

#menu ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	height: auto;
	top: 64px;
}

#menu ul > li.menu-item-has-children > a:after {
	content: "\00a0\25BE";
}

#menu ul ul {
	visibility: hidden;
	opacity: 0;
	width: 230px;
	position: absolute;
	top: 75px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: rgba(25,68,101,0.98);
	height: 1px;
	transition: all 0.4s;
	z-index: 9999;
}


#menu ul ul li {
	display: block;
	width: 200px;
	padding: 0px;
	text-align: left;
}

#menu ul ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	border-bottom: solid 1px #ddd;
	padding: 15px;
}
#menu ul ul li:last-child a {
	border: none;
}

#menu ul ul > li.menu-item-has-children > a:after {
	content: "\00a0\25B8";
}

#menu ul ul li a:hover {
	background: #276B9E;
}

#menu ul ul ul {
	visibility: hidden;
	left: 220px;
	top: 0px !important;
	z-index: 9999;
}

#menu ul ul li:hover ul {
	left: 200px;
}

.left-sidebar-widget .menu,
#sidebar-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 95%;
	border: solid 1px #E8E8E8;
	border-bottom: none;
	margin: 0 auto 40px;
}

.left-sidebar-widget .menu li,
#sidebar-menu li {
	background: #F4F4F4;
}

.left-sidebar-widget .menu li a,
#sidebar-menu li a {
	text-decoration: none;
	color: #48494B;
	padding: 6px 8px;
	display: block;
	font-size: 14px;
	border-bottom: solid 1px #E8E8E8;
}

.left-sidebar-widget .menu li a.parent,
#sidebar-menu li a.parent {
	color: #337291;
	font-weight: bold;
}

.left-sidebar-widget .menu li.current_page_item > a,
#sidebar-menu li.current_page_item > a {
	font-weight: bold;
}

.left-sidebar-widget .menu > li:last-child,
#sidebar-menu > li:last-child {
	border: none;
}

.left-sidebar-widget .menu li a:hover,
#sidebar-menu li a:hover {
	background: #E8E8E8;
}

.left-sidebar-widget .menu ul, 
#sidebar-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.left-sidebar-widget .menu ul a,
#sidebar-menu ul a {
	padding: 6px 10px 6px 22px;
}

ul#resource-center-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	border: solid 1px #E9E9E9;
	z-index: 8000;
	width: 100%;
}

ul#resource-center-menu li {
	position: relative;
	
}

ul#resource-center-menu a {
	background: #F4F4F4;
	border-bottom: solid 1px #E9E9E9;
	text-decoration: none;
	color: #545456;
	display: block;
	padding: 8px;
}

ul#resource-center-menu a:hover {
	color: #254252;
	background: #EBEBEB;
}

ul#resource-center-menu li:hover ul {
	visibility: visible;
	opacity: 1;
	left: 95%;
}

ul#resource-center-menu ul {
	visibility: hidden;
	z-index: 8500;
	opacity: 0;
	position: absolute;
	left: 110%;
	transition: all 0.3s;
	margin: 0;
	padding: 0;
	list-style-type: none;
	top: 0;
	width: 200px;
}

ul#footer-nav {
	display: table;
	width: 85%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul#footer-nav > li {
	display: table-cell;
	width: 25%;
}

ul#footer-nav,
ul#footer-nav h3 {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

ul#footer-nav a {
	color: #eee;
	text-decoration: none;
	font-family: "century gothic", verdana;
}

ul#footer-nav a:hover {
	text-decoration: underline;
	color: #ddd;
}

ul#footer-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#footer-nav .sub-menu {
	display: none;
}

/* END MENU */

hr.dotted {
	height: 1px;
	border: dotted 1px #060805;
	border-width: 0 0 1px 0;
	background: transparent;
	margin: 15px 0;
}

ul#archive-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



/* END STRUCTURE */


/* FONTS */

h1 {

}

h1#page-title {
	color: #fff;
	font-size: 30px;
	margin: -60px 0 40px 30px;
	text-shadow: 1px 2px 1px #194465;
}

h1.page-title {
	font-size: 32px;
	font-weight: normal;
	margin: 20px 0 30px 0;
	padding: 0;
}

h2 {

}

h3 {
	font-size: 28px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	line-height: 100%;
}

a {
	color: #005293;
	outline: none;
}

a:hover {
	color: #333;
}

a.read-more {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0075D8;
}

a.read-more:hover {
	text-decoration: underline;
}

/* END FONTS */
	
hr {
	width: 90%;
	margin: 0 auto;
	background: transparent;
	border: solid 1px #F5DFA4;
	border-width: 0 0 1px 0;
	margin: 10px auto;
}
	
.offsides {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.clear {clear: both;}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.aligncenter {
	margin: 0 auto;
}

.left {float: left; }
.right {float: right; }
.center {
	margin: 0 auto;
	display: block;
}

img {border: none; outline: none;}

#jrwd {
	max-width: 1000px;
	margin: 0 auto;
	color: #C3C3C3;
	padding: 0;
	text-align: center;
}

#jrwd a {
	color: #C3C3C3;
	text-decoration: none;
}

#jrwd a:hover {
	color: #333;
}

.jssorb21 {
	bottom: -30px !important;
}

/* MOBILE */

#mobile-menu-button {
	color: #261256;
	background: #fff;
	padding: 3px 6px;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 2px;
	position: fixed;
	z-index: 4000;
	display: none;
	font-size: 23px;
}

#mobile-menu-button span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}


#mobile-menu {
	display: none;
	width: 100%;
	background: #2E353F;
}

#mobile-menu h3 {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 15px;
}

#mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #2E353F;
	position: relative;
	z-index: 8500;
}

#mobile-menu ul li {
	width: 100%;
}

#mobile-menu ul li a:hover {
	background: #1B1F25;
}

#mobile-menu ul li a {
	display: block;
	width: 96%;
	padding: 3px 2%;
	text-decoration: none !important;
	border-bottom: solid 1px #D8D7D7;
	color: #fff;
}

#mobile-menu ul ul {
	display: none;
	background: #3E4755;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9000;
}

#mobile-menu ul ul li a {
	padding: 3px 2% 3px 3%;
}

#mobile-menu ul li:hover ul {
	display: block;
}

#mobile-menu #social {
	float: left;
	margin-bottom: 15px;
}

/* END MOBIEL */

@media only screen and (min-width : 1000px) {

	#slider1_container {
		width: 1000px !important;
		height: 457px !important;
		border-bottom: solid 4px #FF8901;
	}

	#slider1_container > div {
	    transform: scale(1) !important;
	    -webkit-transform: scale(1) !important;
	    width: 1000px !important;
	    height: 457px !important;
	}
	
	.jssorb div {
		transform: scale(1) !important;
		-webkit-transform: scale(1) !important;
		width: 19px !important;
		height: 19px !important;
	}
	
	#slider1_container div {
		max-width: 1000px !important;
	}
}



@media only screen and (max-width : 844px) {
	#menu ul li a {
		font-size: 12px;
		padding: 10px 10px;		
	}
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) { 
	h1#page-title {
		color: #fff;
		font-size: 20px;
		margin: -35px 0 40px 10px;
		text-shadow: 1px 2px 1px #194465;
	}
}
@media only screen and (max-width: 680px), only screen and (max-device-width: 680px) { 

	#header-interact #search,
	#header-interact #social {
		display: none !important;
	}
	
	#top-menu ul li a {
		font-size: 14px;
	}
	
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) { 
	
	#featured-page-posts {
		width: 100%;
	}
	
	.featured-page,
	.latest-post {
		max-width: 92%;
		width: 92%;
		float: none;
		margin: 0 auto;
	}

	.latest-post h2 {
		font-size: 14px;
	}

	ul#footer-nav,    
	ul#footer-nav li,
	#top-menu {
		display: none;
	}		

	#main {
		width: 98%;
		margin: 0 auto;
	}

	#sidebar-left,
	#sidebar-resource-center,
	#sidebar-blog,
	#sidebar-right,
	#left-side {
		clear: both;
		float: none;
		width: 98%;
		margin: 0 auto;
		padding: 20px 0 0 0;
	}
	
	#sidebar-right img {
		margin: 0 auto;
	}
	
	ul#resource-center-menu { 
		width: 100%;
		position: static;
	}

	ul#resource-center-menu li {
		position: static;

	}

	ul#resource-center-menu a {
		background: #F4F4F4;
		display: block;
	}

	ul#resource-center-menu a:hover {
		color: #254252;
		background: #DBDBDB;
	}

	ul#resource-center-menu li:hover ul {
		display: block;
	}

	ul#resource-center-menu ul {
		width: 100%;
		position: static;
	}
	
	ul#resource-center-menu ul li a {
		background: #EBEBEB;
	}
	
	ul#resource-center-menu ul li a:hover {
		background: #DBDBDB;
	}

	#menu,
	#footer-menu {
		display: none;
	}
	#mobile-menu-button,
	#mobile-menu {
		display: block;
	}	   
}

/*ipad*/
@media only screen and (max-width: 790px), only screen and (max-device-width: 790px) {
	
	#header-interact {
		padding: 10px 5px 0 0;
	}
	
	#header-interact #search {
		float: none;
		display: block;
	}
	
	#header-interact #search form {
		float: right;
	}
	
	#menu ul ul {
		visibility: visible;
		opacity: 1;
		display: none;
		top: 34px !important;
		transition: all 0s !important;
	}

	#menu ul > li:hover > ul {
		display: block;
	}
	
	#menu ul ul ul {
		visibility: visible;
		opacity: 1;
		display: none;
	}
	
	#menu ul ul li:hover ul {
		display: block;
	}
	
	ul#resource-center-menu {
		position: static;
	}
	
	ul#resource-center-menu ul {
		visibility: visible;
		z-index: 8500;
		opacity: 1;
		display: none;
		position: static;
		left: 0;
		transition: all 0.3s;
		margin: 0;
		padding: 0;
		list-style-type: none;
		top: 0;
		width: 100%;
	}	
	
	ul#resource-center-menu li:hover ul {
		display: block;
	}
	
}

@media only screen and (max-width: 862px), only screen and (max-device-width: 862px) { 
	#timeline {
		display: none;
	}
	
	#timeline-small {
		display: block;
	}
}


@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) { 
	#featured-page-posts {
		width: 98%;
		margin: 0 auto;
	}
}


@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) { 
#logo {
	
	}
}

@media only screen and (max-width: 996px), only screen and (max-device-width: 996px) { 
	#timeline a {
		
	}
}

@media only screen and (max-width: 1020px), only screen and (max-device-width: 1020px) { 
	#donation-amounts {
		height: 280px;
	}
	#donation-amounts a {
		max-width: 250px;
		max-height: 250px;
	}
}

@media only screen and (max-width: 938px), only screen and (max-device-width: 938px) { 
	#donation-amounts {
		height: 260px;
	}
	#donation-amounts a {
		max-width: 230px;
		max-height: 230px;
	}
	#donation-amounts a:hover span {
		top: 200%;	
	}
}

@media only screen and (max-width: 878px), only screen and (max-device-width: 878px) { 
	#donation-amounts {
		height: 240px;
	}
	#donation-amounts a {
		max-width: 210px;
		max-height: 210px;
	}
}

@media only screen and (max-width: 822px), only screen and (max-device-width: 822px) { 
	#donation-period ul li span {
		font-size: 18px;
		text-align: center;
	}
	#donation-amounts {
		height: 220px;
	}
	#donation-amounts a {
		max-width: 190px;
		max-height: 190px;
	}
	#more-ways {
		width: 98%;
		height: auto;
		background: none;
		margin: 0 auto 40px;
		position: static;
	}
	#more-ways ul {
		position: static;
		width: 100%;
	}
	#more-ways ul li {
		position: static;
		width: 100%;
	}
	#more-ways ul li a {
		background: #00B9E4;
		background-image: none;
		font-size: 18px;
		margin-bottom: 8px;
		padding: 8px 0;
		width: 100%;
		margin: 0 auto 8px;
	}

	#more-ways ul li a:hover {
		background: #FC9111;
	}
}

@media only screen and (max-width: 756px), only screen and (max-device-width: 756px) { 
	#donation-period {
		position: static;
		background: none;
		margin-bottom: 40px;
		display: block;
	}
	#donation-period ul {
		margin-bottom: 40px;
	}
	#donation-period ul li span {
		font-size: 16px;
	}
	#donation-content {
		width: 98%;
		float: none;
		margin: 0 auto;
	}	
	#donation-period #buttons ul {
		position: static;
		margin: 0 auto;
	}	
	#donation-period ul li {
		float: left;
		width: 50%;
		padding-bottom: 0;
	}	
	#donation-period ul li span,
	#donation-period ul li span {
		width: 100%;
		padding: 10px 0;
		display: block;
	}	
	#donation-amounts {
		height: 941px;
		margin-top: 30px;
	}
	#donation-amounts a {
		max-width: 278px;
		max-height: 278px;
		float: none;
		margin: 0 auto 15px;
	}
	#donation-amounts #monthly,
	#donation-amounts #single {
		position: static;
	}
