.upcoming-events {
	margin: 0;
	padding: 0;
}
.upcoming-events li {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	overflow: hidden;
}
.upcoming-events li:first-child {
	border-top: 0px solid #ddd;
	padding-top: 25px;
}
.upcoming-events li:last-child {
	margin: 0;
}
.upcoming-events .dates {
	display: block;
	color: #888;
	margin-bottom: 3px;
}
.upcoming-events .title {
	display: block;
	font-weight: 700;
	font-size: 21px;
	line-height: 28px;
}
.calendar-event-details {
	margin: 0 0 20px 0;
	padding: 0;
}
.calendar-event-detail {
	display: block;
	overflow: hidden;
	margin: 0 0 5px 0;
}
.calendar-event-detail dt {
	color: #161616;
	float: left;
	font-weight: 700;
	width: 50px;
}
.calendar-event-detail dd {
	margin-left: 50px;
}
.event-img-thumb {
	float: left;
	margin: 0 20px 0 0;
}
.event-img-full {
	float: right;
	margin: 0 0 0 20px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
	color: #ffffff;
    text-shadow: 0 1px 1px #000;
    background: #64676e;
    background: -moz-linear-gradient(#64676e 0%, #4c4e53 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64676e), color-stop(100%, #4c4e53));
    background: -webkit-linear-gradient(#64676e 0%, #4c4e53 100%);
    background: linear-gradient(#64676e 0%, #4c4e53 100%);
    float: left;
    padding: 8px 16px;
    text-decoration: none;
	margin-right: 10px;
}

ul.pagination li.active a {
    background: #97c700;
    background: -moz-linear-gradient(#97c700 0%, #709400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97c700), color-stop(100%, #709400));
    background: -webkit-linear-gradient(#97c700 0%, #709400 100%);
    background: linear-gradient(#97c700 0%, #709400 100%);
    color: #ffffff;
    text-shadow: 0 1px 1px #000;
}
