/*
Theme Name: YES
Theme URI: http://www.yes.org
Description: Custom Theme for Yes Charity
Author: B2foundry
Author URI: www.b2foundry.com
Version: 1.0
2011, b2foundry.com
*/

/*------------------------------------------------------------------
Global 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;
}
:focus {
	outline: 0;
}
body {
	background:transparent;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

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

body, input, textarea {
	color: #1c1c1c;
	font: 12px Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #fff;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "franklin-gothic-ext-comp-urw";
	line-height: 100%;
}
h1{
	font-size: 4.5em;
}
h2{
	font-size: 4em;
}
h3{
	font-size: 3.5em;
}
h4{
	font-size: 3em;
}
h5{
	font-size: 2.5em;
}
h6{
	font-size: 2em;
}
hr {
	background-color: #ebebeb;
	height: 2px;
	margin-bottom: 1.625em;
	border: 0;
}
input[type="submit"]{
	text-transform: uppercase;
	font-family: "franklin-gothic-ext-comp-urw";
	line-height: 100%;
	font-size: 2em;
}
/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	width: 600px;
	background: url('images/rq.png') 580px bottom no-repeat;
	margin: 0;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}
blockquote p:first-child{
	background: url(images/lq.png) 0 0 no-repeat;
	padding: 1px 26px 0 !important;
	margin-left: 10px !important;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
h6.blockquote{
	margin: 0 0 1.6em 36px;
}
blockquote cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #1c1c1c;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	padding: 0 3px;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}


/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fff;
	border: 1px solid #d6edf7;
	color: #ccc;
}
input[type=text]:focus,
textarea:focus {
	color: #1c1c1c;
}
input[type=text]:active,
textarea:active {
	color: #1c1c1c;
}

textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	font-size: 14px;
	height: 20px;
	line-height: 100%;
	padding: 4px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #3b73b9;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #f75312;
}

/* =Structure
----------------------------------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#wrap{
	min-height: 100%;
	width: 100%;
	position: relative;
}
#header{
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 1;
	background: #F1F2F2;
	border-top: 6px solid #272c32;
	height: 47px;
}
#main {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px 60px 10px;
	overflow: hidden;
}
#primary {
	width: 715px;
	overflow: hidden;
}
#primary-nosidebar{
	width: 980px;
	overflow: hidden;
}
#content {
	overflow: hidden;
	padding:0px 10px 10px 10px;
}
#secondary {
	width: 250px;
	overflow: hidden;
	margin-top: 75px;
}
.leftcol{
	float: left;
}
.rightcol{
	float: right;
}

/* =Menu
-------------------------------------------------------------- */
#header-wrap{
	width: 980px;
	margin: -6px auto 0 auto;
	overflow: hidden;
	background: #F1F2F2;
	border-top: 6px solid #272c32;
	padding: 0 10px;
}
#header-navigation {
	float: left;
	overflow: hidden;
	width: 830px;
}
#header-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}
#header-navigation li {
	float: left;
	position: relative;
	padding: 0;
	margin: 4px 10px 0 10px;
}
#header-navigation a {
	color: #272c32;
	font-weight: bold;
	text-transform: uppercase;
	font-family: franklin-gothic-ext-comp-urw;
	display: block;
	font-size: 2em;
	font-weight: 400;
	padding: 0;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	line-height: 150%;
}
#header-navigation ul li a:hover{
	color: #f75312;
}
#header-navigation ul li.current-menu-item a,
#header-navigation ul li.current-page-ancestor a{
	color: #f75312;
}
#social-icons{
	float: right;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
#social-icons li{
	float:left;
	margin: 4px 3px 0 3px;
}
#social-icons li a{
	display: inline-block;
	width: 28px;
	height: 29px;
	text-indent: -20000px;
	margin-top: 4px;
}
a.fb{
	background: url(images/fb.png) 0 0 no-repeat;
}
a.tw{
	background: url(images/tw.png) 0 0 no-repeat;
}
a.vm{
	background: url(images/vm.png) 0 0 no-repeat;
}
a.rs{
	background: url(images/rs.png) 0 0 no-repeat;
}
#site-logo{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#site-logo #header-logo{
	overflow: hidden;
	float: left;
}
#site-logo form{
	float: right;
	margin: 107px 8px 0 0;
}
#site-logo form > input#s{
	height: 17px;
	padding: 2px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
	width: 100px;
	padding: 0 18px 0 0;
	background: #fff url(images/search.png) right 3px no-repeat;
}
#site-logo form > input#s:focus{
	width: 200px;
}
/* =Content
----------------------------------------------- */
.page-title {
	color: #f75312;
	margin: 0 0 10px;
	text-transform: uppercase;
	line-height: 100%;
}
.page-title  a{
	font-size: 5em;
}
.hentry,
.no-results {
	margin: 0;
	padding: 0;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
ul#blogroll{
	list-style: none;
	clear: both;
	overflow: hidden;
	margin-left: 0;
	vertical-align: top;
}
ul#blogroll li{
	vertical-align: top;
	display: inline-block;
	margin: 0 15px 25px 0;
	width: 211px;
	height: 1%;
	overflow: hidden;
	padding: 0;
}
ul#blogroll li.l-r-c{
	margin-right: 0;
}
ul#blogroll li.first-item{
	width: 432px;
}
ul#blogroll li div.d-w-t{
	padding: 0 5px;
}
ul#blogroll li div.d-n-t{
	margin-top:  75px;
	padding: 0 5px;
}
span.date{
	display: block;
	width: 68px;
	height: 68px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 7px;
	text-align: center;
	position: absolute;
}
span.date span.date-month{
	display: block;
	margin-top: -3px;
	font-weight: bold;
	font-size: 14px;
}
span.current-month{
	background: url(images/current_month.png) 0 0 no-repeat;
}
span.prev-month{
	background: url(images/prev_months.png) 0 0 no-repeat;
}
span.f-i-w-t{
	margin-top: -79px;
	margin-left: 9px;
}
span.f-i-n-t{
	margin-top: 0;
	margin-left: 16px;
}

span.d-i-w-t{
	margin-top: -129px;
	margin-left: 5px;
}
span.d-i-n-t{
	margin-top: 5px;
	margin-left: 5px;
}
div.post-meta{
	clear: both;
	overflow: hidden;
}
div.post-meta span.post-cats{
	float: left;
}
div.post-meta span.post-cats a{
	color: #F75312;
	font-size: 0.9em;
	text-transform: uppercase;
}
span.post-comm{
	color: #fff;
	font-size: 0.9em;
	float: right;
	background: #f00;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	background: url(images/comments.png) 0 0 no-repeat;
}
span.post-comm a{
	color: #fff;
}
.entry-content h3 {
	color: #6ba61f;
}
.entry-content h5{
	color: #3b73b9;
	margin-bottom: 10px;
}
.entry-content ul li, 
.entry-content ol li{
	margin-bottom: 10px;
	padding-left: 5px;
}
b{
	padding: 0 1px 0 0;
	margin-left: -4px;
}
.entry-title {
	clear: both;
	text-transform: none;
}
.entry-title,
.entry-title a {
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #f75312 !important;
}
.post-feature-image{max-width: 685px;height: auto;display: block;margin: 0 0 10px 0;padding: 5px;}
.nopr p{
	padding-right: 0 !important;
}
.entry-meta {
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	color: #F75312;
	font-size: 0.9em;
	text-transform: uppercase;
}

.leftcol p{
	padding: 0 80px 0 0;
}
.leftcol ul li, 
.leftcol ol li{
	padding-right: 80px;
}

.entry-content table,
.comment-content table {
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content table img{
	border: 0;
}
.entry-content th,
.comment-content th {
	font-weight: bold;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
.comment-author{font-weight: bold;}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}


/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


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

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	display: block;
	margin: 10px 0;
	overflow: hidden;
}
sup.meta-nav{
	bottom: 0.6ex !important;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

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

.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	clear: both;
	padding-top: 0;
	margin-top: 0;
	font-size: 2.5em;
	margin-bottom: 10px;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	display: block;
	list-style: none;
}
.widget .textwidget{
	font-size: 13px;
	margin: 0;
	display: block;
	overflow: hidden;
	list-style: none;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	margin-bottom: 3px;
}
.widget ul li:last-child{
	margin-bottom: 0;
}
.widget ul a {
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
	font-size: 0.85em;
}
.popular_posts li{
	margin-bottom: 15px !important;
}
.popular_posts li:last-child{
	margin-bottom: 0px !important;
}
.widget li.current-cat a,
.widget li.current-post a,
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
	color: #f75312;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.b2_vimeo_widget a{
	top: 46px !important;
}
a.social16{
	display: inline-block;
	padding-left: 20px;
	height: 18px;
	float: left;
	margin-right: 5px;
}
p.strong-centered{
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	padding: 13px 0 13px 17px;
	margin: 0;
}
span.title{
	display: none;
}
#add_this{
	display: none !important;
}
span.powered{
	color: #ccc !important;
}
span.powered a{
	display: none;
}
table.gadget iframe body{
	background: transparent;
}
div.post-bottom-border{
	border-bottom: 1px solid #ccc;
	clear: both;
	width: 700px;
	margin: 0 auto;
}
/* =Comments
----------------------------------------------- */
div.comments-meta{
	overflow: hidden;
	padding: 0;
	clear: both;
	margin-bottom: 20px;
}
div.comments-meta span.post-comm{
	margin-left: 15px;
	margin-top: 19px;
	float: left;
}
div.comments-meta p.sharing{
	display: block;
	float: left;
	margin: -36px 0 0 155px;
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 220px;
	z-index: 9999;
}
div.comments-meta p.sharing span{
	float: left;
}
#comments-title {
	line-height: 150%;
	text-transform: uppercase;
	display: inline;
	float: left;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.content .commentlist{
	width: 100%;
}
.commentlist > li.comment {
	margin: 0 0 1.625em;
	padding: 5px;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0 0 0 15px;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #8996a0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}

a.comment-reply-link {
	background: #6ba61f;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}


/* Comment Form */
#respond {
	margin: 0;
	position: relative;
	width: 400px
}
#commentform{overflow: hidden;padding: 5px;}
#respond input[type="text"],
#respond textarea {
	position: relative;
	width: 384px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}

#respond textarea {
	resize: vertical;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
	padding: 0;
}
#respond input#submit {
	background: #f75312;
	border: none;
	color: #fff;
	cursor: pointer;
	margin: 20px 0;
	padding: 5px 10px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}
#respond input#submit:active {
	top: 1px;
}
#respond #cancel-comment-reply-link {
	margin-left: 10px;
	text-decoration: none;
}
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
}
#cancel-comment-reply-link {
	display: block;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	top: 1.1em;
	font-family: arial;
	color: #3b73b9;
	text-transform: capitalize;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #f75312;
	text-decoration: none;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 300px;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


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

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #6CA532;
	color: #fff;
}
#footer #fwrap{
	display: block;
	width: 980px;
	margin: 0 auto;
	height: 60px;
	font-size: 1em;
	background: #6CA532;
	padding: 0 10px;
}
#fwrap p{
	font-weight: bold;
	float: left;
	overflow: hidden;
	margin-bottom: 0;
	padding: 11px 0 0 32px;
	background: url(images/iahv.png) 0 9px no-repeat;
}
#footer  div.right{
	float: right;
	margin: 14px 14px 0 0;
}
#footer div.right span.copyright{
	display: block;
	clear: both;
	float: right;
}
#footer div.right span.copyright a{
	text-align: right;
	text-transform: uppercase;
	color: #eee;
}
#footer div.right span.copyright a:hover{
	color: #fff;
	text-decoration: none;
}
#footer div.right span.ddb{
	display: block;
	clear: both;
	float: right;
	font-size: 0.8em;
}
#footer div.right span.ddb a{
	color: #eee;
	text-align: right;
}
#footer div.right span.ddb a:hover{
	color: #fff;
	text-decoration: none;
}

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

/* Custom Tables */
table.custom-table{
	border: 0;
}
table.custom-table td{
	vertical-align: top;
	border: 0;
}
table.custom-table img{
	border: 0;
	padding: 0;
	max-width: none;
}
table.custom-table h3{
	color: #6ba61f;
}
/* Helper Classes */
.hide{display: none;}
.full-width{width: 945px;}
.half-width{width: 450px;}
.sidebar{width: 233px;}
.left{float: left;}
.right{float: right;margin-right: 4px;}
.both{clear: both;}
.franklin{font-family: "franklin-gothic-ext-comp-urw" !important; line-height: 100% !important;}
.all-caps{text-transform: uppercase !important;}
.f1em{font-size: 1em !important}
.f1-2em{font-size: 1.2em !important;}
.f1-5em{font-size: 1.5em !important;}
.f2em{font-size: 2em !important;}
.f2-5em{font-size: 2.5em !important;}
.f3em{font-size: 3em !important;}
.f3-5em{font-size: 3.5em !important;}
.f4em{font-size: 4em !important;}
.f4-5em{font-size: 4.5em !important;}
.no-transform{text-transform: none !important;}
.no-border{padding: 0px !important;border: 0 !important;}
.ml80{margin-left: 80px !important;}
.mt80{margin-top: 80px !important;}
.mb10{margin-bottom: 10px !important;}
.green{color: #6ba61f !important;}
.blue{color: #3b73b9 !important;}
.orange{color: #f75312 !important;}
.gray{color: #8996a0 !important;}
.black{color: #1c1c1c !important;}
.orangebg{background: #f75312 !important;}
.greenbg{background: #6ba61f !important;}
.shadow-r-b{
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}
.clearfix{
	clear: both;
	overflow: hidden;
	height: 1px;
}
.fund-graph{
	width: 120px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
.fund-graph > .graph-bar{
	width: 120px;
	text-align: center;
	color: #fff;
	padding-top: 5px;
}
.fund-text{
	text-align: center;
	display: block;
	padding: 0 70px;
}
a:focus img.no-border,
a:hover img.no-border,
a:active img.no-border{
	background: transparent !important;
	border: 0 !important;
}
#text-7 h3{
}

a.link-with-button-bold{
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 24px 3px 0;
	color: #6ba61f;
	background: url(images/newdot.png) right -1px no-repeat;
}
a.link-with-button-bold:hover{
	color: #f75312;
}
ul.sub-nav{
	list-style: none;
	clear: both;
	overflow: hidden;
	margin-left: 0;
	padding-left: 0;
}
ul.sub-nav-left{
	list-style: none;
	float: left;
	margin-right: 40px;
	overflow: hidden;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	z-index: 99;
}
ul.sub-nav li, 
ul.sub-nav-left li{
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}
ul.sub-nav li a, 
ul.sub-nav-left li a{
	background: url(images/spbt.png) 0 -35px no-repeat;
	padding: 0 0 0 32px;
	color: #999;
	display: inline-block;
	height: 36px;
	vertical-align: middle;
	line-height: 120%;
}
ul.sub-nav li a span, 
ul.sub-nav-left li a span{
	margin-left: -23px;
	margin-right: 19px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 0.9em;
}
ul.sub-nav li a:hover, 
ul.sub-nav-left li a:hover{
	background: url(images/spbt.png) 0 0 no-repeat;
	color: #1c1c1c;
}
ul.sub-nav li.current-sub-page a,
ul.sub-nav-left li.current-sub-page a{
	background: url(images/spbt.png) 0 0 no-repeat;
	color: #1c1c1c;
}

div.green-container{
	border: 1px solid #d6edf7;
	border-top: 0;
	margin-left: 8px;
	margin-bottom: 30px;
	padding-right: 3px;
}

.sidebar p{
	padding: 0 10px 10px 10px;
	margin: 0;
}
.sidebar h3{
	padding-left: 4px !important;
}
div.strip-left{
	background: url(images/strip_left.png) 0 0 no-repeat;
	height: 52px;
	margin-left: -8px;
	margin-top: -4px;
	position: relative;
	z-index: 10;
}
div.strip-left h3{
	background: url(images/strip2.png) 0 0 repeat-x;
	color: #fff;
	display: block;
	padding-left: 20px;
	height: 37px;
	margin-left: 9px;
	font-size: 2em;
	line-height: 145%;
	font-weight: 300;
}
div.strip-right{
	background: url(images/strip_right.png) right 0 no-repeat;
	height: 37px;
	float: right;
	padding-right: 12px;
	margin-top: -37px;
	margin-right: -7px;
}
div.strip-right a{
	float: left;
	padding-top: 7px;
	font-size: 1.9em;
	color: #1c1c1c;
	font-weight: 400;
	font-family: "franklin-gothic-ext-comp-urw";
	text-transform: uppercase;
	line-height: 100%;
}
div.strip-right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.strip-right ul li{
	display: inline-block;
}
div.strip-right ul li > a{
	display: block;
	padding: 0 4px;
	margin: 8px 4px 0 0;
}
div.strip-right ul li > a:hover{
	background: #fff;
}
div.strip-right ul li > a.current{
	background: #fff;
}
ul.testi-videos{
	list-style: none;
	margin: 0 0 0 11px;
	padding: 0;
}
ul.testi-videos li{
	display: inline-block;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	vertical-align: top;
}
ul.testi-videos li:last-child{
	margin-right: 0px;
}
ul.testi-videos li div.vid-box{
	width: 300px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background: #000;
}
ul.testi-videos li div.vid-box > img{
	width: 300px;
	height: 200px;
	display: block;
	z-index: 1;
}
ul.testi-videos li div.vid-box a.play-button{
	text-indent: -20000px;
	background: url(images/btn_play.png) 0 0 no-repeat;
	width: 34px;
	height: 39px;
	display: block;
	top: 76px;
	left: 50%;
	margin-left: -17px;
	z-index: 99;
	position: absolute;
}
ul.testi-videos li span{
	display: inline-block;
	margin-top: 10px;
	padding: 0 5px 15px 0;
	width: 290px;
	text-align: center;
}

ul.testi-quotes{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
ul.testi-quotes li{
	margin: 0;
	padding: 0 15px;
	margin-bottom: 40px;
}
ul.testi-quotes li > blockquote > p{
	background: url(images/lq.png) 0 0 no-repeat;
	padding: 1px 26px 0;
	margin: 0 0 0 10px;
}
ul.testi-quotes li > blockquote{
	width: 420px;
	background: url('images/rq.png') 400px bottom no-repeat;
	margin: 0;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}
ul.testi-quotes li > h6{
	line-height: 130%;
	margin: 0;
	padding: 0;
	margin-left: 36px;
}
ul.pagination_bottom{
	list-style: none;
	margin: 0 4px 10px 0;
	padding: 0;
	float: right;
}
ul.pagination_bottom li{
	float: left;
}
ul.pagination_bottom li a{
	float: left;
	font-size: 1.9em;
	color: #1c1c1c;
	font-weight: 400;
	font-family: "franklin-gothic-ext-comp-urw";
	text-transform: uppercase;
	line-height: 100%;
	display: block;
	padding: 0 4px;
	margin: 8px 4px 0 0;
}
ul.pagination_bottom li a:hover{
	background: #6ba61f;
	color: #fff;
}
ul.pagination_bottom  li > a.current{
	background: #6ba61f;
	color: #fff;
}

div.vid-box-2{
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
div.vid-box-2 > img{
	width: 215px;
	display: block;
	margin: 0 0 0 10px;
}
a.playbutton{
	text-indent: -20000px;
	background: url(images/btn_play.png) 0 0 no-repeat;
	width: 34px;
	height: 39px;
	display: block;
	top: 54px;
	left: 50%;
	margin-left: -17px;
	z-index: 99;
	position: absolute;
}
.p-t-103{padding-top: 22px;}

#pdf_show{
	position: relative;
	height: 370px;
	overflow: hidden;
}
#pdf_show > img{
	position: absolute;
	display: none;
	left: 50%;
	margin-left: -102px;
	box-shadow: 1px 1px 3px #999;
	width: 204px;
	height: 270px;
}
#pdf_show > span#show_title{
	margin-top: 290px;
	display: block;
	text-align: center;
	width: 99%;
	font-size: 1.1em;
	padding-bottom: 10px
}
#show_prev,#show_next{display: block;width: 15px; height: 21px;margin-top:125px;}
#show_prev{float: left;background: url(images/button_right.png) 0 0 no-repeat;margin-left: 5px;}
#show_next{float: right;background: url(images/button_left.png) 0 0 no-repeat;margin-right: 2px;}

.popup_dialog {
	display:none;
	z-index:10000;
	background:transparent;
	width: 940px;	
	height:400px;
}
.popup_dialog .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:30px;
	width:30px;
}
div.popup_dialog div#dialog-contents{
	padding: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
}
div#dialog-contents div.left{
	float: left;
	overflow: hidden;
}
div#dialog-contents div.left iframe{
	border: 0;
	width: 620px;
	height: 361px;
}
div#dialog-contents div.right{
	width: 295px;
	overflow: hidden;
	float: left;
	height: 360px;
	padding: 0;
	margin: 0;
	text-align: left;
	border-left: 0;
}
div#dialog-contents div.right h3{
	margin: 0 0 0 35px;
}
div#dialog-contents div.right ul{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 305px;
	overflow: auto;
}
div#dialog-contents div.right ul li{
	height: 80px;
	overflow: hidden;
	padding: 10px 0 5px 35px;
	margin: 0 0 10px 0;
	position: relative;
}
div#dialog-contents div.right ul li img{
	width: 100px;
	height: 75px;
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
}
div#dialog-contents div.right ul li span{
	position: absolute;
	margin-left: -43px;
	margin-top: 51px;
	background: #6ba61f;
	padding: 2px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-size: 0.8em;
}
div#dialog-contents div.right ul li a{
	padding-left: 10px;
	color: #3b73b9;
	display: inline-block;
	width: 100px;
	min-height: 50px;
	overflow: hidden;
}
div#dialog-contents div.right ul li:hover{
	background: #6ba61f;
}
div#dialog-contents div.right ul li:hover a{
	color: #fff;
}
div#dialog-contents div.right ul li.active{
	background: #6ba61f;
}	
div#dialog-contents div.right ul li.active a{
	color: #fff;
}
/* Rotating Banners */
#banners_nav {
	clear: both;
	display: block;
	list-style: none;
	float: right;
	margin-right: 15px;
	margin-top: 12px;
}
#banners_nav  li{
	float: left;
	margin: 0 1px;
}
#banners_nav a{
	background: url(images/b.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:11px;
	height:11px;
	display:block;
	float:left;
	margin-left:7px;
}
#banners_nav a:hover, #banners_nav .activeSlide{
	background:url(images/a_b.png) 0 0 no-repeat;
}
ul#yes_banners{
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 960px;
	position: relative;
}
ul#yes_banners > li{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	display: none;
	
}
ul#yes_banners > li img{
	width: 960px;
	height: 340px;
}
#yes_banners li > div.banner_overlay{
	padding: 5px;
	overflow: hidden;
	position: absolute;
	background: url(images/o_t.png) 0 0 repeat;
	bottom: 0;
	padding-right: 30px;
	margin-bottom: 30px;
	z-index: 0;
	vertical-align: middle;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#yes_banners li > div.banner_overlay > .banner_number{
	font-weight: bold;
	font-size: 46px;
	display: inline-block;
	background: url(images/w_c.png) 0 0 no-repeat;
	width: 83px;
	height: 79px;
	text-align: center;
	padding-top: 8px;
	color: #999;
	vertical-align: middle;
	position: relative;
}
#yes_banners li > div.banner_overlay > p.tag_area{
	margin: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	color: white;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	max-width: 350px;
}
#yes_banners li > div.banner_overlay > p > span.tag_by{
	color: #1c1c1c;
	font-size: 12px;
	display: block;
}
h3.inline-h3-green{
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
h3.inline-h3-green a{
	color: #6ba61f;
}
p.latest_post{
	max-width: 289px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 12px;
	overflow: hidden;
}
#btcfm{
	display: block;
	margin: 0;
}
#btcfm > div{
	clear: both;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#btcfm > div label{
	position: absolute;
	top: 4px;
	left: 10px;
	color: #999;
	z-index: 10;
}
#btcfm > div input[type=text]{
	float: left;
	width: 300px;
	position: relative;
	z-index: 1;
}
#btcfm > div.select label{
	left: 150px;
}
#btcfm > div select{
	width: 308px;
	padding: 5px;
	position: relative;
	z-index: 1;
}
#btcfm > div textarea{
	width: 550px;
	height: 250px;
	resize: vertical;
	position: relative;
	z-index: 1;
}
#btcfm > div.submit{
	width: 700px;
}
#btcfm > div.submit input{
	float: right;
	margin-right: 145px;
	padding: 5px 10px;
	border: 0;
	background: #6CA532;
	color: #fff;
	cursor: pointer;
}
#btcfm > div.required label{
	color: #f00 !important;
}
#btcfm > div.required  input{
	color: #f00 !important;
}
#success_message{
	display: none;
}

ul#short-listing{
  float: left;
  width: 700px;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

ul#short-listing li{
  margin: 0 0 40px 0;
  clear: both;
  overflow: hidden;
  padding:0;
}

ul#short-listing li span.time{
  display: block;
  float: left;
  width: 90px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  background: #f75312;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
}
ul#short-listing li div.list-data{
	float: left;
	overflow: hidden;
	width: 600px;
	margin-left: 10px;
}
div.list-data h5{
  clear: both;
  border-top: 2px solid #ebebeb;
  width: 500px;
  padding: 5px 0 0 0;
  line-height: 100%;
  text-transform: none;
}
div.list-data img{
	float: left;
	margin-right: 10px;
}
div.list-data span.legend{
  float: left;
  text-transform: uppercase;
  padding-right: 10px;
}
div.list-data span.legend a{
	color: #f75312;
}
div.list-data span.legend a:hover{
	color: #3b73b9;
}
img.map-box{
	margin: 0 auto 10px auto;
	display: block;
	cursor: pointer;
}
.b2_custom_widget iframe{
	width: 216px;
	margin: 0 auto 10px auto;
	display: block;
}
.img-404{
	display: block;
	margin: 60px 0;
}
table.schools-list td{
	padding: 6px 10px 20px 0 !important;
}
table.schools-list td > ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
table.schools-list td > ul li{
	margin: 0 !important;
	padding: 0 !important;
}
div.staff{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
div.staff img{
	border: 0 !important;
	padding: 0 !important;
	margin-bottom: 0;
}
div.staff p.staff-text{
	float: left;
	width: 525px;
	padding: 0;
}
/* Temporary Styles Start */
div#wpadminbar{
  display: none;
}
/* Temporary Styles Over */


/* RS 28-04-17 Start */
#header-navigation li {
	margin:0;
}
#header-navigation li a {
	margin:4px 0px 0 0px;
	padding:0px 10px;
}

#header-navigation li.donate-link a {
	background-color: #F75312; /*#F15827*/
	text-shadow:none;
	color:#272C32;
}
#header-navigation li.donate-link a:hover,
#header-navigation li.donate-link.current-menu-item a {
	background-color: #272C32;
	text-shadow:none;
	color:#F75312;
}
/* RS 28-04-17 Over */
.floorleft{float:left;width:50%;}
.floorright{float:right;width:50%;}
.embed-container { position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
