#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Main CSS
Author : Helldesign
URL : http://www.helldesign.net

Description : This is the main stylesheet

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*//****************************************************************
	BASIC
****************************************************************/
body {
	background:#000 url('../images/themes/black/bg_body_sub.jpg') 0 0 repeat-x;
}
body.home {
	background:#000 url('../images/themes/black/bg_body.jpg') 0 0 repeat-x;
}
#root {
	background: url('../images/themes/black/bg_clouds_sub.jpg') 50% 0 no-repeat; background-size: 1194px 341px;
}
.home #root {
	background: url('../images/themes/black/bg_clouds.jpg') 50% 0 no-repeat;
}
body,td,th {
color: #bababa;
/* Reducing intensity - was #f0f0f0 */
}
input,textarea,select{
	color:#000;
}
a {
/* Reducing intensity - was #ece587 */
color:#baba00;
}
#menu a {color:#e9e17c;}
/****************************************************************
	Library
****************************************************************/
        a.black {color: #000;}
        a.black:hover {text-decoration: underline;}
/* Reducing intensity - was #fff watch out for wrapper-page-header connection*/
        div.plain a, .plain {color: #d5d5d5 !important}
        .plain_dull {color:#bababa !important}
        div.plain a:hover, a.plain:hover, a.plain_dull:hover
/* Reducing intensity was #ece587 */
        {color:#baba00 !important; text-decoration: none;}
        .plain-link {
/* Reducing intensity - was #ece587 */
color:#baba00;}
        a.nohover:hover
        {text-decoration: none;}
        a.white_on_hover:hover
        {color:white;}
        a.green {color: #97bb30;}

	a.lnk-more,
	a.comments-more{
		color:#010b12;
		background: url('../images/themes/black/bg_lnk_l.png') 0 0 no-repeat;
	}
		a.lnk-more span{
                        color: #000;
/* line-height:18px; Was new line - 03/12/12 */
			background: url('../images/themes/black/bg_lnk_r.new.png') 100% 0 no-repeat;
		}
		a.comments-more span {
			background: url('../images/themes/black/bg_lnk_1_r.png') 100% 0 no-repeat;
		}
		a.comments-more span em {
			background: url('../images/themes/black/icon_comments.png') 0 3px no-repeat;
		}
	a.lnk-more:hover,
	a.comments-more:hover{
		color:#1a40ab;
	}
	.lnk-more-shadow {
		background: url('../images/themes/black/bg_lnk_shadow_l.png') 0 0 no-repeat;
	}
		.lnk-more-shadow em {
			background: url('../images/themes/black/bg_lnk_shadow_r.png') 100% 0 no-repeat;
		}
	.shadow,
	.shadow-small,
	.shadow-big
	{
/*		background: #090909 url('../images/themes/black/bg_img_shadow.gif') 0 0 repeat-x; */
/*		padding:1px; */
	}
	.shadow .shadow,
	.shadow-small .shadow-small,
	.shadow-big .shadow-big
	{
		background: none;
		padding:0;
	}
	.shadow-small {
		background: #090909 url('../images/themes/black/bg_img_shadow_small.gif') 0 0 repeat-x;
	}
	.shadow-big {
		background: #535353;
	}
		.shadow img,
		.shadow-small img,
		.shadow-big img{
			border:1px solid #000;
		}
/*	.bio-photo .shadow a:hover span.zoom, a.donor-photo:hover 
span.zoom,
        a.blog-photo:hover span.zoom
        {
		background-image: url('../images/themes/black/icon_lupe.gif');
	} */
        a.blog-photo:hover span.zoom
        {
display: none;
	}
	.bio-photo a.print {
		border-top:1px solid #232323;
		border-bottom:1px solid #232323;
	}
	#wrapper-content input.text {
		color:#0D0D0D;
	}
	#wrapper-content input.text-1 {
		background-image: url('../images/themes/black/bg_input_text_t1.png');
	}
	#wrapper-content input.text-2 {
		background-image: url('../images/themes/black/bg_input_text_t2.png');
	}
	#wrapper-content input.text-3 {
		background-image: url('../images/themes/black/bg_input_text_t3.png');
	}
	#wrapper-content input.text-4 {
		background-image: url('../images/themes/black/bg_input_text_t4.png');
	}
	#wrapper-content input.text-5,
	#wrapper-content input.file{
		background-image: url('../images/themes/black/bg_input_text_t5.png');
	}
	#wrapper-content input.text-6 {
		background-image: url('../images/themes/black/bg_input_text_t6.png');
	}
	#wrapper-content input.text-7 {
		background-image: url('../images/themes/black/bg_input_text_t7.png');
	}
	.file-wrapper div {
		background-image: url('../images/themes/black/button_browse.png') !important;
	}
	.file-wrapper .hover {
		background-image: url('../images/themes/black/button_browse_hover.png') !important;
	}
	#wrapper-content textarea {
		background-image: url('../images/themes/black/bg_textarea.png');
	}
body.t1	#wrapper-content textarea {
		background-image: url('../images/themes/black/bg_textarea_body_t1.png');
	}
	#wrapper-content .textarea-1 {
		background-image: url('../images/themes/black/bg_textarea_1.png');
	}
/*	.css3 #wrapper-content input.text,
	.css3 #wrapper-content input.file, */
	.css3 #wrapper-content .textarea-wrapper textarea{
		background: #dbdbdb;
		box-shadow: inset 0px 2px 1px 0px #a7a7a7;
	}
/*	.css3 #wrapper-content input.text:focus,
	.css3 #wrapper-content input.file:focus, */
	.css3 #wrapper-content .textarea-wrapper textarea:focus{
		background-color: #fff;
	}
	.msie7 #wrapper-content .textarea-wrapper {
		background-image: url('../images/themes/black/bg_textarea.png');
	}
	.msie7 #wrapper-content .textarea-wrapper-1 {
		background-image: url('../images/themes/black/bg_textarea_1.png');
	}
	.msie7 #wrapper-content .textarea-wrapper textarea {
		background:!important;
	}
	.msie8 #root #wrapper-content .textarea-wrapper {
		background-image: url('../images/themes/black/bg_textarea_t.png');
	}
	.msie8 #root #wrapper-content .textarea-wrapper textarea.expand {
		background-image: url('../images/themes/black/bg_textarea_b.png');
	}
	.msie8 #root #wrapper-content .textarea-wrapper-1 {
		background-image: url('../images/themes/black/bg_textarea_1_t.png');
	}
	.msie8 #root #wrapper-content .textarea-wrapper-1 textarea.expand {
		background-image: url('../images/themes/black/bg_textarea_1_b.png');
	}

	#wrapper-content button {
		background:url('../images/themes/black/bg_button_r.gif') right no-repeat;
	}
	#wrapper-content button.height27 {
		background:url('../images/themes/black/bg_button_r.height27.gif') right no-repeat;
	}
		#wrapper-content button span {
			background:url('../images/themes/black/bg_button_l.gif') 0 0 no-repeat;
			color:#010b12;
		}
		#wrapper-content button.height27 span {
			background:url('../images/themes/black/bg_button_l.height27.gif') 0 0 no-repeat;
		}
		#wrapper-content button:hover span,
		#wrapper-content .button-2:hover span em {
			color:#1a40ab;
		}
		#wrapper-content button.unsubscribe:hover span {
			color:#a22208;
		}
	#wrapper-content .button-1 {
		background:url('../images/themes/black/bg_button_1_r.gif') right no-repeat;
	}
		#wrapper-content .button-1 span {
			background:url('../images/themes/black/bg_button_1_l.gif') 0 0 no-repeat;
		}
		#wrapper-content .button-1:hover span {
			color:#0b35a9;
		}
			#wrapper-content .button-1 span em {
				background: url('../images/themes/black/arrow_3.png') 100% 10px no-repeat;
			}
			#wrapper-content .button-2 span em {
				background: url('../images/themes/black/arrow_3.png') 100% 10px no-repeat;
				color:#010b12;
			}
/****************************************************************
	HEADER
****************************************************************/
#wrapper-header {
	/*background: url('../images/themes/black/bg_clouds.jpg') 50% 0 no-repeat;*/
}
	/* logo */
	#header .logo {
                background: url('../locale/black.logo.png') 0 0 no-repeat;
	}
	/* switch */
	#header .switch {
		/*right:114px;*/
		right:4px;
		width:119px;
	}
		#header .switch a {
			background: url('../images/themes/black/bg_switch.png') 0 0 no-repeat;
			color:#fff;
			height:21px;
			padding:9px 0 0 32px;
		}
	/* search */
	#header #search input.text {
		background: url('../images/themes/black/bg_input_search.png') 0 0 no-repeat;
		height:20px;
		width:220px;
		padding:6px 7px 1px 12px;
	}
	#header #search input.text:focus {
		background-position:0 -127px !important;
	}
	#header #search button{
		background: url('../images/themes/black/bg_button_search.png') 0 0 no-repeat;
		margin-top:1px;
	}
	#header #search button:hover {
		background-position:0 -126px;
	}
/****************************************************************
	MENU
****************************************************************/
#menu {
	background: url('../images/themes/black/bg_menu.png') 0 0 repeat-x;
}
		#menu ul li a:hover,
		#menu ul li.hover a{
			color:#27120f;
			background: url('../images/themes/black/bg_nav_l.png') 0 0 no-repeat;
		}
		#menu ul li a:hover span,
		#menu ul li.hover a span{
			background: url('../images/themes/black/bg_nav_r.png') 100% 0 no-repeat;
		}
		#menu ul li #sitemap-menu {
			background: url('../images/themes/black/bg_sitemap-menu_t.png') 0 0 no-repeat;
		}
			#menu ul li #sitemap-menu .body {
				background: url('../images/themes/black/bg_sitemap-menu_b.png') 0 100% no-repeat;
			}
				#menu ul li #sitemap-menu .body .col dl dt,
				#menu ul li #sitemap-menu-page .body .col dl dt {
					color:#ece587;
				}
				#menu ul li #sitemap-menu .body .col dl dd a,
				#menu ul li #sitemap-menu-page .body .col dl dd a {
color: #bababa;
/* Reducing intensity - was #fff */
				}
				#menu ul li #sitemap-menu .body .col dl dd a:hover,
				#menu ul li #sitemap-menu-page .body .col dl dd a:hover {
					color:#ece587;
				}
/****************************************************************
	wrapper-page-header
****************************************************************/
	#wrapper-page-header h2 {
/* Reducing intensity - was #fff */
		color:#d5d5d5;
	}
/****************************************************************
	WRAPPER FOOTER
****************************************************************/
#footer {
/* Reducing intensity - was #fff */
	color:#bababa;
}
	/* .site-info */
	#footer .site-info {
		border-bottom:1px solid #1d1d1d;
	}
			#footer .site-info ul li strong {
				color:#ece587;
			}
	#footer .site-info ul.col-1 li {
		color:#ece587;
	}
		#footer .site-info ul.col-1 li strong {
color: #bababa;
/* Reducing intensity - was #fff */
		}
		#footer .site-info ul.site-info-donors li span.guarded {
			background: url('../images/themes/black/icon_guarded.png') 0 2px no-repeat;
			color:#618afd;
		}
		#footer .site-info ul.site-info-donors li span.elevated {
			background: url('../images/themes/black/icon_elevated.png') 0 2px no-repeat;
			color:#f7ef08;
		}
        #footer .site-info a, #footer .site-info a.highlighted {
/* Reducing intensity - was #ece587 */
color:#baba00;
}
        #footer .site-info strong a {
color: #bababa;
/* Reducing intensity - was #fff */
}
        #footer .site-info a:hover {color:#618afd; text-decoration: none;}
        #footer .site-info em a {text-decoration: underline;}
        #footer .site-info em a:hover
        {color:#618afd; text-decoration: underline;}
        #footer .site-info a.highlighted:hover
        {color:#618afd; text-decoration: none;}
        #footer .site-info strong a:hover
        {
/* Reducing intensity - was #ece587 */
color:#baba00; text-decoration: none;}
        #footer .site-info span.guarded a {color:#618afd;}

        #footer .site-info span.elevated a {color:#f7ef08;}

	/* .hosting-donors */
	#footer .hosting-donors a {
		color:#618afd;
	}
	#footer .hosting-donors a.kurzweil {
		background: url('../images/themes/black/logo_kurzweil.png') 0 0 no-repeat;
	}
	/* .copy-design */
			#footer .copy-design a {
				color:#bababa;
/* Reducing intensity - was #fff */
			}
			#footer .copy-design .design a {
				background: url('../images/themes/black/logo_helldesign.png') 100% 4px no-repeat;
			}
/****************************************************************
	WRAPPER CONTENT
****************************************************************/
#wrapper-clouds{
	
}
	/* wrapper-clouds h2, wrapper-clouds h3 */
	#wrapper-clouds h3 {
		background: url('../locale/black.home_top_header.png') 0 0 no-repeat;
	}
		#wrapper-clouds h3 a {
			background: url('../images/themes/black/home_top_header_arrow.png') 128px 11px no-repeat;
		}
		#wrapper-clouds h3 a:hover {
			background-position:128px -103px;
		}
	/* .donors */
		#wrapper-clouds .donors li,
		#wrapper-clouds .donors li a {
			color:#ffef00;
		}
			#wrapper-clouds .donors li strong {
				color:#f0f0f0;
/* Want this to be strong - not black background */
			}
	/* .other-clouds */
		#wrapper-clouds .other-clouds li,
                #wrapper-clouds em a {
/* Reducing intensity                   color:#00c27c; */
color:#4aba00;
		}
                a.lnk-more:hover span{color:#1a40ab;}
                #wrapper-clouds em a {text-decoration: underline;}
                #wrapper-clouds a:hover
                {color:#ece587; text-decoration: none;}
                #wrapper-clouds ul.donors a:hover
                {color:#ffef00; text-decoration: underline;}
                #wrapper-clouds em a:hover {color:#6cff00;
                text-decoration: underline;}
			#wrapper-clouds a, #wrapper-clouds
.other-clouds li strong {
/* Reducing intensity - was #f0f0f0 */
				color:#bababa;
			}
/****************************************************************
	WRAPPER FOOTER
****************************************************************/
#wrapper-footer {
	background: url('../images/themes/black/bg_wrapper_footer.png') 0 0 repeat-x;
	border-top:1px solid #1a1a1a;
}
/****************************************************************
	WRAPPER CONTENT
****************************************************************/
.home #wrapper-content {
	background: url('../images/themes/black/bg_wrapper-content.gif') 50% 0 repeat-y;
}
	/* #wrapper-content library */
	#wrapper-content h3 {
		color:#97bb30;
	}
#wrapper-content h1.h1-t1 {color: #97bb30;}
	.home #wrapper-content .content .widget-t1 h3,
	#wrapper-content h2{
		color:#d5d5d5;
	}
	#wrapper-content h1.h1-t4,h2.h2-t4 {
		color:#ece587;
	}
	#wrapper-content h4.date strong {
		background: #97bb30;
	}
		#wrapper-content h4.date span {
			background: url('../images/themes/black/bg_date.png') 9px 100% no-repeat;
			color:#0f3511;
		}
	#wrapper-content h4.section-title {
		border-bottom:1px solid #232323;
	}
		#wrapper-content h4.section-title span {
			color:#b7b7b7;
			background:#000;
		}
	#wrapper-content h5.issue {
		background: url('../images/themes/black/bg_issue_l.png') 0 0 no-repeat;
	}
		#wrapper-content h5.issue span {
			background: url('../images/themes/black/bg_issue_r.png') 100% 0 no-repeat;
		}
	#wrapper-content h5.counter {
		background: url('../images/themes/black/bg_counter_l.png') 0 0 no-repeat;
	}
		#wrapper-content h5.counter span {
			background: url('../images/themes/black/bg_counter_r.png') 100% 0 no-repeat;
		}
	/* .widget */
	#wrapper-content .content .widget-t1 {
		background: url('../images/themes/black/bg_widget_content.png') 7px 6px no-repeat;
	}
	/* list type */
	#wrapper-content ul.list-1 li,
	#wrapper-content ul.list-2 li,
	#wrapper-content ul.list-3 li,
	#wrapper-content ul.list-5 li{
		border-bottom:1px solid #151515;
	}
	#wrapper-content ul.list-1 li ul {
		border-top:1px solid #151515;
	}
	/* ul.list-1 */
	#wrapper-content ul.list-1 li {
		background: url('../images/themes/black/arrow_1.png') 1px 4px no-repeat;
	}
	/* ul.list-3 */
	#wrapper-content ul.list-3 li a {
		background: url('../images/themes/black/arrow_1.png') 1px 4px no-repeat;
		color:#bababa;
/* Reducing intensity - was #fff */
	}
		#wrapper-content ul.list-3 li a strong {
			color:#ece587;
		}
	#wrapper-content ul.list-3 li.active a,
	#wrapper-content ul.list-3 li a:hover {
		background: #5b1d46 url('../images/themes/black/bg_list-3_active.gif') 0 0 repeat-x;
		color:#ae91a4;
	}
		#wrapper-content ul.list-3 li.active a strong,
		#wrapper-content ul.list-3 li a:hover strong {
/* Reducing intensity - was #fff */
			color:#bababa;
		}
	/* ul.list-4 */
	#wrapper-content ul.list-4 li {
		background: url('../images/themes/black/arrow_1.png') 0 2px no-repeat;
	}
	/* ul.list-5 */
	#wrapper-content ul.list-5 li a {
		background: url('../images/themes/black/arrow_1.png') 1px 4px no-repeat;
	}
	#wrapper-content ul.list-5 li.active a,
	#wrapper-content ul.list-5 li a:hover {
		background: #5b1d46 url('../images/themes/black/bg_list-3_active.gif') 0 0 repeat-x;
/* Reducing intensity - was #fff */
		color:#bababa;
	}
	/* tweets-rss */
	#wrapper-content .tweets-rss p {
		background: url('../images/themes/black/bg_widget_tweets-rss.png') 100% 100% no-repeat;
	}
	/* tv */
	.tv .tv-content {
/*		background: url('../images/themes/black/bg_video.yellow.png') 0 0 no-repeat; */
	}
	/* recent-tweets */
	.recent-tweets dl dd {
		background: url('../images/themes/black/bg_recent-tweets.png') 0 0 no-repeat;
	}
			#wrapper-content .recent-tweets dl dd h5 {
				border-top:1px solid #181818;
			}
	/* featured-stories */
		.featured-stories ul li {
			border-bottom:1px solid #181818;
		}
	/* .info */
	.info {
/* Reducing intensity - was #fff */
		color:#bababa;
	}
	.content .info {
		background: url('../images/themes/black/bg_info_b.gif') 0 100% no-repeat;
	}
		.content .info .body {
			background: url('../images/themes/black/bg_info_t.gif') 0 0 no-repeat;
		}
		.content .box .info {
			background: url('../images/themes/black/bg_info_2_b.gif') 0 100% no-repeat;
		}
	body.t1	.content .box .info {
			background: url('../images/themes/black/bg_info_2_body_t1_b.gif') 0 100% no-repeat;
		}
			.content .box .info .body {
				background: url('../images/themes/black/bg_info_2_t.gif') 0 0 no-repeat;
			}
		body.t1	.content .box .info .body {
				background: url('../images/themes/black/bg_info_2_body_t1_t.gif') 0 0 no-repeat;
			}
	.col-2 .info {
		background: url('../images/themes/black/bg_info_1_b.gif') 0 100% no-repeat;
	}
		.col-2 .info .body {
			background: url('../images/themes/black/bg_info_1_t.gif') 0 0 no-repeat;
		}
	/* .box */
	.content .box {
		background: url('../images/themes/black/bg_box_t.png') 0 0 no-repeat;
	}
	.content .box2 {
		background: url('../images/themes/black/bg_box2_t.png') 0 0 no-repeat;
	}
	.col-2 .box {
		background: url('../images/themes/black/bg_box_t2_t.png') 0 0 no-repeat;
	}
	.t1 .box {
		background: url('../images/themes/black/bg_box_body_t1_t.png') 0 0 no-repeat;
	}
	.t1 .col-2 .box {
		background: url('../images/themes/black/bg_box_t1_t.png') 0 0 no-repeat;
	}
		.content .box .box-footer {
			background: url('../images/themes/black/bg_box_b.png') 0 100% no-repeat;
		}
		.content .box2 .box-footer {
			background: url('../images/themes/black/bg_box2_b.png') 0 100% no-repeat;
		}
		.col-2 .box .box-footer {
			background: url('../images/themes/black/bg_box_t2_b.png') 0 100% no-repeat;
		}
		.t1 .box .box-footer {
			background:
url('../images/themes/black/bg_box_body_t1_b.png') 0 100% no-repeat;
		}
		.t1 .col-2 .box-footer {
			background: url('../images/themes/black/bg_box_t1_b.png') 0 100% no-repeat;
		}
		.box .box-body {
/*			color:#b4e9ff; */
color: #bababa;
/* Reducing intensity - was #ffffff */
		}
.box .box-body h4 {color: #b4e9ff;}
	/* .quotes-list */
	.quotes-list .content-row {
		border-bottom:1px solid #232323;
	}
	/* .blockquote */
	.blockquote {
		background: url('../images/themes/black/bg_quotes_t1.png') 0 0 no-repeat;
		color:#bababa;
/* Reducing intensity - was #f0f0f0*/
	}
	.blockquote-t1 {
		background: url('../images/themes/black/bg_quotes_t2_b.png') 0 100% no-repeat;
	}
	.blockquote-t1 blockquote {
		background: url('../images/themes/black/bg_quotes_t2_t.png') 0 0 no-repeat;
	}
	.col-2 .blockquote {
		background: url('../images/themes/black/bg_quotes_t3.png') 0 0 no-repeat;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;
	}
	/* .prev-next */
	.prev-next ul {
		border-top:1px solid #232323;
		border-bottom:1px solid #232323;
	}
        /* Changed y-coordinate from 2px to 4px for new larger text */
	.prev-next ul li a {
		background: url('../images/themes/black/arrow_2.png') 0 4px no-repeat;
	}
        /* Changed y-coordinate from 2px to 4px for new larger text */
	.prev-next ul li.next a {
		background: url('../images/themes/black/arrow_1.png') 100% 4px no-repeat;
	}
	/* jCombox */
	.opera{
		color: #0d0d0d;
		background-image: url('../images/themes/black/opera.black.gif') !important;
	}
	.opera-hover {
		color: #0d0d0d;
		background-image: url('../images/themes/black/opera_hover.black.gif') !important;
	}
	#wrapper-content .opera .current,
	#wrapper-content .opera .menu a:hover{
/* Reducing intensity - was #fff */
		background-color: #bababa !important;
		color: #0d0d0d !important;
	}
	.opera .menu {
		border: 1px solid #232323;
		background: url('../images/themes/black/bg_gfx_select.png') 0 0;
	}
	.opera .menu a, .opera .menu span {
/* Reducing intensity - was #fff */
		color:#bababa !important;
		border-bottom:1px solid #232323;
	}
	
	/* .foundation-contact */
		.foundation-contact dd {
			border-bottom:1px solid #232323;
		}
	/* .box-level */
	.box-level {
		background: url('../images/themes/black/bg_box-level_t.png') 0 0 no-repeat;
	}
		.box-level .box-body {
			background: url('../images/themes/black/bg_box-level_b.png') 0 100% no-repeat;
		}
		.box-level .box-body .guarded {
			background:#618afd url('../images/themes/black/icon_guarded_1.gif') 7px 5px no-repeat;
			border-bottom:1px solid #2b3f78;
			border-left:1px solid #374f94;
			border-right:1px solid #374f94;
			border-top:1px solid #3e59a6;
/* Reducing intensity - was #fff */
			color: #bababa;
		}
		.box-level .box-body .elevated {
			background:#f7ef08 url('../images/themes/black/icon_elevated.png') 7px 5px no-repeat;
			border-bottom:1px solid #2b3f78;
			border-left:1px solid #374f94;
			border-right:1px solid #374f94;
			border-top:1px solid #3e59a6;
			color: #222;
		}
        .box-level a:hover {text-decoration: none;}
	/* .subscribe-to-newsletter */
	#wrapper-content .subscribe-to-newsletter form p {
		color:#d5e0d2;
	}
	/* .form */
	.form .row {
		background: url('../images/themes/black/bg_form_row.gif') 0 100% repeat-x;
	}
	.form label {
		color:#bababa;
/* Reducing intensity - was #fff */
	}
		/* .form .paypal */
				.form ul.paypal li a span {
					background: url('../images/themes/black/arrow_1.png') 100% 50% no-repeat;
				}
	/* .lifeboat-fund*/
	#wrapper-content .lifeboat-fund .lifeboat-fund-value h4 strong {
		background: url('../images/themes/black/bg_lifeboat-fund-value_l.gif') 0 0 no-repeat;
	}
		#wrapper-content .lifeboat-fund .lifeboat-fund-value h4 strong em {
			background: url('../images/themes/black/bg_lifeboat-fund-value_r.gif') 100% 0 no-repeat;
			color:#000;
		}
			#wrapper-content .lifeboat-fund .lifeboat-fund-value h4 strong span.jq-shadow {
/* Reducing intensity - was #fff */
				color: #bababa;
			}
	/* lifeboat-fund p.sep */
	#wrapper-content .lifeboat-fund p.sep {
		border-bottom:1px solid #181818;
	}
	/* .lifeboat-fund .lifeboat-fund-list */
	.lifeboat-fund .lifeboat-fund-list li {
		border-bottom:1px solid #181818;
	}
	/* .donors-info */
	.donors-info ul li{
		background: url('../images/themes/black/bg_donors-info_sep.gif') 100% 4px no-repeat;
	}
	.donors-info ul li dl dd,
	#wrapper-content .donors-info p {
/* Reducing intensity - was #fff */
		color:#bababa;
	}
	#wrapper-content .donors-info p {
		margin-bottom:13px;
	}
	/* .donors-info .lifeboat-fund-value */
	#wrapper-content .donors-info .lifeboat-fund-value h4 strong {
		background: url('../images/themes/black/bg_lifeboat-fund-value_1_l.gif') 0 0 no-repeat;
	}
		#wrapper-content .donors-info .lifeboat-fund-value h4 strong em {
			background: url('../images/themes/black/bg_lifeboat-fund-value_1_r.gif') 100% 0 no-repeat;
			color:#000;
		}
			#wrapper-content .donors-info .lifeboat-fund-value h4 strong span.jq-shadow {
/* Reducing intensity - was #fff */
				color: #bababa;
			}
	/* .donors-sorted-header */
	.donors-sorted-header dl dt,
	.donors-sorted-header dl dd a {
		background:#4a4a4a;
	}
		.donors-sorted-header dl dd.active a,
		.donors-sorted-header dl dd a:hover {
			background:#97bb30;
			color:#0f3511;
		}
	/* .lifeboat-fund-list-1 */
	.lifeboat-fund-list-1 li {
		border-bottom:1px solid #181818;
	}
		.lifeboat-fund-list-1 .blockquote {
			background: url('../images/themes/black/bg_quotes_t4_324.png') 0 0 no-repeat;
			color:#bababa;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;
/* Reducing intensity - was #f0f0f0*/
		}
	/* .num-list */
	.num-list dt {
		background: url('../images/themes/black/bg_num-list.png') 0 0 no-repeat;
		color:#0a0a0a;
	}
	/* .login-widget */
	.login-widget {
		background: url('../images/themes/black/bg_login-widget.png') 0 100% no-repeat;
	}
/*		#wrapper-content .login-widget p.login {
			background: url('../images/themes/black/icon_login.png') 0 0 no-repeat;
		}
*/
	/* .post */
	.post {
		border-bottom:1px solid #232323;
	}
		/* .post-header */
		#wrapper-content .post-header h3{
			color:#ece587;
		}
		/* .post-meta */
		#wrapper-content .post-meta p.tags {
			background: url('../images/themes/black/icon_tags.png') 14px 2px no-repeat;
		}
	/* .page-of*/
	.page-of span,
	.page-of a,
	.page-of strong{
		background:#4a4a4a;
	}
		.page-of a:hover,
		.page-of strong {
			background:#97bb30;
			color:#0f3511;
		}
	/* #comments */
		#comments ul li .blockquote {
			background: url('../images/themes/black/bg_quotes_t5.png') 0 0 no-repeat;
			color:#bababa;
/* Reducing intensity - was #f0f0f0*/
		}
.whitehover a
{
/* Reducing intensity color: #ffffff; */
 color: #bababa;
 text-decoration: none;
}
.whitehover a:hover
{
 color: #97bb30;
 text-decoration: none;
}
.green {color: #97bb30;}
