/* ****************************** */
/*            GENERAL             */
/* ****************************** */

body {
	background:url(../images/background-tile.gif) repeat-x top left;
	background-color:#4b4b4b;
	margin:0;
}
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;	
}
h1, h2 {
	font-size:24px;
	line-height:100%;
}
h2.main-headline {
	margin:9px !important;
	padding:0;
}
h3 {
	font-size:18px;	
	line-height:110%;
}
h4 {
	font-size:14px;	
	line-height:110%;
}
img {
	border:0;	
}

#main-wrapper {
	margin:0 auto;
	width:980px;
	position:relative;
}

#header {
	width:980px;
	height:224px;
	background:url(../images/header_iae.jpg) no-repeat;
	position:relative;
	top:0;
	left:0;
}
#second-level #header {
	width:980px;
	height:187px;
	background:url(../images/header-sub_iae.jpg) no-repeat;
	position:relative;
	top:0;
	left:0;
}
#header h1, #header .tagline {
	display:none;	
}
a.logo-iae {
	display:block;
	width:400px;
	height:195px;
	text-decoration:none;
}
a.logo-iae img {
	visibility:hidden;	
}
#second-level a.logo-iae {
	width:302px;
	height:160px;
}
a.logo-nul-header {
	display:block;
	width:185px;
	height:69px;
	position:absolute;
	top:105px;
	left:758px;
	text-decoration:none;
}
#second-level a.logo-nul-header {
	top:88px;
}

#pledge-wrapper {
	background:url(../images/pledge.gif) no-repeat;
	background-position:41px 9px;
	background-color:#000;
	width:980px;
	height:129px;
}

.pledge {
	display:none;	
}

/* ********* pledge in sidebar ******** */

	.pledge-wrapper-sidebar {
		background:url(../images/pledge-sidebar.gif) no-repeat top right;
		height:343px;
	}
	a.pledge-link {
		width:277px;
		height:343px;
		display:block;
		text-decoration:none;
	}
	a.pledge-link span {
		display:none;
	}

/* *********************************** */

#black-strip {
	background-color:#000;
	padding:6px 0;
	height:auto;
	overflow:hidden;
	width:980px;
	float:left;
}
#breadcrumbs {
	color:#FFF;
	float:left;
	padding:0 20px;
	width:653px;
	
}
#breadcrumbs a {
	color:#FFF;
}
#breadcrumbs a:hover {
	text-decoration:none;
}
#black-strip-text {
	height:auto;
	padding:0 20px;
}
#black-strip-text p {
	margin:0;
	float:right;
	color:#FFF;
	
}
#black-strip-text p a {
	color:#FFF;
}

/* ********* rotator on home page ******** */

ul.slideshow {
	list-style:none;
	width:590px;
	height:280px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	float:left;
}

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;
}

ul img {
	border:none;
}

#slideshow-caption {
	width:590px;
	height:60px;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/* ********* video player on home page ******** */

.video-player-wrapper {
	position:relative; 
    width:590px; 
    height:322px;  
}

.video-player {
	position:absolute; 
    top:0; 
    left:0; 
    clip:rect(0 590px 329px 0); 
}


/* *********************************** */

#content-wrapper {
	clear:both;
	background:url(../images/main-content-background2.jpg) repeat-y top left;
	width:980px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
}
#content-wrapper .content-inner {
	background:url(../images/main-content-top2.gif) no-repeat top left;
	width:678px;
	padding:0;
	margin:0;
	height:auto;	
	overflow:hidden;
	float:left;
	padding-top:46px;

}
#second-level #content-wrapper .content-inner {
	padding-top:21px;
}
#content-wrapper .content {
	/*background:url(../images/main-content-bottom.gif) no-repeat bottom;*/
	background-color:#FFF;
	width:590px;
	height:auto;
	float:left;
	margin:0 26px 10px 41px;
	padding:10px;

}
#content-wrapper .content h2 {
	margin:0;
}
div.horiz-rule {
	clear:both;
 	height: 40px;
 	background: url(../images/horiz-rule.gif) no-repeat center;

}
div.horiz-rule hr {
	visibility:hidden;

}	

.content-section {
	width:590px;
	float:left;
	background:url(../images/background-section.gif) repeat-y center;
	
}
.left {
	float:left;	
}
.with-margin, .wysiwyg {
	margin:24px 9px 24px 9px;	
}

.article-teaser  {
	width:265px;
	float:left;
	margin:0 10px 0 10px;	
}
.first-article  {
	margin-right:30px;
}  
.article-teaser h3 {
	font-size:14px;
	margin-top:0;
}
.article-teaser h3 a {
	text-decoration:none;
	color:#3873c2;
}
.article-teaser h3 a:hover {
	text-decoration:underline;
}
.article-teaser img.thumbnail {
	width:106px;
	height:72px;
	border:1px solid #78a6dd;
	float:left;
	margin:0 13px 4px 0;
}
.article-teaser p {
	font-size:11px;
	line-height:14px;
	margin:5px 0;
	
}
.article-teaser p.more-link  {
	margin-bottom:0;
}
.article-teaser .more-link a {
	text-decoration:none;
	color:#3873c2;
}
.article-teaser .more-link a:hover {
	text-decoration:underline;
}

ol.alpha-list {
	list-style-type:lower-alpha;	
}
ol.roman-list {
	list-style-type:lower-roman;	
}
ol.alpha-list li, ol.roman-list li {
	margin-top:15px;	
}
ol.tight-list li {
	margin-top:0;
	margin-bottom:0;
}

#sidebar {
	float:left;	
	width:302px;
	
	background:url(../images/sidebar-background.jpg) repeat-y top left;
}
#sidebar-inner {
	background:url(../images/sidebar-top.jpg) no-repeat top left;
	float:left;
	width:302px;
	padding-left:25px;
	
}

#sidebar-footer {
	background:url(../images/sidebar-bottom.jpg) no-repeat top left;
	width:302px;
	height:68px;
	float:left;

}
.social-promo  {
	background-color:#000;
	padding:10px 0 5px 10px;
}
.social-promo p {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	margin:0 0 0 2px;
	
}
.social-promo .twitter {
	margin:0 16px 0 18px;
}
#sidebar-inner h2.widgettitle {
	display:none;
}
#sidebar-inner .widget {
	width:277px;
	margin-top:15px;
}
#sidebar-inner #text-2.widget, #sidebar-inner #text-9.widget {
	margin-top:0;
}
#sidebar .iae-toolbox table td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}


#footer {
	clear:both;	
	background:url(../images/main-content-background.jpg) repeat-y top left;
	height:auto;
	overflow:hidden;
	
}
#footer-inner {
	background:url(../images/footer-top.gif) no-repeat top left;
	background-color:#000;
	height:93px;
	position:relative;
	top:0;
	left:0;
}
#footer-text {
	font-size:11px;
	width:980px;
	text-align:center;
	color:#fff;
	padding-top:34px;
}
#footer-text p {
	margin:0;	
}
#footer-text a {
	color:#fff;
}
#footer .logo-nul {
	position:absolute;
	top:27px;
	right:35px;
	width:126px;
	height:49px;
}

.error {color:#f00;}
.hidden {display:none;}

a {
	color:#3873c2;	
}
a:hover {
	text-decoration:none;	
}

/* ****************************** */
/*    SECOND-LEVEL PAGE IMAGES    */
/* ****************************** */

img.alignnone.image-border, img.image-border.alignnone {
	margin: 5px 0 15px 0;
	display:block;
} 

img.alignleft.image-border, img.image-border.alignleft {
	float:left;
	margin: 0 15px 10px 0;
} 
img.alignright.image-border, img.image-border.alignright {
	float:right;
	margin: 0 0 10px 15px;
} 
img.image-border {
	border: 2px solid #000; 
}

.inline-pledge-graphic {
	float:right;
	width:84px;
	height:60px;
}
.inline-pledge-graphic a {
	background:url(/files/2010/02/take-pledge-inline-graphic.gif) no-repeat ;
	width:84px;
	height:60px;
	display:block;
}
.inline-pledge-graphic a:hover {
	background-position: 0 -60px;
}

/* ****************************** */
/*   SIGNIN WIDGET - LOGGED OUT   */
/* ****************************** */

#iae-signin {
	position:absolute;
	top:0;
	right:0;	
}

#iae-signin.wf-my-wildfire {
	width:587px;
}

#iae-signin-form {
	background:url(../images/form-text.gif) no-repeat top left;
	background-position: 0 2px;
	float:right;
	margin:4px 0 0 0;
	padding-right:0;
	padding-left:281px;
	width:306px;

}

#iae-signin-form .wf-my-wildfire-facebook {
	font-weight:bold;
	text-transform:lowercase;
	/* UNTIL FACEBOOK CONNECT IS FIXED */
	display:none;
}

#iae-signin.wf-my-wildfire .wf-email-row input, #iae-signin.wf-my-wildfire .wf-password-row input {
	border: 1px solid #666;
	background-color: #e8edf4;
	font-size:11px;
}

#iae-signin.wf-my-wildfire .wf-email-row, #iae-signin.wf-my-wildfire .wf-password-row { 
	float: left;
}

#iae-signin.wf-my-wildfire .wf-email-row label { display: none; }
#iae-signin.wf-my-wildfire .wf-password-row label { display: none; }
#iae-signin.wf-my-wildfire .wf-inline-errors { display: none; }

#iae-signin.wf-my-wildfire .wf-checkbox {
	margin: 2px;
}

#iae-signin.wf-my-wildfire .wf-password {
	margin: 2px;
	padding: 2px;
	width: 94px;
	border: 1px solid #666;
	background-color: #e8edf4;
}

#iae-signin.wf-my-wildfire .wf-text {
	margin: 2px;
	padding: 2px;
	width: 94px;
	border: 1px solid #666;
	background-color: #e8edf4;
	color: #575757;
}

#iae-signin.wf-my-wildfire button.wf-submit {
	background-color: #4b65a2;
	border: 1px solid #333;
	color: #fff;
	margin: 2px;
	padding: 2px 5px;
	font-size:11px;
}

#iae-signin.wf-my-wildfire .wf-rememberMe-row {
	font-size:11px;
	font-weight:normal;
	height:17px;
	clear:both;
}
#iae-signin.wf-my-wildfire .wf-rememberMe-row label {
	position:absolute;
	bottom:0;
	padding-left:2px;
	text-transform:lowercase;
}
#iae-signin.wf-my-wildfire .wf-rememberMe-row a {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #666666;
}

#iae-signin.wf-my-wildfire .wf-my-wildfire-facebook {
	padding-left: 3px;
}

#iae-signin.wf-my-wildfire .wf-my-wildfire-facebook img {
	top: 4px;
	padding-left: 5px;
	position: relative;
}

#iae-signin.wf-my-wildfire .wf-signup-link {
	display:none;	
}

#iae-signin #iae-signin-login-error {
	z-index: 1000;
	width: 260px;
	background-color: #d6c9c9;
	border: 1px solid #999;
	color: #000;
	position: absolute;
	top:70px;
	left:150px;
}

#iae-signin .wf-my-wildfire-error a:link {
	color: #000;
}

#iae-signin .wf-my-wildfire-error h2 {
	font-size: 14px;
}

#iae-signin .wf-my-wildfire-error .wf-my-wildfire-error-content {
	margin: 10px 10px 0 10px;
}

#iae-signin .wf-my-wildfire-error .wf-my-wildfire-error-extradiv {
	position: absolute;
	top: -19px;
	right: 10px;
	background: url(http://nul.wildfireplatform.com/static/api/images/arrow_top_darkonlight.png) no-repeat;
	width: 33px;
	height: 19px;
}

#iae-signin .wf-my-wildfire-error .wf-my-wildfire-error-footer {
	color: #666;
	border-top: 1px solid #bbb;
	font-size: 11px;
	margin: 10px 2px 5px 2px;
	padding: 5px 0 0 7px;
}

#iae-signin .noscript {
	margin:8px 10px 0 0;
	text-align:right;
}
#iae-signin .noscript p {
	margin:2px;
}


/* ****************************** */
/*   SIGNIN WIDGET - LOGGED IN    */
/* ****************************** */



#iae-signin.wf-my-wildfire-facebook img {
	top: 7px;
	position: relative;
	padding-left: 7px;
}

#iae-signin.wf-my-wildfire .wf-my-wildfire-supporter-info {
	background:url(../images/impact-arrow.gif) no-repeat top right;
	float: right;
	text-align: right;
	padding-right: 25px;
	padding-top: 12px;
	height:52px;
}

#iae-signin.wf-my-wildfire .wf-my-wildfire-dashboard-link {
	margin: 0;
	font-weight:bold;
}

#iae-signin.wf-my-wildfire .wf-my-wildfire-dashboard-link a {
	color: #333;
}
#iae-signin.wf-my-wildfire .wf-my-wildfire-dashboard-link a:hover {
	text-decoration:none;
}
#iae-signin.wf-my-wildfire .wf-my-wildfire-logout-link a {
	color: #333;
}
#iae-signin.wf-my-wildfire .wf-my-wildfire-logout-link a:hover {
	text-decoration:none;
}
#iae-signin.wf-my-wildfire .wf-my-wildfire-logout-link {
	font-size: 11px;
}

#iae-signin.wf-my-wildfire .wf-my-wildfire-impact-box {
	background-color:#000;
	color: #fff;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	font-size: 10px;
	font-weight: bold;
	margin:0;
	padding:10px 0 0 0;
	width: 119px;
	height: 38px;
	text-align: center;

	float:right;
}

#iae-signin.wf-my-wildfire .wf-my-wildfire-personal-impact {
	color: #78b9e1;
	font-size: 22px;
}




/* ****************************** */
/*   SIGNUP WIDGET - LOGGED OUT   */
/* ****************************** */

#text-2 {
	min-height:327px;	
}
#iae-signup .wf-joinHeader {
	display:none;
}
#iae-signup .wf-call-to-action-direct-signup div {
	display:none;
}

#iae-signup .wf-call-to-action-direct-signup #iae-signup-signup-form {
	margin:0;
	padding:0;
	float:left;
}
#iae-signup .wf-call-to-action-direct-signup #iae-signup-signup-form div {
	display:block;	
}


#iae-signup.wf-call-to-action .wf-form-row label {
    width: 60px;
    display: block;
    float: left;
    height: 23px;
    color: #000;
}
#iae-signup.wf-call-to-action .wf-form-row {
    margin-top: 0;
    display: block;
    clear:both;
}



#iae-signup.wf-call-to-action .wf-text, #iae-signup.wf-call-to-action .wf-password {
    width: 164px;
    padding: 2px;
    margin: 2px;
    border: 1px solid #666;
    background-color: #fff;
}


#iae-signup .wf-call-to-action-direct-signup #iae-signup-signup-form input {
	float:left;
	margin:-3px 0 0 5px;
	width:170px;
}
#iae-signup #iae-signup-name-row, #iae-signup #iae-signup-email-row, #iae-signup #iae-signup-password-row {
	clear:both;
	padding-top:5px;
}
#iae-signup .wf-call-to-action-direct-signup {
	background-color:#78b9e0;
	border-left:2px solid #000;
	padding:10px 10px 0 10px;
	overflow:hidden;
}
#iae-signup .wf-call-to-action-direct-signup  .wf-call-to-action-facebook-signup, #iae-signup .wf-call-to-action-direct-signup  .wf-call-to-action-facebook-button {
	display:block;
	clear:both;
	padding:0;
	margin:0;
		/* UNTIL FACEBOOK CONNECT IS FIXED */
	display:none;
}
#iae-signup .wf-call-to-action-direct-signup  .wf-call-to-action-facebook-signup {
	display:block;
	clear:both;
	padding:5px 0 0 0;
	margin:5px 0 0 65px;
	font-size:11px;
	text-transform:lowercase;
	font-weight:bold;
		/* UNTIL FACEBOOK CONNECT IS FIXED */
	display:none;
}
#iae-signup .wf-call-to-action-direct-signup  .wf-call-to-action-facebook-button {
	margin:5px 0 0 0;
}
#iae-signup.wf-call-to-action .wf-text, #iae-signup.wf-call-to-action .wf-password {
    width: 164px;
    padding: 2px;
    margin: 2px;
    border: 1px solid #666;
    background-color: #fff;
}
#iae-signin.wf-my-wildfire .wf-buttons {
	float:left;
}	
#iae-signup.wf-call-to-action .wf-buttons .wf-submit {
	float:left;
	background-color: #4b65a2;
	border: 1px solid #333;
	color: #fff;
	margin: 10px 10px 0 5px;
	padding: 2px 5px;
	font-size:11px;
}
#iae-signup.wf-call-to-action .wf-login-link {
	position:relative;
	top:6px;
}
#iae-signup.wf-call-to-action .wf-login-link a {
	color:#000;
	font-size:11px;
	line-height:13px;
	display:none;
}
#iae-signup .wf-call-to-action-fineprint {
	font-size:10px;	
	line-height:11px;
	
	clear:both;
	background-color:#78b9e0;
	border-left:2px solid #000;
	padding:10px 10px 10px 10px;
	margin:0;
}
#iae-signup .wf-call-to-action-fineprint a {
	color:#000;
}
#iae-signup .wf-call-to-action-fineprint a:hover {
	text-decoration:none;
}
#iae-signup .wf-call-to-action-box2 h3, #iae-signup .wf-call-to-action-box2 ul, #iae-signup .wf-call-to-action-box2 p, #iae-signup .wf-call-to-action-box2 div {
	display:none;	
}



#iae-signup .wf-call-to-action-box1 {
	background:url(../images/pledge-bubble2.gif) no-repeat top right;
	padding-top:251px;
}

#iae-signup .wf-call-to-action-box2 {
	background:url(../images/signup-bottom.gif) no-repeat bottom center;	
	height:66px;
	background-color:#78b9e0;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
}

#iae-signup .noscript {
	margin:10px;
	
}
#iae-signup .noscript p {
	
}

/* IF ERROR */

#iae-signup.wf-call-to-action .wf-inline-errors { display: none; }

#iae-signup .wf-call-to-action-error {
    z-index: 1000;
    width: 265px;
    position: absolute;
    background-color: #d6c9c9;
    border: 1px solid #999;
    color: #000;
	top:650px; 
	left:395px;
}
#second-level #iae-signup .wf-call-to-action-error {
	top:510px; 
}
#iae-signup .wf-call-to-action-error h3 {
    font-size: 14px;
}

#iae-signup .wf-call-to-action-error .wf-call-to-action-content {
    margin: 10px 10px 18px 15px;
}

#iae-signup .wf-call-to-action-error .wf-call-to-action-extradiv {
    position: absolute;
    top: 21px;
    left: 265px;
    background: url(../images/arrow_left_darkonlight.png) no-repeat;
    width: 19px;
    height: 33px;
}
/* ****************************** */
/*   SIGNUP WIDGET - LOGGED IN   */
/* ****************************** */

#iae-signup.wf-call-to-action .wf-call-to-action-greeting {
	background: url(../images/actions-top.gif) no-repeat top right;
	background-color:#000;
	
	padding:11px 0 0 0;
	
}

#iae-signup.wf-call-to-action h2 {
	font-size: 23px;
	color: #78b9e1;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#iae-signup.wf-call-to-action > h3 {
	font-size: 15px;
	color: #78b9e1;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#iae-signup.wf-call-to-action label {
	width: 60px;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	color: #666;
}

#iae-signup.wf-call-to-action img {
	border: 0;
}

#iae-signup.wf-call-to-action .wf-call-to-action-welcome-msg {
	color: #78b9e1;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding:15px 0 0 20px;
	border-left:2px solid #FFF;

}

#iae-signup.wf-call-to-action .wf-call-to-action-welcome-msg > span {
	font-weight: bold;
	color: #78b9e1;
}
#iae-signup.wf-call-to-action .wf-call-to-action-actions-header  {
	border-left:2px solid #FFF;
	margin: 0;
	padding:6px 10px 15px 20px;
	font-weight: bold;
	line-height:100%;
}


#iae-signup.wf-call-to-action .wf-call-to-action-actions {
	background-color:#000;
	border-left:2px solid #FFF;
	border-bottom:2px solid #FFF;
	margin:0;
	padding:0;
		
}

#iae-signup.wf-call-to-action .wf-call-to-action-action-item {
	min-height: 31px;
	height: auto;
	background-color: #78b9e1;
	
	border: 1px solid #333;
	margin: 0 10px 10px 10px;
	position: relative;
	cursor: pointer;
}

#iae-signup.wf-call-to-action .wf-action-action-center-item .wf-call-to-action-checkbox {
	background: transparent url(http://nul.wildfireplatform.com/static/an/bluesteel_images/sprite-checkbox-actions.png) no-repeat scroll 0 0;
	height: 16px;
	width: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#iae-signup.wf-call-to-action .wf-call-to-action-action-title {
	 font-size: 12px;
			
	color: #000;
	font-weight: bold;
	top:0;
	left:0;
	position:relative;
	padding:8px 10px 6px 10px;
}

#iae-signup.wf-call-to-action .wf-call-to-action-impact {
	height: 16px;
	width: 30px;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: -2px;
	padding-left: 3px;
	margin-left: 10px;
	background:  url(../images/impactIconPotentialSmall.gif) no-repeat 0 0;
	color: #fff;

}

#iae-signup.wf-call-to-action .wf-call-to-action-impact .wf-call-to-action-potential-impact {
	background-color: #FFF;
	color:#000;
	padding: 0 5px 1px 0;
}

#iae-signup.wf-call-to-action .wf-call-to-action-links-below-actions {
	font-size:10px;
	line-height:14px;
	padding:0 10px 15px 20px;
}

#iae-signup.wf-call-to-action .wf-call-to-action-links-below-actions a {
	color: #78b9e1;
}
#iae-signup.wf-call-to-action .wf-call-to-action-links-below-actions a:hover {
	text-decoration:none;
}
#iae-signup.wf-call-to-action .wf-call-to-action-links-below-actions .wf-call-to-action-dashboard {
	border-left: 1px solid #78b9e1;
	padding-left: 10px;
	margin-left: 5px;
}

/* ****************************** */
/*                RSS             */
/* ****************************** */

#homepage-rss-1, #homepage-rss-1 ul, #homepage-rss-1 li, #homepage-rss-1 ul li, #subpage-rss, #subpage-rss ul, #subpage-rss li, #subpage-rss ul li  {
	list-style-type:none;	
	margin:0;
	padding:0;
}
#homepage-rss-1 {
	background:url(/files/2010/02/background-rss-home.gif) repeat-y top left;
	height:auto;
	overflow:hidden;
	float:left;
}
#homepage-rss-1 #rss-6, #homepage-rss-1 #rss-7  {
	padding-top:40px;
}
#homepage-rss-1 #rss-6 {
	background:url(/files/2010/02/grio_stories_s.gif) no-repeat top left;
}
#homepage-rss-1 #rss-7 {
	background:url(/files/2010/02/blackweb_s.gif) no-repeat top left;
}
#homepage-rss-1 ul, #subpage-rss ul {
	padding:0 15px;
}
#homepage-rss-1 #rss-6 ul, #subpage-rss .widget_rss ul {
	background:url(/files/2010/02/h_the-grio-horiz-rule.gif) repeat-x;
	background-color:#000;
}
#homepage-rss-1 #rss-7 ul {
	background:url(/files/2010/02/h_blackweb-horiz-rule.gif) repeat-x;
	background-color:#404040;
}

#homepage-rss-1 ul li, #subpage-rss ul li {
	padding:13px 0;
}
#homepage-rss-1 #rss-6 ul li, #subpage-rss .widget_rss ul li {
	border-top:1px solid #4d4e4e;
}
#homepage-rss-1 #rss-7 ul li {
	border-top:1px solid #666666;
}
#homepage-rss-1 h2 a.rsswidget, #subpage-rss h2 a.rsswidget {
	display:none;
}
#homepage-rss-1 a, #subpage-rss a {
	color:#7cb5e4;
}
#homepage-rss-1 span.rss-date, #subpage-rss span.rss-date {
	display:block;
	color:#fff;
	font-size:10px;
}
#rss-6 {
		/* Grio */
	float:left;	
	width:288px;
}
#rss-7 {
		/* Blackweb */
	float:left;	
	width:288px;
	margin-left:14px;
}

#subpage-rss .widget_rss {
	float:left;	
	width:590px;
	padding-top:60px;
}

.policy-institute #subpage-rss .widget_rss {
	background:url(/files/2010/02/grio_politics.gif) no-repeat top left;
}
.celebrating-our-centennial #subpage-rss .widget_rss {
	background:url(/files/2010/02/grio_blkhistory.gif) no-repeat top left;
}
.health-lifestyle #subpage-rss .widget_rss {
	background:url(/files/2010/02/grio_health.gif) no-repeat top left;
}
.housing-financial-literacy #subpage-rss .widget_rss {
	background:url(/files/2010/02/grio_money.gif) no-repeat top left;
}
.going-green #subpage-rss .widget_rss {
	background:url(/files/2010/02/grio_video.gif) no-repeat top left;
}

/* ****************************** */
/*               QUIZ             */
/* ****************************** */

#homepage-rss-1 .widget_text h2 {
	display:none;
}
#homepage-rss-1 .widget_text a {
	color:#7cb5e4;
}
#homepage-rss-1 .widget_text a img {
	border:none;
}
#homepage-rss-1 .widget_text {
	float:left;	
	width:288px;
	color:#fff;
}
#homepage-rss-1 .widget_text .quiz-text {
	margin:0 8px 10px 8px;
}
#homepage-rss-1 .widget_text .quiz-text p {
	margin:6px 0;
	font-size:13px;
	line-height:150%;
}


/* ****************************** */
/*               POLL             */
/* ****************************** */

#homepage-rss-1 .widget_polls-widget  {
	padding-top:41px;
	float:left;	
	width:288px;
	margin-left:14px;
	background:url(http://iamempowered.com/files/2010/03/poll-header1.gif) no-repeat top left;
	color:#fff;	
}

.widget_polls-widget h2.widgettitle {
	display:none;	
}

#homepage-rss-1 .widget_polls-widget ul {
	background:url(/files/2010/02/h_blackweb-horiz-rule.gif) repeat-x;
	background-color:#404040;
}

#homepage-rss-1 .widget_polls-widget ul li {
	border-top:1px solid #666666;
}
#homepage-rss-1 .widget_polls-widget ul li input {
	position:relative;
	top:2px;
	margin-right:4px;
}
#homepage-rss-1 .widget_polls-widget .wp-polls p {
	padding:0;
	margin:10px 20px;
}
#homepage-rss-1 .widget_polls-widget .wp-polls p strong {
	font-size:14px;
}

/* ****************************** */
/*           PARTNER LOGOS        */
/* ****************************** */

table.sponsors td {
	text-align:center;	
	padding:15px;
	width:160px;

}
table.sponsors tr {
	vertical-align:top;	
}
table.sponsors td img {
	border:0;	
	padding:0 0 10px 0;
}
table.sponsors td a {
	text-decoration:none;	
	
}
table.sponsors td a:hover {
	text-decoration:underline;	
}
table.sponsors td p {
	margin:0;	
}
table.sponsors td p.sponsor-text {
	margin:0 0 40px 0;	
	line-height:120%;
	width:160px;
}
table.sponsors td p.column3 {
	margin-top:20px;
}


/* ****************************** */
/*        NEIGHBORHOOD FINDER     */
/* ****************************** */

#neighborhood-finder {
	background:url(/files/2010/02/finder-image.jpg) no-repeat top left;
	padding:154px 0 0 0;
	background-color:#002c51;
	color:#fff;
	float:left;
}
#neighborhood-finder h3 {
	display:none;
}
#neighborhood-finder p {
	margin:10px;
}
#neighborhood-finder form {
	margin:0 10px 10px 10px;
	float:left;
}
#neighborhood-finder #nf_zipcode {
	height:18px;
	margin-right:10px;
	width:120px;
	float:left;
}
#neighborhood-finder #nf_button {
	width:103px;
	height:24px;
	border:none;
	float:left;
}
#neighborhood-finder a {
	color:#fff;	
}




/* ****************************** */
/*       NEW DONATION FORM        */
/* ****************************** */

#iae-donation-form.wf-fundraising-form { margin-top: 13px; padding-left: 9px; padding-right: 9px; font-family: Arial, Helvetica, sans-serif; }

/* general element styles */
#iae-donation-form.wf-fundraising-form .wf-fieldset { border: 1px solid #cecece; margin: 7px 0 28px; padding: 21px 21px 10px 21px; }
#iae-donation-form.wf-fundraising-form .wf-fieldset .wf-legend { float: left; font-size: 15px; line-height: 1; margin: 0; font-weight: normal; margin: -30px 0 0 -1px; background: #ffffff; padding: 0 7px; }

#iae-donation-form.wf-fundraising-form input, select { float: left; margin: 5px 5px 5px 0; }
#iae-donation-form.wf-fundraising-form label { display: block; float: left; font-size: 11px; padding: 8px 0 0 0; vertical-align: top; width: 125px; }

#iae-donation-form p.wf-fundraising-purpose {
	margin-bottom:25px;	 
}

/* row styles */
#iae-donation-form.wf-fundraising-form .wf-form-row { padding: 0 5px; }

/* required rows */
#iae-donation-form.wf-fundraising-form .wf-form-row.wf-required label { font-weight: bold; }

/* checkbox rows */
#iae-donation-form.wf-fundraising-form .wf-subscribe-row,
#iae-donation-form.wf-fundraising-form .wf-billingSameAsDonor-row { margin-left: 115px; }

#iae-donation-form.wf-fundraising-form .wf-subscribe-row label,
#iae-donation-form.wf-fundraising-form .wf-billingSameAsDonor-row label { padding: 5px 0 0; width: 150px; }

/* security code link */
#iae-donation-form.wf-fundraising-form .wf-securityCode-row a { float: left; padding: 8px 5px 0; }

/* button styles */
#iae-donation-form.wf-fundraising-form button.submitting { border: none; background: transparent url(https://aum.wildfireplatform.com/static/api/images/loader.gif) center center no-repeat; }
#iae-donation-form.wf-fundraising-form button.submitting span { visibility: hidden !important; }

/* error styles */
#iae-donation-form.wf-fundraising-form .wf-inline-errors { color: red; font-size: 11px; float: left; padding: 8px 0 0; }
#iae-donation-form.wf-fundraising-form .wf-has-error { border: 1px solid #C00020 !important; }
#iae-donation-form.wf-fundraising-form .wf-warning,
#iae-donation-form.wf-fundraising-form .wf-general-errors { border: 3px solid #B45223; background-color: #E99A85; color: black; font-size: 16px; font-weight: bold; padding: 10px; margin: 10px; }

/* specify amount positioning */
#iae-donation-form-specify-amount { margin-left: 115px; }

/* clearfix */
#iae-donation-form.wf-fundraising-form .wf-form-row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #iae-donation-form.wf-fundraising-form .wf-form-row             { zoom: 1; } /* IE6 */
*:first-child+html #iae-donation-form.wf-fundraising-form .wf-form-row { zoom: 1; } /* IE7 */

/* browser hacks */
* html #iae-donation-form.wf-fundraising-form .wf-form-row { height: 35px; } 





/* ****************************** */
/*           VIDEO IMAGES         */
/* ****************************** */

.powered-by-pic, .powered-by-bh  {
		width:117px;
		text-align:center;
		height:auto;
		overflow:visible;
		float:left;
		margin:3px 235px -5px 235px;
		
}


.powered-by-pic a, .powered-by-bh a  {
		width:117px;
		height:46px;
		background:url(http://iamempowered.com/files/2010/03/powered-by-pic.gif) no-repeat bottom right;
		text-decoration:none;
		display:block;
}
.powered-by-bh a  {
			background:url(http://iamempowered.com/files/2010/03/powered-by-bh.gif) no-repeat bottom right;

}
.powered-by-pic span, .powered-by-bh span {
		visibility:hidden;
}




/*slideshow nav styles */
#cs-prev, #cs-next {
    position:absolute;
    top:40px;
    padding:3px;
    z-index: 1001;
    opacity:0.8;
    background-color:#000;
    height:30px;
    width:30px;
}

#cs-prev {
    left:10px;
    background:url(../images/left.png) no-repeat
}

#cs-next {
    right:10px;
    background:url(../images/right.png) no-repeat
}