/* Schriftfarbe */

body {color: #222222;}

/* Template Info ausblenden */

#credits {display:none;}


/* Beitragsinfos ausblenden */

.post-entry-meta,
.blog-entry-meta {display:none;}


/* >Schriftfarbe Beitragstitel */

.post-entry-content.title h2 a {
  color: #000 !important; }

#post-content {
    border-bottom: 21px;
}

#main {
	padding: 20px;
	width: 700px;
	margin: 90px auto 60px;
	background: #fff;
	background: rgba(255,255,255,0.8)
}

.post-entry-featured-image, #single-featured-image {
    float: left;
    height: 100px;
    width: 100px;
    box-shadow: 0px 0px 5px #FFF;