/* @override
	http://www.aidstillrequired.org/wp-content/themes/asr2013/stylesheets/app.css?ver=3.7.1
	http://www.aidstillrequired.org/wp-content/themes/asr2013/stylesheets/app.css?ver=3.8

/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Blog
:: Page
:: Home
:: Donate
:: Media
:: Council of 100
:: Join Us
:: Shop
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

/* Page */

html {
	background-image: url(../img/bkg_green.jpg);
	height: 100%;
}

body {
	background-color: transparent !important;
	font-family: Verdana, Geneva, sans-serif;
	min-width: 1030px !important;
	background: url(../img/bkg-tree.png) no-repeat center top;
	min-height: 100%;
}

#page {
	min-height: 100%;
	z-index: 1;
}

#masthead hgroup {
	display: none;
}

#primary {
	/*background-color: rgb(208, 217, 210);*/
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}

#secondary .widget {
	background-color: #7b8e7c;
	background-color: rgba(133, 153, 135, 0.8);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding: 20px 15px;
	margin-bottom: 20px;
}

#secondary .widget .widget-title {
	margin-top: 0;
}

#secondary .widget #searchform,
#secondary .widget #searchform input#s.field {
	margin-bottom: 0 !important;
}

#secondary .widget p {
	font-size: 13px;
	color: #ecf5ee;
}

#secondary .widget p:last-of-type {
	margin-bottom: 0;
}

#secondary .widget img {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	margin-bottom: 15px;
}

#secondary .widget img:last-child {
	margin-bottom: 0;
}

.secondary-inner {/*
	background-color: #748875;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding: 20px 15px 1px;
	*/
}

.tagcloud {
	line-height: 1.3em;
}

#colophon {
	margin-top: 10px;
}

#colophon, #colophon a {
	color: #edf5ef;
	font-size: 13px;
}

/* Typeface */
h1,h2,h3,h4,h5,h6,
h1 label,h2 label,h3 label,h4 label,h5 label,h6 label,
.main-navigation a,
.secondary-navigation a,
blockquote  {
	font-family: "news-gothic-std-1","news-gothic-std-2", sans-serif;
	color: #566959;
}

h1 {
font-size: 2.75em; }

h2 {
font-size: 2.3125em; }

h3 {
font-size: 1.6875em; }

h4 {
font-size: 1.4375em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
	border-bottom: 1px solid #566958;
	background-color: transparent;
}

blockquote p {
	color: #333f35;
}

.subheader,
blockquote p cite {
	color: #79877c;
}

blockquote {
	padding-left: 90px;
	position: relative;
	border-left-style: none;
}

blockquote:before {
	content: "\201C";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15em;
	color: white;
	z-index: -1;
	line-height: .93em;
}

blockquote cite {
	text-align: right;
}

a {
	color: #902469;
}

a:hover {
	color: #902469;
	text-decoration: underline;
}

a.button:hover,
.widget a:hover,
nav a:hover {
	text-decoration: none;
}

ul {
	list-style-position: outside;
	margin-left: 1em;
}

ol {
	list-style-position: outside;
	margin-left: 2em;
}

address {
	font-family: inherit;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 17px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.radius-left {
	-webkit-border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-ms-border-radius:10px 0 0 10px;
	-o-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}

.radius-right {
	-webkit-border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-ms-border-radius:0 10px 10px 0;
	-o-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}

.site-title a {
	color: #566959;
}

#main-navigation .menu-primary-menu-container {
	margin-top: 20px;
	border: 1px solid #a8b2aa;
	width: 100%;
	background-color: #edf5ef;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	float: left;
}

#main-navigation li a {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #eef5f0;
	padding-right: 28px;
	padding-left: 28px;
	line-height: 5em;
	position: relative;
	border-right: 1px solid #cdd5cf;
}

#main-navigation li:last-child a {
	border-right-width: 0;
	border-right-style: none;
}

#main-navigation li.current-menu-ancestor,
#main-navigation li.current-menu-ancestor>a,
#main-navigation li.current-menu-item,
#main-navigation li.current-menu-item>a,
#main-navigation li:hover>a,
#main-navigation li a:hover {
	color: #edf5ef;
	background-color: #788b7b;
}

#main-navigation li.home-link,
#main-navigation li.home-link a,
#main-navigation li.home-link a:hover {
	background: url(../img/ASR-logo-small.png) no-repeat 7px 7px transparent;
	color: transparent;
	border-right-style: none;
	border-right-width: 0;
	padding-right: 0;
	padding-left: 0;
	width: 80px;
	font-size: 0;
	line-height: 1px;
	height: 80px;
}

#main-navigation li.has-flyout>a {
	padding-right: 45px;
	background: url(../img/has-flyout.png) no-repeat right center;
}

#main-navigation li.has-flyout:hover>a {
	background-color: #788b7b;
}

#main-navigation ul ul {
	position: absolute;
	top: 5em;
	margin-left: 0;
}

#main-navigation ul li:last-child ul {
	position: absolute;
	top: 5em;
	margin-left: 0;
	left: -68px;
}

#main-navigation ul ul li:first-child {
	border-top: 15px solid #778b7a;
}

#main-navigation ul ul a {
	width: 220px;
}

#main-navigation ul ul li a {
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	background-color: rgba(250, 255, 253, 0.9);
	padding-right: 20px;
	padding-left: 20px;
	line-height: 3em;
	position: relative;
	border-right-style: none;
}

/* Secondary Navigation */
#secondary-navigation ul {
	float: right;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 0;
	list-style: none;
	margin-bottom: 0;
}

#secondary-navigation ul li {
	display: inline-block;
}

#secondary-navigation ul li a {
	margin-left: 10px;
	font-size: 14px;
	color: white;
	padding: 0;
	margin-right: 0;
	border-bottom: 1px solid transparent;
}

#secondary-navigation ul li a:hover {
	border-bottom: 1px dotted white;
}



/* Header Social Links */

#masthead-sub {
   position: relative;
   height: 50px;
   background: url(../img/masthead.png) right 3px no-repeat;
   margin-top: 15px;
   margin-bottom: 25px;
   margin-right: 0;
}
#masthead-sub div {
   position: absolute;
   bottom: 0;
}
#masthead-sub a {
   margin-right: 20px;
   padding: 6px 0 4px 32px;
   color: #e9f5eb;
   font-size: 12px;
   font-weight: bold;
}
#masthead-sub a:hover {
   color: #910f64
}
#masthead-sub .fbk {
   background: url(../img/facebook.gif) no-repeat
}
#masthead-sub .twitter {
   background: url(../img/twitter.gif) no-repeat
}
#masthead-sub .youtube {
   background: url(../img/youtube.gif) no-repeat
}

/* Orbit Slider */

#orbit-container {
	height: 320px;
	overflow: hidden;
}

#orbit-inside img {
	border:none;
	background-color:#f3f3f3;
	padding:0px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}

#orbit-inside a.orbit-slide {
	
}

body #orbit-inside a {
	display: inline;
}

.orbit-wrapper .orbit-caption {
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	line-height: 1.3em;
}

body .content .slide-content {
	background-color: rgba(250, 255, 253, 0.8);
	width: 100%;
	height: 297px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	overflow: hidden;
}

body ul.orbit-bullets{
	position:absolute;
	z-index:30;
	list-style:none;
	bottom: -40px;
	left: 50%;
	margin-left: -50px;
	padding: 10px 0 0;
}

ul.orbit-bullets li {
	background: none #e7f6ea;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
}

ul.orbit-bullets li:hover,
ul.orbit-bullets li.active {
	background: none #8f0f62;
}

.orbit-wrapper div.slider-nav span {
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
	  -moz-transition: opacity .2s ease-in-out;
	  -o-transition: opacity .2s ease-in-out;
	  transition: opacity .2s ease-in-out;
}

.orbit-wrapper:hover div.slider-nav span {
	opacity: 1;
}

/* Target IE8 orbit arrows */
.ie8 .orbit-wrapper .slider-nav span.left {
	background: url('../images/foundation/orbit/left-arrow.png') -15px -25px;
	background-size: auto;
}

.ie8 .orbit-wrapper .slider-nav span.right {
	background: url('../images/foundation/orbit/right-arrow.png') -25px -25px;
	background-size:auto;
}

/* Footer Navigation */

#main-footer-navigation,
#secondary-footer-navigation {
	
}

#secondary-footer-navigation {
	margin-bottom: 15px;
}

#main-footer-navigation ul,
#secondary-footer-navigation ul {
	list-style-type: none;
	text-align: right;
	margin-bottom: 0;
}

#main-footer-navigation ul li,
#secondary-footer-navigation ul li {
	display: inline-block;
}

#main-footer-navigation ul li a,
#secondary-footer-navigation ul li a {
	margin-left: 10px;
	font-size: 14px;
	border-bottom: 1px solid transparent;
	padding: 0;
}

#main-footer-navigation ul li a:hover,
#secondary-footer-navigation ul li a:hover {
	border-bottom: 1px dotted white;
}

#main-footer-navigation .sub-menu,
#secondary-footer-navigation .sub-menu {
	display: none;
}

#colophon .site-info span {
	line-height: 1.5em;
	font-size: 14px;
}

.button {
	background-color: #900f63;
	border-color: #6b0a49;
	font: bold 18px/1.2em "news-gothic-std-1","news-gothic-std-2", sans-serif;
}

.button.small {
	font-size: 14px;
}

.button:hover {
	background-color: #6b0a49;
}

.button:active, .button:focus {
	background-color: #6b0a49;
}

.button:visited {
	color: white;
}

.button.disabled,.button[disabled] {
	opacity:0.6;
	cursor:default;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background-color: #6b0a49;
}

.button.disabled:hover,.button[disabled]:hover {
	background-color: #6b0a49;
}

.button.radius {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px
}

.button.action {
	font-size: 28px;
}

.button.secondary {
	color: #8f0f62;
}

.button small {
	color: white;
	font-size: 18px;
	line-height: 1.2em;
}

.center {
	text-align: center;
}

/* Forms and Errors */
/* Standard Forms ---------------------- */
#content .gform_wrapper {
	margin-top: 0;
}

#content .gform_wrapper form { margin: 0 0 19.41641px; }

#content .gform_wrapper label { font-size: 16px; color: #4d4d4d; cursor: pointer; display: block;
margin-bottom: 3px;
font-weight: bold;
}
#content .gform_wrapper label.right { float: none; text-align: right; }
#content .gform_wrapper label.inline { line-height: 34px; margin: 0 0 12px 0; }

#content .gform_wrapper .prefix, #content .gform_wrapper .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; height: 34px; line-height: 33px; }

#content .gform_wrapper a.button.prefix, #content .gform_wrapper a.button.postfix { padding-left: 0; padding-right: 0; text-align: center; }

#content .gform_wrapper span.prefix, #content .gform_wrapper span.postfix { background: #f2f2f2; border: 1px solid #cccccc; }

#content .gform_wrapper .prefix { left: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; }

#content .gform_wrapper .postfix { right: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

#content .gform_wrapper input[type="text"], #content .gform_wrapper input[type="password"], #content .gform_wrapper input[type="date"], #content .gform_wrapper input[type="datetime"], #content .gform_wrapper input[type="email"], #content .gform_wrapper input[type="number"], #content .gform_wrapper input[type="search"], #content .gform_wrapper input[type="tel"], #content .gform_wrapper input[type="time"], #content .gform_wrapper input[type="url"], #content .gform_wrapper textarea { background-color: white;
	border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block;
margin: 0; padding: 6px; height: 34px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear;
font: 14px inherit;
}
#content .gform_wrapper input[type="text"].oversize, #content .gform_wrapper input[type="password"].oversize, #content .gform_wrapper input[type="date"].oversize, #content .gform_wrapper input[type="datetime"].oversize, #content .gform_wrapper input[type="email"].oversize, #content .gform_wrapper input[type="number"].oversize, #content .gform_wrapper input[type="search"].oversize, #content .gform_wrapper input[type="tel"].oversize, #content .gform_wrapper input[type="time"].oversize, #content .gform_wrapper input[type="url"].oversize, textarea.oversize { font-size: 17px; padding: 4px 6px; }
#content .gform_wrapper input[type="text"]:focus, #content .gform_wrapper input[type="password"]:focus, #content .gform_wrapper input[type="date"]:focus, #content .gform_wrapper input[type="datetime"]:focus, #content .gform_wrapper input[type="email"]:focus, #content .gform_wrapper input[type="number"]:focus, #content .gform_wrapper input[type="search"]:focus, #content .gform_wrapper input[type="tel"]:focus, #content .gform_wrapper input[type="time"]:focus, #content .gform_wrapper input[type="url"]:focus, textarea:focus { background: #fafafa; border-color: #b3b3b3; }
#content .gform_wrapper input[type="text"][disabled], #content .gform_wrapper input[type="password"][disabled], #content .gform_wrapper input[type="date"][disabled], #content .gform_wrapper input[type="datetime"][disabled], #content .gform_wrapper input[type="email"][disabled], #content .gform_wrapper input[type="number"][disabled], #content .gform_wrapper input[type="search"][disabled], #content .gform_wrapper input[type="tel"][disabled], #content .gform_wrapper input[type="time"][disabled], #content .gform_wrapper input[type="url"][disabled], #content .gform_wrapper textarea[disabled] { background-color: #ddd; }

#content .gform_wrapper textarea { height: auto; }

#content .gform_wrapper select { width: 100%; }

#content .gform_wrapper .ginput_complex label,
#content .gform_wrapper .gfield_time_hour label,
#content .gform_wrapper .gfield_time_minute label,
#content .gform_wrapper .gfield_date_month label,
#content .gform_wrapper .gfield_date_day label,
#content .gform_wrapper .gfield_date_year label,
#content .gform_wrapper .instruction {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	letter-spacing: 0.5pt;
	padding-bottom: 1px;
	font-weight: normal;
	font-style: normal;
}


#content .gform_wrapper input {
	font-size: 14px;
}

.gform_wrapper form {
	background-color: transparent;
}

#content .gform_wrapper select {
	margin-bottom: 8px;
	margin-top: 8px;
}

#content img.gform_ajax_spinner {
	background-color: transparent;
	border-style: none;
	border-width: 0;
	padding: 0;
}


/* Errors */
#content .gform_wrapper .gfield_error {
	background-color: white;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#content .gform_wrapper .gfield_error input,
#content .gform_wrapper input.gfield_error,
#content .gform_wrapper .gfield_error textarea,
textarea.gfield_error,
#content .gform_wrapper .gfield_error input:focus,
#content .gform_wrapper input.gfield_error:focus,
#content .gform_wrapper .gfield_error textarea:focus,
#content .gform_wrapper textarea.gfield_error:focus{
	border-color:#c60f13;
	background-color:rgba(198,15,19,0.1);
}
#content .gform_wrapper .gfield_error input:focus,
#content .gform_wrapper input.gfield_error:focus,
#content .gform_wrapper .gfield_error textarea:focus,
#content .gform_wrapper textarea.gfield_error:focus {
	outline-color:#f5797c;
}
#content .gform_wrapper .gfield_error label,
#content .gform_wrapper label.gfield_error {
	color:#c60f13;
}
#content .gform_wrapper .gfield_error .validation_message,
#content .gform_wrapper .validation_message.gfield_error {
	display:block;
	padding: 6px 4px !important;
	margin-top: 0;
	margin-bottom: 10px;
	background:#c60f13;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
	text-indent: 3px;
	width: 99%;
}

#content .gform_wrapper .validation_error {
	display: none;
}

.gform_wrapper .gfield_required {
	color: #910f64;
	margin-left: 4px
}

#gforms_confirmation_message {
	padding: 20px;
	background-color: #d8e0da;
	background-color: rgba(250, 255, 253, 0.8);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	color: #4c4d4c;
	font-weight: bold;
}


/* -----------------------------------------
   Blog
----------------------------------------- */

.entry-content img {
	border:1px solid #7a8c7c;
	background-color:#f3f3f3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding: 0;
}

.entry-content img.nostyle,
.entry-content a:hover img.nostyle {
	padding: 0px;
	border-style: none;
	background-color: transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}

.entry-content p img {
	padding: 4px;
}

.entry-content a:hover img {
	border: 1px solid #8f0f62;
}

#content,
.blog #content,
.single-post #content {
	background-color: #d8e0da;
	background-color: rgba(250, 255, 253, 0.8);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
}

.hentry {
	margin-bottom: 45px;
}

.single-post #content .entry-title,
.search #content .entry-title,
.search #content .entry-title a,
.archive #content .entry-title,
.archive #content .entry-title a,
.blog #content .entry-title,
.blog #content .entry-title a {
	font-size: 27px;
	color: #91246a;
}

footer.entry-meta {
	text-align: center;
	border-top: 1px solid #798c7b;
	color: #566959;
}

/* Image Caption */
.wp-caption {
	background-color: #f0f3f1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border-color: #798c7b;
}
.wp-caption img[class*="wp-image-"] {
	border-style: none;
}
.wp-caption-text {
	
}
.wp-caption .wp-caption-text {
	font-size: .8em;
	padding-right: 5px;
	padding-left: 5px;
}

/* Blank Background */

#content.blank-background {
	background-color: transparent;
	padding: 0;
}

#content.blank-background .entry-title {
	display: none;
}

#content.blank-background h1,
#content.blank-background h2,
#content.blank-background h3,
#content.blank-background h4,
#content.blank-background h5,
#content.blank-background h6 {
	color: #c9d8ca;
}

#content.blank-background .countdown h1,
#content.blank-background .countdown h2,
#content.blank-background .countdown h3,
#content.blank-background .countdown h4,
#content.blank-background .countdown h5,
#content.blank-background .countdown h6 {
	color: #566959;
	margin-bottom: 0;
	margin-top: .3em;
}

#content.blank-background .columns h3 {
	font-size: 24px;
}

#bkg-boy {
	width: 785px;
	height: 576px;
	background-image: url(../img/bkg_boy-large.png);
	position: relative;
	z-index: -1;
	top: -80px;
	margin-bottom: -80px;
}

.donate-sidebar p {
	color: #222;
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 0;
}

.donate-sidebar .button {
	margin-top: .5em;
}

.donate-sidebar form{
	margin-bottom: .25em;
}

.donate-sidebar form label {
	line-height: 1.4em;
	padding-left: 20px;
	text-indent: -25px;
	font-weight: bold;
	margin-top: .5em;
}

.donate-sidebar form input.amount-box {
	padding: 5px 50px 5px 30px;
	height: 45px;
	font-size: 18px;
	border-radius: 4px;
	outline: none;
}

.donate-sidebar form input.amount-box:focus {
	border-color: #8f0f62;
	-moz-box-shadow: 0 0 4px rgba(143, 15, 98, 0.5);
	box-shadow: 0 0 4px rgba(143, 15, 98, 0.5);
	background-color: white;
}

.donate-sidebar form p:first-child {
	position: relative;
}

.donate-sidebar form p:first-child:before {
	content: "$";
	left: 15px;
	top: 10px;
	position: absolute;
	font-size: 18px;
}

.donate-sidebar form p:first-child:after {
	content: "USD";
	top: 10px;
	position: absolute;
	font-size: 18px;
	right: 15px;
}

/* Custom Form Controls

.donate-sidebar form.custom .checkbox.checked:before {
	left: 10px;
	top: 0;
}

.donate-sidebar form.custom div.custom.dropdown {
	width: 285px !important;
}

.donate-sidebar form.custom div.custom.dropdown a.current {
	width: 285px !important;
	border-radius: 6px;
}

.donate-sidebar form.custom div.custom.dropdown a.current:hover {
	text-decoration: none;
}

.donate-sidebar form.custom div.custom.dropdown.open ul {
	width: 285px !important;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.donate-sidebar form.custom div.custom.dropdown.open ul li.selected,
.donate-sidebar form.custom div.custom.dropdown.open ul li:hover {
	background-color: #7c8f7d;
	color: #edf5ef;
}*/

#content.blank-background {
	color: #e9f6eb;
}

/* Sidebar */

.entry ul li:before, #secondary ul li:before {
	content: "\00BB \0020";
	color: #576959;
}

#secondary .widget-title {
	color:#e9f5eb;
	width:100%;
	text-align: left;
	font-size: 2em;
}

small, #secondary ul ul li, #secondary ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #576959;
}

small {
	font-size: 14px;
}

#secondary ul, #secondary ul ol {
	margin: 0;
	padding: 0;
	}

#secondary a {
	color:#eaf6ec;
	text-decoration:none;
	font-weight: bold;
}

#secondary .current-menu-item a {
	color: #900f63;
	text-decoration:none;
	font-weight: bold;
}

#secondary a:hover {color:#eaf6ec;border-bottom:1px dotted #eaf6ec;}

#secondary ul li {
	text-align:left;
	list-style-type: none;
	list-style-image: none;
	}

.widget_recent_entries li {margin:10px 0 !important;}

#secondary ul p, #secondary ul select {
	margin: 5px 0 8px;
	}

#secondary ul ul, #secondary ul ol {
	margin: 5px 0 0 10px;
	}

#secondary ul ul ul, #secondary ul ol {
	margin: 0 0 0 10px;
	}

ol li, #secondary ul ol li {
	list-style: decimal outside;
	}

#secondary ul ul li, #secondary ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


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

.page h1.entry-title,
.page .entry-content h1:first-child {
	/*display: none;*/
	margin-top: 0;
}

.page .entry-content,
.page .entry-summary {
	margin-top: 0;
}

.page .tweetthis {
	display: none;
}

.panel {
	background-color: #e6efe8;
}

.panel.panel-info {
	border-style: solid;
	border-color: #798c7b;
	position: relative;
	background-color: #dce9de;
	font-family: "news-gothic-std-1","news-gothic-std-2", sans-serif;
	color: #4f5c4f;
}

.panel.panel-info:before {
	content: '';
	background: url(../img/bkg-tree.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.1;
	pointer-events: none;
}

.panel.callout,
div.alert-box {
	background-color: #91246a;
	border-color: #650d40;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#page .callout {
	background-color: #91246a;
	padding-left: 1em;
	padding-right: 1em;
}

/*Haiti page callout height */
.page-id-896 .callout {
	height: 240px;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel .callout h1,
.panel .callout h2,
.panel .callout h3,
.panel .callout h4,
.panel .callout h5,
.panel .callout h6 {
	color: white;
}

.panel .callout h3 {
	margin-bottom: .13em;
}

.callout ul {
	color: white;
}

.black {
	background-color: #171f17;
}

body .dark {
	background-color: #7b8e7c;
	background-color: rgba(133, 153, 135, 0.8);
}
.bright {
   background: url(../img/bkg_trans_bright.png)
}
.light {
	background-color: #d8e0da;
	background-color: rgba(250, 255, 253, 0.8);
}
.border {
   border: 1px solid #7a877d
}
.round {
   -webkit-border-radius:10px;
   -moz-border-radius:10px;
   -ms-border-radius:10px;
   -o-border-radius:10px;
   border-radius:10px;
}
.round-bot {
   border-radius: 0 0 10px 10px;
   -moz-border-radius-bottomleft: 10px;
   -moz-border-radius-bottomright: 10px;
   -webkit-border-radius-bottomleft: 10px;
   -webkit-border-radius-bottomright: 10px;
}
.round-top {
   border-radius: 10px 10px 0 0;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-topright: 10px;
   -webkit-border-radius-topleft: 10px;
   -webkit-border-radius-topright: 10px;
}

.pad {
	padding: 15px;
}

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

[data-magellan-destination] {
	position: relative;
	top: -60px;
	display: block;
}

#magellanTopNav {
	display: block;
	padding-top: 10px;
	z-index: 1000;
}

#magellanTopNav.fixed {
	width: 1000px;
	padding-left: 15px;
	padding-right: 15px;
	position: fixed;
	margin-left: auto;
	top: 0;
	margin-right: auto;
	left: 0;
	right: 0;
	padding-top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Webkit style */
    #magellanTopNav.fixed {
		
	}
}

@-moz-document url-prefix() { /* Firefox style */
    #magellanTopNav.fixed {
        
    }
}

.ie9 #magellanTopNav.fixed { /* ie9 style */
    margin-left: -15px;
}

#magellanTopNav dl.sub-nav {
	margin-bottom: 0;
	margin-right: -15px;
	margin-left: -15px;
}

#magellanTopNav.fixed dl.sub-nav {
	-moz-box-shadow: 0 1px 20px -4px #000000;
	-webkit-box-shadow: 0 1px 20px -4px #000000;
	box-shadow: 0 1px 20px -4px #000000;
	border-bottom: 1px solid #566958;
	background-color: #d8e0da;
	padding-top: 15px;
	margin-left: 242px;
}

.magellanContainer {
	min-height: 40px;
}

dl.sub-nav dd a {
	text-decoration:none;
	-webkit-border-radius:1000px;
	-moz-border-radius:1000px;
	-ms-border-radius:1000px;
	-o-border-radius:1000px;
	border-radius:1000px;
	color: #6b826d;
	padding:3px 9px;
	font-weight: bold;
}

dl.sub-nav dd a:hover {
	-webkit-border-radius:1000px;
	-moz-border-radius:1000px;
	-ms-border-radius:1000px;
	-o-border-radius:1000px;
	border-radius:1000px;
	color: #566958;
}

dl.sub-nav dd.active a {
	color:#fff;
	
	cursor:default;
	background-color: #566958;
}

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

.panel-home-sidebar {
	min-height: 297px;
	margin-bottom: 30px;
	position: relative;
}

.panel-home-sidebar .widget-title {
	margin-top: 0;
	color: #566959;
}

.panel-home-sidebar .button {
	font-size: 28px;
	position: absolute;
	width: 87%;
	bottom: 20px;
	left: 20px;
	margin-bottom: 0;
}

.panel-home-sidebar p {
	font-size: 15px;
}

.home-feature .widget-title {
	color: #901568;
	margin: 0;
	padding: 7px 15px;
	background-color: #e8f6eb;
}

#searchsubmit {
	display: block;
	color: #333;
	padding: 0;
}

.home.page .entry-content,
.home.page .hentry {
	margin-top: 0;
	margin-bottom: 0;
}

.home.page .entry-content .txt {
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	position: relative;
}

.home.page .entry-content .txt a {
	color: #566959;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

.home.page .entry-content .txt a:hover {
	color: #8f0f62;
}

.home.page .entry-content .txt h5 {
	position: relative;
	top: 50%;
	font-size: 24px;
	margin-top: 1.9em;
}

.home.page .entry-content .three.columns {
	position: relative;
}

.home.page .entry-content .three.columns .button {
	margin-top: 1.4em;
	border: 2px solid #566958;
	margin-bottom: 0;
}

.home.page .entry-content img {
	padding: 0;
}

.home-feature .widget {
	background-color: #7b8e7c;
	background-color: rgba(133, 153, 135, 0.8);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	min-height: 200px;
	margin-bottom: 30px;
}

.home-feature .widget>div {
	padding: 7px 15px;
}

.home-feature .widget_nav_menu ul {
	color: #566959;
	margin-bottom: 0;
}

.home-feature a {
	color: #e7f6ea;
	font-size: 14px;
}

.home-feature a:hover {
	border-bottom: 1px dotted #e7f6ea;
}

.home-bottom .widget_text {
	margin-bottom: 0;
}

.home-bottom {
	text-align: center;
}

/* -----------------------------------------
   Donate
----------------------------------------- */
#pledge_form {
	display: none;
}

#donate-options {
	color: #222;
	margin-top: 30px;
	margin-bottom: 30px;
}

.donate-project {
	padding-top: 1px;
	padding-bottom: 1px;
}

.donate-project h3 {
	background-color: #e8f6eb;
	margin: 0 0 15px;
	padding: 7px 15px;
}

.donate-project h3 label {
	color: #901568;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
}

.donate-project p {
	margin-right: 15px;
	margin-left: 15px;
}

#donate-options form.custom {
	margin-bottom: 0;
}

form.custom span.custom.radio {
	border-color: #8f0f62;
}

form.custom span.custom.radio.checked:before {
	background-color: #8f0f62;
}

form#pledge br,
form#join_council_of_100 br,
.shelf form br {
	display: none;
}

.outline {
	border: 1px solid #79877c;
	margin-right: 10px !important;
	margin-left: 10px !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

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

#articles,
#videos {
	padding-top: 1px;
	padding-bottom: 0px;
}

#articles .title,
#videos .title {
	color: #edf5ef;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	text-align: left;
	padding-left: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#gallery {
	margin-bottom: 15px;
}

#gallery h2.title {
	color: white;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	text-align: left;
	padding-left: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
	display: inline-block;
}

#gallery h2.title small {
	font-size: 1em;
	color: #5f7361;
}

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

.gallery a:hover img {
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
}

.gallery img {
	border-style: none;
	border-width: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}

.clearing-container img {
	border-style: none;
	border-width: 0;
	padding: 0;
	margin: 0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}

.clearing-assembled .clearing-container ul[data-clearing] li {
	opacity: 0.55;
}

.clearing-assembled .clearing-container ul[data-clearing] li.visible {
	border-top: 0px solid #900f63;
	opacity: 1;
}

#videos .title {
	color: #5f7361;
}

.articles-bg {
	background-color: #5f7361;
}

.articles-list {
	overflow-y: auto;
	background-color: #5f7361;
	height: 314px;
	position: relative;
}

.scrollshadow {
	position: relative;
}

#articles .shadow-top,
#articles .shadow-bot {
	left: 15px;
	width: 91%;
}

#articles .shadow-top {
	top: 41px;
	border-top: 1px solid #3a473c;
}

#articles .shadow-bot {
	border-bottom: 1px solid #3a473c;
}

.shadow-top {
	border-top: 1px solid #97a199;
}

.shadow-bot {
	border-bottom: 1px solid #97a199;
}

.shadow-top,
.shadow-bot {
	position: absolute;
	left: 0;
	z-index: 1;	
	height: 10px;
	opacity: 0;
	transition: opacity .3s;
	-moz-transition: opacity .3s; /* Firefox 4 */
	-webkit-transition: opacity .3s; /* Safari and Chrome */
	-o-transition: opacity .3s; /* Opera */
	width: 100%;
	pointer-events: none;
}

.shadow-top.visible,
.shadow-bot.visible {
	opacity: 1;
}

.shadow-top {
	top: 0;
	
	background:
		-webkit-radial-gradient(45% 0, farthest-side, rgba(0,0,0,.4), rgba(0,0,0,0));
	background:
		-moz-radial-gradient(45% 0, farthest-side, rgba(0,0,0,.4), rgba(0,0,0,0));

	background-repeat: no-repeat;
	background-size: 110% 10px;
	
	/* Opera doesn't support this in the shorthand */
	background-attachment: local;
	
}

.shadow-bot {
	
	background:
		-webkit-radial-gradient(45% 100%,farthest-side, rgba(0,0,0,.4), rgba(0,0,0,0)) 0 100%;
	background:
		-moz-radial-gradient(45% 100%,farthest-side, rgba(0,0,0,.4), rgba(0,0,0,0)) 0 100%;

	background-repeat: no-repeat;
	background-size: 110% 10px;
	
	/* Opera doesn't support this in the shorthand */
	background-attachment: local;
	bottom: 0;
}

.articles-list ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.articles-list ul li {
	border-bottom: 1px solid #798c7b;
	padding: 10px 10px 7px 20px;
	line-height: 1.2em;
}

.articles-list ul li a {
	color: #edf5ef;
	font-size: 14px;
}

.articles-list ul li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #edf5ef;
}

.page-template-page-media-php #content,
.page-template-page-media-test-php #content {
	margin-top: 30px;
}

#ytplayer_object {
	margin-bottom: -2px;
}

#ytplayer_div2 {
	max-height: 315px;
	overflow-y: auto;
}

#ytplayer_div2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#ytplayer_div2 li {
	float: left;
	clear: both;
	width: 98%;
}

#ytplayer_div2 a {
	background-color: #e8f5ea;
	display: block;
	font-size: 12px;
	border: 1px solid #cbcccb;
	margin: 0 2px 2px;
	padding: 5px;
	color: #566958;
	font-weight: bold;
	line-height: 1.2em;
	float: left;
	clear: both;
	width: 100%;
}

#ytplayer_div2 a.playing {
	background-color: #5f7361;
	color: #e7f5e9;
}

#ytplayer_div2 a img {
	max-width: 60px;
	vertical-align: top;
	float: left;
	margin-right: 5px;
}



/* -----------------------------------------
   Council of 100
----------------------------------------- */
#wrapper {
	background-repeat: repeat;
	width: 96%;
	padding: 15px 2% 60px;
}
#innerWrapper {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

#painting {
	height: 819px;
	background: url(../img/painting_623x830.jpg) no-repeat left top;
	display: table;
	width: 623px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

#painting tbody {
}

#painting tr {
	display: table-row;
}

#painting td {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid rgba(192, 192, 192, 0.01);
	border-left: 1px solid rgba(192, 192, 192, 0.01);
	width: 20%;
	position: relative;
	opacity: 0;
	display: table-cell;
	height: 5%;
}

#painting img {
	border-style: none;
	border-width: 0;
	padding: 0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}

#painting .hover {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}

/* Target Webkit */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 
    #painting .hover {
    	position: absolute;
    }
}

#painting .hover p, #painting .hover > div {
	width: 100%;
	color: #556858;
	background-color: #eef5f0;
	display: block;
	top: 0;
	left: 0;
	-moz-box-shadow: 0 0 0 #000000;
	-webkit-box-shadow: 0 0 0 #000000;
	box-shadow: 0 0 0 #000000;
	font-size: 1em;
	opacity: 0.5;
	z-index: 10;
	height: 100%;
	position: absolute;
	text-indent: 0px;
	text-align: center;
	/*pointer-events: none;*/
	margin: 0 0 -1px;
	padding: 0;
	border: 0;
	background-color: transparent;
	overflow: hidden;
}

#painting .hover p span {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: 100%;
}

#painting .zoom a {
	padding: 0;
	margin: 0;
	display: block;
	border: 0;
	vertical-align: bottom;
}

#painting .zoom img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	border:0;
}

#painting .hover .zoom.active {
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
	z-index: 20;
}

#painting .hover .zoom.box-shadow {
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.75);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.75);
	transition: box-shadow .2s;
	-moz-transition: box-shadow .2s; /* Firefox 4 */
	-webkit-transition: box-shadow .2s; /* Safari and Chrome */
	-o-transition: box-shadow .2s; /* Opera */
}

ul.contributors,
ul.member-benefits {
	/*margin-left: 20px;
	line-height: 1.4em;
	font-size: 16px;*/
}

ul.contributors li {
	color: #8f0f62;
}

ul.member-benefits li {
	
}

ul.contributors li {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}


/* -----------------------------------------
   Join Us
----------------------------------------- */

#join-us {
	position: relative;
	min-height: 500px;
}

#join-us .alignbottom {
	position: absolute;
	bottom: 15px;
	right: 0;
}


/* -----------------------------------------
   Shop
----------------------------------------- */
.shelf .visual {
   position: relative;
   background: #d2d0d1;
   text-align: center;
   height: 223px;
   overflow: hidden;
}

.shelf .visual img {
	border-style: none;
	background-color: transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	margin-top: 10px;
}

.shelf .descr {
	background: #91246b;
   border-top: 10px solid #782959;
   border-bottom: 10px solid #5a1235;
   position: relative;
   bottom: 1px;
   padding-right: 15px;
   padding-left: 15px;
   padding-bottom: 15px;
   text-align: left;
   margin-bottom: 30px;
   min-height: 550px;
}

.shelf .descr h2 {
   margin: 10px 0;
   color: #e8f5eb;
   font-size: 1.4em;
   text-align: center;
}

.shelf .descr p {
   margin: 10px;
   color: #e8f5eb;
   font-size: .8em;
   text-align: left;
}

.shelf p a {
   color: #e8f5eb;
   font-size: 1em;
   font-weight: bold;
}

.shelf p a:hover {
   border-bottom: 1px dotted #e8f5eb;
   text-decoration: none;
}

.shelf .price {
	color: #e8f5eb;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	position: absolute;
	width: 90%;
	bottom: 60px;
}

.shelf .button {
	position: absolute;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	bottom: 15px;
}
