/*
Theme Name: Twenty Eleven Child
Author: Fabian Genthner
Description: a child theme, based on the 2011 theme for wordPress
Author URI: http://wordpress.org/
Template: twentyeleven
*/

@import url(../twentyeleven/style.css);

.single #author-info {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 2.2em 0% 0 0%;
    padding: 20px 35.4%;
}

#respond {
width: auto;
}
.commentlist {
width: auto;
}
.commentlist > li.comment {
margin: 0px 0px 20px 102px;
width: auto;
}


#player {
	width: 100%;
	height: 33px;
	background-color: #000;
}

	#playerLink {
		display: block;
		background: url(http://www.martingoldenbaum.de/wp-content/themes/twentyeleven/images/player_icon.png) bottom right no-repeat !important;
		width: 35px;
		height: 23px;
		text-indent: -9999px;
		padding: 10px 0 0 10px;
	}


.texthide {
	position: absolute; 
	left: -10000px; 
	top: -10000px; 
	width: 0px; 
	height: 0px; 
	overflow: hidden; 
	display: inline; 
	}
	
.page-title { display: none!important; }