/*  main.css  
body, link properties
divs locations/size/attributes
styles font styles
*/
body {
	background-color: #f9f9f7;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 auto;
	}

a.link {
	color: #CC66CC;
	}
	
a.img, img {
	border: 0;
	}

h1, h2, h3, h4 {
	padding-left: 5px;
	}

/******* Divs ********/

#page {
	width: 750px;
	background-color: #FFFFFF;
	margin-top: 20px;
	text-align: left;
	border: outset #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	
#header {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;

	}

#menu {
	text-align: center;
	margin-bottom: .5em;
	margin-left: 10px;
	}

	
#contenttitle {
	background-color: #dedede;
	background-image: url(images/podtitlebackground.jpg);
	height: 22px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	}
	
#content {
	background-color: #f3f3f3;
	width: 520px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}


#addfavorite {
	right: 8px;
	top: -22px;
	position: absolute;
	}	



/******* Styles ********/
.main {
	padding-left: 10px;
	padding-right: 10px;
	}

div.main li {
	font-weight: bold;
	}

.caption {
	font-size: 81.25%;
	padding-left: 20px;
	color: #333333;
	}
	
.emailaddress {
	color: #CC66FF;
	text-decoration: none;
	font-size: 81.25%;
	}
	
.newstitle {
	color: #0000CC;
	font-weight: bold;
	padding-left: 5px;
	font-size: 110%;
	}
	
.newsposttime {
	color: #999999;
	padding-left: 20px;
	font-size: 81.25%;
	}

.news {
	font-size: 93.75%;
	padding-left: 10px;
	}

.newsoptions {
	text-align: center;
	font-size: 81.25%;
	}

.newscomments {
	padding-left: 5px;
	}

.newscommentposter {
	padding-left: 15px;
	font-size: 81.25%;
	color: #444444;
	}
	
.reference, a.reference {
	font-weight: bold;
	color: #820003;
	font-size: 81.25%;
	text-decoration: none;
	}

.sermonseries {
	color:#000000;
	font-weight:bold;
	line-height: 4px;
	}
	
.sermontitle, a.sermontitle {
	text-decoration: none;
	color: #820003;
	}
	
.sermondate {
	font-style: italic;
	font-size: 85%;
	padding-left: 5px;
	}
	
.scripture {
	font-size: 81.25%;
	color: #666666;
	font-style:italic;
	padding-left: 5px;
	}
	
.latestnews {
	padding-left: 5px;
	}
	
.eventlist {
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
	}
	
.verse {
	color: #666666;
	padding-left: 5px;
	width: 190px;
	}
	
.services {
	font-size: 75%;
	padding: 5px;
	}
.services div {
	float: right;
	}
	
.info {
	font-size: 81.25%;
	padding-left: 5px;
	}	
	
.title {
	font-size: 14px;
}