﻿/*CSS RESET BY http://www.ejeliot.com/blog/85 */
body {
	padding:0;
	margin:0;
	font:13px Verdana, Arial, Helvetica, Garuda, sans-serif;
*font-size:small;
*font:x-small;
	background-color:#efefef;
}
h1, h2, h3, h4, h5, h6, ul, li, {
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}
table {
	font-size:inherit;
	font:100%;
}
ul {list-style: inside;}
img { border:0; }
p { margin:1em 0; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a:hover {
	text-decoration: underline;
	color: #405d94;
}

#wrapper {
	width:960px;
	margin:0 auto;
	position: relative;
}
#content {
	float:left;
	width:760px;
}
h1 {
	margin-top: 0px;
	font-size: 3.8em;
	text-align: center;
	text-transform: none;
	letter-spacing: -2px;
	font-weight: 700;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding-top: 20px;
	text-shadow: 0px 1px 0px #fff;
	color: #909090;
	position:relative;
	z-index:3;
}
h2 {
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 1.7em;
	color: #2d4065;
}
h2.date {
	font-weight: 400;
	font-size: 2.2	em;
	margin-left: -15px;
	color: #acc3ef;
	position: relative;
	z-index: 3;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0 #566277, -1px -1px 0 #566277, -1px 1px 0 #566277, 0 1px 0 #566277, 1px -1px 0 #566277, 1px 1px 2px rgba(0, 0, 0, 0.5);
}
h3 {
	line-height: 1.6em;
	background-color: #526ea3;
	text-shadow: 0px 1px 0px #7da1e5;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 1.5em;
	text-align: center;
	width: 704px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position: relative;
	z-index: 2;
}
h3 a {
	text-decoration: none;
	color: #1a273e;
}
h4 a {color:#324a77; text-decoration: none;}
h3 a:hover { color:#37507d; text-decoration: none; }
h4 a:hover { color:#37507d; text-decoration: none; }
h4 {
	font-weight: 700;
	font-size: 2em;
	line-height: 1.8em;
	text-shadow: 1px 1px 1px;
	padding-right:62px;
}
.entrygroup {
	width:90%;
	padding:0 5px 0 5px;
	margin:0 auto;
	border:1px solid #aaa;
	background-color: #f5f5f5;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	box-shadow: 0px 3px 8px #666666;
	-webkit-box-shadow: 0px 3px 8px #666666;
	-moz-box-shadow: 0px 3px 8px #666666;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-top: -5px;
	position: relative;
	z-index: 1;
}
.content h3 { font-size:1.3em; background:none; text-align:left}
.avatar {
background-image:url("http://androidblogs.de/images/avatar_rahmen.gif");
float:right;
height:87px;
margin-right:39px;
margin-top:-38px;
position:relative;
width:87px;
z-index:2;
}
img.face {padding:1px;}

.entry { margin-bottom: 2em; }
.entry .date { color: grey; }
.entry .date a {
	text-decoration: none;
	color: inherit;
}
.sidebar {
	float:right;
	top: 0px;
	right: 0px;
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-left: 0px;
	font-size: 85%;
}
.sidebar h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 0px;
}
.sidebar ul {
	padding-left: 1em;
	margin-left: 0px;
	list-style-type: none;
	font-size:1.2em;
}
.sidebar ul li:hover { color: grey; }
.sidebar ul li a { text-decoration: none; }
.sidebar ul li a:hover { text-decoration: underline; }
.sidebar ul li a img { border: 0; }
.sidebar p {
	border-top: 1px solid grey;
	margin-top: 30px;
	padding-top: 10px;
	padding-left: 5px;
}
.sidebar .message {
	cursor: help;
	border-bottom: 1px dashed red;
}
.sidebar a.message:hover {
	cursor: help;
	background-color: #ff0000;
	color: #ffffff !important;
	text-decoration: none !important;
}