/*Styles pertinent only to the homepage*/

/*Headers*/


#latest h2 {
	width:380px;
	float:right;
	font-size:2em;
	line-height:115%;
	}

.excerpt h3 {
	margin-bottom:-12px;
	}

h3#video {
	/*background:url(../images/youtube.gif) no-repeat right;
	width:220px; */
	margin-bottom:6px;
	}

h3#webblog {
	margin-bottom:5px;
	}
	
h3#audio {
/*	background:url(../images/feedburner.gif) no-repeat right;
	width:132px; */
	margin:22px 0 8px 0;
	}
	
h3#pics {
	/*background:url(../images/flickr.gif) no-repeat right;*/
	width:220px;
	margin-top:15px;
	}
	
	

/*Content Styles*/

#home #content {
	width:485px;
	float:left
	}	

#latest {
	padding-top: 13px;
	padding-right: 24px;
	padding-bottom: 2px;
	padding-left: 24px;
	margin-bottom: 10px;
/*	background-image: url(../images/bg_latest.jpg);
	background-repeat: no-repeat;*/
	}

#calendar {
	background:url(../images/calendar.png);
	width:45px;
	height:44px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	padding-top:1px;
	margin-top:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	}
	
#calendar p {
	margin:0;
	text-transform:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #333333;
	}	

.excerpt {
	padding:14px 18px;
	background:url(../images/divider.gif) bottom no-repeat;
	}

.excerpt .commentcount {
	background:url(../images/comment.png) no-repeat 1px 4px;
	}
		
#donate {
	margin-bottom:18px;
/*	background-image: url(../images/bg_donate.jpg);*/
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	}

#media {
	padding:16px 19px 20px 19px;
	}	
	
.headlines {
	padding:15px;
	}

.headlines li {	
	list-style:none;
	border-bottom:1px solid #3b608d;
	padding:4px 0;
	}

a.button, a.button:visited {
	background:url(../images/bg_button.gif) no-repeat;
	display:block;
	width:125px;
	text-transform:uppercase;
	color:#FFFFFF;
	height: 24px;
	margin-top: 10px;
	margin-right: 24px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	}		

a.button:hover, a.button:active {
	background:url(../images/bg_button_on.gif) no-repeat;
	text-decoration:none
	}		
	
.mainlist li {
	list-style:none;
	padding: 4px 0;
	border-top:1px solid #315885;
	}

a.archives, a.archives:visited {
	margin:0 0 0 18px;
	}
				