/* MAKE WIDTHS AUTO AND SHRINK MARGINS */

/*html, body, body.is_home	{
	background: none;
	width: 100%; 
	height: auto;
}

body.is_home #content, #container, #middle, #content, #maincontent, #background_img, #home_features, #bottom_bar, #bottom_nav {
width: 100%;
}
body.is_home #middle {margin: 0;}

#section_middle .section_now, 
#section_middle .section_doing, 
#section_middle .section_stories, 
#section_middle .section_statement,  
#home_middle .middle_blogs,
#home_middle .middle_saying, 
#home_middle .middle_action,
#home_bottom .bottom_register,
#home_bottom .bottom_about

 { 
	margin: 5px 1% 5px 1%; 
width: 44%;
float: left;
min-height: 0;
}
#home_middle.clearfix:after, #home_bottom.clearfix:after, .maincontent.clearfix:after { content: none; display: none; clear: none; }
#home_middle .middle_action {clear: both; }

#home_bottom .bottom_issues { margin: 5px 1%; width: 38%; }

#bottom_bar {position: relative; top: -200px; }
#bottom_bar div.middle_item, #bottom_bar div { margin: 5px 2% 5px 0; padding: 310px; width: 100%; float: right; }

#home_middle .middle_blogs .listeditem {
padding-left: 10px;
}

#container, 
#content, 
#maincontent, 
#bg {
	background-color: transparent;
	background-image: none;
} 


body.section_cover #background_img,
body.is_home #background_img,
#container, 
#content, 
#maincontent, 
#bg,
#breadcrumbs { 
	background-color: #EDF6FF; 
	background-image: none;
}
body.is_story #middle, 
body.is_form #content {
	width: auto;
	background: none;
}
#home_features #fade[style] { height: auto !important; }
#home_features #fade .img[style] { width: 100% !important; }
#home_features #fade .img img {width: 100% !important; height: auto !important; }
#home_features #fade .img img[style] {width: 100% !important; height: auto !important; }
.bottom_register img[style] {width: 100% !important; height: auto !important; }

*/
/* HIDE EXTRA DIVS */
/*#toparea,
#top_feature .align-l,
body.section_cover #content img,
#sidebar,
#bottom, 
#dialog, 
#comments, #bottom_nav, #signup_box, #home_middle .middle_action, .bottom_issues, .bottom_about {
	display: none;
	width: 0;
	height: 0;
} */

/*TOP*/


/* TOP NAV */
/*ul#nav.drop {
	position: absolute; 
	float:none; 
	width:100%; 
	margin: 0;
}
ul#nav.drop { 	top: -30px; width: 420px; margin-left: auto; margin-right: auto; }
ul#nav.drop li { 
	width: 75px; 
	margin: 5px; 
}
ul#nav.drop li a {
	font-size:16px;
}
#top h2 {
	width:100%;
}
#breadcrumbs { 
	position: relative; 
	top:50px; 
}
body.is_home #top, 
body.is_story #top { 
	background-color:  #EDF6FF; 
	width: 100%; 
	position: relative;
}
#home_middle .middle_blogs h2, 
#home_middle .middle_saying h2, 
#home_middle .middle_action h2, 
#section_middle .section_now h2, 
#section_middle .section_doing h2, 
#section_middle .section_stories h2, 
body.section_cover #section_middle .section_statement h2 { 
	padding: 10px 0; 
	margin: 0 -10px !important;
	height: auto; line-height: 22px; 
}
*/