@charset "UTF-8";
/* CSS Document */

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 36px;
	margin-right: 0px;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #33CC33;
}
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.container .sidebar {
	float: left;
	width: 280px;
	padding: 20px;
	text-align: center;
}
.container .maincontent {
	float: right;
	width: 600px;
	padding: 20px;
	text-align: left;
	clear: right;
}
.container .maincontent .event {
	margin-bottom: 200px;
}
.container .maincontent .event .datetime {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.container .maincontent .event .title {
	font-size: 36px;
	font-weight: bold;
	line-height: 38px;
}
.container .maincontent .event .description {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
.container .maincontent .event .artist {
	font-size: 24px;
	font-weight: bold;
}
.container .maincontent .event .artist .time {
	font-size: 18px;
}
.container .maincontent .event .artist .link {
	font-size: 14px;
	font-style: italic;
}
.container .maincontent .event .list {
	font-size: 18px;
	font-weight: bold;
}
.container .maincontent .event .presenter {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
.container .maincontent .nav {
	font-size: 16px;
	line-height: 16px;
	padding-top: 48px;
}
.footer {
	font-size: 12px;
	background-color: #FAFAFA;
	width: 100%;
	line-height: 12px;
	padding-top: 24px;
	text-align: center;
	clear: both;
}
.footer a {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.footer .info {
	font-style: italic;
	font-weight: bold;
}

