html {
	background: url(bg-body.jpg) repeat fixed; 
	color: #000000;
	font-family: Palatino, Georgia, Times, serif;
}

body {
	background-color: rgba(255,255,255,0.9);
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
	width: 800px;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 20px;
	text-align: justify;	
	font-size: 12pt;
}

h2 {
	display: block;
	padding: 15px 0;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

h2 a {
	text-decoration: none;
	color: #000000;
}

h3 {
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 0;
	text-align: center;
	font-size: 150%;
	letter-spacing: 5pt;
}

a {
	text-decoration: none;
	color: #333388;
}

a:hover{
	text-decoration: underline;
	color: #333366;
}

ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 60px;
}

body > ul > li {
	position: relative;
	margin: 0 auto 20px auto;
  	padding: 15px 15px 35px 15px; /* kleiner Abstand unten */
  	border: 1px solid rgba(0,0,0,0.2);
  	background-color: rgba(0,0,0,0.05);
  	box-shadow: 1px 1px 3px #777;
	border-radius: 4px;
}

/* Datum/Uhrzeit unten, kleiner */
body > ul > li time {
	display: block;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	margin-top: 10px;
	color: #333;
}

/* Permalink-Box rechts unten */
body > ul > li > a.permalink {
	position: absolute;
	bottom: 10px;
	right: 15px;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 65%;
	text-transform: uppercase;
	letter-spacing: 1pt;
	padding: 2px 6px;
	color: #333388;
	border: 1px solid #333388;
	background-color: rgba(0,0,0,0.05);
	border-radius: 3px;
}

body > ul > li > a.permalink:hover {
	background-color: rgba(200,200,255,0.2);
	color: #333366;
	border-color: #333366;
	text-decoration: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

blockquote {
	border: 1px solid rgba(0,0,0,0.1);
  	border-left: 4px solid #999;
  	margin-left: 10px;
  	padding: 5px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

ul li .title {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	font-size: 110%;
}

body > b, body > p {
	font-size: 100%;
	margin: 0;
	display: block;
	text-align: center;
}

/* iPhone spezifisch */
@media screen and (max-device-width: 480px){
body {
	-webkit-text-size-adjust:none;
	font-size: 28pt !important;
}
ul { margin-bottom: 120px; }
body > ul > li {
	margin: 0 auto 50px auto !important;
  	padding: 15px 15px 130px 15px !important;
}
body > ul > li > a.permalink {
	padding: 30px !important;
	font-size: 80%;
	border-radius: 20px;
}
}
