#sidebar {
	display:block;
	width:200px;
	float:right;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color:#DDD;
}

#events h2 {
	font-size:15px;
	text-align:center;
	padding-bottom:6px;
}
.event .title {
	font-size:14px;
	text-align:center;
}

.event .date {
	font-size:13px;
}

.event .time {
	font-size:13px;
	text-align:center;
}

.event .owner {
	font-style:italic;
	font-size:13px;
	text-align:center;
}

.event {
	margin-bottom:8px;
}

.logo {
	width:150px;
	margin:12px;
	border:0px;
}
