/* 
	Theme Name: Foundation
	Theme URI: http://www.organizedthemes.com/foundation
	Description: An excellent theme for your non-profit
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Version: 3.2.11
	License: GNU General Public License
	License URI: license.txt
*/

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; }

a img { border: 0 }

html { 
	height: 100%; 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
} 

body { 
	margin: 0; 
	min-height: 100%;
	height: auto !important;
	-webkit-font-smoothing: antialiased; 
	font-smoothing: antialiased;
}

* {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.jquery-lightbox { /* Fixes box sizing bug in lightbox evolution */
	box-sizing: content-box;
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
}

figure 			   { margin: 0 }
img, object, embed { max-width: 100%; height: auto; } /* Fluid images */
video 			   { width: 100%; height: auto; }
img 			   { border: 0;	-ms-interpolation-mode: bicubic } /* IE Images */
svg:not(:root) 	   { overflow: hidden } /* Correct IE9 overflow */

/* Typography
----------------------------------------------- */

body {
	font: 16px/1.3 open-sans, 'Open Sans', Lucida, Verdana, sans-serif;
}

p {
  margin: 0 0 25px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 20px;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	color: #111;
	font-family: 'Open Sans', 'Lucida Grande', Lucida, Verdana, sans-serif;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 25px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ol li { /* Adds space for double didget number lists */
	margin-left: 10px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

blockquote {
	background: url(images/quote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #514f4f;
	font-style: italic;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

table td {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

/* Global Elements
----------------------------------------------- */

body { 
	background: #ebebeb; 
}

#wrap { 
	width: 960px;
	margin: 0 auto;
	position: relative;
}

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

a:hover { 
	color: #474847; 
}

.left { 
	float: left; 
}

.right { 
	float: right; 
}

.clear { 
	clear: both; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	height: 0; 
	visibility: hidden; 
}

*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix { height: 1%; }

.shadow {	
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #ddd;
	color: #3e3e3e;
	font-size: 14px;
}

input.button,
a.button,
p.paging-next a,
p.paging-prev a,
input:hover.button,
input[type="button"],
input[type="submit"] {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 8px 18px;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-webkit-appearance: none;
	background-color: #70b7e7;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
}

input:hover.button,
a:hover.button,
p.paging-next a:hover,
p.paging-prev a:hover,
input:hover.button,
input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #325267;
}

input:focus,
textarea:focus {
	outline: none;
}

/* Header
----------------------------------------------- */

#header {
	position: relative;
	z-index: 200;
	margin-bottom: 25px;
	height: auto;
}

#logo,
#text-logo {
	float: left;
	display: inline;
	margin-top: 25px;
	margin-bottom: 25px;
}

#logo h1,
#logo p {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#text-logo h1,
#text-logo p {
	text-shadow: rgba(33,33,33,0.7) 1px 1px 3px;
	font-size: 50px;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#text-logo a,
#text-logo a:visited {
	color: #323131;
}

#tagline {
	float: right;
	display: inline;
	margin-top: 45px;
	margin-bottom: 10px;
}

#tagline h2, 
#tagline p {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2;
	text-transform: uppercase;
}

/* Navigation
----------------------------------------------- */

#navigation {
	position: relative;
	clear: both;
	z-index: 1000;
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #4A4A4A;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
}

#nav-left {
	position: relative;
	float: left;
	display: inline-block;
}

#nav-right {
	position: relative;
	float: right;
	display: inline-block;
}

#nav-right form#searchform {
	float: right;
	display: inline;
	margin-top: -2px;
	margin-right: -2px;
}

#nav-right form#searchform input#s {
	margin-right: 0;
}

#nav-right form#searchform input[type="submit"] {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding-top: 11px;
	padding-bottom: 12px;
}

#nav-right label.assistive-text {
	display: none;
}

#mobile-menu { 
	display: none;
}

/* Superfish Drop Downs--do not edit */

#navigation .menu, 
#navigation .menu * 				{ margin: 0; padding: 0; list-style: none; }
#navigation .menu 					{ line-height:	1.0; }
#navigation .menu ul 				{ position: absolute; top: -999em; width: 10em; }
#navigation .menu ul li 			{ width: 100%; }
#navigation .menu li:hover 			{ visibility: inherit;  }
#navigation .menu li 				{ float: left; position: relative; }
#navigation .menu a 				{ display: block; position: relative; }
#navigation .menu li:hover ul,
#navigation .menu li.sfHover ul 	{ top: 2.5em; z-index: 99; }
#navigation ul.menu li:hover li ul,
#navigation ul.menu li.sfHover li ul{ top: -999em;}
.#navigation menu li:hover ul,
#navigation .menu li.sfHover ul 	{ left: 0; top: 28px; z-index: 99; }
#navigation .menu a.sf-with-ul 		{ padding-right: 2.25em; min-width: 1px; }


#navigation ul.menu li li:hover ul,
#navigation ul.menu li li.sfHover ul {
	width: 160px;
	left:  160px; /* match ul width */
	top: 0;
}

#navigation ul.menu li li li:hover ul,
#navigation ul.menu li li li.sfHover ul {
	left:	160px; /* match ul width */
	width: 160px;
	top:	0;
}

#navigation ul {
	list-style: none;
	margin: 0;
}

#navigation li {
	float: left;
	position: relative;
	border-right: 1px solid #515251;
}

#navigation .menu a, 
#navigation .menu a:visited {
	color: #fff;
	display: block;
	padding: 10px 12px;
}

#navigation .current-menu-item ul.sub-menu li a,
#navigation .current-menu-parent ul.sub-menu li a {
	background: transparent;
	border: none;
}

select.tinynav,
#navigation .menu-item a:hover, 
#navigation .current-menu-item a,
#navigation .current-menu-item ul.sub-menu li a:hover,
#navigation .current-menu-parent ul.sub-menu li a:hover,
#navigation .current-menu-parent ul.sub-menu li.current-menu-item a {
	color: #fff;
	background-color: #70b7e7;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
}

#navigation .menu li ul {
	z-index: 100;
	width: 160px;
	padding: 10px;
	background-color: #474747;
	margin: 0;
}

#navigation .menu li li a, 
#navigation .menu li li a:visited {
	color: #fff;
	width: 140px;
	margin-left: 0;
	margin-right: 0;
	padding: 8px 9px 7px;
}

#navigation .menu li li {
	border: none;
	float: none;
}

#navigation .menu li li a:hover {
	padding: 8px 9px 7px;
}

#navigation .menu li ul li ul {
	width: 160px;
	margin: -10px 0 0 -20px;
	z-index: 200;
}

/* Social Icons
----------------------------------------------- */

#navigation li.dribbble a,
#navigation li.facebook a,
#navigation li.flickr a,
#navigation li.foursquare a,
#navigation li.forrst a,
#navigation li.google a,
#navigation li.linkedin a,
#navigation li.picasa a,
#navigation li.pinterest a,
#navigation li.twitter a,
#navigation li.youtube a,
#navigation li.vimeo a,
#navigation li.yelp a,
#navigation li.podcast a,
#navigation li.rss a,
#navigation li.instagram a,
#navigation li.location a,
#navigation li.itunes a {
	float: right;
	display: block; 
	position: relative;
	width: 27px;
	height: 36px;
	margin-left: 0;
	margin-top: 4px;
	opacity: 1;
	text-indent: -9999px;
	background-image: url(images/social.png);
	background-repeat: no-repeat;
	margin-right: 4px;
}

#navigation li.dribbble a:hover,
#navigation li.facebook a:hover,
#navigation li.flickr a:hover,
#navigation li.foursquare a:hover,
#navigation li.forrst a:hover,
#navigation li.google a:hover,
#navigation li.linkedin a:hover,
#navigation li.picasa a:hover,
#navigation li.pinterest a:hover,
#navigation li.twitter a:hover,
#navigation li.youtube a:hover,
#navigation li.vimeo a:hover,
#navigation li.yelp a:hover,
#navigation li.podcast a:hover,
#navigation li.rss a:hover,
#navigation li.instagram a:hover,
#navigation li.location a:hover,
#navigation li.itunes a:hover {
	background: none;
	background-image: url(images/social.png);
	background-repeat: no-repeat;
}

#navigation li.facebook a,
#navigation li.facebook a:hover {
	background-position: 0 -5px;
}

.black #navigation li.facebook a,
.black #navigation li.facebook a:hover {
	background-position: -33px -5px;
}

#navigation li.flickr a,
#navigation li.flickr a:hover {
	background-position: 0 -37px;
	width: 29px;
}

.black #navigation li.flickr a,
.black #navigation li.flickr a:hover {
	background-position: -35px -37px;
	width: 29px;
}

#navigation li.forrst a,
#navigation li.forrst a:hover {
	background-position: 0 -67px;
}

.black #navigation li.forrst a,
.black #navigation li.forrst a:hover {
	background-position: -37px -67px;
}

#navigation li.foursquare a,
#navigation li.foursquare a:hover {
	background-position: 0 -97px;
	width: 32px;
}

.black #navigation li.foursquare a,
.black #navigation li.foursquare a:hover {
	background-position: -35px -97px;
	width: 32px;
}

#navigation li.google a,
#navigation li.google a:hover {
	background-position: 0 -128px;
}

.black #navigation li.google a,
.black #navigation li.google a:hover {
	background-position: -35px -128px;
}

#navigation li.linkedin a,
#navigation li.linkedin a:hover {
	background-position: 0 -162px;
}

.black #navigation li.linkedin a,
.black #navigation li.linkedin a:hover {
	background-position: -37px -162px;
}

#navigation li.picasa a,
#navigation li.picasa a:hover {
	background-position: 0 -193px;
	width: 29px;
}

.black #navigation li.picasa a,
.black #navigation li.picasa a:hover {
	background-position: -37px -193px;
	width: 29px;
}

#navigation li.pinterest a,
#navigation li.pinterest a:hover {
	background-position: 0 -227px;
}

.black #navigation li.pinterest a,
.black #navigation li.pinterest a:hover {
	background-position: -35px -227px;
}

#navigation li.twitter a,
#navigation li.twitter a:hover {
	background-position: 0 -291px;
}

.black #navigation li.twitter a,
.black #navigation li.twitter a:hover {
	background-position: -37px -291px;
}

#navigation li.rss a,
#navigation li.rss a:hover {
	background-position: 0 -259px;
}

.black #navigation li.rss a,
.black #navigation li.rss a:hover {
	background-position: -35px -259px;
}

#navigation li.vimeo a,
#navigation li.vimeo a:hover {
	background-position: 0 -326px;
}

.black #navigation li.vimeo a,
.black #navigation li.vimeo a:hover {
	background-position: -37px -326px;
}

#navigation li.yelp a,
#navigation li.yelp a:hover {
	background-position: 0 -361px;
}

.black #navigation li.yelp a,
.black #navigation li.yelp a:hover {
	background-position: -37px -361px;
}

#navigation li.youtube a,
#navigation li.youtube a:hover {
	background-position: -2px -398px;
}

.black #navigation li.youtube a,
.black #navigation li.youtube a:hover {
	background-position: -37px -398px;
}

#navigation li.location a,
#navigation li.location a:hover {
	background-position: -2px -436px;
}

.black #navigation li.location a,
.black #navigation li.location a:hover {
	background-position: -37px -436px;
}

#navigation li.itunes a,
#navigation li.itunes a:hover {
	background-position: 0 -511px;
	width: 29px;
}

.black #navigation li.itunes a,
.black #navigation li.itunes a:hover {
	background-position: -36px -511px;
	width: 29px;
}

#navigation li.dribbble a,
#navigation li.dribbble a:hover {
	background-position: 0 -474px;
}

.black #navigation li.dribbble a,
.black #navigation li.dribbble a:hover {
	background-position: -36px -474px;
}

#navigation li.instagram a,
#navigation li.instagram a:hover {
	background-position: -2px -550px;
}

.black #navigation li.instagram a,
.black #navigation li.instagram a:hover {
	background-position: -36px -550px;
}

/* Home
----------------------------------------------- */

#home-top {
	position: relative;
	z-index: 1;
	height: auto;
}

#home-top .flexslider {
	float: left;
	display: inline;
	width: 630px;
	position: relative;
	z-index: 1;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
}
 
.flexslider .slides img {
	max-width: 100%; 
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {	
	display: block;
}

.flexslider {
	position: relative;  
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	position: relative;
}

.flex-container {
	zoom: 1; 
	position: relative;
}

.flex-direction-nav a {
	width: 20px; 
	height: 44px; 
	margin: 0; 
	display: block; 
	background: url(images/arrows.png) no-repeat 0 center rgba(0, 0, 0, 0.53); 
	position: absolute;
	z-index: 1000;
	cursor: pointer; 
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	opacity: 0.8;
	bottom: 8px;
}

.flex-direction-nav .flex-next {
	background-position: 100% center;
	right: 6px;
}

.flex-direction-nav .flex-prev {
	right: 26px;
}

.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-control-nav {
	display: none;
}

p.slide-caption {
	margin-bottom: 0;
	color: #fff;
	position: absolute;
	width: 98%;
	height: 44px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	margin-right: 1%;
	margin-left: 1.2%;
	bottom: 8px;
	padding: 12px 50px 10px 10px;
}

.ie7 p.slide-caption,
.ie8 p.slide-caption {
	background: none; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}

p.slide-caption a, 
p.slide-caption a:visited {
	color: #fff;
}

/* Home Widgets
----------------------------------------------- */

#home-top #sidebar {
	float: right;
	display: inline;
}

#home-widgets {
	margin-top: 30px;
	clear: both;
}

#home-widgets .widget {
	float: left;
	display: inline;
	width: 300px;
	margin-bottom: 30px;
}

#home-widgets .widget.home-page-block {
	width: 100%;
}

/* Featured Posts Widget
----------------------------------------------- */

#home-widgets .featured-posts {
	width: 630px;
	padding: 0;
	background: transparent;	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#home-widgets .featured-posts h4.widget-title {
	margin: 0 0 10px;
}

#home-widgets .post {
	margin-bottom: 20px;
	border-bottom: none;
	overflow: hidden;
}

#home-widgets .post h2 {
	margin-top: 0;
	font-size: 20px;
	line-height: 1;
}

#home-widgets .post .wp-post-image {
	background-color: #fffffe;
	padding: 5px;
	float: left;
	margin-right: 30px;
}

/* Donation Widget
----------------------------------------------- */

.donate-graph-holder {
	width: 100%;
	position: relative;
	margin-top: 10px;
	z-index: 1;
}

.donate-description {
	margin-bottom: 20px;
}

.donate-graph-cover {
	border-radius: 35px;
	-webkit-border-radius: 35px;
	width: 100%;
	height: 44px;
	margin-bottom: 29px;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.52);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.52);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.52);
	background-color: rgba(0, 0, 0, 0.25);
}

.ie7 .donate-graph-cover, 
.ie8 .donate-graph-cover { /* Sets Color In IE 8 */
	background-color: #ccc;
}

.donate-graph-highlight {
	height: 44px;
	position: absolute;
	top: 0;
	-webkit-border-radius: 35px 0px 0px 35px;
	border-radius: 35px 0px 0px 35px;
	background-color: #70b7e7;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
}

.donate-end {
	position: absolute;
	z-index: 20;
	right: 29px;
	margin-top: -63px;
}

.donate-end p {
	font-size: 18px;
}

.donate-form {
	margin-bottom: 10px;
}

/* Call To Action Widget
----------------------------------------------- */

.widget.action {
	color: #fff;
	text-align: center;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
	background-color: #4A4A4A;
	border: 5px solid #616160;
}

.action h4.widget-title {
	font-size: 30px;
	text-align: center;
	line-height: 1;
	background-color: #71B7E8;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
}

.action-content {
	position: relative;
	padding-bottom: 40px;
}

.action-content a.button {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

/* MailChimp Widget
----------------------------------------------- */

.chimp .chimp-description {
	margin-bottom: 20px;
}

.action-form #email {
	height: 34px;
	width: 180px;
	background-color: #f3f3f3;
	border: 1px solid #bdbdbd;
}

/* Page Styles
----------------------------------------------- */

#page-full {
	padding: 1px;
}

#content {
	width: 630px;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
}

.post {
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #b8b8b8;
}

.single .post {
	border-bottom: none;
}

.single .flexslider {
	margin-bottom: 30px;
}

p.post-meta {
	font-size: 11px;
	margin-bottom: 8px;
}

/* Sidebar Widgets
----------------------------------------------- */

#sidebar, 
#sidebar p, 
#sidebar li {
	font-size: 14px;
}

#sidebar ul {
	margin-bottom: 10px;
}

.fb-widget {
	margin: -5px;
}

.widget {
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
	padding: 15px;
}

h4.widget-title {
	margin-top: -15px;
	margin-right: -15px;
	margin-left: -15px;
	padding: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
	background-color: #4A4A4A;
}

h4.widget-title,
.widget-title a, 
.widget-title a:visited {
	color: #fff;
}

.widget p {
	margin-bottom: 10px;
}

.widget label.assistive-text {
	display: none; /* hides search in search widget */
}

input#s {
	font-size: 14px;
	padding: 7px 14px;
	border: none;
	background-color: #efefef;
	width: 168px;
	margin-right: 8px;
}

.widget .page img.attachment-home-thumbnail {
	margin-bottom: 5px;
}

.ot-facebook .fb-widget {
	margin-left: -12px;
	margin-right: -12px;
}

#sidebar .widget ul:last-of-type,
#sidebar .widget p:last-of-type {
	margin-bottom: 0;
}

.widget_twitter ul {
	font-size: 14px;
	list-style-type: none;
}

.widget_twitter li {
	margin-bottom: 10px;
}

iframe.twitter-follow-button {
	margin-top: 20px;
}

.ot-facebook iframe {
	max-width: 100%;
	height: auto;
}

.sponsor-display {
	text-align: center;
}

.sponsor-display ul {
	list-style-type: none;
	margin: 0;
	position: relative;
	z-index: 2;
	text-align: center;
}

.sponsor-display li {
	float: none;
	display: inline-block;
	margin: 2px;
	width: 130px;
	height: 130px;
	position: relative;
	z-index: 1;
}

.sponsor-display li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	overflow: visible;
}

.sponsor-display img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* Staff Section
----------------------------------------------- */

.staff-member {
	margin-bottom: 50px;
}

.staff-member img.wp-post-image {
	float: left;
	margin-right: 30px;
}

.staff-contact .email, 
.staff-contact .twitter-link, 
.staff-contact .facebook-link,
.staff-contact .phone {
	margin-right: 10px;
}

.staff-details h2 {
	margin-top: 0;
	line-height: 1;
}

.staff-details p {
	font-size: 14px;
	margin-bottom: 12px;
}

p.staff-meta {
	margin-bottom: 12px;
	font-style: italic;
	margin-top: -8px;
}

p.staff-contact {
	margin-bottom: 0px;
}

.single-staff .wp-post-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}


/* Sponsors
----------------------------------------------- */

.sponsor {
	width: 160px;
	float: left;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}

.sponsor h2 {
	font-size: 18px;
	line-height: 1;
}

img.attachment-sponsor {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

p.sponsor-meta {
	margin-bottom: 10px;
}

.sponsor-meta span {
	margin-right: 10px;
}

/* Press Releases
----------------------------------------------- */

article.release {
	overflow: hidden;
	margin-bottom: 60px;
}

/* Footer
----------------------------------------------- */

#footer {
	clear: both;
	margin: 30px auto;
	padding: 10px 0 0;
	border-top: 1px solid #b8b8b8;
}

#footer-left p, 
#footer-left a, 
#footer-left a:visited {
	color: #4a4a4a;
	margin: 0;
	font-size: 14px;
}

#footer-left {
	display: inline;
	float: left;
}

#footer-right {
	display: inline;
	float: right;
	text-align: right;
}

#footer-right ul {
	margin: 0;
	list-style-type: none;
}

#footer-right li {
	float: left;
	margin-left: 10px;
}

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

#comments {
	clear: both;
	width: 98%;
	overflow: hidden;
	padding-top: 20px;
}

h2.comments-title {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.2;
	border-top: 1px solid #cdcdcd;
	padding-top: 20px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0;
}

ol.commentlist li {
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 30px;
	padding-left: 20px;
}

.alt,
.depth-1,
.even {
	border-left: 5px solid #dbdcdb;
}

ol.commentlist ul.children {
	margin: 20px 0 0 35px;
}

.comment-header {
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 14px;
}

.comment-header cite.fn {
	text-transform: uppercase;
	display: block;
	margin-bottom: 7px;
	font-style: normal;
	font-size: 22px;
	font-variant: normal;
}

.comment-header img {
	float: left;
	margin-right: 16px;
}

.reply p {
	margin-bottom: 0;
}

input#author, 
input#email, 
input#url, 
textarea#comment {
	border: none;
	background-color: #fafafa;
	padding: 5px; 
	width: 100%;
}

input#author:focus, 
input#email:focus, 
input#url:focus, 
textarea#comment:focus {
	-webkit-box-shadow: inset 0 1px 2px rgba(85, 85, 85, 0.35);
	-moz-box-shadow: inset 0 1px 2px rgba(85, 85, 85, 0.35);
	box-shadow: inset 0 1px 2px rgba(85, 85, 85, 0.35);
}

p.form-allowed-tags {
	display: none;
}

/* WordPress Essentials
----------------------------------------------- */

.wp-pagenavi {
	font-size: 12px;
	position: relative;
	margin-bottom: 5px;
}

.wp-pagenavi .pages {
	float: right;
}

.wp-pagenavi .page, 
.wp-pagenavi .current, 
.wp-pagenavi .previouspostslink, 
.wp-pagenavi .nextpostslink {
	margin-right: 5px;
}

.wp-pagenavi .extend, 
.wp-pagenavi .larger, 
.wp-pagenavi .first, 
.wp-pagenavi .last {
	display: none;
}

.paging {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.paging p {
	margin-bottom: 9px;
	margin-top: 9px;
}

#content .gallery img,
#content-full .gallery img {
	padding: 3px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding: 10px 10px 0;
	margin-bottom: 5px;
	max-width: 100%;
	border: 1px solid #d3d3d3;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.gallery-caption {
	font-size: 11px;
	line-height: 1.2;
	font-style: italic;
	padding-right: 9px;
	padding-left: 9px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

.jquery-lightbox { /* Fix borders in lightbox evolution pop-up */
	box-sizing: content-box; 
}

/* Media Queries
----------------------------------------------- */

@media only screen and (min-width: 1024px) {
	
	/* Home Page "Bar" Widgets */
	
	/* Donate Widget
	----------------------------------------------- */
	
	#home-widgets .donate {
		position: relative;
		width: 100%;
		height: 66px;
		padding: 0;
		overflow: hidden;
		color: #fff;
		background-color: #4A4A4A;
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
		background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
	}
	
	#home-widgets .donate h4.widget-title {
		position: relative;
		float: left;
		font-size: 24px;
		padding-top: 23px;
		padding-bottom: 23px;
		background-image: none;
		margin: 0;
		background-color: #71B7E8;
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
		background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
	}
	
	#home-widgets .donate-graph-holder {
		width: 440px;
		float: left;
		position: relative;
		margin-left: 28px;
		margin-top: 11px;
		margin-right: 15px;
	}
	
	#home-widgets .donate-graph-cover {
		border-radius: 35px;
		width: 100%;
		height: 44px;
		position: relative;
		overflow: hidden;
		-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.52);
		-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.52);
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.52);
		background-color: rgba(0, 0, 0, 0.25);
	}
	
	.ie7 #home-widgets .donate-graph-cover, 
	.ie8 #home-widgets .donate-graph-cover { /* Sets Color In IE 8 */
		background-color: #000;
	}
	
	#home-widgets .donate-graph-highlight {
		height: 44px;
		position: absolute;
		top: 0;
	}
	
	#home-widgets .donate-description {
		position: absolute;
		width: 100%;
		text-align: center;
		z-index: 5;
		top: 13px;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.62);
	}
	
	#home-widgets .donate-end {
		position: relative;
		float: left;
		margin: 19px 0 0 28px;
	}
	
	#home-widgets .donate-end p {
		padding: 0;
		margin: 0;
		font-size: 20px;
	}
	
	#home-widgets .donate-form {
		float: right;
		margin: 12px 10px 0 0;
	}
	
	#home-widgets .donate-form input.button {
		padding-top: 13px;
		padding-bottom: 13px;
		margin: 0;
		position: relative;
		top: 0;
		font-size: 16px;
	}
	
	#home-widgets .donate-form p {
		position: relative;
		top: 11px;
	}
	
	/* Sponsor Widgets
	----------------------------------------------- */
	
	#home-widgets .sponsor-display.shadow {
		width: 100%;
		padding: 0;
		background: transparent;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-top: 0;
		margin-bottom: 40px;
	}
	
	#home-widgets .sponsor-display h4.widget-title {
		background: transparent;
		color: #000;
		text-align: center;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	#home-widgets .sponsor-display li {
		list-style-type: none;
		float: none;
		margin: 12px;
		display: inline-block;
	}
	
	#home-widgets .sponsor-display ul {
		margin: 0;
	}
	
	#home-widgets .sponsor-display a {
		opacity: 1;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
	}
	
	#home-widgets .sponsor-display a:hover {
		opacity: .7;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
	}
	
	/* Call To Action Widget
	----------------------------------------------- */
	
	#home-widgets .action {
		position: relative;
		width: 100%;
		overflow: hidden;
		padding: 0;
		height: 64px;
		color: #fff;
		border: none;
	}
	
	#home-widgets .action h4.widget-title {
		float: left;
		font-size: 24px;
		display: inline-block;
		line-height: 1;
		text-align: left;
		padding: 20px;
		margin: 0 20px 0 0;
		max-width: 300px;
	}
	
	#home-widgets .action .action-content {
		float: right;
		display: inline-block;
		height: 43px;
		overflow: hidden;
		width: 780px;
		padding: 0;
		margin-top: 10px;
	}
	
	#home-widgets .widget.action .action-content p {
		float: left;
		display: inline-block;
		margin-bottom: 0;
		margin-top: 2px;
		max-width: 550px;
	}
	
	#home-widgets .action a.button {
		float: right;
		margin-right: 20px;
		margin-left: 15px;
		position: relative;
		bottom: auto;
		width: auto;
	}
	
	#home-widgets .action a.button {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	
	/* MailChimp Widget
	----------------------------------------------- */
	
	#home-widgets .chimp {
		position: relative;
		width: 100%;
		padding: 0;
		color: #fff;
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
		background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
		background-color: #4A4A4A;
	}
	
	#home-widgets .chimp h4.widget-title {
		position: relative;
		float: left;
		font-size: 24px;
		padding-top: 23px;
		padding-bottom: 23px;
		margin: 0;
		background-image: none;
		background-color: #71B7E8;
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
		background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
	}
	
	#home-widgets .chimp-description { /* Hides description in bar form */
		display: none;
	}
	
	#home-widgets .action-form {
		float: right;
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 10px;
		position: relative;
	}
	
	#home-widgets .action-form .button {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	
	#home-widgets .action-form #email {
		height: 44px;
		width: 380px;
		margin-right: 6px;
		border: none;
		position: relative;
	}
	
	#home-widgets span#notification {
		position: absolute;
		bottom: -35px;
		left: 0;
		color: #000;
		font-style: italic;
	}
	
	.ie8 #home-widgets .action-form #email {
		top: -5px;
	}
	
	.ie8 .action-form .button {
		background-image: none;
		position: relative;
		top: 3px;
	}
	
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

	/* Portrait Tablets */
	
	#wrap { 
		width: 760px;
	}
	
	#navigation {
		height: auto;
	}
	
	#navigation .menu a, 
	#navigation .menu a:visited {
		padding: 12px;
	}
	
	#nav-right form#searchform {
		margin-top: 0;
		margin-right: -2px;
	}
	
	#nav-right form#searchform input.submit {
		padding-top: 13px;
		padding-bottom: 14px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#content {
		width: 510px;
	}
	
	#sidebar {
		width: 220px;
	}
	
	#home-top .flexslider {
		width: 510px;
	}
		
	#home-widgets .featured-posts {
		width: 100%;
	}
			
}

@media only screen and (max-width: 767px) {

	/* General Mobile */
	
	#wrap { 
		width: 90%;
	}
	
	#content,
	#sidebar {
		width: 100%;
		float: none;
	}
	
	#logo,
	#text-logo,
	#tagline {
		width: 100%;
		text-align: center;
		float: none;
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#navigation {
		height: auto;
	}
	
	#mobile-menu ul,
	#nav-left ul.menu {
		display: none;
	}
	
	#mobile-menu { 
		display: block;
	}
	
	select.tinynav {
		border: none;
		float: left;
		border-radius: 0;
		-webkit-appearance: none;
		-webkit-background-clip: padding-box;
		padding: 10px 20px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
	}
	
	#navigation .menu a, 
	#navigation .menu a:visited {
		padding: 12px;
	}
	
	#nav-right form#searchform {
		margin-top: 0;
		margin-right: -2px;
	}
	
	#nav-right form#searchform input.submit {
		padding-top: 13px;
		padding-bottom: 14px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#home-top .flexslider {
		float: none;
		display: block;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}
	
	.flex-direction-nav a {
		width: 20px; 
		height: 45px;
		bottom: 9px;
	}
	
	#top-sidebar {
		float: none;
		display: block;
		width: 100%;
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
	}
		
	#home-widgets .featured-posts {
		width: 100%;
	}
		
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	
	/* Between tablet and smartphone */
	
	#sidebar .widget {
		width: 45%;
		float: left;
		margin: 15px 37px 15px 0;
	}	
	
	#sidebar .widget:last-child {
		margin-right: 0;
	}

}

@media only screen and (max-width: 480px) {
	
	/* Smartphones */
		
	#text-logo h1,
	#text-logo p {
		font-size: 32px;
	}
	
	.flex-direction-nav a {
		width: 20px; 
		height: 44px;
		bottom: 0;
	}
	
	.flex-direction-nav .flex-next {
		right: 0;
	}
	
	.flex-direction-nav .flex-prev {
		right: 20px;
	}
	
	p.slide-caption {
		bottom: 0;
		width: 100%;
		height: 44px;
		padding: 2px 50px 2px 2px;
		margin: 0;
	}
	
	#sidebar .widget,
	#home-widgets .widget {
		width: 100%;
	}
	
	.featured-posts img {
		margin-bottom: 20px;
	}
	
	.featured-posts h2 {
		clear: both;
	}
	
	.staff-member,
	.single-staff #page-full {
		text-align: center;
	}
	
	.single-staff img.wp-post-image,
	.staff-member img.wp-post-image {
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	#footer-left,
	#footer-right {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#footer-right li {
		float: none;
		display: inline-block;
	}

}