@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: 450px;
	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;
}



#storesinfo { }
	#storelogolist { overflow: hidden; margin-top: 10px; }
		.storelogo { float: left; padding: 10px; text-align: center; }
			#store_oex { width: 128px; height: 64px; margin: 0px 0px 5px 0px; background: url('../images/state_boardapparel_storelogos.png') no-repeat 0px 0px; }
			#store_isle { width: 176px; height: 55px; margin: 9px 0px 5px 0px; background: url('../images/state_boardapparel_storelogos.png') no-repeat 0px -64px; }
	.sectiontitle { color: #A0AB9C; font: normal normal normal 36px Boycott,"Trebuchet MS",Arial,sans-serif; }
		.sectiondescription { font: normal normal normal 12px "Trebuchet MS",Arial,sans-serif; padding-left: 10px; }
	.sectiondivisor { color: #B3B5A6; border-bottom: none; }

#boardinfo { clear: both; }
	#boardspecs {
		text-align: center;	
	}

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

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