/* @override http://fellowshipmemphis.cpmpreview1.com/css/events.css */

#content									{ background:#fff; }

/* @group PAGINATION */
#pagination									{ margin:20px 0 0; padding:0; height:18px; z-index:4000; }
#content #pagination a						{ 
										 	 color:#232323; border:1px solid #e1e1e1; margin-right:6px; display:block; float:left; width:18px; 
										 	 text-align:center; line-height:18px;
											}
#content #pagination a:hover				{ color:#ed0000; border-color:#232323; text-decoration:none; }
#content #pagination a#next,	
#content #pagination a#previous,
#content #pagination a#off					{ width:auto; border:none; color:#999; }									
	
#content #pagination #current	 			{ background:#ed0000; color:#fff; border:1px solid #ed0000; }
#content #pagination #previous				{ margin-right:6px; }
#content #pagination a#previous:hover,
#content #pagination a#next:hover			{ color:#232323; }
/* @end */

/* @group TABS*/
#content #caltabs		{ margin:0; padding:0; list-style:none; position:relative; z-index:50000; }
#caltabs li				{ display:inline; }
#caltabs li a			{ float:left; display:block; font-size:14px; color:#232323; padding:0; margin:0 10px 0 0; font-weight:bold;}
#caltabs li a:hover		{ text-decoration:underline; }
#caltabs li.active a	{ color:#ed0000; text-decoration:underline; }
/* @end */

/* @group FILTERS */
#content								{ position:relative;  } 
#cal-content							{ position:relative; }
#filters,
#news-filter							{ float:right; position:relative; z-index:4000;}
#filters p,
#news-filter p							{ font-size:1.2em; color:#aaa; margin:0; font-weight:bold;}
/* @end */


/* @group CALENDAR */
#content table.calendar					{ margin-bottom:25px; border-collapse: collapse; width:100%; clear:both; border-left:1px solid #e1e1e1; }
#content table.calendar caption			{ font-size:1.8em; color:#323232; margin-bottom:20px; font-weight:bold; }
#content table.calendar th				{ 
										  padding:0; background:#323232; color:#aaa; font-size: 1.2em; line-height:37px;
										  text-transform:uppercase; border-right:1px solid #666;
										}
#content table.calendar td				{ 
										  width:128px; height:68px; padding: 2px; border:1px solid #e1e1e1; border-left:0; text-align:right;
										  border-top:0; color:#666; font-size:18px; vertical-align:top; 									  
										}
#content table.calendar td a			{ color:#666; text-decoration: none; }
#content table.calendar td ul			{ margin-left:1em; font-size: 100%; padding:0; }
#content table.calendar td li			{ margin-bottom: .95em; font-size:12px; line-height: 1.3; text-align:left; color:#aaa; }
#content table.calendar td li a			{ color: #ed0000; text-decoration:none; font-size:12px; font-weight:bold; }
#content table.calendar td li a:hover	{ text-decoration:underline; }
/* @end */

/* @group LISTING */
#list-content				{ clear:both; padding-top:0px;}
#events, #news-list			{ float:left; width:633px; }
#banners, #news-banners		{ float:left; width:242px; position:relative; left:30px; padding-top:25px; overflow:hidden; }
#banners img, 
#news-banners img			{ border:0; margin-bottom:13px; }

.event						{ border-bottom:1px solid #e1e1e1; padding-bottom:15px; padding-top:30px;}
.event .date				{ 
							  display:block; width:37px; height:43px; background:url(/images/sub_date_bg.gif) no-repeat; 
							  float:left; padding:0; border:0; margin-right:10px; 
							}
.date span					{ display:block; text-align:center; }
.date .month				{ font-size:10px; text-transform:uppercase; color:#999; margin-top:3px;}
.date .day					{ font-size:14px; color:#f1f1f1; position:relative; top:5px;  font-weight:bold; }
#content  .event h5			{ font-size:12px; color:#999; font-weight:normal; margin:0; }
#content .event h4			{ margin:5px 0 0; font-weight:bold; color:#ed0000; }
#list-content .event p		{ margin:0 0 0 48px; font-size:14px; color:#232323; }
.event img					{ float:right; }
/* @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 */

/* @group NEWS ARTICLES */
.event .article				{ display:none; }
/* @end */


