/*
Author Name : Ronald Heft, Jr.
Author Site : http://cavemonkey50.com/
Style Name : West Side Moravian Church
Style URI : http://westsidemoravian.org/
Version : 1.0beta
Comments : Needs heavily modified K2.
*/

/* Hide the Seconday Post Information */
.metadata {
	display: none;
	}
	
/* Hides the Sidebar */
.secondary {
	display: none;
	}

/* Hides the Footer */
p#footer {
	display: none;
	}
	
/* Makes the Content Fit the Whole Page */
.primary {
	width: 92%;
	_width: 101%;
	}
	
/* Used for Events Page */
h3.event {
	margin-bottom: -5px;
	margin-top: 10px;
	}
	
/* Sets the Background Image */
#header {
	background: url('bg.jpg');
	}
	
/* No Border Images */	
img.no_border {
	padding: 0px;
	border: 0px;
	}
	
/* Start Old School Titles */
.primary h3, .primary h4 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline;
	}
	
.itemtext h3 {
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}
/* End Old School Titles */


/* Begin Podcast Navigation Fix */
.primary .item {
	margin-bottom: -20px;
	}

.navigation {
	margin-top: 20px;
	}
/* End Podcast Navigation Fix */
	
/* Remove Top White Box */
#page {
	margin-top: 10px;
	padding-top: 0;
	}