body.going-places #events {
	width: 300px;
	height: 250px;
	background: transparent url('gp-events-bg.png') no-repeat;
	margin: 0 0 20px;
}

body.going-places #events h1 {
font-size: 30px;
}

body.going-places #cal-search {
background:url("gp-cal-search.png") no-repeat scroll 0 0 transparent;
display:block;
height:45px;
margin:-19px 0 0;
width:300px;
}

/* featured event hover */

body.going-places .feat-event-detail {
	width: 309px;
	height: 160px;
	background: url('gp-event-hover-2.png') no-repeat;
	left: 370px;
	margin-top: -24px;
}

body.going-places .feat-event-name {
	top: 5px;
}

body.going-places .feat-event-date {
	top: 35px;
}

body.going-places .feat-event-desc {
	top: 55px;
	height: 90px;
	width: 285px;
}

body.going-places a.feat-event-link{
	top: 125px;
}

/* left side */
body.going-places #left-side .going-places-widget {
float: left;
margin: 0 30px 30px 0;
}

body.going-places #left-side .mobile-link {
clear: both;
float: left;
}

body.going-places #left-side .digital-link {
float: left;
margin-left: 40px;
}

body.going-places #left-side .mobile-link,
body.going-places #left-side .digital-link {
text-align: center;
}

body.going-places #left-side .read-now a {
clear: both;
display: block;
width: 100%;
padding: 3px 0;
text-align: center;
font-size: 18px;
font-weight: bold;
background: #c3eb0d;
color: #333;
text-decoration: none;
}

body.going-places #left-side .read-now a:hover {
color: #fff;
background: #13a2e1;
}
