/* 
 * Spilled M!lk // Base
 * 
 * Design & Layout by 3EasySteps.de
 * Peter Körner <peter@3easysteps.de>
 * 
 */

/********************************
 ************* Base *************
 ********************************/
 
/*** Body ***/
html {
	/* force scrollbar */
	height: 100.05%;
}
body {
	background: black;
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68em; /* entspricht 11pt bei normalgröße */
	margin: 0px;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: red;
}
#body {
	width: 500px;
	text-align: left;
	margin: 0px auto;
	padding-bottom: 20px;
}
a img { border: none; }

/*** Cleafix ***/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*** Logo ***/
h1 {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 222px;
	background: url(base/head.gif) center no-repeat;
	text-align: center;
}
h1 a {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px;
	height: 70px;
	width: 340px;
	top: 104px;
	left: -40px;
	/*border: 1px solid yellow;*/
}
/*h1 a:hover {
	background-image: url(base/logo.active.gif);
}*/
h1 span { display: none; }

/*** Members ***/
#members {
	margin: 0px;
	padding: 0px 40px; /* (500px - 5*80px - 5*2*2px) / 2 = 45px*/
	list-style-type: none;
}
#members li {
	margin: 0px 6px;
	padding: 0px;
	float: left;
}
#members li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	margin: 0px 2px;
	height: 100px;
}
#members li span { display: none; }

#members li.jan a {
	background-image: url(base/heads/jan.gif);
	width: 71px;
}
#members li.steffen a { 
	background-image: url(base/heads/steffen.gif); 
	width: 74px;
}
#members li.sveng a {
	background-image: url(base/heads/sveng.gif);
	width: 65px;
}
#members li.svenr a {
	background-image: url(base/heads/svenr.gif);
	width: 63px;
}
#members li.jens a {
	background-image: url(base/heads/jens.gif);
	width: 63px;
}

#members li a {	background-position: left; }					
#members li a:hover, #members li a.active { background-position: right; }

/*** Menu ***/
#menu {
	margin: 20px 0px 0px 0px;
	padding: 0px 20px;
	list-style-type: none;
}
#menu li {
	margin: 0px 5px;
	padding: 0px;
	float: left;
}
#menu li a {
	display: block;
	background: no-repeat center;
	width: 50px;
	height: 13px;
	margin: 0px 7px; /* 2px tolereranz */
}

#menu li span { display: none; }
#menu li.home a {
	background-image: url(base/menu/home.gif);
	width: 30px;
}
#menu li.band a {
	background-image: url(base/menu/band.gif);
	width: 29px;
}
#menu li.gigs a {
	background-image: url(base/menu/gigs.gif);
	width: 24px;
}
#menu li.media a {
	background-image: url(base/menu/media.gif);
	width: 33px;
}
#menu li.gbook a {
	background-image: url(base/menu/gbook.gif);
	width: 35px;
}
#menu li.kontakt a {
	background-image: url(base/menu/kontakt.gif);
	width: 48px;
}
#menu li.links a {
	background-image: url(base/menu/links.gif);
	width: 31px;
}
#menu li.merch a {
	background-image: url(base/menu/merch.gif);
	width: 36px;
}

#menu li a { background-position: left; }
#menu li a:hover, #menu li a.active { background-position: right; }

/*** Image-Replacement ***/
.imreplace {
 	display: block;
 	background-repeat: no-repeat;
 	margin-bottom: 3px;
 }
.imreplace span { display: none; }

h3.imreplace { 
	height: 25px;
	margin-top: 3px;
}
h2.imreplace {
	height: 52px;
	margin-top: 20px;
}

/*** Content ***/
#content {
	margin: 0px 40px;
}
#content h3 {
	font-size: 1em;
	font-weight: bold;
}
#content img { padding: 4px; }

/********************************
 ************* Home *************
 ********************************/

/*** Next Gig ***/
#nextgig, #nogigs {
	margin: 2px 0px 0px -20px;
	text-align: center;
}
#nextgig span, #nextgig h2, #nogigs h2 { display: none; }
#nextgig a {
	display: block;
	width: 454px;
	height: 125px;
	margin: 0px;
	background: url(home/nextgig.gif);
}
/* #nogigs {
	display: block;
	margin: 0px;
	margin-left: -40px;
	margin-righT: -40px;
	height: 140px; width: 500px;
	background: url(home/nogigs.gif);
} */
#pics {
	display: block;
	margin: 0px;
	margin-left: -40px;
	margin-righT: -40px;
	height: 140px; width: 500px;
}
/*** Newsblock ***/
#newsblock {}
#newsblock dt, #newsblock dt a {
	font-weight: bold;
	text-decoration: none;
}
#newsblock dd {
	margin: 0px;
	background: url(home/line.gif) repeat-x bottom left;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/********************************
 ************ Members ***********
 ********************************/

/*** Factlist ***/
#factlist dt {
	/*float: left;*/
	margin-right: 5px;
	padding-top: 10px;
	font-weight: bold;
	clear: left;
}
#factlist dd {
	margin-left: 50px;
}

#factlist dd ul { padding-left: 16px; }

/*** Picturelist ***/
#picturelist img { clear: both; }
#picturelist img.right { float: right; }
#picturelist img.center { 
	display: block;
	text-align: center; 
	margin: 0px auto;
}
#picturelist img.midleft { margin-left: 50px; }
#picturelist img.midright { 
	float: right;
	margin-right: 50px;
}

/********************************
 ****** List (Gigs, Media) ******
 ********************************/
#list { list-style-type: none; padding-left: 0px; }
#list dt, #list li { margin-lefT: 0px; font-weight: bold; }
#list dd {
	margin-left: 0px;
	margin-bottom: 10px;
}
#list .offline, #list .offline a { color: #808080; }
#list a {
	text-decoration: none;
	font-weight: bold;
}

/********************************
 *********** Gallery ************
 ********************************/
#gallery {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#gallery li {
	display: block;
	float: left;
	width: 102px;
	height: 102px;
	padding-right: 1px;
	text-align: center;
	line-height: 100px;
}
#gallery li.offline a { color: #808080; }
#gallery li a { line-height: 1em; display: block;}
#gallery img { vertical-align: middle; padding: 0px; display: block; }

#gallerynav {
	display: block;
	clear: both;
	list-style-type: none;
	text-align: center;
	padding: 0px;
}
#gallerynav li {
	display: inline;
	padding: 2px; 
	color: white;
}
#gallerynav .active { text-weight: bold; }

/********************************
 *********** Shoutbox ***********
 ********************************/
#shoutbox .intro {
	color: red;
	display: block;
	float: left;
	padding-right: 5px;
}
#shoutbox .name {
	display: block;
	float: left;
}
#shoutbox .date {
	display: block;
	float: right;
	padding-right: 30px;
}
#shoutbox dt {
	font-style: italic;
	padding-top: 15px;
}
#shoutbox dt.e1 { padding-top: 0px; }
#shoutbox dd {
	clear: both;
}
#shoutbox .add {
	display: block;
	text-align: center;
	font-style: normal;
	padding: 5px 0px;
}
#shoutbox .answer {
	color: red;
}


label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 100px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

/***************************************
 ** Navi (ShoutBox + Giglist + Media) **
 ***************************************/
#navi {
	list-style-type: none;
	padding: 0px;
	text-align: center;
}
#navi li { display: inline; }
#navi .active, #navi .active a { color: #FF0000; }

/********************************
 ********* Editbutton ***********
 ********************************/
#editbutton {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px; padding: 0px;
}
#editbutton a {
	display: block;	
	height: 10px;
	width: 10px;
	line-heighT: 10px;
	color: black;
	background-color: black;
}
#actionarea, .actionarea {
	display: block;
	border: 3px solid red;
	text-align: center;
}
#hidden { display: none; }

/********************************
 ************ Media *************
 ********************************/
#media { padding-left: 46px; }
#songs {
	background: url(media/songs.gif) no-repeat; 
	display: block; 
	height: 125px; 
	width: 155px; 
	float: left; 
}
#downloads { 
	background: url(media/downloads.gif) no-repeat;
	display: block; 
	height: 125px; 
	width: 155px; 
	margin-left: 170px;
}
#photos { 
	background: url(media/photos.gif) no-repeat; 
	display: block; 
	height: 125px; 
	width: 155px; 
	float: left;
}
#press { 
	background: url(media/press.gif) no-repeat; 
	display: block; 
	height: 125px; 
	width: 155px; 
	margin-left: 170px;
}
#songs span, #downloads span, #photos span, #press span { display: none; }

#downloadlist dt { clear: both; font-weight: bold; padding-bottom: 2px; }
#downloadlist img { display: block; float: left; margin-bottom: 5px; margin-right: 5px; }
#downloadlist dd { clear: right; margin-left: 0px; }
#downloadlist dd span { display: block; }