/* FONTS */
/* COLORS */
/* === HOOKS === */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 0.875em;
  /* 1 */
  -webkit-text-size-adjust: 0.75em;
  /* 2 */
  -ms-text-size-adjust: 0.75em;
  /* 2 */ }

@font-face {
  font-family: "CubanoRegular";
  src: url("/wp-content/themes/philanthropitch2014/fonts/cubano-regular-webfont.eot");
  src: url("/wp-content/themes/philanthropitch2014/fonts/cubano-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/philanthropitch2014/fonts/cubano-regular-webfont.woff") format("woff"), url("/wp-content/themes/philanthropitch2014/fonts/cubano-regular-webfont.ttf") format("truetype"), url("/wp-content/themes/philanthropitch2014/fonts/cubano-regular-webfont.svg#CubanoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  color: #383838;
  font-family: arial, sans-serif;
  text-align: left; }

table, tr, th, td {
  line-height: 1.5em; }

code, kbd, samp, tt {
  font-family: "Lucida Console", Monaco, monospace;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #383838;
  font-family: "CubanoRegular", arial, sans-serif; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  margin: 0.5em 0; }

h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.5em 0; }

h2 {
  font-size: 1.7em;
  line-height: 2em;
  margin: 0.5em 0; }

h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0.5em 0; }

h4 {
  font-size: 1.3em;
  line-height: 1.5em;
  margin: 0.5em 0; }

h5 {
  font-size: 0.83em;
  line-height: 1.5em;
  margin: 0.5em 0; }

h6 {
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 0.5em 0; }

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: .5em 0 1em 0;
  word-spacing: 0.125em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help; }

del {
  color: #666;
  font-style: oblique; }

dfn, cite, var, em, address {
  font-style: italic;
  line-height: 1.5em; }

b, strong, caption, th, thead, dt, legend {
  font-weight: bold; }

ins {
  text-decoration: underline; }

small {
  font-size: 0.75em;
  line-height: 1em; }

/* LINKS */
a {
  color: #ff4343;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent; }

a:visited {
  color: #ff4343;
  text-decoration: none; }

a:hover, a:focus {
  color: #e10000;
  text-decoration: underline; }

/* LISTS */
ul {
  list-style: disc inside;
  margin-bottom: 1.5em;
  margin-left: 1.5em; }

ol {
  list-style: decimal inside;
  margin-left: 1.5em; }

ol ol, ul ul {
  margin: 9px; }

li {
  line-height: 1.5em; }

dd {
  margin: 4px 0 10px 0;
  padding: 0px 0 0 24px; }

body {
  background-color: #EFF6F6; }

/* Header */
header {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background: #7accc8;
  background: -moz-linear-gradient(left, #7accc8 0%, #abe1de 50%, #7accc8 70%, #7accc8 99%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7accc8), color-stop(50%, #abe1de), color-stop(70%, #7accc8), color-stop(99%, #7accc8));
  background: -webkit-linear-gradient(left, #7accc8 0%, #abe1de 50%, #7accc8 70%, #7accc8 99%);
  background: -o-linear-gradient(left, #7accc8 0%, #abe1de 50%, #7accc8 70%, #7accc8 99%);
  background: -ms-linear-gradient(left, #7accc8 0%, #abe1de 50%, #7accc8 70%, #7accc8 99%);
  background: linear-gradient(to right, #7accc8 0%, #abe1de 50%, #7accc8 70%, #7accc8 99%);
  background-color: red;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='$primary-color',GradientType=1 );
  overflow: none;
  padding: 0 0 1em 0; }

header div.utility-nav {
  background: #EFF6F6;
  margin: 0 auto;
  padding: 1 0; }

header div.utility-nav a.powered-by {
  background: transparent url(/wp-content/themes/philanthropitch2014/img/powered-by-bas.png) 0 0 no-repeat;
  display: block;
  height: 19px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 176px; }

header a.logo {
  background: transparent url(/wp-content/themes/philanthropitch2014/img/logo-bg.png) 0 0 no-repeat;
  display: block;
  height:53px;
  margin: 0 auto;
  width: 461px;
  padding: 1em 0;
  font-size: 51px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "CubanoRegular";
  background-position: left 60px;
  background-size: 42px;
  opacity: .8;
  color:#000;
  text-align: right;
  }
 header a.logo:hover, header a.logo:focus{
	 text-decoration:none;
 } 

  header a.logo-austin {
  background: transparent url(/wp-content/themes/philanthropitch2014/img/pp-header.png) 0 0 no-repeat;
  display: block;
  height: 28px;
  margin: 4em auto;
  text-indent: -9999em;
  width: 460px; }

  
  
/* Nav */
header nav {
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto!important;
  overflow: none;
  width: 100%; }

header nav ul {
  height: 57px;
  margin: 0 auto;
  width: 960px; }

header nav ul li {
  display: inline-block;
  position: relative; }

header nav ul li a {
  color: #fff;
  display: inline-block;
  font-family: "CubanoRegular";
  font-size: 1.2em;
  font-weight: normal;
  line-height: 57px;
  padding: 0 40px;
  text-decoration: none; }

header nav ul li a:visited {
  color: #fff; }

header nav ul li a span {
  display: block;
  padding-right: 20px; }

header nav ul li.sub-nav a span {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFBAMAAACKv7BmAAAAA3NCSVQICAjb4U/gAAAAG1BMVEX////K6ObK6ObK6ObK6ObK6ObK6ObK6ObK6OYPQYT2AAAACXRSTlMAESJ3iKrM7v9beuMhAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADAyLzA0LzE0GFaURgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAhSURBVAiZY+jo6GhnsOjoaGFg7egIYGDMaGNgYNAoYgAAaCEG2vxsDmQAAAAASUVORK5CYII=) center right no-repeat; }

header nav ul li:hover a,
header nav ul li:focus a,
header nav ul li a:hover,
header nav ul li a:focus {
  color: #aadedc;
  text-decoration: none; }

header nav ul li ul {
  display: none; }

header nav ul li.sub-nav:hover ul,
header nav ul li.sub-nav:focus ul {
  background-color: #fff;
  display: block;
  height: auto;
  left: -32px;
  padding: 10px 0;
  position: absolute;
  top: 57px;
  width: 200px; }

header nav ul li.nonprofits.sub-nav:hover ul,
header nav ul li.nonprofits.sub-nav:focus ul {
  left: -8px; }

header nav ul li.supporters.sub-nav:hover ul,
header nav ul li.supporters.sub-nav:focus ul {
  left: -10px; }

header nav ul li.sub-nav:hover ul:after,
header nav ul li.sub-nav:focus ul:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

header nav ul li.sub-nav:hover ul {
  z-index: 10; }

header nav ul li.sub-nav ul li a {
  color: #383838;
  display: block;
  font-family: arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  padding: .4em 1.8em .2em 1.8em;
  text-align: left; }

header nav ul li.sub-nav ul li a:hover,
header nav ul li.sub-nav ul li a:focus {
  color: #aaaaaa; }

header nav ul li.sub-nav ul li {
  display: block; }
  

/* Slider */
div.slider {
  height: 398px;
  margin: -1em auto 0 auto;
  position: relative;
  width: 960px; }

div.slider ul,
div.slider ul li {
  list-style: none;
  padding: 0;
  margin: 0; }

div.slider ul.display {
  list-style: none;
  height: 408px;
  margin: 0;
  padding: 0;
  width: 960px; }

div.slider ul.display li {
  height: 408px; }

div.slider ul.display li img {
  -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.75);
  z-index: 1; }

div.slider ul.display li div.description {
  bottom: 40px;
  display: block;
  height: 100px;
  left: 30px;
  position: absolute;
  width: 700px;
  z-index: 10; }

div.slider ul.display li h2,
div.slider ul.display li p {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  clear: both;
  display: block;
  float: left;
  line-height: 1;
  margin: 0;
  padding: 20px; }

div.slider ul.display li h2 {
  font-size: 3em;
  padding: 10px 20px; }

div.slider ul.display li p {
  word-spacing: normal;
  padding: 10px 10px 10px 20px; }

div.slider ul.display li a {
  font-weight: normal; }

div.slider ul.thumbs {
  bottom: 30px;
  margin: 0;
  padding: 5px 0 0 0;
  position: absolute;
  right: 30px;
  z-index: 10; }

div.slider ul.thumbs li {
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #ffffff;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  float: left;
  list-style: none;
  cursor: pointer;
  position: relative;
  text-indent: -9999em; }

div.slider ul.thumbs li:hover {
  background: #7accc8; }

div.slider ul.thumbs li.active {
  background: #7accc8;
  border: 2px solid #7accc8; }

div.slider ul.thumbs li img {
  display: none; }

div.slider ul.thumbs li:hover img {
  border: 2px solid #7accc8;
  display: block;
  height: 46px;
  left: -48px;
  position: absolute;
  top: -60px;
  width: 116px; }

/* Main Content */
div.main-content {
  margin: 0 auto;
  min-height: 600px;
  padding: 2em 0;
  width: 960px; }

div.main-content section {
  float: left;
  width: 960px; }

div.main-content aside {
  float: right;
  width: 200px; }

/* ASIDE */
aside div.module {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: 1em; }

aside div.module h3 {
  font-size: 1.2em; }

aside div.module.partners {
  border: none; }

aside div.module ul,
aside div.module ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

aside div.module.partners ul li {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 1em;
  padding-bottom: 1em; }

/* FOOTER */
footer {
  background-color: #aadedc; }

footer div.inner {
  margin: 0 auto;
  padding: 2em 0;
  width: 960px;
}

footer div.inner nav {
  float: left;
}

footer div.inner #mc_embed_signup {
  float: right;
  width: 200px;
}

footer div.inner #mc_embed_signup form {
  padding: 0;
}

footer div.inner #mc_embed_signup .button {
  background: #ff4343;
  border-radius: 18px;
  color: #fff;
  line-height: 30px;
  padding: 0.1em 1em;
  text-transform: uppercase;
  height: auto;
  display: block;
}

footer div.inner #mc_embed_signup .mc-field-group {
  min-height: 40px;
  padding-bottom: 0;
}

footer div.inner #mc_embed_signup h4 {
  margin: 0 0 .4em 0;
}

footer div.inner ul li h4 {
  margin: 0 0 1em 0; }

footer div.inner ul,
footer div.inner ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

footer div.inner ul li {
  float: left;
  margin: 0 2.4em; }

footer div.inner ul li a {
  font-weight: bold; }

footer div.inner ul li a {
  color: #383838;
  text-decoration: none; }

footer div.inner ul li.facebook a {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAFfke11AAAAA3NCSVQICAjb4U/gAAAAQlBMVEXjRUWqmpir4d64Z2evgH6pwsDMUFD/Q0PFVlbZSEipp6W+Xl6ti4rtREOpxsTOTk7pRESrmpmpycbeR0fmRUXyQ0P39EWBAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADAyLzA0LzE0GFaURgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAABcSURBVAiZVYwLDoAgDENHUYY4JILe/6ryU7DJ1r20GRkmBjFTygejLCkrz7LnSFNn9r66CP88K7S8Mdbu9QcD+PHnkzpuB6AHCs6RXioiKvvibR2cTXNZWtnMGB5XEwWvRIipAAAAAABJRU5ErkJggg==) 0 0 no-repeat;
  color: #ff4343;
  padding-left: 24px;
  text-decoration: none; }

footer div.inner ul li.facebook a:hover,
footer div.inner ul li.facebook a:focus {
  text-decoration: underline; }

footer div.inner ul ul {
  margin: 0; }

footer div.inner ul li ul li {
  float: none;
  margin: 0; }

footer p.copyright {
  clear: both;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
}

footer p.copyright img {
  display: inline-block; }

footer p.copyright img.pp-logo {
  display: block;
  width: 196px;
  height: 15px;
  margin: 0 auto 1em auto; }

footer p.copyright img.bas-logo {
  margin-right: 1em;
  height: 15px; }




/* === Homepage === */
div.main-content div section {
  float: left;
  margin-bottom: 40px;
  text-align: center;
  width: 470px; }

div.main-content div section.section-2 {
  float: right; }

div.main-content div.row-1 section.section-1 img {
  cursor: pointer; }

div.main-content div.row-1 section.section-2 {
  text-align: left;
  padding: 0 40px;
  width: 390px; }

div.main-content div.row-1 section.section-2 h2 {
  line-height: 1.6em;
  margin-top: 0; }

div.main-content div.row-1 section.section-2 img {
  display: inline-block;
  vertical-align: middle; }

div.main-content div.row-1 section.section-2 img.bas-logo {
  margin-right: 2.4em; }

div.main-content div.row-2 section {
  background: transparent url(/wp-content/themes/philanthropitch2014/img/pp-hp-section-bg.jpg) 0 0 repeat;
  height: 286px;
  padding: 0 20px;
  width: 430px; }

div.main-content div.row-2 section p {
  margin-bottom: 1.6em; }

div.main-content div.row-2 section a.cta, div.main-content div.row-2.btnsection  a {
  background-color: #ff4343;
  border-radius: 16px;
  display: inline-block;
  color: #fff;
  font-family: "CubanoRegular";
  font-weight: bold;
  padding: .7em 1em;
  text-decoration: none;
  text-transform: uppercase; }

div.main-content div.row-2 section a.cta:hover,
div.main-content div.row-2 section a.cta:focus , div.main-content div.row-2.btnsection  a:hover, div.main-content div.row-2.btnsection  a:focus{
  background-color: #e10000; }

div.main-content div.row-2 section a.cta:after , div.main-content div.row-2.btnsection  a:after{
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIBAMAAADD3ygIAAAAA3NCSVQICAjb4U/gAAAAElBMVEX////K6Obw+fj0+vr3/Pv///+xyc95AAAABnRSTlMAEczd7v9nE3+RAAAACXBIWXMAAArrAAAK6wGCiw1aAAAAFnRFWHRDcmVhdGlvbiBUaW1lADAyLzA0LzE0GFaURgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAeSURBVAiZYwhmYGAIdQDiUAEgDoBiINuRgSGIgQEAVYcFOQ3VlGwAAAAASUVORK5CYII=) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 0 0 .6em;
  width: 10px; }

div.main-content div.row-3 section {
  background: transparent url(/wp-content/themes/philanthropitch2014/img/section-divider-1.png) 0 0 no-repeat;
  float: left;
  font-size: .9em;
  padding: 50px 3px 0 3px;
  width: 300px; }

div.main-content div.row-3 section {
  margin-bottom: 50px; }

div.main-content div.row-3 section.section-2 {
  margin: 0 21px; }

div.main-content div.row-3 section strong.author {
  display: block;
  font-size: .9em;
  font-weight: normal;
  margin-top: .6em; }


/* === 3 Column === */
div.main-content.side-navigation {
  background: transparent url(/wp-content/themes/philanthropitch2014/img/page-template-sidebar-nav.png) 0 0 repeat-y;
  padding: 0 10px;
  position: relative;
  width: 960px;
}

div.main-content.side-navigation aside {
  float: left;
  width: 305px;
}

div.main-content.side-navigation aside ul {
  background-color: #F7FBFC;
  margin-top:12px;
  width: 303px;
  list-style: none;
  margin: 0 0 0 1px;
  padding: 0;
}


div.main-content.side-navigation aside ul.sticky {  
  position: fixed;  
  top: 0;  
  z-index: 100;  
}  

div.main-content.side-navigation aside ul li {
  margin: 0;
  padding: 0; 
}

div.main-content.side-navigation aside ul li a {
  border-bottom: 1px solid #999;
  color: #999;
  display: block;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

div.main-content.side-navigation aside ul li a:hover,
div.main-content.side-navigation aside ul li a.current {
  background-color: #fff;
  outline: none;
}


div.main-content.side-navigation aside div#mc_embed_signup {
  bottom: 2em;
  left: 4.4em;
  position: absolute;
  width: 200px;
}

div.main-content.side-navigation aside div#mc_embed_signup .button {
  background: #ff4343;
  border-radius: 18px;
  color: #fff;
  line-height: 30px;
  margin: 0 auto;
  padding: 0.1em 1em;
  text-transform: uppercase;
  height: auto;
  display: block;
}




div.main-content.multi-columns div.content {
  float: right;
  margin: 1em 20px 0 20px;
  width: 615px;

}

div.main-content.multi-columns div.row {
  margin-bottom: 4em;
}

div.main-content.multi-columns div.row div.section-1 {
  display: inline-block;
  width: 170px;
}

div.main-content.multi-columns div.row div.section-1 img {
  display: block;
}

div.main-content.multi-columns div.row div.section-2 {
  float: right;
  padding: 0 10px 0 0;
  width: 430px;
}

div.main-content.multi-columns div.row h2 {
  line-height: .8em;
  margin: 0;
}


div.main-content.multi-columns div.row h3 {
  font-size: 1.25em;
  margin: 0;

}


div.main-content.multi-columns div.row {

}


/* ----------------------------------------
Clearfix aka Reiniger
------------------------------------------ */
.cf:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

* html .cf,
*:first-child + html .cf {
  zoom: 1; }
  
  #wpcf7-f764-p29-o1.wpcf7 input[type="email"],
  #wpcf7-f764-p29-o1.wpcf7 input[type="text"],
  #wpcf7-f764-p29-o1.wpcf7 textarea{
	width:98%;padding:1%;
  }
 
 #wpcf7-f764-p29-o1.wpcf7 input[type="submit"], #FSContact1 input[type="submit"] {
	background: #ff4343;
    border-radius: 18px;
    color: #fff;
    line-height: 30px;
    padding: 0.1em 1em;
    text-transform: uppercase;
    height: auto;
    display: block;
    min-width: 115px;
    font-size: 15px;
    font-weight: bold; 
}
#wpcf7-f764-p29-o1 .wpcf7-validation-errors  {border: 2px solid #FF4343;}
#wpcf7-f764-p29-o1{width:90%;margin:0 auto;}

#FSContact1{width:90%;margin:0 auto;max-width:90%!important;}
#FSContact1 input[type="email"], #FSContact1 input[type="text"], #FSContact1 textarea{width:98%!important;padding:1%!important;max-width:98%!important}

#FSContact1 label {
    margin-bottom: 8px;
    display: block;
    margin-top: 15px;
}
form#fscf_form1 div {
    width: 100%!important;
}

.blog-wrapper, .post-wrapper, .search-wrapper, .category-wrapper{
	width:960px;
	margin:0 auto;
	background-image: url(../img/page-sidebar-nav.png);
	background-repeat:repeat-y;
	padding:10px;
	}
.blog-wrapper:after , .post-wrapper:after, .search-wrapper:after, .category-wrapper:after{
    display: table;
    content: "";
    clear: both;
}
 .blog-wrapper  #primary, .post-wrapper #primary, .search-wrapper  #primary, .category-wrapper  #primary{width:70%;background:#fff;}
 
 #secondary.widget-area {
    float: right;
    width: 28.041667%;
 }
 
 #secondary.widget-area ul li{
    margin-bottom:10px;
	list-style: none;
 }
 #secondary.widget-area  #search-2{margin-left:20px;}
 
 .blog-wrapper .widget-title, .post-wrapper  .widget-title, .search-wrapper  .widget-title, .category-wrapper .widget-title{
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 15px;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
}

 #secondary.widget-area .widget a {
   
    font-weight: 100;
    font-size: 13px;
	color:#000!important;
}


 .blog-wrapper  #content, .post-wrapper  #content, .search-wrapper  #content, .category-wrapper   #content{
    margin: 20px;
}


.error404   #primary{margin:0 auto;width:960px;float:none;}

#content h1.archive-title{ font-size: 13px;font-weight: 100;}
header.entry-header {
    background: none!important;
    text-align: center;
	border-bottom:1px solid #ededed;
}
.entry-header .entry-title{font-size:21px;}

div#content header {
    background: none;
}

footer.entry-meta{background-color: #aadedc;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,.4);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,.4);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,.4);
}

.entry-header .entry-title a {
    color: #383838;
    font-weight: 100;
}

.entry-header .entry-title a:hover{
	
	text-decoration:underline;
}

.post-wrapper {
    background-image: url(../img/page-sidebar-nav.png);
	background-repeat:repeat-y;
}

.entry-content a:visited, .comment-content a:visited {
    color: #ff4343;
}

/*New Nav*/
header #site-main-nav {
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto!important;
  overflow: none;
  width: 100%; }

header #site-main-nav ul {
  height: 57px;
  margin: 0 auto;
  width: 960px; }

header #site-main-nav ul li {
  display: inline-block;
  position: relative; }

header #site-main-nav ul li a {
  color: #fff;
  display: inline-block;
  font-family: "CubanoRegular";
  font-size: 1.2em;
  font-weight: normal;
  line-height: 57px;
  padding: 0 40px;
  text-decoration: none; }

header #site-main-nav ul li a:visited {
  color: #fff; }

header #site-main-nav ul li a span {
  display: block;
  padding-right: 20px; }

header #site-main-nav ul > li.menu-item-has-children  > a , header #site-main-nav ul > li.menu-item-has-children  .menu-item-has-children >a {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFBAMAAACKv7BmAAAAA3NCSVQICAjb4U/gAAAAG1BMVEX////K6ObK6ObK6ObK6ObK6ObK6ObK6ObK6OYPQYT2AAAACXRSTlMAESJ3iKrM7v9beuMhAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADAyLzA0LzE0GFaURgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAhSURBVAiZY+jo6GhnsOjoaGFg7egIYGDMaGNgYNAoYgAAaCEG2vxsDmQAAAAASUVORK5CYII=) center right no-repeat; }

header #site-main-nav ul li:hover a,
header #site-main-nav ul li:focus a,
header #site-main-nav ul li a:hover,
header #site-main-nav ul li a:focus { 
  color: #aadedc;
  text-decoration: none; }

header #site-main-nav ul li ul {
  display: none; }
header #site-main-nav ul li ul  ul{display:none;}  

header #site-main-nav ul li.menu-item-has-children:hover >ul,
header #site-main-nav ul li.menu-item-has-children:focus >ul {
  background-color: #fff;
  display: block;
  height: auto;
  left: -32px;
  padding: 10px 0;
  position: absolute;
  top: 57px;
  width: 200px; }
  
 header #site-main-nav ul li.menu-item-has-children  li.menu-item-has-children:hover ul,
header #site-main-nav ul li.menu-item-has-children li.menu-item-has-children:focus ul {
  background-color: #fff;
  display: block;
  height: auto;
  
  left:192px;
  padding: 10px 0;
  position: absolute;
  top: 10px;
  width: 200px; } 

header #site-main-nav ul li.nonprofits.sub-nav:hover ul,
header #site-main-nav ul li.nonprofits.sub-nav:focus ul {
  left: -8px; }

header #site-main-nav ul li.supporters.sub-nav:hover ul,
header #site-main-nav ul li.supporters.sub-nav:focus ul {
  left: -10px; }

header #site-main-nav ul >li.menu-item-has-children:hover  > ul:after,
header #site-main-nav ul >li.menu-item-has-children:focus > ul:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }
  


header #site-main-nav ul li.menu-item-has-children:hover ul {
  z-index: 10; }

header #site-main-nav ul li.menu-item-has-children ul li a {
  color: #383838;
  display: block;
  font-family: arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  padding: .6em 1.8em .2em 1.8em;
  text-align: left; }

header #site-main-nav ul li.menu-item-has-children ul li a:hover,
header #site-main-nav ul li.menu-item-has-children ul li a:focus {
  color: #aaaaaa; }

header #site-main-nav ul li .sub-menu li { display: block; }
header #site-main-nav ul > li.menu-item-has-children .menu-item-has-children >a{background-position:174px 14px;}
header #site-main-nav ul >li.menu-item-has-children .menu-item-has-children:hover > ul:after, header #site-main-nav ul >li.menu-item-has-children .menu-item-has-children:focus > ul:after{display:none;}
footer div.inner .cf li:first-child{margin-left:0;}
div.main-content.side-navigation aside .page_item_has_children >a {background: #f9f9f9;}
div.main-content.side-navigation aside ul li.current_page_item > a{ background-color: #fff;outline: none;} 
div.main-content.side-navigation aside ul li a{text-align:left;padding-left:25px;}
div.main-content.side-navigation aside ul .children{margin:0;width:100%;max-width:303px;}
div.main-content.side-navigation aside ul .children a{padding-left:45px;}
ul.topparrent a {padding-left: 45px!important;}
ul.topparrent li:first-child a{padding-left: 25px!important;}
div.main-content.side-navigation aside .topparrent .page_item_has_children >a {background: transparent;}
div.main-content.side-navigation aside .topparrent  li:first-child a {background: #f9f9f9;}

.btnsection section{position :relative;}
.btnsection section .btn-outer{position:absolute;left:0;right:0;bottom:50px;}

#menu-footer-links >li>a {margin: 0 0 1em 0;display: block;font-size: 1.3em;line-height: 1.5em;color: #383838;font-family: "CubanoRegular", arial, sans-serif;}


 
 
 
  
