@charset "UTF-8";
/* CSS Document */

#side_tab_block
{
	margin-top:		12px;
	width:			300px;
}

.side_tabs
{
	width:			300px;
	height:			28px;
	
}

span.tab
{
	width:			110px;
	height:			28px;
	text-align:		center;
	float:			left;
	color:			#FFA300;
	border:			1px solid #383015;
	border-bottom:	1px solid #000;
	line-height:	28px;
	font-size:		14px;
	font-style:		italic;
	font-weight:	600;
	background:		#000;
	cursor:			pointer;
	white-space:	nowrap;
}

span.tab:hover
{
	color:#fff;
}

span.tab.active
{
	background:		#DD9200;
	background:		#FD9109;
	color:			#FFF;
	cursor:			auto;
}

.side_tab_content 
{
	border:			1px solid #383015;
	padding:		12px;
}

.side_date
{
	width:					260px;
	height:					100px;
	background-position: 	right center;
	background-repeat:		no-repeat;
	position:				relative;
	margin:					0 16px;
}	

.side_date_day
{
	font: 					700 italic 18px Georgia, "Times New Roman", Times, serif;
	position:				absolute;
	top:					12px;
	left:					16px;			
}

.side_date_month
{
	font: 					700 italic 48px Georgia, "Times New Roman", Times, serif;
	position:				absolute;
	top:					30px;
	left:					16px;
	
}

#tab_block_container
{
	padding:				8px;
}

ul.event_list
{

}

ul.event_list li
{
	clear:					left;
	margin-top:				8px;
	font-weight:			600;
	padding-bottom:			8px;
	border-bottom:			1px solid #383015;
	border-bottom:			1px solid #222;
}

ul.event_list .event_date
{
	width:					40px;
	height:					40px;
	background:				url(images/event_date_background.gif) center top no-repeat;
	float:					left;
}

ul.event_list .event_date_month
{
	width:					40px;
	text-align:				center;
	text-transform:			capitalize;
	font-size:				10px;
	font-weight:			700;
	color:					#FFF;
	height:					14px;
	line-height:			15px;
	text-transform:			uppercase;
}

ul.event_list .event_date_day
{
	width:					40px;
	text-align:				center;
	text-transform:			capitalize;
	color:					#000;
	font-size:				16px;
	font-weight:			700;
	height:					26px;
	line-height:			25px;
}

ul.event_list .event_description
{
	margin-left:			52px;
	min-height:				40px;
}

ul.event_list .event_description strong
{
	color:#FFA300;
	display:block;
	margin-bottom:3px;
}

ul.event_list .event_description a 
{
	color:#fff;
	text-decoration:none;
}

ul.event_list .event_description a:hover
{
	color:#fff;
	text-decoration:underline;
}

