@CHARSET "UTF-8";

div#logo img {
	float: left;
	width: 300px;
}

/**
* Intro
*/
div#intro {
	margin-top: 27pt;
	font-size: 10pt;
	padding: 11pt 11pt 0;
	height: 165pt; /* 165 + 11 = 176 */
	/* background-color: #1F1F1F; */
	color: #aaa;
	overflow: hidden;
}

div#intro h1 {
	font-size: 16pt;
	margin: 0 0 15pt;
	line-height: 20px;
}

p.previous_intro {
	margin-bottom: 0;
}

/**
 * Upcoming
 */
div#upcoming {
	margin-top: 15pt;
	background: #fff url(/img/dancers_white.gif) no-repeat right;
	color: #000;
	padding: 15pt 15pt 0;
}

div#upcoming h2 {
	margin: 0;
	padding: 0;
	line-height: inherit;
}

div#upcoming a {
	color: #000;
}

div#upcoming div.description {
	overflow: hidden;
	width: 400px;
}

h3 a {
	color: #fff;
	text-decoration: none;
}

h3 a:hover,
h3 a:focus {
	text-decoration: underline;
}

h3 a:visited {
	color: #fff;
}

/**
* thumbnails
*/
div.vevent {
	overflow: hidden;
	width: 100%;
	border-bottom: solid #333 1px;
}

div#upcoming div.vevent {
	border-bottom: none;
}
	
div.vevent img {
	float: left;
	width: 85px;
	padding: 0 15pt 15pt 0;
}

/**
 * archive link
 */
.archivelink {
	margin: 15pt 0;
}

/**
 * Footer
 */
div#footer {
	margin: 15pt 0 15pt;
	/*border-top: none;
	padding-top: 0;*/
}