/* @override http://www.efcastartchurches.org/css/events.css */


#main								{ position:relative; }
#main .event-detail p				{ margin:0 0 1em;  }
#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:#666; padding:0 8px 0 5px; 
									  line-height:31px;
									}
#caltabs li a:hover					{ text-decoration:none; }
#caltabs li.active a				{ color:#8f1f04; text-decoration:none; font-weight:bold; }
/* @end */

/* @group FILTERS */
#cal-content						{ position:relative; padding-top:50px; }
#filters							{ position:absolute; top:67px; right:50px; z-index:2000; }
#main #filters p					{ font-size:1.2em; color:#34332f; margin:0;} 
/* @end */


/* @group CALENDAR */
#main table.calendar				{ 
									  width:100%; margin-bottom: 25px; border: 1px solid #e4e5dd; border-right: 0; border-bottom: 0; 
									  border-collapse: collapse; 
									}
#main table.calendar caption		{ padding-bottom: 10px; color:#2e0f02; font-size: 1.4em; margin:0 10px; }
#main table.calendar caption span	{ color: #8f1f04; padding: 10px; font-size: 18px;}
#main table.calendar th				{ padding: 6px 0; background: #2e0f02; color: #fff; font-size: 1.3em; font-weight: normal; }
#main table.calendar td				{ 
									  width: 68px; height: 68px; padding: 2px; border: 1px solid #e4e5dd; border-left: 0;
									  border-top: 0; background: #fff; color: #2e0f02; font-size: 1em; vertical-align: top; 
									}
#main table.calendar td a			{ text-decoration: none; }
#main table.calendar td ul			{ margin: .5em 0 0 .5em; padding:0; font-size: 100%; list-style: none; }
#main table.calendar td li			{ margin-bottom: .75em; font-size: 1.1em; line-height: 1.2; }
#main table.calendar td li a		{ text-decoration: underline; }
#main table.calendar td li a:hover	{ text-decoration: none; }
/* @end */

/* @group LISTING */
#listing 					{ width:300px; float:left; }
#listing .row				{ clear:both; margin-bottom:15px; }
#main #listing h3			{ 
							  line-height:27px; color:#fff; text-transform:uppercase; background:#2e0f02; padding-left:10px; clear:both; 
							  margin:0 0 5px;
							}
#main #listing .event		{ 
							  float:left; width:285px; border:0; border-bottom:1px solid #e9e8dd; background:none; padding:18px 0 15px 3px; 
							  margin-left:7px;
							}
#listing .event h4			{ font-size:15px; font-weight:normal; margin:0; }
/* @end */

/* @group CATEGORIES */
#categories					{ padding:8px; width:224px; float:right; background:#edebe4; }
#categories label			{ display:block; padding-left:14px; font-size:12px; color:#70706c; margin:.5em 0 1em;  }
/* @end */

/* @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; }
/* @end */