/*
Template: twentyeleven
Theme Name: SharePointPodcast
Autor: ich
Tags: dark, light, white, black
*/


@import url("../twentyeleven/style.css");

/* Hintergrundfarbe der Site */
body {
	background: #efefef;
}

/* Überschrift auf der Homepage anpassen */

.entry-title,
.entry-header .entry-meta {
	padding-right: 26px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
/* Überschrift einzelner Artikel anpassen  */

.singular .entry-title {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
/* Wordpress Footer ausbelnden  */
#site-generator {
    display: none;
}

.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 2.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}

/*  Kommentar Bubble verstecken  */

.entry-header .comments-link {display: none;}

/* Single Entry Sidebar  */

.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%;
}

