.hmt_cl {
	color: #fff;
}

.hmt_cl .monthName {
	font-size: 18px;
	background: #232323;
	color: #ffffff;
	padding: 5px 12px 5px 12px;
}

.hmt_cl .event_wrap {
	padding: 12px;
	border-top: 4px solid #e8d815;
	border-bottom: 3px solid #000000;
	clear: both;
}

.hmt_cl .event_wrap .flyer_wrapper {
	float: left;
	width: 130px;
	text-align: center;
	margin: 0 10px 0 0;
}

.hmt_cl .event_wrap .date {
	float: right;
	text-align: right;
	width: 100px;
}

.hmt_cl .event_wrap .date .date1 { font-size: 14px; font-weight: bold; color: #990000; }
.hmt_cl .event_wrap .date .date2 { font-size: 12px; font-weight: bold; }
.hmt_cl .event_wrap .date .date3 { font-size: 10px; font-weight: bold; }

.hmt_cl .event_wrap.row1 { background: #111111; }

.hmt_cl .event_wrap .name {
	padding-bottom: 10px;
	float: left;
	width: 250px;
	font-size: 18px;	
	font-weight: bold;
}

.hmt_cl .event_wrap .event_name_sec {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}

.hmt_cl .event_wrap .event_name_third {
	padding-bottom: 5px;
	font-size: 12px;	
	font-weight: normal;
}

.hmt_cl .event_wrap .buttons {
	padding-top: 15px;
	
}

.hmt_cl .event_wrap .buttons a {
	font-family: verdana;
	background: #680000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

.hmt_cl .event_wrap .buttons a:hover {
	background: #d90000;
	text-decoration: none;
}

.hmt_cl .event_wrap .price {
	padding: 0 4px 0 6px;
	float: right;
	font-size: 16px;
	font-weight: bold;
}

.hmt_cl .event_wrap .event_details { padding: 20px; }

.hmt_cl .event_wrap .event_html {

}
.hmt_cl .event_wrap .event_desc {
	line-height: 160%;
}

.hmt_cl hr { clear: both; }

.hmt_cl .powered { font-size: 11px; padding: 5px; clear: both; }
.hmt_cl .powered a { font-weight: bold; }

