@import url(/media/css/base.css);
@import url(/media/css/navigation.css);
@import url(/media/css/shared.css);

#main { background: url(/media/img/secondary/white-blue.jpg) no-repeat 0 156px; }

#n-events .a { background: url(/media/img/header1/events.gif) left bottom; }

#breadcrumbs { 
	background: #cbe0e4; 
	font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	width: 740px;
}
#breadcrumbs p { color: #066; padding: 7px 23px; }
#breadcrumbs p a { color: #066; }
#breadcrumbs p a:hover { color: #333; }

#cal { 
	margin: 0 40px;
	padding: 20px 0;
}

#cal h2 { color: #906; font-size: 2.8em; }
#cal p { font-size: 1.2em; padding: 5px 0 10px 0; }
#cal p a { color: #069; }
#cal p a:hover { color: #333; }
#greybox { background: #f3f3f3; height: 93px; margin: 0 30px 20px 0; width: 450px; }

#calendar { font-family: Tahoma, Arial, sans-serif; margin-right: 41px; width: 217px; }
#calendar caption { font-size: 1.4em; text-align: left; padding-bottom: 5px; }
#calendar table, #calevents table {
	border-collapse: collapse;
	width: 100%;
}
#calendar th {
 color: #666;
 text-align: center;
 padding: 5px 0;
 width: 31px;
}
#calendar td {
	background: #ece8dd url(/media/img/events/white.gif) repeat-x left bottom;
	border-top: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1em;
	padding: 7px 0 14px 0;
	text-align: center;
}
#calendar .other { color: #c96; }
#calendar .today { background: #fff; }
#calendar td a { color: #930; }
#calendar td a:hover { color: #333; font-weight: bold; }
#calendar .more { font: 1.1em Arial, Helvetica, sans-serif; padding: 5px 0 25px 0; }

#calevents {
	clear: both;
	margin-left: 40px;
	width: 452px;
}
#calevents table { clear: both; margin: 10px 0; }
#calevents .legend { color: #399; float: right; padding: 0; }
#calevents h3 { background: url(/media/img/main/upcoming-events.gif) no-repeat; height: 15px; width: 113px; }
#calevents th { 
	background: #daf1f0; 
	border-top: 1px solid #91c7c4;
	color: #399;  
	font-size: 1.2em;
	font-weight: normal;
	padding: 7px 10px; 
	text-align: left;
	width: 50%;
}
#calevents th a { color: #c30; font-weight: bold; }
#calevents th a:hover { color: #000; }
#calevents p { font: 1.1em Tahoma, Arial, Helvetica, sans-serif; line-height: 1.5em; padding: 10px 0; }
#calevents p a { color: #399; }
#calevents p a:hover { color: #000; }

#details {
	margin-left: 40px;
	width: 452px;
}
#details p, #details ul, #details ol, #details table {
	font: 12px Tahoma, Arial, Helvetica, sans-serif; line-height: 1.5em; padding: 10px 0;
}
#details ul, #details ol { padding-left: 20px; }
#details ul { list-style: square; }
#details p a, #details li a, #details table a { color: #399; }
#details p a:hover, #details li a:hover, #details table a:hover { color: #000; }


#cal #pref { float: right; margin-top: 10px; }
#churchsearch { 
	background: #ffecb3; 
	border: 3px double #999; 
	border-left: 0; 
	border-right: 0; 
	margin: 0 0 10px 0;
	padding: 12px; }
#churchsearch p { padding: 0; }
#churchsearch .input { margin-left: 13px; width: 270px; }