#content > header h1 {
	border-bottom: none;
}

#about {
	overflow: hidden;
	padding: 25px;
	border-top: none;
	border-radius: 8px;
	border: 2px solid #e6e6e6;
	background-color: #f7f7f7;
	box-shadow: inset 2px 2px 0 #fff;
	margin-bottom: 2.64em;
}

#about > img {
	float: left;
	display: block;
	margin-right: 25px;
	border-radius: 210px;
	box-shadow: 2px 2px 0 #fff;
}

#about > div {
	overflow: hidden;	
}

#about > div p {
	margin: 0; 	
}

#about > div h2 {
	margin-bottom: 0; 
	text-transform: uppercase;
	font-size: 1em;	
	color: #888;
}

#social_links {
	float: left;
	width: 50%;
}

#social_links ul {
	margin: 0;	
	overflow: hidden;
}

#social_links ul li {
	display: inline;
	float: left;	
	height: 24px;
	margin-right: 5px;
}

#social_links ul li img {
	display: block;	
}

#website {
	float: left;
	width: 50%;
}

.feed.ministries > header {
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: .81em;
}

.feed.ministries > header h1 {
	font-size: 2em;
	margin: 0;
	letter-spacing: -1px;
	color: #666;
}

#content .feed.ministries > section {
	border: none;
	width: 50%;
	float: left;
	height: 69px;
	overflow: hidden;
}
