/* CSS Document for homepage only */

#tertiary_nav {
	display: none;
	}

#tagline {
	display: none;
	}

#content {
	width: 785px;
	border-top: none;
	padding-top: 312px;
	background: url(./images/homepage_content_banner.jpg) 0 12px no-repeat #000;
	}
	
#content h2 {
	padding: 0 0 8px;
	margin: 0;
	background-image: none;
	text-transform: uppercase;
	color: #9f3316;
	letter-spacing: -0.005em;
	font: normal normal 1.25em/1 "Times New Roman", Times, serif;
	}
	
#content h3 {
	margin: 0;
	padding: 0 0 8px 0;
	text-transform: uppercase;
	color: #e07203;
	font: normal normal .9em/1 Georgia, "Times New Roman", Times, serif;
	}
	
#content h3 small {
	font-size: .9em;
	color: #9a7660;
	}
	
#content .info_bar {
	padding: 10px 0 0 0;
	}

#content .info_bar .view_more a {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #7f895b;
	font-size: .9em;
	}	

#content .info_bar p, #content .info_bar ul {
	font-size: .9em;
	color: #bbb;
	line-height: 1.3;
	margin: 0;
	padding-bottom: 10px;
	}
	
#content #calendar {
	float: left;
	width: 168px;
	}

#calendar table {
	border-collapse: collapse;
	}
	
#calendar table td {
	font: 8px/1 Verdana, Arial, Helvetica, sans-serif;
	border: 3px solid #111;
	background-color: #4c301d;
	color: #d5ccc6;
	padding: 5px 0;
	width: 18px;
	text-align: center;
	}

#calendar table td.today {
	padding: 0;
	}

#calendar table td.today a {
	display: block;
	background-color: #26180e;
	border: 1px solid #90510e;
	color: #fff;
	padding: 5px 0;
	}

#calendar table td.not_this_month {
	background-color: #301e12;
	}

#calendar table td a {
	color: #f90;
	text-decoration: none;
	}
#calendar table td a:hover {
	text-decoration: underline;
	}

#content #calendar_spotlight {
	float: left;
	width: 120px;
	}
	
#calendar_spotlight ul {
	margin: 0;
	padding: 0;
	list-style: none
	}
	
#calendar_spotlight ul li {
	line-height: 1.2;
	padding: 2px 0;
	}

#calendar_spotlight ul li a {
	color: #ddd;
	text-decoration: none;
	}
#calendar_spotlight ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#spring_readings {
	background: url(./images/spring_reading_bg.jpg) top left no-repeat;
	padding-left: 105px;
	width: 140px;
	min-height: 89px;
	}
	
#spring_readings p {
	padding-right: 10px;
	}
	
#our_services {
	padding-left: 105px;
	background: url(./images/our_services_bg.jpg) top left no-repeat;
	width: 110px;
	}
	
#content .info_bar p.view_more {
	padding: 0;
	}
	
