/* 
Theme Name: base
Theme URL: 
Description: Custom Theme for PRG Blog.
Author: Chris McMahon Based on Whiteboard from Brian Purkiss
Author URI: http://electronicart.com
Version: 1.0
*/
@charset "utf-8";
/* Eric Meyer's Reset */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font:inherit inherit 100% inherit}:focus{outline:0}body{line-height:1;color:#000;background:#fff}ul{list-style:none}strong{font-weight:900}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:400}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}.cleaner{clear:both;height:0px;font-size:1px;border:none;margin:0;padding:0;background:transparent}


/* html elements */
body{
	font: 14px Arial, Verdana, Helvetica, sans-serif; /*'font-style' 'font-variant' 'font-weight' 'font-size' 'line-height' 'font-family'*/
	color:#444;
	background:url(/images/bgRibbon.gif) repeat;
}

	
p {	
	line-height:18px;
	margin-bottom:7px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#701837;
	font-weight:normal;	
	}
	
	
a {
	color:#60882a;
	}
	
a:hover {
	color:#333;
	}
	
a.alt {
	color:#60882a;
	font-weight:bold;
	}
	
a.alt:hover {
	color:#701837;
	}
	
h1 {
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	margin:7px 0 4px 0;
	}
	
h1.alt {
	font-size:24px;
	line-height:30px;
	color:#60882a;
	font-weight:normal;
	margin:7px 0 4px 0;
	background:none;
	}
	
h1 a{
	text-decoration:none;
	font-weight:normal;
	}
	
h2 {
	font-size:21px;
	line-height:21px;
	}
	
h2 a{
	text-decoration:none;
	color:#60882a;
	font-weight:normal;
	}
	
h3 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	}
	
h3.alt {
	color:#60882a;
	background:none;
	}
	
h4 {
	font-size:16px;
	line-height:18px;
	padding-top:15px;
	}
	
h4.alt {
	color:#60882a;
	font-size:14px;
	line-height:18px;
	background:none;
	}
	
h5 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	padding-top:15px;
	}
	
h6 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	}
	
.small {
	font-size:11px;
}

ul{
}

li{
	padding-bottom:5px;
}

#content label {
	display:block;
	padding-top:15px;
}

#content input{
	display:block;
	margin:5px 0;
}

#content input[type="hidden"], #content .notBlock{
display:inline;
}



/* structure */

.req {
	color:#701837;
}

.contain{
	margin:0 auto;
	width:900px;
	background:#fff url(/images/bgContain.gif) top repeat-y;
}

	#header{
		margin-top:10px;
		background:url(/images/bgHeader.png) top right no-repeat;
		height:238px;
	}
	
		#header form {
			color:#f8cad3;
			font-weight:bold;
			font-size:13px;
			padding:5px 0 6px 0;
			margin-left:10px;
			float:left;
			}
			
		#header form input {
			width:120px;
			height:14px;
			margin-left:0px;
			}
			
		#header form input.btn {
			width:27px;
			height:18px;
			position:relative;
			top:3px;
			}
			
		.logo{
			display:block;
			float:left;
			background:url(/images/logoBG.png) top left no-repeat;
			width:237px;
			height:205px;
		}
		
		.photos{
			float:right;
			padding:3px 50px 0 0;
		}
	
	#primary{
		float:right;
		width:634px;
		padding:0;
		margin-right:29px;
	}
	
		#primary #memberBar{
			background:#efefef;
			height:38px;
			line-height:38px;
			color:#701837;
			position:relative;
			top:-2px;
			padding:0 8px;
		}
		
		#memberBar span{
			margin-right:5px;
		} 
		
		#memberBar label{
			font-size:12px;
			font-weight:normal;
			margin:0 8px 0 3px;
			color:#666;
		}
		
		#memberBar a{
			font-size:12px;
			font-weight:normal;
			margin-left:8px;
		}
		
		#memberBar input{
			width:130px;
			font-size:11px;
			font-weight:normal;
		}
		
		#memberBar input.btn{
			width:25px;
			font-size:11px;
			font-weight:normal;
			position:relative;
			top:4px;
		}
		
		.msg{
			font-size:24px;
			font-weight:bold;
			padding:30px 5px;
			color:#666;
		}
		
		#welcome {
			float:left;
		}
		
		#memberTools{
			float:right;
		}
			
		#content{
			padding:0 15px;
		}
			
		#content form{
			padding:1px 10px 10px 10px;
			background:#fff1f5;
			margin-bottom:15px;
		}
			
		#primary ul{
			list-style-type:disc;
			list-style-position:outside;
			margin-left:10px;
			padding-left:10px;
		}
			
		#primary ol{
			list-style-type:decimal;
			list-style-position:outside;
			margin-left:10px;
			padding-left:10px;
		}
			
		#primary li{
			margin-bottom:4px;
		}
		
		.blockList{
			width:280px;
			font-size:13px;
		}
		.blockList a{
			text-decoration:none;
		}
		
		.blockList ul{
			list-style:none;
			padding-left:10px;
		}
		
		.blockList li{
			border-bottom:1px dotted #999;
			padding:5px 0 10px 0;
			
			}
			
		.sponsorsVert{
			list-style-type:none;
		}
			
		.sponsorsVert li{
			padding:10px 0;
			list-style-type:none;
		}
	
	
/* sidebar */
	#secondary{
		float:left;
		width:230px;
	}
	
				
		#nav {
			list-style:none;
			width:165px;
			padding:5px 0 0 45px;
			}
			
		#nav ul {
			list-style:none;	
			}
			
		#nav li {
			display:block;
			padding:6px 0 6px 0;
			width:165px;
			border-top:1px solid #dbeac3;
			text-align:right;
			}
			
		#nav li.sel {
			background:#fff1f5;
			}
			
		#nav li.sel a {
			padding-bottom:3px;
			}
			
		#nav ul.sub li {
			display:block;
			padding:3px 3px 3px 0px;
			border:none;
			}
			
		#nav a{
			display:block;
			text-decoration:none;
			color:#5F8729;
			text-transform:uppercase;
			font-size:13px;
			width:160px;
			font-family:Arial, Helvetica, sans-serif;
		}
			
		#nav a:hover{
			color:#701837;
		}
		
		#nav .sub a{
			font-weight:normal;
			text-transform:none;
			font-size:12px;
			color:#701837;
			}		
			
		#side {
			width:165px;	
			margin:5px 0 0 45px;
			}
			
/*promo badges - remove when they expire!!! */
	#promo{
		text-align:center;
		padding:8px 0;
	}
		
	#calendar{
		padding-left:10px;
			font-size:12px;
	}
	
/*shared home, prGirls, prGang items */


#blogHeadlines{
	margin-top:20px;
}

#blogHeadlines h3{
	font-size:24px;
}

#blogHeadlines img{
	display:none;	
}

#blogHeadlines ul{
	list-style-type:none;
	padding-left:2px;
}


h1, #join h2, #blogHeadlines h3, #request h2, #how h2, #ongoing h2 {
	border-bottom: 1px solid #daf1b6;
	padding:0 10px;
	margin-bottom:9px;
	padding-bottom:3px;
}
			
		
/* homepage specific */
#mission p {
	padding:0 10px;
	font-size:15px;
	line-height:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
}
#mission span {
	text-transform:uppercase;
	color:#090;
}

#goals{
	background:url(/images/homeTriBox.png) no-repeat;
	width:585px;
	height:175px;
	margin:25px 0;
	font-size:13px;
}
	#support, #education, #awareness {
		width:145px;
		padding:20px 25px 0 25px;
		float:left;
	}
	
	#goals h3 {
		font-size:26px;
		margin-bottom:8px;
	}
	
#join{
}
	#join h2 a {
		color:#701837;
	}
	
	#joinGirls{
		float:left;
		width:273px;
		margin-right:10px;
	}

	#joinGang{
		float:right;
		width:283px;
		margin-right:23px;
	}
	
#join p{
	padding-left:10px
}

 #join ol{
	padding-left:30px
}

#sponsors{
	background:#fff url(/images/bgSponsors.gif) no-repeat;
	padding-top:60px;
	height:75px;
	width:900px;
	margin:0 auto;
} 

#sponsors h5{
	text-align:center;
	padding:5px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-style:italic;
	text-align:center;
	color:#666;
}

#sponsors ul{
	margin:0 auto;
	text-align:center;
}
	
#sponsors li{
	display:inline;
	list-style-type:none;
	margin:0 20px;	
}

/*prg section items */
#networkSearchBox{
	background:url(/images/bgNetworkSearchBox.png) top left no-repeat;
	height:159px;
	width:310px;
	padding:20px 252px 0 23px;
	margin:20px 0;
}






#networkSearchBox p{
	padding-top:10px;
}

#networkSearchBox a{
	color:#701837;
}


#request p, #ongoing p {
	margin-left:23px;
}

#request ul{
	margin:15px 20px;
}

#ongoing ul, #request ul, #joinGirls ul, #joinGang ul{
	list-style-image: url(/images/navRibbonOn.png);
	float:left;
	width:225px;
	padding-left:35px;
}








#request .cta, #ongoing .cta {
	background:url(/images/ctaBg.gif) top left no-repeat;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	color:#701837;
	margin-bottom:10px;
	text-decoration:none;
}
#request .cta:hover, #ongoing .cta:hover {
	text-decoration:underline;
}

#request .cta strong, #ongoing .cta strong {
	text-decoration:underline;
}

/*gang section items */
#about p{
	margin-left:10px;
}
#about .cta{
	display:block;
	padding:10px;
	text-align:center;
	background:#fff1f5;
	border:1px solid #f4e3e8;
	text-decoration:none;
}

#about .cta strong{
	text-decoration:underline;
}

#opportunities{
	background:url(/images/opportunitiesBg.png) top left no-repeat;
	height:202px;
	width:549px;
	padding:10px 13px 0 23px;
	margin:20px 0;
}


#opportunities p{
	padding-top:10px;
}

#opportunities a{
	color:#701837;
}


#opportunities li, #ongoing li{
	list-style-image: url(/images/navRibbonOn.png);
}

#featuredStory{
	margin:20px 0;
}

#featuredStory img {
	margin:0 10px 50px 0
}
#featuredStory h5 {
	color:#608829;
	font-weight:bold;
	padding-top:10px;
}

#featuredStory .meta{
	padding-bottom:15px;
}

#featuredStory .p{
	float:right;
	padding-bottom:15px;
}



#footer {
	margin:0 auto;
	background:#fff url(/images/bgFooter.gif) bottom no-repeat;
	color:white;
	font-size:11px;
	padding:48px 0 0 0;
	text-align:center;
	margin-bottom:10px;
}

#footer p {
	position:relative;
	top:-5px;
}

#footer a {
	color:#fff;
}


#footer a:hover {
	color:#fcf;
}

.uploadPic{
	padding:15px;
}

.left{
	float:left;
}

.right{
	float:right;
}

img .right{
padding:0 0 10px 10px;
border:2px solid #000;
}

.donate {
	padding:15px 0 25px 0;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}