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


a.fbcss {
	display: block; 
	text-align: center; 
	width: 150px;
	margin-top:10px;
	padding:5px; 
	border: 1px solid #FFF; 
	color: #FFF;
	font-weight: bold;
	text-shadow: #3B5998 0px 1px 1px;
	border-radius: 2px;
	text-decoration: none;
	background-color: #5B74A8;
	border-color: #29447E #29447E #1A356E;
}

a.fbcss:hover {
	background: #3B5998;
}

#state_events_content {
	width: 100%;	
}

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

#state_events_list {
	overflow: hidden;
	padding-left: 55px;
	width: 505px;
	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: 0px 10px 0px 10px;
}

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

.state_events_event_date {
	overflow: hidden;
	margin-left: -55px;
	margin-top: 5px;
	position: relative;
	zoom:1;
	right: auto;
	width: 50px;
	height: 55px;
	float: left;
	text-align: center;
	background: #000;
	border: #000 solid 2px;
}

	.state_events_event_date:hover {
		border: #FFF solid 2px;	
	}

	.state_events_event_date img {
		margin-left: -2px;
		margin-top: -2px;
		height: 150%;
		width: auto;
	}

#iamholua_header { text-shadow: #000 2px 2px 1px; }
#iamholua_header span {
	color: #FFF;
	font-size: 24px;
	font-family: BlackJack, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: #000 2px 2px 1px;
}

#iamholua_header a { text-decoration: none; color: #FFF }
#iamholua_header a:hover { background: #362F1D }
	
