/* @override 
	http://christchurch.dev/css/events.css
	http://christchurchbaptistfellowship.cpmpreview.com/css/events.css
*/

/* @group CONTENT */

#content {
	background: #fff;
}

#content.wide #main {
	width: 867px;
	float: none;
	margin-left: 7px;
}

#main {
	position: relative;
}

#main h2 {
	padding-bottom: 11px;
	margin-bottom: 0;
}

#main .event-detail p {
	margin: 0 0 1em;
}

#options {
	position: relative;
	height: 40px;
	z-index: 999;
}

#caltabs {
	position: absolute;
	top: 26px;
	right: 48px;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 31px;
}

#caltabs li {
	display: inline;
	padding-left: 4px;
	float: left;
}

#caltabs li a {
	float: left;
	display: block;
	font: 15px georgia, times, serif;
	color: #51504b;
	padding: 0 8px 0 5px;
	line-height: 31px;
}

#caltabs li a:hover {
	text-decoration: none;
}

#caltabs li.current {
	background: url(/images/events_tab_li.gif) no-repeat left top;
}

#caltabs li.current a {
	background: url(/images/events_tab_a.gif) no-repeat right top;
}

/* @end */

/* @group FILTERS */

#events-container {
	position: relative;
}

#months {
	position: absolute;
	top: 30px;
	right: 250px;
	z-index: 2000;
}

/* @end */

/* @group CALENDAR */

#main table.calendar {
	margin-bottom: 25px;
	border: 5px solid #eae8e0;
	border-collapse: collapse;
	width: 873px;
}

#main table.calendar caption {
	padding: 0 0 12px 50px;
	color: #2d4659;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	height: 24px;
	line-height: 1.2;
	background: url(/images/caption_bg.gif) no-repeat left top;
	position: relative;
}

#main .calendar span {
	display: block;
	width: 21px;
	height: 18px;
	text-indent: -999em;
	position: absolute;
	background: url(/images/caption_span_bg.gif) no-repeat;
}

#main .calendar span a {
	display: block;
	height: 18px;
}

#main .calendar span.currentMonth {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	left: 60px;
}

#main span.nextMonth {
	background-position: right top;
	top: 0;
	left: 22px;
}

#main span.prevMonth {
	background-position: lef top;
	top: 0;
	left: 0px;
}

#main table.calendar th {
	padding: 0;
	background: #9f3b20;
	color: #fefefe;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 33px;
	text-transform: uppercase;
}

#main table.calendar td {
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px solid #e3e1d9;
	border-left: 0;
	text-align: right;
	border-top: 0;
	background: #fefefe url(/images/td_bg.gif) repeat-x;
	color: #898781;
	font-size: 1.0em;
	vertical-align: top;
}

#main .calendar td.today span {
	display: none;
}

#main .calendar td.today {
	background: #fef8d3;
}

#main table.calendar td a {
	color: #898781;
	text-decoration: none;
}

#main table.calendar td ul {
	margin: .7em 0 0 .4em;
	font-size: 100%;
	list-style: none;
	padding: 6px;
	margin-right: -4px;
}

#main table.calendar td li {
	margin-bottom: .95em;
	font-size: 1.1em;
	line-height: 1.3;
	text-align: left;
}

#main table.calendar td li a {
	color: #575653;
	text-decoration: none;
	font-size: 11px;
}

#main table.calendar td li a:hover {
	text-decoration: underline;
	color: #8d3224;
}
/*

 @

end */

#list-view ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	margin-bottom: 25px;
}

#list-view li {
	display: inline;
	font-size: 22px;
}

#list-view li a {
	display: block;
	line-height: 20px;
	text-align: center;
	height: 20px;
	text-decoration: none;
	float: left;
	width: 22px;
	margin-right: 5px;
}

#list-view li.month {
	position: relative;
	color: #2d4659;
	font-weight: bold;
	font-size: 1.4em;
}

#list-view dl {
	padding: 0;
}

#list-view dt {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#list-view dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

/* @group EVENT DETAIL */

#map {
	float: right;
	width: 445px;
	height: 310px;
	border: 5px solid #e9e7de;
	display: block;
	margin: 0 0 25px 25px;
}

.event-detail h4 {
	font-size: 15px;
	font-weight: normal;
	color: #95938a;
}

#back {
	background: url(/images/back_arrow.gif) no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
	position: absolute;
	top: 32px;
	right: 47px;
}

/* @end */
