/*
Stylesheet for halloweenmusic.net
Version: 2.0
Author: Andreas Lenz (Lenz KD)
*/

/*-----------------------------------------------------------------------------------------------------*/
/*general formats*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fc0;
	font-size: 90%;
	background: url(images/kuerbis.gif) fixed;
	margin: 10px;
}
abbr, acronym {
	cursor: help;
}
a {
	color: #fc0;
}
a:hover {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------------*/
/*page wrapper*/
#page {
	width: 740px;
	margin: 0 auto;
	position: relative;
}

/*-----------------------------------------------------------------------------------------------------*/
/*head*/
#head {
	margin: 0;
	padding: 0;
}
#head h1 {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 154px;
	background: url(images/hw_banner1.jpg) left no-repeat;
	border: 1px solid #fc0;
	text-indent: -10000px;
}

/*-----------------------------------------------------------------------------------------------------*/
/*advertising*/
#ads {
	margin: 20px 0;
}

/*-----------------------------------------------------------------------------------------------------*/
/*content*/
#content {
	margin: 0;
	padding: 0;
	text-align: center;
}
#content h2 {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: 0 9em 0.2em 9em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #fc0;
	font-size: 1.2em;
}
#content h3 {
	font-size: 1.2em;
	margin: 2em 0 1em;
}
.download {
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 2em;
}
.hint {
	font-size: 0.8em;
	color: #c00;
}
.small {
	font-size: 0.8em;
}
.foto {
	border: 1px solid #fc0;
}

/*-----------------------------------------------------------------------------------------------------*/
/*download links*/
#downloads {
	list-style: none;
	height: 48px;
	margin-left: 11em;
}
#downloads li {
	display: inline;
}
#downloads a {
	display: block;
	float: left;
	width: 170px;
	height: 48px;
	text-indent: -10000px;
	margin-right: 10px;
}
#itunes { background: url(images/itunes_button.gif) left no-repeat; }
#musicload { background: url(images/musicload_button.gif) left no-repeat; }

/*-----------------------------------------------------------------------------------------------------*/
/*navigation*/
#navi, #links {
	list-style: none;
	padding: 0;
	margin: 0.5em 0 2em 0; 
}
#navi li, #links li {
	display: inline;
	margin: 0 0.4em;
}
#navi li:before {
	content: "[ ";
}
#navi li:after {
	content: " ]";
}