#month_menu{
	margin-bottom: 20px;
	color: #000;
	font-weight: bold;
}
#month_menu .month{
	margin-right: 80px;
}
#month_menu .month .active{
	font-size: 1.2em;	
}

h3{
	font-weight: bold;
	font-size: 2em;
	margin: 0px;
	height: 40px;
	padding-left: 8px;
	padding-top: 6px;	
	background-image: url('/static_media/pics/date_bg.png');
	background-repeat: no-repeat;	
}

.facts{
	width: 600px;
	line-height: 1.4em;
}
.facts a{
	color: #000;
/*	text-decoration: underline;*/
}
.facts a:hover{
	color: #000;
	text-decoration: underline;
}

.weekday_time_price{
	font-weight: bold;
	font-size: 1.2em;
}
.event_title{
	font-size: 13px;
	font-weight: bold;	
}