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

/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
}
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-top: 36px;
	margin-right: auto;
	margin-left: auto;
}
.sidebar {
	width: 200px;
	float: left;
	position: fixed;
}
.sidebar  .nav  ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.sidebar  .nav  li {
	width: 194px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #F0F0F0;
	text-align: right;
}
.sidebar .special {
	line-height: 16px;
	text-align: right;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #eeeeee;
	padding-right: 6px;
	margin-top: 24px;
	margin-right: 6px;
	font-size: 10px;
}
.sidebar .special .title {
	font-size: 14px;
	font-weight: bold;
}
.container .maincontent {
	float: right;
	width: 720px;
	text-align: left;
	clear: right;
}
.container .maincontent .event {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 24px;
	margin-bottom: 36px;
}
.container  .maincontent  .event  img {
	margin-left: 10px;
}
.container .maincontent .event .datetime {
	font-weight: bold;
	line-height: 24px;
	font-size: 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 .descriptionsub {
	font-size: 14px;
	line-height: 16px;
	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;
	line-height: 24px;
}
.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: #f6f6f6;
	width: 100%;
	line-height: 12px;
	padding-top: 24px;
	text-align: center;
	clear: both;
	margin: 0px;
	padding-bottom: 12px;
}
.footer a {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.footer .info {
	font-style: italic;
	font-weight: bold;
}
.main {
	float: right;
	width: 720px;
}
.style1 {font-size: 12px}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {font-size: 14px}
.container .maincontent .event .subtitle {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
}
.container .maincontent .event #nomargin {
	margin: 0px;
	padding: 0px;
}
.floatright {
	float: right;
}
