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

body {
	background-color: #000;
	background-image: url(../img/background_top.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {
	color: #da8c74; 
}

#wrapper {
	margin: 0 auto;
	width: 920px;
}

#top {
	height: 186px;
	width: 100%;
}

#maintitle	{
	width: 556px;
	height: 73px;
	margin-top: 68px;
	float: right;
	background-image: url(../img/title_main_right.jpg);
	color: #FFFFFF;	
}

#maintitle h1 {
	margin: 0;
	padding-top: 5px;

}

#header {
	width: 556px;
	height: 73px;
}

#header span {
	background: url(../img/title_main_right.jpg) no-repeat;
	position: absolute;
	margin-top: -5px;
	width: 556px;
	height: 73px;
}

/* menubar styles */

#menubar	{
	color: white;
	height: 33px;
	clear: both;
	padding-top: 4px;
}

ul#navigation {
	list-style-type: none;
	background-image: url(../img/menu_back.jpg);
	margin: 0;
	padding: 0px;
}

ul#navigation li {
	display: block;
	float: right;
	text-transform: lowercase;
	text-indent: -9999px;
}

ul#navigation li a {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 33px;
	text-decoration: none;
	background: url(../img/menu_navigation.jpg) no-repeat;
}

#navigation li a:hover {
	border: 0;
	margin: 0;
	display: block;
	background-image: url(../img/menu_navigation_over.jpg);
}

li#event a {
	width: 124px;
}

li#location a {
	width: 141px;
}

li#location a:link,
li#location a:visited,
li#location a:hover {
	background-position: -124px 0px;
}

li#music a {
	width: 127px;
}

li#music a:link,
li#music a:visited,
li#music a:hover {
	background-position: -265px 0px;
}

li#flyer a {
	width: 65px;
}

li#flyer a:link,
li#flyer a:visited,
li#flyer a:hover {
	background-position: -375px 0px;
}

#middle {
}

#middle h3 {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #611013;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

#middle h4 {
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0.1em;
}

#middle h5 {
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.4em;
}



#middle p {
	font-size: 0.7em;
	padding-left: 0.5em;
}

#lefttwocolumns {
	width: 600px;
	float: left;
	margin-left: 10px;
}

#rightonecolumn {
	width: 300px;
	float: left;
	margin-left: 10px;
}

#frontpageabout {
	margin-bottom: 2em;
}

#frontpagenextevent {
	margin-bottom: 2em;
}

#frontpagemusic {
	margin-bottom: 2.1em;
}
 
#eventpagenext {
	margin-bottom: 2em;
}

#eventpageflyer {
	margin-bottom: 2em;
}

#eventpageDJs {
	margin-bottom: 2em;
}

#eventpageDJs li{
	font-size: 0.7em;
	margin-bottom: 0.2em;
	line-height: 1.3em;
}

#locationpagemap {
	margin-bottom: 2em;
}

#locationpagetravel {
	margin-bottom: 2em;
}

#locationpagetravel li{
	font-size: 0.7em;
	margin-bottom: 0.2em;
	line-height: 1.3em;
}

#bottom {
	clear: both;
	font-size: 0.6em;
	padding: 1em;
	border-top: solid #606060 1px;
	border-bottom: solid #606060 1px;
	height: 90px;
}

#bottomtext {
	width: 550px;
}


#maintext {
	clear: both;
	font-size: 0.7em;
	padding-top: 1.5em;
	line-height: 1.5em;
}

#maintext2 {
	clear: both;
	font-size: 0.7em;
	padding-top: 1em;
	line-height: 1.5em;
}

#soaplogo {
	float: right;
	margin-bottom: 50px;
}

