/*
Theme Name: Jens Friebe Schwarz
Theme URI: 
Description: 
Version:  0.2
Author: Moritz Metz 2014
Author URI: 
*/


* {
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	font: normal small arial,helvetica,sans-serif;
	color: #fff;
	background-color: #000;
}

h1, h2, h3 {
	color: #fff;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.5em;
	color: #fff;
	}
	
ul, ol, li {
	line-height: 1.5em;
	list-style: none;
	margin-bottom: 1.3em;
}

p, blockquote{
margin-bottom: 1em;
line-height: 1.5em;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
	}

img.a:hover { background-color: none;
			  color: none;}

h2 a, h2 a:visited  {
	text-decoration: none;
	color: #fff;
}

h2 a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Header */

#header {
	margin: 0px 20px 0px 15px;
	position: relative;
	height: 100px;
	clear: none;
	border-bottom: 3px solid #000;
	padding: 0px;
	z-index:1;
}

/* Header > Logo */

.live { color: #fff; background-color: #000;}

#links {
	top: 120px;
	position: absolute;
	clear:none;
	width: 175px;
	left:15px;
	float:left;
	padding:10px;
	z-index:4;
	background-color: #000;
}

#main {
	position: absolute;
	top: 120px;
	padding:10px;
	width: 420px;
	left: 200px;
	z-index:3;
	background-color: #000;
	display: block;
}


#rechts {
	bottom: 0px;
	position: absolute;
	right: 0px;
	float: right;
	width: 300px;
	height: 530px;
	background-repeat:no-repeat;
	z-index:1;
	overflow:hidden;
	margin: 0px;
}

#widgets1 { 
margin-top: 20px; }

#widgets2 {
	float: left;
	text-align: left;
	z-index:2;
	overflow:hidden;
	border-top: 0px;
	padding: 10px;
}




#rechts[id] {
position: fixed;
}


*html #rechts {
width: 100%;
}


/* Footer */


#footer {
	/* position: relative; */
	width: 410px;
	float: left;
	margin-top: 10px;
	margin-left: 220px;
	padding: 10px;
	clear: both;
	color: #666666;
	margin-bottom: 10px;
	z-index:5;
}
#footer p {
	text-align: center;
	line-height: normal;
	font-size: x-small;
	margin-bottom: 0px;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}
#postmetadata a {
	text-decoration: underline;
	color: #999;
	font-size: 0.7em;
}

p.postmetadata{
font-size: 0.7em;
}

p.postmetadata a{
font-size: 0.7em;
}

#footer a:hover {
	text-decoration: none;
}

a img{ border:none; }

#commentform textarea 
  {
	width:350px;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:3px solid #fff;
	color:#333;
}


#werk td{ 
	border-bottom: 1px dotted #ccc; 
	padding: 10px 2px 10px 10px;
	margin-bottom: 10px;
}


table.albumtracks { 
	padding: 10px;
	border: 1px dotted #fff;
	margin: 2px 10px 20px 0px;
	background-color: #fff;
	color: #000;
}
	
table.albumtracks td{ 
	padding: 2px;
	border-bottom: 1px dotted #eee;
}

h2.kalender {
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	list-style: none;
	/*text-transform: uppercase; */
	margin-bottom: 5px;
	margin-right: 30px;
	padding: 5px;
	color: #000;
	background-color: #fff;
}

li.kalender{
	margin-bottom: 10px;
	list-style: none;
	padding: 3px;
	margin-bottom: 3px;
}

	
input, textarea, checkbox, select {
  background: #000;
  border-style: solid;
  padding: 2px;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  margin: 1px 2px 5px 1px;
  }

  
.post { 
	margin-bottom: 20px;
	}
  
post.h2 {color: red; } 

.button {
	background: #000;
	padding: 1px;
	color: #fff;
	border: 1px solid #fff;
}

#searchform {
	padding-top: 5px;
}

.menu .page_item, gigpress-list-tour-heading, .widget h2 { 
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	list-style: none;
	/*text-transform: uppercase; */
	margin-bottom: 5px;
	padding: 2px 5px;
}
.menu .current_page_item { 
	background-color: #fff;
	color: #000;
	padding: 2px 5px;
	margin-right: 30px;
 }
 
.menu .current_page_item  a{ 
	color: #000;
 }
 
 .menu  a:hover{ 
	background-color: #fff;
	color: #000;
	padding: 0px 50px 0px 0px;
 }

 /* WP 3.6 Native Audio Player styling*/
 /* change the color of the background */
 .mejs-controls,
 .mejs-mediaelement,
 .mejs-container {
 background: url('') !important;
 background-color: #000 !important;
 }
/* change the color of the lettering */
 .mejs-currenttime,
 .mejs-duration {
 color: black !important;
 }
/* change the color of the progress bar */
 .mejs-controls .mejs-time-rail .mejs-time-total {
 background: #111 !important;
 }
/* change the color of the current time bar */
 .mejs-controls .mejs-time-rail .mejs-time-current {
 background: #CCC !important;
 }
/* change the color of the file loading bar */
 .mejs-controls .mejs-time-rail .mejs-time-loaded {
 background: #555 !important;
 }
/* Lautstärkekontrolle verstecken */

.mejs-horizontal-volume-slider, .mejs-volume-button, .mejs-time-rail, .mejs-mute, .mejs-time, .mejs-currenttime-container {
display: none !important;
}

