/*
Theme Name: Diverse Elders Custom
Theme URI: http://www.diverseelders.org
Author: Scott Shumaker, Precision Design LLC
Author URI: http://www.precisiondesignllc.com
Description: Custom theme for the Diverse Elders Coalitions
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote {
	width: 30%;
	float: right;
	font-size: 28px;
	font-style: italic;
	text-transform: none;
	line-height: 30px;
	background: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Colors
----------------------------------------------- */
.decNavy {
	color: #1d4087;
}
.decGreen {
	color: #29822f;
}
.decRust {
	color: #c94221;
}
.decBrown {
	color: #552206;
}
.decOrange {
	color: #cd461e;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #552206;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
body {
    font-family: 'Merriweather', 'Times', serif;
	font-size: 14px;
	font-weight: 400;
	background-image: url('images/seamlesstexture7_500.jpg');
	background-repeat: repeat;
}
#page {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-top: 40px;
}
.home #page {
/* 	padding-top: 0; */
}
#main, footer#colophon {
	width: 1024px;
	margin: 0 auto;
	display: block;
	padding: 50px 40px 30px 65px;
}
.page-template-page-home-php #main {
	padding: 0;
	width: 1024px;
}
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

header#topHeader {
	position: absolute;
	width: 100%;
	height: 55px;
	background-color: transparent;
	top: 0;
/* 	overflow: hidden; */
	z-index: 500;	
}
header#topHeader div#container {
	width: 1025px;
	margin: 0 auto;
	position: relative;
}
header#topHeader ul {
	list-style: none;
	height: 35px !important;
	padding-left: 0;
}
.menu-top-menu-container {
	width: 410px;
	float: left;
}
header#topHeader ul li {
	float: left;
	padding: 12px 12px 0 0;
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 10px;
	color: #552206;
	text-transform: uppercase;
	color: #552206;
	text-decoration: none;
}
hgroup#pageTop p {
	margin: 14px 0 0 0;
	padding: 0;
	position: relative;
	float: left;
}
header#topHeader ul li a, hgroup#pageTop p {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #552206;
	text-transform: uppercase;
	color: #552206;
	text-decoration: none;
}
header#topHeader ul li a:hover {
	text-decoration: underline;
}
header#masthead {
	width: 100%;
	background-color: #3f2206;
	box-shadow: 0px 1px 12px black;
	height: 50px;
	z-index: 400;
	position: absolute;
	top: 55px;
	background-image: url('images/menu-stitch.png');
	background-repeat: repeat-x;
}
div#headerCenter {
	width: 1025px;
	margin: 0 auto;
	position: relative;	
	z-index: 100;
}
header#topHeader hgroup#logo {
	position: absolute;
	display: block;
	top: 0;
	left: 30px;
	z-index: 500;	
	width: 184px;
	height: 236px;
	
}
header#topHeader hgroup#logo a, header#topHeader hgroup#logo img {
}

div.menu-page-top-container {
	position: relative;
	float: left;
	height: 35px !important;
}
hgroup#pageTop {
	height: 35px !important;
	width: auto;
	padding-left: 240px;
}

hgroup#pageTop form#searchform {
	position: relative;
	float: right;
	margin: 10px 0 0 0;
	color: #3f2206;
}
hgroup#pageTop form#searchform input {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #3f2206;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #ffd492;
	padding: 5px 10px;
	min-width: 160px;
}
div#content {
	height: auto;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
section#homeSlider {
	position: relative;
	margin: 0 auto;
	background-image: url('images/slider-background.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-position: 50% 0;
	height: 498px;
	margin-bottom: 40px;
}
section#homeSlider .slider-wrapper {
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	width: 1020px;
}
section#homeSlider .theme-default .nivoSlider {
	background: transparent;
	-webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   margin-bottom: 0;
}
section#homeSlider .theme-default .nivo-controlNav {
	position: absolute;
	bottom: 25px;
	left: 50px;
	padding: 0;
	z-index: 10;
}
section#homeSlider .theme-default .nivo-controlNav a {
	background: #e38022;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin-right: 12px;
}
section#homeSlider .theme-default .nivo-controlNav a.active {
	background: #faf0d7;
}

section#homeSlider .slider-wrapper img {
	border-radius: 20px;
}
#homeFeatured {
}

#homeFeatured h1 {
	font-size: 24px;
	font-weight: bold;
	color: #754c24;
	text-align: center;
	background-image: url(images/home-divider.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 85px;
	padding-top: 15px;
}
#homeFeatured h3 {
	font-size: 18px;
	font-weight: bold;
	color: #cd461e;
	line-height: 27px;
	margin-bottom: 5px;
	padding: 0 10px;
}
#homeFeatured p {
	margin: 0;
	padding: 0 10px;
}

body.home div#primary {
	float: left;
	width: 480px;
	clear: none;
	margin-right: 52px;
}
body.page div#primary, body.single-post div#primary, body.single-resource div#primary, body.archive section#primary, body.author div#primary {
	float: left;
	width: 545px;
	clear: none;
	margin-right: 0;
	min-height: 600px;
}
body.page-template-page-resources-php div#primary,
body.page-template-page-resources-issue-php div#primary,
body.page-template-page-resources-new-php div#primary {
	width: 95%;
	padding:0 30px;
}
body.home div#secondary, body.single-post div#secondary, body.page div#secondary, body.single-resource div#secondary, body.archive div#secondary, body.author div#secondary {
	float: right;
	width: 240px;
	clear: none;
}
body.home div#tertiary, body.single-post div#tertiary, body.page div#tertiary, body.author div#tertiary {
	float: left;
	width: 150px;
	padding: 0 0 0 20px;
	clear: none;
	margin-right: 25px;
}

#secondary a:link, #secondary a:visited { color: #552206; }
#secondary a:active, #secondary a:hover { color: #cd461e; }

.footer_menu .menu-item-2919, .footer_menu .menu-item-3154 { width:8% !important; }

header#secondaryPage {
	position: relative;
	margin: 0 auto;
	background-image: url('images/secondary-background.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-position: 50% 0;
	height: 200px;
	top: 40px;
}
header#secondaryPage div {
	width: 784px;
	margin: 0 auto;
	padding: 90px 0 0 240px;
}
header#secondaryPage h1 {
	text-transform: uppercase;
	font-size: 36px;
	color: #ffd492;
    font-family: 'Merriweather', 'Times', serif;
	font-weight: 700;
	text-shadow: -1px -1px 1px #4c4c4c;	
}
header#secondaryPage p.breadcrumbs {
}
#breadcrumbs {
    list-style:none;
	margin-top: 45px;
    overflow:hidden;
    text-align: left;
    padding: 0;
}
#breadcrumbs li{
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #552206;
	text-transform: uppercase;
	color: #552206;
	text-decoration: none;
	letter-spacing: 1px;
    float:left;
    margin-right:5px;
    padding: 0;
}
 
#breadcrumbs .separator{
    color:#999;
}
#homePrograms {
	width: 100%;
}
#homePrograms h2 {
	font-size: 26px;
	color: #ffd492;
    font-family: 'Merriweather', 'Times', serif;
	font-weight: 700;
	padding: 35px 25px 35px 15px;
	text-align: center;
	background-image: url(images/orange-banner.png);
	background-repeat: no-repeat;
	margin: 0;
/* 	height: 78px; */
	overflow: hidden;
	text-transform: none;
}
#homePrograms #text-3 h2 {
	background-image: url(images/green-banner.png);
}
#homePrograms #text-4 h2 {
	background-image: url(images/blue-banner.png);
}
#homePrograms p {
margin-top: 10px;
	padding: 10px;
	color: #3f2206;
	margin-bottom: 0;
}
#homePrograms aside, #homeFeatured div {
	width: 320px;
	float: left;
	margin-left: 15px;
}
footer#colophon {
	clear: both;
	min-height: 150px;
	padding: 0 40px 30px 90px;
}
footer#colophon ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
footer#colophon ul li {
	float: left;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	color: #552206;
	display: inline;
	width: 15%;
	padding: 0;
}
footer#colophon ul li li {
	font-size: 13px;
    font-weight: 400;
    text-transform: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.centersomething {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;	
}
.stitch {
	width: 100%;
	clear: both;
	margin: 30px 0;
	background-image: url('images/stitch.png');
	background-repeat: repeat-x;
	display: block;
	height: 20px;
}
footer#colophon ul.menu {
	list-style: none;
	padding: 0;
}
footer#colophon ul.menu li a {
	color: #552206;
	text-decoration: none;
}
footer#colophon ul.menu li a:hover {
	color: #cd461e;
	text-decoration: underline;
}
footer .sharingIcons {
	width: 20%;
	float: right;
	margin-top: -8px;
	margin-right: 40px;
}
footer .sharingIcons .dashicons {
	font-size: 2.5em;
	width: 1.2em;
}
footer .sharingIcons h4 {
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 700;
	font-size: 16px;
	line-height: 34px;
	color: #cd461e;
	text-transform: uppercase;
}
.site-info {
    font-family: 'Lato', 'Arial', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #552206;
	clear: both;
	margin-top: 100px;
	text-align: center;
}

/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_half,.one_third,.two_third{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
body.home div#primary h1, body.single-post div#primary h1 {
    font-family: 'Merriweather', 'Times', serif;
	font-size: 21px;
	line-height: 24px;
	color: #552206;
	padding-top: 10px;
	margin-bottom: 8px;
	font-weight: 700;
}
body.single-post div#primary h1 {
	border-top: none;
	margin-top: 20px;
}
body.home div#primary h1 a, body.single-post div#primary h1 a {
	color: #552206;
	text-decoration: none;
}
body.home div#primary h1 a:hover, body.single-post div#primary h1 a:hover {
	color: #cd461e;
	text-decoration: underline;
}

.entry-content h3 {
    font-family: 'Merriweather', 'Times', serif !important;
	font-weight: 700 !important;
	font-size: 22px;
	line-height: 28px !important;
	color: #552206;
	padding: 0 0 6px;
	margin-bottom: 16px !important;
	text-transform:none !important;
}
body.page div.entry-content p:first-child {
/* 	font-family: 'Lato'; */
/* 	color: #552206; */
/* 	font-size: 1.1em; */
}
.firstpara {
	font-family: 'Lato';
	font-size: 1.1em;
	color: #552206;
}
ul.sub-menu {
	padding: 0;
}
body div#primary h2 {
    font-family: 'Lato', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #552206;  /* #c94221; */
	padding: 0;
	margin: 15px 0 15px 0;
	text-transform: uppercase;
}
body div#primary h3 {
    font-family: 'Lato', 'Arial', sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #552206;
	padding: 0;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
}
body div#primary h4 {
    font-family: 'Lato', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #c94221;
	padding: 0;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
}
body div#primary h5 {
    font-family: 'Merriweather', 'Times', serif;
	font-size: 16px;
	line-height: 21px;
	padding: 0 0 6px;
	margin-bottom: 12px;
	font-weight: 700;
}
body div#primary h6 {
    font-family: 'Merriweather', 'Times', serif;
	font-size: 14px;
	line-height: 21px;
	color: #552206;
	padding: 0 0 6px;
	margin-bottom: 12px;
	font-weight: 700;
}
body div#primary h6 {
	font-family: 'Lato';
	color: #552206;
	font-size: 1.1em;
	font-weight: 400;
}
body.home div#secondary p.backtoblog {
    display: none;
}

h2.widget-title,.widget_execphp h3 {
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	color: #552206;
	padding: 3px 0 3px;
	margin-bottom: 4px;
	text-transform: uppercase;
	margin-top: 6px;
}
ul.wp-tag-cloud {
	padding-left: 15px;
	margin-bottom: 30px;
}
ul.wp-tag-cloud li {
	margin: 7px;
    font-family: 'Lato', 'Arial', sans-serif;
	font-size: 13px;
	line-height: 18px;
}
div#secondary h2.widget-title {
}
div#tertiary h2.widget-title {
	border-bottom: solid 6px #1d4087;
}
div#tertiary ul {
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 0;
/* 	border-top: dashed 1px #c94221; */
}
div#tertiary ul li {
	margin: 0;
	padding: 10px 0;
	line-height: 1.5em;
/* 	border-bottom: dashed 1px #c94221; */
}
div#tertiary ul li a {
	margin: 0;
/* 	border-bottom: dashed 1px #c94221; */
}
div#tertiary ul#pagenav {
	font-family: Lato, Arial, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#tertiary ul.children {
	margin: 0 0 .6em 1em;
}
div#tertiary ul.children li {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
div#tertiary ul.children li a {
	border-bottom: none;
}
div#tertiary ul a {
	color: #552206;
}
div#tertiary ul .current_page_item > a {
	color: #cd461e;
}
.widget_recent_entries h2,#lct-widget-Issue-container h2 {
	color: #ffd492;
	background-image: url(images/sidebar-blue-banner.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 20px;
	padding-left: 25px;
}
.widget-area ul,.widget-area ol {
	padding-left: 10px !important;
}
.widget_widget_crp h2 {
	color: #ffd492;
	background-image: url(images/sidebar-red-banner.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 20px;
	padding-left: 25px;
}

.popular-posts h2 {
	color: #ffd492;
	background-image: url(images/sidebar-green-banner.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 20px;
	padding-left: 25px;
}

.widget_execphp h3,.widget_execphp h2 {
	color: #ffd492;
	background-image: url(images/sidebar-red-banner.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 20px;
	padding-left: 25px;
}

hr {
	border-top: 1px dashed #cd461e;
	height: 1px;
	margin-bottom: 1em;
	color: none;
	color: transparent;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	color: #552206;
	line-height: 1.7em;
}
ul, ol {
/* 	margin: 0 0 1.5em 3em; */
}
ul {
	list-style: disc;
	padding-left: 1.2em;
}
ol {
	list-style: decimal;
	padding-left: 1.5em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
li {
	font-size: 14px;
	padding: 0 0 1em .6em;
	line-height: 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
p b, p strong, li b, li strong {
    font-family: 'Merriweather', 'Times', serif;
    font-weight: 700;
    
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	background-color: #f9f6f2; 
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #cd461e;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
/* 	color: #cd461e; */
}
a:hover,
a:focus,
a:active {
	color: #cd461e;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: none;
	display: block;
	float: left;
/* 	background-color: #3f2206; */
	margin: 0 0 0 0;
/* 	padding-left: 275px; */
	position: relative;
}
.main-navigation h1 {
	clear: none;	
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	height: 50px;
}
#menu-main-menu {
	padding-left: 225px;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.main-navigation a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #e47f23;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 15px 10px 15px;
	margin: 0 15px 0 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .25s;
}
.main-navigation a:hover {
	background-position: right -50px;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 50px;
		left: 0;
	z-index: 99999;
	transition: all .25s;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	background-color: #fdbb4d;
	text-transform: uppercase;
	border-bottom: dashed 1px #552206;
	background-image: none;
	transition: all .25s;
	color: #3f2206;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation a:hover {
	color: #cd461e;
}
.main-navigation ul li:hover > ul {
	display: block;
}
li.current_page_item a,
li.current-menu-item a,
li.current-page-ancestor a {
	color: #fdbb4d;
}
.main-navigation ul ul li a {
	color: #3f2206;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
body.home div#primary .entry-meta, 
body.single-post div#primary .entry-meta, 
body.single-resource div#primary .entry-meta,
p.entry-author {
	clear: both;
    font-family: 'Lato', 'Arial', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #552206;
	padding: 5px 0 5px;
	text-transform: uppercase;	
	margin-bottom: 0;
}
body.home div#primary .entry-meta, 
body.single-post div#primary .entry-meta, 
body.single-resource div#primary .entry-meta {
	border-bottom: solid 6px #29822f;
}
body.single-post div#primary header.entry-header div.entry-meta {
	margin: 0 0 25px 0;
}
body.single-post div#primary footer.entry-meta, body.single-resource div#primary footer.entry-meta {
	border-bottom: 2px dotted #552206; /* #29822f; */
	padding-bottom: 15px;
}
footer.entry-meta img {
	position: relative;
	top: 4px;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}
body div#primary div.entry-contributor {
	background-color: #e4ece1;
	min-height: 160px;
}
body div#primary div.entry-contributor h4 {
    font-family: 'Lato', 'Arial', sans-serif;
	background-color: #a8cdac;
	padding: 4px 10px;
	color: #552206;
	letter-spacing: 1px;
}
body div#primary div.entry-contributor p {
    font-family: 'Merriweather', 'Times', serif;
	font-size: 18px;
	line-height: 21px;
	padding: 25px 0;
	color: #29822f;
}
body div#primary div.entry-contributor span.authorOrg {
    font-family: 'Lato', 'Arial', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #aa5c3a;
}
body div#primary div.entry-contributor img {
	padding: 15px 25px;
	float: left;
}
body.home .entry-content,
body.hom .entry-summary {
	margin: 0 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.teamBox {
	width: 42%;
	float: left;
	margin-right: 7%;
	min-height: 550px;
	margin-bottom: 5%;
}
.teamBox img {
	max-width: 99%;
}
.ourStories td p {
	margin: 0;
	padding: 0;
	clear: none;
}
.ourStories td {
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 0;
	vertical-align: top;
}
body div#primary .teamBox h6 {
	text-transform: uppercase;
	font-size: 17px;
	color: #c94221;
	margin-bottom: .2em;
}
body div#primary .teamBox p {
	margin-bottom: .5em;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 0;
	max-width: 100%;
}
.wp-caption-text {
	text-align: left;
	padding: 0;
    font-family: 'Lato';
    line-height: 16px;
}
.wp-caption .wp-caption-text {
	margin: 4px 0 0 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */
a.readMoreLink, nav-previous a, nav-next a, #content .site-navigation {
	font-family: 'Lato';
	text-transform: uppercase;
/* 	padding-left: 15px; */
	font-size: .9em;
	font-weight: 700;
	white-space: nowrap;
}
a.readMoreLink img {
	width: 13px;
	height: 18px;
	position: relative;
	top: 3px;
	left: 5px;
}
.readMoreLink:after {
	content: "\f139";
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 24px;
	line-height: .95;
	margin-left: -5px;
	font-family: "dashicons";
	text-decoration: none !important;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
span.meta-nav img {
	width: 13px;
	height: 18px;
	position: relative;
	top: 3px;
}

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}
div.widget-area, div.widget-area p {
	font-size: 14px;
	font-weight: 700;
	
}
aside ul, aside.widget-categories ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
aside ul li {
	padding: 5px 0;
	font-size: 13px;
	color: #c94221;
	border-bottom: dashed 1px #c94221;
}
aside ul.children {
	padding: 3px 0 3px 14px;
}
aside ul.children li {
	border-top: dashed 1px #c94221;
	border-bottom: none;
}
/*
aside.widget_categories ul li {
	padding: 2px 0;
	font-size: 13px;
	color: #c94221;
	text-transform: uppercase;
	border: none;
	border-bottom: none;
}
*/
aside ul li a, aside a {
	text-decoration: none;
}
aside.widget_authors {
	
}
aside.widget_authors img {
	margin: 0 20px 0 0;
}
aside.widget_authors ul li a {
	color: #552206;
	text-decoration: none;	
}

aside select {
/* 	border: 1px solid #cd461e; */
	background-color: #fff;
	font-family: 'Lato', 'Times', serif;
	font-size: 14px;
	margin: 8px 0;
	width: 100%;
	text-align: center;
}
aside select option {
	border-radius: 0px;
	padding: 8px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}

/* Search widget */
#searchsubmit {
	display: none;
}

body.archive article.type-resource, div#resourcesResults div#content article {
	width: 120px;
	height: auto;
	margin: 0 20px 0 0;
	float: left;
	min-height: 280px;
}
div#resourcesResults div#content article {
	height: auto;
	width: 14%;
	margin: 0 15px 0 0;
	padding: 0 5px;
}
body.archive article.type-resource h2, div#resourcesResults div#content h2 {
	color: #29822f;
	line-height: 1.2em;
	font-size: 12px;
	margin: 7px 0 0 0;
	height: 150px;
	overflow: hidden;
}
body.archive article.type-resource a, body.archive article.type-resource a:visited, div#resourcesResults div#content a, div#resourcesResults div#content a:visited {
	font-family: 'Lato', 'Times', serif;
    text-transform: none !important;
}
body.single-resource div#primary h1 {
    font-family: 'Merriweather', 'Times', serif;
	font-size: 21px;
	line-height: 26px;
	color: #552206;  /* #29822f; 
	border-top: solid 6px #29822f; */
	padding-top: 10px;
	margin-bottom: 8px;
}
body.single-resource div#primary h2, body.single-resource div#primary h2 a {
	font-family: 'Lato', 'Times', serif;
	font-size: 18px;
	line-height: 17px;
	color: #aa5c3a;
	margin-bottom: 8px;
	text-transform: none;
}
body.single-resource div#primary h3 {
	font-family: 'Lato', 'Times', serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
	text-transform: none;
}
body.single-resource div#primary h3 a {
	font-family: 'Lato', 'Times', serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
	/* color: #29822f; */
	text-transform: none;
}
div.fontResizer, li.fontResizer {
	font-family: 'Lato', 'Times', serif;
	float: left;
	width: 50px;
	height: 20px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
}
li.fontResizer {
	list-style: none;
}
div.fontResizer a {
	font-family: 'Lato', 'Times', serif;
	font-style: normal;
	font-weight: normal;
	color: #552206;
	margin-left: 2px;
}
body.home .entry-content p {
	margin-bottom: .4em;
}
.multiwidget_author_avatars .author-list {
	text-align: left !important;
}
.multiwidget_author_avatars .author-list .user {
	padding: 10px 0 !important;
	display: inline-block;
	vertical-align: top;
	/* IE 7 */
	zoom: 1;
	*display: inline;
	border-bottom: dashed 1px #C94221;
	height: 65px;
}
.multiwidget_author_avatars .author-list .user:last-child {
	border-bottom: none;
}
.multiwidget_author_avatars .author-list .with-name {
	display: block;
}
.multiwidget_author_avatars .author-list .user .name, .multiwidget_author_avatars .author-list .user .name a {
	font-size: 13px;
	color: #552206;
	text-transform: uppercase;
}
.multiwidget_author_avatars .author-list .user .name a:hover, .multiwidget_author_avatars .author-list .user a span.name:hover {
	color: #cd461e;
	text-decoration: underline;
}
.multiwidget_author_avatars .author-list .with-biography {
	text-align: left;
	margin-bottom: 0.5em;
}
.multiwidget_author_avatars .author-list .with-biography .name, .multiwidget_author_avatars .author-list .with-biography .name a {
	font-size: 1.1em;
	color: #552206;
}
.multiwidget_author_avatars .author-list .with-biography .avatar {
	float: left;
	margin: 0.2em 0.3em 0.2em 0;
}
.multiwidget_author_avatars .author-list .avatar {
	position: relative;
	float: left !important; /* is set to left on some themes */
	margin-right: 10px;
}
.multiwidget_author_avatars .author-list .avatar img {
	float: left !important; /* is set to left on some themes */
}
.multiwidget_author_avatars .author-list .organization {
	font-size: .9em;
	line-height: 1.2em;
	color: #cd461e;
}
.multiwidget_author_avatars h5 {
	text-align: right;
	color: #cd461e;
	text-transform: uppercase;
}
.resourcesHeader, h6.resourcesHeader {
    font-family: 'Lato' !important;
	padding: 7px 15px !important;
	background-color: #fcc77a !important;
	color: #552206 !important;
	text-transform: uppercase;
}
#navigatorSidebar h3 {
    font-family: 'Lato' !important;
	color: #552206 !important;
	text-transform: uppercase;
	font-size: 12px !important;
}
#navigatorSidebar h4 {
    font-family: 'Lato' !important;
	color: #aa5c3a !important;
	text-transform: uppercase;
	font-size: 12px !important;
	cursor: pointer;
}
h4.expand {
/*
	background-image: url('images/plus-minus.png');
	background-size: 20px 14px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
	background-clip: 20px 14px;
*/
}
#resourcesNavigator {
	position: relative;
	width: 100%;
	height: auto;
	margin: 5px 0 40px 0;
	display: block;
}
#navigatorSidebar {
	width: 22%;
	display: block;
}
#resourcesResults {
	height: auto;
	overflow: visible;
	display: block;
}
ul.sidebar {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}
ul.sidebar li {
	margin: 0 0 6px 0;
	line-height: 1.1em;
}
ul.sidebar li a {
    font-family: 'Lato' !important;
	text-transform: none;
	font-size: 12px !important;
	color: #f35a22;
	cursor: pointer;
}
ul#orglist, ul#issuelist {
	display: none;
}
.socialicon {
	position:relative;
	top: 2px;
}
img.socialicon:hover {
	opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
text-decoration: none;
}
.lt-spoiler-title {
    font-family: 'Lato' !important;
    font-size: 14px;
    color: #552206;
	text-transform: uppercase;
}

article.post { margin-bottom:20px; }
article.post:last-child { border-bottom:0px; }

.widget_categories li,.widget_archive li { border:0px; padding:0px; }
.widget_categories h2.widget-title,.widget_archive h2.widget-title { margin-left:24px; border-top:1px dashed #552206; border-bottom:1px dashed #552206; padding:12px 0px; }

.widget_recent_entries li:last-child,.widget_widget_crp li:last-child,.popular-posts li:last-child,.widget_execphp li:last-child { border-bottom:0px; }

.sharing {
	font-family: 'Lato';
text-transform: uppercase;
font-weight: 700;
color: #cd461e;
cursor: pointer;
}
.sharing:hover { color: #552206; }


/* Spoiler */
.lt-spoiler:first-of-type { padding: 1.2em 0 1em 0; border-top:1px dashed #552206; }
.lt-spoiler { padding: 0 0 1em 0; border-bottom:1px dashed #552206; }
.lt-spoiler-title { padding: 0 26px 0.3em 0 ; font-weight: bold; background: right center url(images/plus.png) no-repeat; cursor: pointer; }
.lt-spoiler-content { padding: 10px 0 0 0; display: none; }
.lt-spoiler-open .lt-spoiler-title { background: right center url(images/minus.png) no-repeat; }
.lt-spoiler-open .lt-spoiler-content { display: block; }

#pagenav li { font-size:120% !important; border-bottom: 2px dotted #cd461e; }

#execphp-4 .execphpwidget { font-family: 'Lato',Arial,san-serif !important; line-height:120% !important; padding-left:10px; text-align: justify; text-justify: distribute; font-weight:normal !important; }

.entry-organization { font-family: 'Lato',Arial,san-serif !important; font-weight:bold; margin-top:0px !important; font-size:14px;text-transform:uppercase; }
.entry-organization a { font-size:80% !important; }
.entry-category { font-size:100% !important; font-family: 'Lato',Arial,san-serif !important; font-weight:bold; margin-bottom:10px; }
.caps { text-transform:uppercase !important; }

.resourceTypes { text-align:center; font-family: 'Lato',Arial,san-serif !important; font-size:16px; font-weight:bold; margin-bottom:20px; text-transform:uppercase; }
.resourceTypes a { color:#cd461e; }

#resourcesResults h3 { font-size:16px !important; padding-top:12px !important; padding-left:6px !important; font-weight:bold !important; background-image: url('images/menu-stitch.png'); height:40px; }
#resourcesResults a { font-weight:normal; color:#552206; font-size:12px; line-height:14px; }
#resourcesResults a:hover { color:#cd461e; }

div#resourcesResults .resourcesLeft div#content article {  width: 120px; }

.resourcesLeft { float:left; width:75%; }
.resourcesRight { float:right; width:20%; }
.resourcesRight div { padding:0 6px; line-height:16px;  }resourcesRight div a { display:block; font-size:12px !important; font-weight:bold !important; margin-bottom:8px; }

.footer_menu ul ul ul { margin-left:12px !important; }

.wp-caption p { display:none; }

.wp-caption p.wp-caption-text { display:block !important; margin-bottom:16px; }

#gform_1 .gform_title { font-size:18px; }

.entry-date { display:block; padding-bottom:6px; }
.entry-author { font-family: 'Lato',Arial,san-serif !important; color:#552206 !important; margin-bottom:14px; }
.entry-author a { text-transform:uppercase; font-weight:bold; }
.entry-content h1.entry-title { 
    font-family: 'Merriweather', 'Times', serif !important;
	font-weight: 700 !important;
	font-size: 22px;
	line-height: 30px !important;
	color: #552206;
	padding: 0 0 6px;
	margin-bottom: 0px !important;
	text-transform:none !important;
 }

.jp-relatedposts-post { filter: alpha(opacity=100) !important;
    -moz-opacity: 1  !important;
    opacity: 1  !important; }
	
.jp-relatedposts-post a { text-decoration:none !important; }

.jp-relatedposts-post img { margin-bottom:10px; }

.jp-relatedposts-post-context { font-family: 'Lato',Arial,san-serif !important; color:#552206 !important; filter: alpha(opacity=100) !important;
    -moz-opacity: 1  !important;
    opacity: 1  !important;  }
	
strong { font-weight:bold; }

.image100 { width:100% !important; }

#learnIssues a { display:block; font-weight:bold; margin-bottom:12px; }
