/*
Theme Name: dieeinfachheit.de
Theme URI: http://www.dieeinfachheit.de
Version: 1.0
Author: Patrick Butterer
Author URI: http://pat-o.net
*/

* {
font: normal 14px/20px "Courier New", Courier, monospace;
color: #000;
margin: 0;
padding: 0;
}
body {
background-color: #fff;
}
a {
color: #000;
text-decoration: underline;
}
a:hover {
color: #777;
}
#header {
height: 100px;
}
#logo {
display: none;
}
#navigation {
background: #ddd;
display: block;
left: -200px;
position: fixed;
top: 100px;
width: 240px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
}
#navigation ul {
margin: 20px 40px 20px 100px;
}
#navigation ul li {
list-style-type: none;
}
#content {
margin: 0 auto;
width: 380px;
}
#title {
margin-bottom: 40px;
}
.post {
padding-bottom: 100px;
}
.post-title {
padding-bottom: 20px;
}
.back-link {
padding-bottom: 60px;
position: relative;
top: 0px;
}