/* @override http://www.clubunity.org/css/index.css */

body {
	background-color: #52BD0B;
}

div#picture
{
	position: absolute;
	top: 0px;
	left: 0;
	overflow: visible;
	width: 100%;
	height: 280px;
	z-index: 0;
}

div#picture img
{
	width: 100%;
	position: relative;
}

div#wrapper
{
	position: relative;
	border: 10px #ffffff solid;
	background-color: #ffffff;
	overflow: hidden;
	color: #57261A;
	margin-top: 280px;
}

div#wrapper-content
{
	position: relative;
	z-index: 20;
}

table#thebox
{
	border: none;
}

td.navigation
{
	border-color: #75bdef;
}

td.content p
{
}

#h1 {
	position: absolute;
	top: 0;
	left: 8%;
	width: 70%;
	height: 300px;
}

#h1 h1 {
	position: absolute;
	bottom: 0;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 5.4em;
	line-height: 0;
	color: white;
}

.party		
{
	margin-top: 0;
	padding: 1em;
	border: solid 1px #0169be;
	color: #005fae;
	background-color: #e2edff;
}

.party a:link, .party a:visited, .party a:active, .party a:hover		
{
	color: #723523;
}

h3.blogdate		
{
	color: #0169be;
	font-size: 150%;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	padding: 1em 0 0 0;
	margin: 0;
}

a:link		
{
	color: #0099ff;
	text-decoration: underline;
}

a:visited
{
	color: #3da8ef;
	text-decoration: underline;
}

a:active
{
	color: #69d2ff;
	text-decoration: underline;
}

a:hover
{
	color: #00aaff;
	text-decoration: underline;
}

div.sponsors
{
	padding: 1em 1em 2em 1em;
	border-top: 1px solid #75bdef;
	text-align: center;
	color: #55abe7;
}

div.sponsors p.disclamier
{
	text-align: left;
	font-size: 10px;
	margin-top: 0;
}

div.sponsors img.logo
{
	margin-bottom: 10px;
	padding: 5px;
}
table.schedule {
	border-collapse: collapse;
}
table.schedule th, table.schedule td {
	margin: 0;
	padding: 0 5px 2px;
}
table.schedule td {
}
table.schedule th.room {
	border-bottom: 2px solid #723523;
	text-align: left;
	background-color: white;
}
table.schedule th.time {
	font-size: 10px;
}
table.schedule th.greyed {
	color: #d5c8b2;
}
table.schedule td {
	border-top: 1px solid #723523;
}
table.schedule .main {
	color: #653b00;
}
table.schedule td.main {
	background-color: #fdfdd0;
}
table.schedule td.main.alt {
	background-color: #fff0b1;
}
table.schedule .berlin {
	color: #143450;
}
table.schedule td.berlin {
	background-color: #e1f7fc;
}
table.schedule td.berlin.alt {
	background-color: #c9e6fc;
}
table.schedule .groove {
	color: #2b3a0c;
}
table.schedule td.groove {
	background-color: #dcfcbe;
}
table.schedule td.groove.alt {
	background-color: #c5f48e;
}
table.schedule .white {
	background-color: white;
}