/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html, button, input, select, textarea {
    color: #222;
}

body {
    font-size: 1em;
	font-family: Whitney, Helvetica;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles - general to more specific
   ========================================================================== */

@font-face {
	font-family: 'Whitney';
	src: url("/lib/vendor/Whitney-font/Whitney-Light-Bas.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

ul, li, form, dt, dl, dd, ol, div, p, blockquote, h1, h2, h3, h4, h5, h6, a, pre, code {
	margin: 0;
	padding: 0;
}


.dflt_width {
	width: 960px;
}

a:hover {
	text-decoration: underline;
}

.right {
	float:right;
	border: 0px solid red;
}

.shadow {
	height: 5px;
	-webkit-box-shadow: 0 5px 10px #aaa;
	   -moz-box-shadow: 0 5px 10px #aaa;
			box-shadow: 0 5px 10px #aaa;
}


.header_top_container {
    background: #76B540;
	background-image:url('/lib/img/header_top_bg.png');
	background-repeat:repeat-x;
	min-width:960px;
}

.header_top {
	margin: 0 auto;
	padding: 4px 0;
}

.header_top a {
	color: white;
	text-decoration: none;
	padding: 0 1em;
    font-size: .8em;
}

.header_logo_container {
    background: #FFFFFF;
    padding-top: 10px;
}

.header_logo {
	margin: 0 auto;
}

.header_nav_container {
    background: #00477F;
    border-top: 5px solid #317AAF;
    border-bottom: 5px solid #317AAF;
    min-width:960px;
}

/* HEADER NAV MENU */
.header_nav {
	margin: 0px auto;
	z-index: 30;
	padding: 2px 0px 0px 0px;
}

.header_nav li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

.header_nav li a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: .8em;
	padding: 0 1em;
	margin: 0;
}

.header_nav div { 
	position: absolute;
	visibility: hidden;
	background: #6BAAD6;
	z-index: 30;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
	padding: 10px 0px 0px 0px;
}

.header_nav div a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: .8em;
    margin: 0;
    padding: 5px 20px 3px 5px;
}

.header_nav div a:hover{
    background: #1B6195; 
}

#header_nav_search_input {
	margin:0px 7px 8px 7px; 
	padding: 3px;
	font-size: .7em;
	border:1px solid #1C5F96;
}

.flexbanner img {
	width: 100%; 
	display: block;
}


.main_container {
	margin: 0px auto;
}

.main_content {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin: 25px 10px 0px 0px;  /* using margin so border-right looks good */
	border-right:2px solid #D5D5D5;
	padding-right: 10px;
	padding-left: 10px;
}

.main_content h1, .main_content h2, .main_aside h1, .main_aside h2 {
	color: #004680;
	font-size: 2em;
	font-weight: bold;
}

.article_container {
	margin: 10px 0px 20px 0px;
}

.article_left {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	text-align: center;
}

.article_content {
	display: inline-block;
	vertical-align: top;
	width:85%;
}

.article_date {
    background: #5D9731;
	color: white;
	padding: 12px 10px;
	text-align: center;
	margin-bottom: 10px;
}

.article_day {
	line-height: .85em;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 1px;
}

.article_title, .main_content h4 {
    color: #F8901D;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
}

.article_subtitle, .main_content h5 {
	font-size: 1.25em;
	padding-bottom: 7px;
}

.article_byline, .main_content h6 {
	color: #669F3E;
	font-size: .85em;
	padding-bottom: 15px;
}

.article_text /*, .main_content p */ {
    color: #6F6F71;
}

.main_aside {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	color: #004680;
	margin: 25px 0px 0px 0px;
}

.aside_date {
    background: #4BA3D5;
    color: white;
    font-size: .8em;
    padding: 5px 2px 2px 10px;
    margin-top: 15px;
}

.aside_content {
    padding: 15px 10px 15px 10px;
}

.donorline {
    border: 1px solid #E4AB8D;
    background: #E2761E;
	background-image:url('/lib/img/donor_line_bg.png');
	background-repeat:repeat-x;
    color: white;
	margin: 20px auto;
	width: 500px;
	text-align: center;
	padding: 5px 0px;
}

.footer_nav_container {
    background: #00477F;
    padding-top: 6px;
    padding-bottom: 6px;
	min-width:960px;
}

.footer_nav {
    font-size: .70em;
	margin: 0 auto;
    color: white;
	text-align: center; 
}

.footer_nav a {
	color: white;
	text-decoration: none;
	padding: 0 .5em;
}

.footer_container {
	background-image:url('/lib/img/footer_bg.png');
	min-width:960px;	
}

.footer {
	margin: 0 auto;
    color: white;
	min-width:960px;	
}

.footer_contact {
	display: inline-block;
	padding: 2em 0em 0em 10em;
    font-size: .70em;
}

.slideshow {
	position:relative;
	display:none;
	padding:0px;
	margin: 0 auto;
}

.slideshow img {
	position:absolute;
	display:none;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
}

.flex-caption {
      padding: 5px 0px 5px 0px;
      left: 0;
      bottom: 0;
      background: #00477F;
      color: #FFF;
      text-shadow: 0 -1px 0 rgba(0,0,0,.3);
      font-size: 14px;
      line-height: 16px;
      text-align: center;
}

.contribute-button {
    background-color: #4CAF50; /* Green */
    border: none;
    border-radius: 4px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
