@charset "utf-8";
/* pal 
pink:			#FF2199;
blue:			#22AACC
purple:			#6652AA;
lt. gray:		#666666;
dk gray: 		#333333;
*/
/*/////////////////////////////// 
     layout structure
////////////////////////////////*/
#page-wrapper{ /*outermost container*/
	margin: 0px auto;
	padding: 0 0px;
	width: 980px; /* carousel div is a bit wider (980) than others (940)*/
	position: relative;
	/*background: gray;*/
}
#header-wrapper{
	position: relative;
	height: 130px;
	width: 960px;
	background: url(http://www.girlup.org/assets/images/wrapper/i/bg-header-form.jpg) no-repeat 170px 0px;
	z-index: 50;
	margin: 0 10px;
}
/*#signUp*/
#form-wrapper{
	position: absolute;
	top: 10px;
	left: 180px;
	width: 550px;
	height: 30px;
}
#form-wrapper form{
	display: block;
	width: 400px;
	height: 27px;
	position: absolute;
	top: 0px;
	left: 225px;
	float: left;
}

#intro_feature-wrapper{
	width: 940px;
	margin: 0px 20px
}
#intro-wrapper{
	height: 270px;
	width: 210px;
	margin: 30px 0 0 0;
	padding: 30px 10px 0 0;
	z-index: 15;
	position: relative;
	float: left;
}
#feature-wrapper{
	height: 270px;
	width: 720px;
	margin: 30px 0 10px;
	padding: 0;
	z-index: 10;
	position: relative;
	float: left;
	background: #fff;
}
.front #blog_stories-home-wrapper{
	width: 940px;
	display: block;
	background: none; 
	position: relative;
	background:url(http://www.girlup.org/assets/images/bg-front-blocks-a.jpg) no-repeat center bottom;
	margin: 0 auto;
	padding-bottom: 20px;

}
.front #blog_stories-home-wrapper h2{
}
.front #blog_stories-home-wrapper img,
.front #blog_stories-home-wrapper embed {
	padding: 9px;
	border: 1px solid #ccc;
}
.front #blog_stories-home-wrapper h4 a {
	margin: 10px 0 4px !important;
	padding: 0 !important;
}
.front #blog_stories-home-wrapper #blog-wrapper {
	width: 220px;
	float: left;
	display: block;
	margin-right: 20px;
}
.front #blog_stories-home-wrapper #spotlight-wrapper {
	width: 440px;
	float: left;
	display: block;
	margin-right: 20px;
}
.front #blog_stories-home-wrapper #story-wrapper {
	width: 220px;
	float: left;
	display: block;
}


/* homepage spotlight */
.spotlight_caption p{
	margin: 10px 0 10px 0;
	font-size: 17px !important;
	line-height: 120% !important;
	color: #999999 !important;
}
.spotlight_caption p a.more{
    color: #FF2299;
    display: block;
    font-size: 9pt;
    margin: 6px 0;
    text-transform: uppercase
}


.front #content-wrapper{
	width: 980px;
	margin: 0;
	background: none; 
	position: relative;

}
.not-front #content-wrapper{
	position: relative;
	width: 940px;
	margin-top: 50px;
	float: left;
}
/* single col*/
body.one-column .single-col{
	width: 980px;
	padding-bottom: 0px;
}
/* single col*/
#single-col{

}
#main-col{
	width: 700px;
	min-height: 640px; 
	float: left;
	margin: 20px;
}
#main-col-left{
	width: 220px;
	float: left;
	margin: 30px 20px 20px 0;
}
#main-col-right{
	width: 460px;
	float: left;
	margin: 30px 0px 20px 0;
	overflow: visible; 
}
/* subtitle bar overlaps text when no pic appears */
#main-col-right p:first-child,
#main-col-right h3:first-child,
#main-col-right h4:first-child,
#main-col-right h5:first-child {
	margin-top: 40px; 	
}
.story #main-col-right{
	width: 460px;
	float: left;
	margin: -25px 0px 20px 0;
}
#right-sidebar{
	width: 220px;
	width: 120px;
	float: left;
	margin: 20px 0 20px 0px;
}
/* carousel */
#caro_1{
	width: 720px;
	height: 250px;
	position: relative;
}
#footer-wrapper{
	position: relative;
	width: 980px;
	/*background: red;*/
	margin: 0;
	padding: 0;
	clear: both;
}

#footer-upper{
	position: relative;
	width: 940px;
	margin: 0 20px;
	/*background: yellow;*/
}
#footer-lower{
	position: relative;
	width: 940px;
	margin: 0 20px;
	/*background: green;*/
}
#footer-upper .left{
}
#footer-upper .right{
}
#footer-lower .left{
	width: 330px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#footer-lower .right{
	width: 600px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
}
.story #main-col-right {
margin:0 0 20px;
}
