/*****************
 Upcoming Events
 ****************/
#upcoming-events {position: relative;}

/*
#upcoming-events h4 {
	font-size: 1em;
	color: #777;
	margin-top: 0;
	text-transform: uppercase;
}
*/

#upcoming-events-pager {
	position: absolute;
	right: 0;
	top: -2px;
	margin: 0;
}

#upcoming-events-pager a {
	float: left;
	width: 20px;
	height: 19px;
	text-indent: -9999em;
	border: 1px solid #bbb;
	background: url('/sites/all/themes/polyframe/images/home_sprite.png') no-repeat -56px -178px;
}

#upcoming-events-pager a.events-prev {
	border-right: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#upcoming-events-pager a.events-next {
	background-position: -78px -178px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#upcoming-events-pager a.first-page {
	border-color: #ddd;
	border-right-color: #bbb;
	cursor: default;
	background-position: -56px -229px;
}
#upcoming-events-pager a.last-page {
	border-color: #ddd;
	border-left-color: #bbb;
	cursor: default;
	background-position: -78px -229px;
}

#upcoming-events-pager a.events-prev:hover {background-position: -56px -205px;}
#upcoming-events-pager a.events-next:hover {background-position: -78px -205px;}

#upcoming-events ul {
	list-style: none;
	margin-top: 0;
	padding: 0;
}

#upcoming-events li a {color: #464646;}

#upcoming-events li.event-date-group {
	color: #aaa;
	color: #7bc143;
	font-weight: normal;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 3px;
}
#upcoming-events li.event-date-group span {color: #333;}

#upcoming-events li.event-date {
	padding: 0 0 5px 20px;
	line-height: 140%;
	position: relative;
}
	#upcoming-events li.event-date:before {margin-left: -20px;}

#upcoming-events li.event-date span.event-date-info {
	color: #7bc143;
}