/* Remove unwanted elements */
header,
footer,
#nav, 
#sidebar, 
#devotional, 
#radio,
#mobile-search,
.noprint, 
.social-search, 
.main-nav, 
.sub-nav,  
div.resources, 
.info, 
.addthis_toolbox,
.stag-warning,
.sfimageWrp,
.fitvid,
.committment-form,
.prayer-request{
	display: none;
}

/* Reset styles */
body {
	margin:0; 
	padding:0; 
	line-height: 1.4em; 
	word-spacing:1px; 
	letter-spacing:0.2px; 
	font: 13px Arial, Helvetica,"Lucida Grande", serif; 
	color: #000;
}

/* Ensure the content spans the full width */
#container, 
#container2, 
#content{
	width: 100%; 
	margin: 0;
	float: none;
}

/* Change text color to black (useful for light text on a dark background) */
.lighttext{
	color: #000 
}

/* Improve color contrast of links */
a:link, a:visited{
	color: #781351
}


    
