/*
Max "Powermax" Friedrichs kleine lustige Spielwiese im Internet, Version 10 oder so.
*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);

* {margin: 0; padding: 0; outline: none;}

/* Sticky Footer! */
html,body,#container {height: 100%;}
body > #container {height: auto;min-height: 100%;}
#content {padding-bottom: 60px;}

body {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: #fff;
	color: #222;
	background: url(http://f.cl.ly/items/3s3K1M3i1f1i0f1R1i2s/200-80-6-monochrome.png);
}
#top{
/*	background: url(linen.png);*/
	background: #222;
	width: 100%;
	height: 2px;
}
header {
	width: 500px;
	margin: 50px auto 60px auto;
	padding: 8px 0;
}
#tumblr_controls {
    top: 2px !important;
    right: 1px !important;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	display: inline;
	line-height: 28px;
}
h1 a {
	color: #0074c2;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	-webkit-transition: color .3s;
}
h1 a:hover {
	color: #222;
}
#description {
	font-size: 18px;
	display: inline;
	font-style: italic;
	line-height: 28px;
}
#content {
	width: 640px;
	margin: 40px auto 0 auto;
}
article {
	margin-bottom: 200px;
}
#infobild {
	margin-left:-70px !important;
}
/* Posts */
h2 {
	max-width: 500px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 70px 22px 70px;
	line-height: 24px;
}
h2 a, h2 a:visited {
	color: #000;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	-webkit-transition: color .3s;
}
h2 a:hover {
	color: #222;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 50px 16px 50px;
}
article {
	margin-bottom: 100px !important;
}
article.text p img {
	width: 640px;
	margin-left: -70px;
}
article p {
	font-size: 16px;
	width: 500px;
	margin: 22px 70px 22px 70px !important;
	line-height: 23px;
	text-align: left;
	-webkit-hyphens: auto;
}
article p a, article p a:visited, article li a, article li a:visited, article a.link, article a.link:visited, #pages a, #pagination a, .question a {
	color:  #0074c2;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	-webkit-transition: color .3s;
}
article p a:hover, article a.link:hover, #pages a:hover, #pagination a:hover, .question a:hover {
	color:  #222;
}
.question {
    background: rgba(255,255,255,1);
    padding: 15px 25px;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}

ul, ol {
	width: 440px;
	padding: 0 100px 16px 100px;
	margin-bottom: -16px;
}
li p {
	width: 440px !important;
	margin: 0 0 16px 0 !important;
}
li {
	margin-bottom: 4px;
}
blockquote {
	margin: 0 100px 16px 80px;
	font-style: normal;
	font-size: 14px;
	border-left: 2px solid #CCC;
	padding: 2px 0 2px 10px;
}
article.link {
	margin: 0 auto;
}
article.link a {
	margin-left: 70px;
}
article.link p {
	margin-top: 10px;
}
article.link p a {
	margin-left: 0 !important;
}
.caption p {
	max-width: 500px;
	margin: 0px 70px 0 70px;
}
.quote-content {
	font-style: italic;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
}
.source {
	margin-top: 12px;
}
.video {
	text-align: center;
}
article iframe {
	margin: 12px 0 0 0;
	width: 640px;
}
article.audio iframe {
	width: 640px;
	height: 78px !important;
}
ul.chat {
    padding: 0 70px 16px 70px;
    list-style: none;
}
.chat li {
    width: 500px;
    padding: 4px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 0px;
}
.chat li.user_1 {
    background;
}
.chat li.user_2 {
    background: rgba(0,0,0,0.05);
}
chat li.user_3 {
    background: rgba(0,0,0,0.1);
}
.chat span.label {
    font-weight: bold;
}
.footnotes {
	margin: 50px 60px 10px 20px;
	color: #222;
}
.footnotes ol {
	padding: 0 100px;
}
.footnotes li p {
	font-size: 14px;
	width: 400px !important;
}
hr {
	display: none;
}
.meta {
	font-size: 12px;
	margin-left: 70px;
	color: #aaa;
}
.meta a {
    font-size: 12px;
	font-style: italic;
	color: #aaa !important;
	-webkit-transition: color .3s;
	margin-right: 4px;
}
.meta a:hover {
	color: #222 !important;
}
.heart {
	font-size: 9px;
}
.twitter-container {
	opacity: .5;
	position: relative;
	width: 90px !important;
	top: 6px;
	margin-left: 5px;
	width: 131px;
	height: 20px;
	-webkit-transition: opacity .3s;
}
.twitter-container iframe {
	height: 20px !important;
	width: 90px !important;
}
.twitter-container:hover {
	opacity: 1;
}
ol.notes {
	margin-top: -60px;
	margin-bottom: 80px;
	padding: 0 70px;
	list-style: none;
	font-size: 14px;
	color: #aaa;
}
ol.notes li {
	margin-bottom: 2px;
}
ol.notes img {
	display: none;
}
ol.notes blockquote {
	display: inline;
	border-left: none;
	font-style: italic;
	margin-left: -7px;
}
ol.notes blockquote a {
	border-bottom: 0;
}
ol.notes .clear {
	display: none;
}
ol.notes a {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	-webkit-transition: color .3s;
}
ol.notes a:hover {
	color: #222;
}
#pagination {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
#pagination a, #pagination span {
	margin-right: 5px;
	border-bottom: none !important;
}
#pagination:last-child {
	margin-right: none !important;
}
.previous, .next {
	color: #aaa !important;
	-webkit-transition: color .3s;
}
.previous:hover, .next:hover {
	color: #222 !important;
}
.previous {
	margin-right: 25px !important;
}
.next {
	margin-left: 20px;
}
#footer {

	text-align: center;
	width: 500px;
	border-top: 1px solid #ccc;
	height: 46px;
	margin: -67px auto 0 auto;
	padding: 20px 70px 0 70px;
}
#pages {
	width: 500px;
	padding: 0;
	list-style: none;
	line-height: 24px;
}
#pages li {
	display: inline;
	margin-right: 10px;
}
#pages li:last-child {
	margin-right: 0 !important;
}
sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	margin: 0 1px 0 2px;	
}
sup {bottom: 1ex;}
sub {top: .5ex;}
.tweet {
	width: 500px;
	margin: 0 70px 0 70px;
}
.clearfix:after, #content:after {
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
@media (max-width: 640px) {
	body {
		font-size: 16px;
	}
	#content, header {
		width: 90% !important;
		margin-left: auto !important;
		min-width: 300px;
	}
	article {
		width: 100% !important;
	}
	#infobild {
		margin-left: 0 !important;
	}
	
	h2 {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	article p {
		line-height: 23px !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	img {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
	}
	article iframe {
		width: 100% !important;
		height: 166px !important;
	}
	blockquote {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	article.link a {
		margin-left: 0 !important;
	}
	article.audio iframe {
		width: 100% !important;
		height: 78px !important;
	}
	.tweet {
		width: 100%;
		margin: 0 !important;
	}
	ul,ol {
		width: 90% !important;
		padding: 0 15px 0 15px;
	}
	ul.chat {
	    width: 100% !important;
	    padding: 0 15px 0px 15px !important;
	    list-style: none;
	}
	.footnotes {
		margin: 40px 20px 0 20px;
	}
	.footnotes ol {
		width: 100% !important;
		padding: 0 0 0 20px !important;
	}
	.footnotes li p {
		width: 100% !important;
	}
	li {
		padding: 0 !important;
		width: 90% !important;
	}
	li p {
		width: 90% !important;
	}
	ol.notes {
		padding: 0 !important;
	}
	#footer {
		width: 100%;
		min-width: 300px;
		padding: 5px 0;
	}
	#pages {
		width: 100% !important;
		min-width: 300px;
		font-size: 16px;
	}
	#pages li {
		margin-right: 6px !important;
		white-space: nowrap;
	}
	
}