#site_wrapper {
	max-width:980px;
	margin:auto;
	text-align:center;
}
#site-header {
	position:relative;
	text-align:left;
	background-image:url(/images/yonah.png);
	padding:12px 15px;
}
#site-header:after {
	content:"";
	position:absolute;
	height:2px;
	bottom:0;
	left:0;
	right:0;
	background-image:radial-gradient(ellipse at 50% 0%, rgba(0,0,0,0.2),transparent 70%);
}
#site-header .logo {
	width:128px;
	height:128px;
	vertical-align:middle;
	padding:10px;
	background-color:#fffa;
}
#site-header h1 {
	font-family: 'Raleway', sans-serif;
	font-size:56px;
	line-height:1em;
	margin:0;
	display:inline-block;
	text-align:left;
	padding:0 10px;
	margin-right:48px;
	color:#4c45b1;
	vertical-align:middle;
	text-shadow: 1px 2px 5px #fff;
}
#site-content {
	margin-top:40px;
	font-family: Helvetica,Arial,sans-serif;
}
.section:not(:first-child) {
	border-top:1px solid black;
	margin-top:3em;
}
#welcome.section {
	text-align:left;
}
#schedule.section {
	text-align:left;
}
.schedule {
	width:100%;
	border:1px solid black;
	border-spacing:0 0;
	text-align:left;
}
.schedule tr th,
.schedule tr td {
	padding:0.25em 0.75em;
}
.schedule tr:not(:last-child) th,
.schedule tr:not(:last-child) td {
	border-bottom:1px solid black;
}
.schedule tr th:not(:last-child),
.schedule tr td:not(:last-child) {
	border-right:1px solid black;
}
.schedule .date {
	white-space:nowrap;
	text-align:center;
}
.schedule .location {
	white-space:nowrap;
}
.red {
	color:red;
}
