#content {text-align:center;}
#calendar {
	margin: 10px auto;
	padding: 0;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

#calendar ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

#calendar li {
	width: 276px;
	margin: 0 5px;
	padding: 0;
	list-style: none;
}

div.date {
	font-weight: bold;
	font-family: "Lucida Grande", sans-serif;
	font-size: 16px;
	text-align: center;
	color: white;
	padding: 5px 0;
	margin-bottom: 10px;
	width: 100%;
	background-color: #ff9900;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

dd, dl {
	margin: 0;
}

dl.type {
	border: solid 2px #ff9900;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 7px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
	text-align: left;
}

div.outer {
  margin-top: 7px;
  background-color: #ff9900;}

dt.type {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color:black;
	margin-bottom: 3px;
}

dl.loc {
	margin-bottom: 16px;
}

dl.event {
	margin-bottom: 10px;
}

.title {
	padding-left: 58px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

.desc {
	font-size: 12px;
	color:#444;
}

.desc p {
	margin-top: 0;
}
	
.loc {
	font-size: 14px;
}

.addr {
	font-size: 12px;
	color: #555;
}

.time {
	font-size: 14px;
	font-weight: normal;
	color:#555;
	margin: 0;
	padding: 0;
	float: left;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

.toggle {
	padding-right: 14px;
	background: url(/media/disclosure-closed.png) no-repeat 100% 50%;
}

.toggle.active {
	background: url(/media/disclosure-open.png) no-repeat 100% 50%;
}

div.button {
	position: absolute;
	top: 200px;
}

div.button:hover {
	cursor: pointer;
}

#prev {
	left: 6px;
}

#next {
	right: 6px;
}