/*Styles pertinent only to the homepage*/

/*Headers*/


#latest h2 {
	font-size:2em;
	line-height:115%;
	}

.post h3 {
  color: #333399;
}
.excerpt h3 {
	line-height:115%;
	}

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;
	display: none;
	}
	
#calendar p {
	margin:0;
	text-transform:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #333333;
	display: none;
	}	

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

.excerpt .commentcount {
	}
		
.sidebarItem {
	margin-bottom:18px;
/*	background-image: url(../images/bg_donate.jpg);*/
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	}
	
	/*mailChimpLogin*/
	#mailchimpLogin .mc_custom_border_hdr {
	  font-family: 'Trebuchet MS';
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
    padding: 0 0 0 0;
  }
  
  #mc_signup_container {
    display: none;
  }
  
  #mc_signup_container input.mc_input {
    width: 300px;
  }
	
.linkcat {
	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;
	display: block;
}

#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_buttonWide.gif) no-repeat;
	display:block;
	width:250px;
	text-transform:uppercase;
	color:#FFFFFF;
	height: 24px;
	margin-top: 10px;
	margin-right: 24px;
	margin-bottom: 0;
	margin-left: 45px;
	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_buttonwide_on.gif) no-repeat;
	text-decoration:none;
	}		

a#facebookLink, a#twitterLink {
  height: 40px;
  padding: 0px;
  line-height: 40px;
	text-transform:none;
}

a#facebookLink img, a#twitterLink img {
  float: left;
  margin: 1px;
}

a#twitterLink img {
  margin-left: 20px;
}

.mainlist li {
	list-style:none;
	padding: 4px 0;
	border-top:1px solid #315885;
	}

a.archives, a.archives:visited {
	margin:auto;
  margin-top: 15px;
}
				
