/*
  
  Modified for articles.serenity.de
  
  Original (c) arc90
  
  http://code.google.com/p/arc90labs-readability/
  License: http://www.apache.org/licenses/LICENSE-2.0

*/


@charset "utf-8";
/* CSS Document */

/*
#readOverlay  {
	background-image: none;
	background: #eee;
	font-family:Georgia,"Century Schoolbook","Times New Roman",Times,serif;

}
body {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
*/
body {
	text-align: left;
	line-height: 1.4em;
	margin: 1em auto;
	max-width: 800px;
}
a {
	color: #741314;
	text-decoration: underline;
}
/*#readInner * {
  margin-bottom: 16px;
  border: none;
  background: none;
}
*/
img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
h1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
	font-size: 1.2em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

body {
	font-size: 18px;
}

/* Style options */

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #eee;
	color: #333;
}

h1 {
	font-family: "Arial Black", "Gadget", sans-serif;
	font-weight: normal;
}
/* Margin Options */

body {
	width: 75%;
}

pre {
	border: 1px solid #666;
	padding: 1ex;
}

p.flattr {
	text-align:right;
}

p.flattr img {
	float: none;
}