/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Body
------------------------------------------------------------ */
body {
	background-color: #ffffff;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.site-container {
	background-color: #fff;
	border: none;
	margin: 0 auto;
	max-width: 1140px;
	-moz-box-shadow: 0 0 8px #c5c5c5;
	-webkit-box-shadow: 0 0 8px #c5c5c5;
	box-shadow: 0 0 8px #c5c5c5;
}

.home-top {
	background-color: #ffffff;
	border-bottom: 1px solid #E3E3E3;
	clear: both;
	padding: 2rem 2rem 0;
}

/* Site Title
------------------------------------------------------------ */
.header-image .site-title a {
	background-position: center top !important;
	float: left;
	width: 380px;
	height: 130px;
}

.site-header .wrap {
	padding: 8px 0;
	margin: 0;
	background: #ff2835;
}

.title-area {
	float: left;
	padding-left: 0;
}

.site-header .widget-area {
	padding-right: 15px;
	padding-top: 20px;
	float: right;
	width: 743px;
}

/* Ad Leaderboard
------------------------------------------------------------ */
.banner {
	height: 90px;
	width: 728px;
}

/* Primary Menu
------------------------------------------------------------ */
.nav-primary {
	background-color: #eaeaea;
	border-bottom: 3px solid black;
}

/*media all*/
.genesis-nav-menu a {
    border-right: 1px solid #e3e3e3;
    color: 666;
    display: block;
    padding: 20px 24px;
    padding: 2rem 2.4rem;
    position: relative;
}


.nav-primary a {
	text-transform: none;
	font-size: 1.5em;
	color: #000000;
}

.nav-primary a {
	border-right: none;
	color: #000000;
	display: block;
	padding: 2rem 2.2rem;
	position: relative;
}

/*DAWN moving DONATE TODAY over and up about-us (263, 36) */
.nav-primary li:nth-last-child(2) {
    background-color: #44c450;
    margin-right: 25px;
}

/* DAWN moving COMING EVENTS over and up about-us (269, 29)*/ 
.nav-primary li:last-child {
    background-color: #ff4753;
    float: right;
}

/* DAWN commenting out original CSS 
.nav-primary li:nth-last-child(2) {
	background-color: #44c450;
	float: right;
	margin-right: 25px;
}

.nav-primary li:last-child {
	background-color: #ff4753;
	float: right;
	margin-right: 25px;
}*/

.nav-primary a:hover {
	text-decoration: underline;
	color: #000000;
	background: #000000;
}

/*dawn secondary menu red*/
.genesis-nav-menu a {
    border-right: 1px solid #e3e3e3;
    color: 666;
    display: block;
    padding: 20px 24px;
    padding: 2rem 2.4rem;
    position: relative;
}


.genesis-nav-menu .menu-item > a {
	text-transform: none;
	font-size: 1.5em;
	color: #000000;
}

.genesis-nav-menu .menu-item > a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #000000;
}

.genesis-nav-menu .sub-menu a {
	color: #ffffff;
	background-color: #000000;
	border-color: -moz-use-text-color #E3E3E3 #E3E3E3;
	border-image: none;
	border-right: 1px solid #E3E3E3;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	padding: 1.2rem 2.4rem;
	position: relative;
	width: 200px;
	margin-left: 0;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #000000;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a {
	background-color: #000000;
	color: #ffffff;
}

/* Secondary Menu
------------------------------------------------------------ */
.nav-secondary {
	text-align: right;
	background: #000000;
	border-bottom: 0;
	border-top: 0;
	height: 45px;
}

.nav-secondary .genesis-nav-menu > .menu-item > a {
	text-transform: none;
	font-size: 1.5em;
	color: #ffffff;
	border-left: 1px #ffffff solid;
	border-right: none;
	display: block;
	padding: 12px 20px 20px;
	height: 45px;
}

.nav-secondary .genesis-nav-menu a:hover {
	text-decoration: underline;
	background: none;
	color: #ffffff;
}

.nav-secondary .genesis-nav-menu > .menu-item > a:hover {
	border-right: none;
	padding-right: 20px;
}

.sub-menu li:nth-last-child(2), .sub-menu li:last-child {
	margin-right: 0;
}

/* Top Featured Story
------------------------------------------------------------ */
.home-top h4.widget-title {
	border-top: none;
}

/* General 
------------------------------------------------------------ */
.breadcrumb {
	background-color: #ffffff;
	border-bottom: 1px solid #E3E3E3;
	font-size: 1.5rem;
	margin: 0;
	padding: 2rem;
	text-transform: none;
}

body.archive .backtotop {
	display: none;
}

.backtotop {
	text-align: right;
	padding-top: 10px;
	font-size: 90%;
}

/* Primary Sidebar
------------------------------------------------------------ */
.after-entry li:before, .news-pro-home .content li:before, .sidebar li li {
	content: "›";
	font-size: 1.5rem;
	margin: 0 1rem;
	padding-left: 15px;
}

.after-entry li, .news-pro-home .content li, .sidebar li li {
	border-bottom: 0;
	list-style-type: none;
	margin-bottom: .8rem;
	padding-bottom: 0;
	word-wrap: break-word;
}

/* Footer Widgets
------------------------------------------------------------ */
.footer-widgets-1 ul {
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 1em;
	word-wrap: break-word;
}

.footer-widgets a {
	color: #FFFFFF;
}

.footer-widgets a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* Special Media 320
------------------------------------------------------------ */
@media screen and (min-width: 280px) and (max-width: 399px) {
	.banner, .site-header .widget-area {
		display: none;
	}
	
	.header-image .site-title a {
		width: 290px;
		height: 75px;
	}
	
	.site-header .title-area {
		padding-bottom: 0;
	}
	
	.nav-secondary .genesis-nav-menu > .menu-item > a {
		padding: 10px 10px 0;
	}
	
	.nav-secondary .genesis-nav-menu a:hover {
		text-decoration: underline;
		background: none;
		color: #ffffff;
	}
	
	.nav-secondary .genesis-nav-menu > .menu-item > a:hover {
		border-right: none;
		padding: 10px 10px 0;
	}
}

@media screen and (min-width: 160px) and (max-width: 279px) {
	.banner, .site-header .widget-area, .nav-secondary {
		display: none;
	}
	
	.header-image .site-title a {
		width: 210px;
		height: 60px;
	}
}