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


#state_events_content {
	width: 100%;	
}

#state_events_side_banner {
	overflow: hidden;
	width: 240px;
	float: left;
}

#state_events_list {
	overflow: hidden;
	padding-left: 55px;
	width: 575px;
	float: left;	
}

#state_events_list ul {
	list-style: none;
}

#state_events_list ul li {
	min-height: 60px;
	margin-top: 20px;
	zoom: 1;
}

.state_events_past_event {
	/*text-decoration: line-through;*/
}

#state_events_list ul header {
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
}

#state_events_list ul article {
	padding-left: 10px;
}

.state_events_event_gobtn {
	padding-top: 5px;
	padding-left: 10px;
}

.state_events_event_gobtn a {
	font-size: 12px;
	font-weight: bold;
	color: #6A5B2F;
	text-shadow: #FFF 0px 1px 1px;
	background: #F2D26D;
	border-radius: 5px;
	border: #F8E7B1 solid 1px;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}

.state_events_event_gobtn a:hover {
	color: #000;
	padding: 3px 10px 3px 10px;
}

#toggle_past_events_btn {
	font-size: 16px;
	cursor: pointer;
}

.state_events_event_date {
	color: #131313;
	font-size: 12px;
	margin-left: -55px;
	margin-top: 5px;
	position: relative;
	zoom:1;
	right: auto;
	width: 55px;
	height: 58px;
	float: left;
	text-align: center;
	padding-top: 2px;
	background: url(../images/state_events_event_date_bg.png) no-repeat;
	text-shadow: #AA8340 1px 1px 1px;
	/*background: #000;*/
	/*border: #3C371E solid 1px;*/
}

	.state_events_event_date_day {
		font-size: 20px;
		font-weight: bold;
		margin-top: -6px;
	}

	.state_events_event_date_month {
		font-size: 14px;
		font-weight: bold;
		margin-top: 2px;
	}
	
	.state_events_event_date_year {
		font-size: 14px;
		font-weight: bold;
		margin-top: -5px;
	}
