/*  
Theme Name: ska'n'daloes.de
Theme URI: http://ska-n-daloes.de
Description: --
Version: 1.0
Author: David Langer
Author URI: http://www.davidlanger.de

*/



/*
	TYPO
*/
body {
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 75.1%;
	background:  #191919 url(images/bg.jpg) repeat-x;
	color: #ddd;
}
input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 0.25em;
}
h2 {
	font-weight: normal;
	color: #fff;
	font-size: 2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	margin: 0.5em 0;
}
p {
	margin: 0;
	margin-bottom: 1.35em;
}
.postdate {
	text-transform: uppercase;
	color: #999;
}
.postauthor {
	font-size: 0.8em;
}
/* Links */
.content a:link, .content a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover, .content a:active {
	color: #990506;
	text-decoration: none;
}
img {
	vertical-align: middle;
}
img.icon {
	margin-right: 0.5em;
}
a img {
	border-width: 0px;
}
/*
	LAYOUT
*/
.page {
	width: 840px;
	margin: 0 auto;
}
.header {
	background: url(images/header.jpg);
	height: 211px;
	position: relative;
}
.nav {
	position: absolute;
	bottom: 0;
	left:20px;
}
.nav ul, .nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav li {
	float: left;
	display: block;
	height: 24px;
	width: 112px;
	margin: 0 10px 1px 0;
	overflow: hidden;
}
.nav li#active {
	margin-bottom: 0px;
	margin-top: 1px;
}
.nav a:link, .nav a:visited {
	display: block;
	color: #ccc;
	text-decoration: none;
	background: url(images/nav.gif) left top no-repeat;
	height: 20px;
	padding-top: 4px;
	text-align: center;
}
.nav #active a:link, .nav #active a:visited {
	
}
.nav a:hover, .nav a:active {
	margin-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}
.menu, .menu li {
	margin: 0; padding: 0;
}
.menu li {
	display: block;
	margin-bottom: 0.5em;
}
.menu a {
	display: block;
	padding: 0.25em 0.5em;
	background: #232323;
}
.menu a:hover {
	background: #990506;
	color: #fff;
}
.menu img {
	margin-right: 0.5em;
}
/*
	SIDEBAR
*/
.sidebar ul, .sidebar li {
	padding:0;margin:0;
	list-style: none;
}
.sidebar li {
	margin-bottom: 1em;
	margin-left: 1em !important;
}
.sidebar li ul li {
	margin: 0;
	list-style: square outside;
}
.exosign {
	display: block;
	width: 119px;
	height: 68px;
	margin: 0 auto;
}
/*
	CONTENT
*/
.content {
	line-height: 1.35em;
	position: relative;
	margin: 0 20px;
	padding: 20px 240px 0 0;
}
.sidebar {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	margin-top: 20px;
	padding: 0px 0 20px 20px;
	border-left: 1px solid #9C9C9C;
}
.postmetadata {
	border-top: 1px solid #9C9C9C;
	margin: 1em;
	padding: 1em;
}
small {
	font-size: 0.8em;
}
img.bandmember {
	float: right;
	padding: 2px;
	border: 2px solid #ddd;
	margin: 20px 0 20px 20px;
}
/*
	BAND PAGE
*/
.band a {
	display: block;
	height: 200px;
	background-repeat: none;
	background-color: none;
}
.band a:hover, .band a:active {
	background-color: none !important;
}
ul.band {
	margin: 0; padding: 0;
	background: url(images/band.jpg) no-repeat;
	height: 200px;
	width: 500px;
	margin: 0 auto;
}
.band li {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
.band span {
	display: none;
}
.phil 	{ width: 89px;	background-image: url(images/band-phil.jpg);  }
.jules 	{ width: 54px;	background-image: url(images/band-jules.jpg); }
.simon 	{ width: 57px;	background-image: url(images/band-simon.jpg); }
.felix 	{ width: 84px;	background-image: url(images/band-felix.jpg); }
.stepo 	{ width: 70px;	background-image: url(images/band-stepo.jpg); }
.mo 	{ width: 57px;	background-image: url(images/band-mo.jpg);    }
.ben	{ width: 89px;	background-image: url(images/band-ben.jpg);   }

.phil-active 	{ background-image: url(images/band-phil-b.jpg);  }
.jules-active 	{ background-image: url(images/band-jules-b.jpg); }
.simon-active 	{ background-image: url(images/band-simon-b.jpg); }
.felix-active 	{ background-image: url(images/band-felix-b.jpg); }
.stepo-active 	{ background-image: url(images/band-stepo-b.jpg); }
.mo-active 		{ background-image: url(images/band-mo-b.jpg);    }
.ben-active		{ background-image: url(images/band-ben-b.jpg);   }
.phil:hover			{	background-image: url(images/band-phil-a.jpg) !important; }
.jules:hover		{	background-image: url(images/band-jules-a.jpg) !important; }
.simon:hover		{	background-image: url(images/band-simon-a.jpg) !important; }
.felix:hover		{	background-image: url(images/band-felix-a.jpg) !important; }
.stepo:hover		{	background-image: url(images/band-stepo-a.jpg) !important; }
.mo:hover			{	background-image: url(images/band-mo-a.jpg) !important; }
.ben:hover			{	background-image: url(images/band-ben-a.jpg) !important; }
/*
	FORM
*/
textarea, input {
	background-color: #333;
	color: #fff;
}
textarea {
	width: 100%;
}
