#upcoming {
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	width: 460px;
}

#upcoming h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 1.4em;
}
#upcoming .event {
	padding-bottom: 10px;
	border-bottom-color: #f2f2f2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 460px;
}
#upcoming .event .thumb {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
	min-height: 45px;
	background-color: #f2f2f2;
	float: left;
	padding: 4px;
	width: 90px;
}
#upcoming .event .text {
	margin-left: 5px;
	float: left;
	width: 355px;
}
#upcoming .event h3 {
	line-height: 1.4em;
	font-size: 1em;
}
#upcoming .event p.date {
	color: #7f7f7f;
	line-height: 1.4em;
	font-size: 0.8em;
}
#upcoming .event p.oneline {
	color: #333333;
	line-height: 1.4em;
	font-size: 0.8em;
}
upcoming p.noresults {
	color: #7f7f7f;
	font-size: 0.8em;
}
#upcoming .event h3 a {
	text-decoration: none;
}
#aside {
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	width: 220px;
}
#aside h2 {
	font-size: 1em;
}
#aside ul {
	margin-bottom: 5px;
	margin-top: 5px;
	list-style-type: none;
}
#aside li {
	color: #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1.4em;
	font-size: 0.7em;
	list-style-type: none;
}
#aside li a {
	text-decoration: none;
}
#newevent {
	float: left;
	margin-left: 10px;
}
#newevent p {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 0.8em;
}
#newevent h3 {
	margin-top: 20px;
}
#ui-datepicker-div {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
}

