/*   
Theme Name: Diskowuerste simple v1
Theme URI: www.diskowuerste.ch
Description: Diskowuerste minimal template
Author: Philip Whitfield
Author URI: www.whitfield.ch
Version: 1.0
*/

body,html{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: Geneva, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #181512;
}

a{
    text-decoration: none;
    border: 0px;
    color: #2E2822;
}

a:hover{
    text-decoration: underline;
}

#page{
    width: 685px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header{
    margin-bottom: 20px;
}

#headerimg{
    margin-top: 20px;
}

.post{
    margin-left: 108px;
    margin-right: 105px;
}

.post hr{
    background-image: url(img/wurstKlein.jpg);
    height: 14px;
    border: 0px;
    width: 350px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.post h2{
    font-size: 20px;
    margin-top: 0px;
}

.post h2 a{
    text-decoration: none;
    color: #181512;
}

p.date{
    margin-bottom: 0px;
    height: 20px;
    font-size: 12px;
}

.entry{
    font-size: 13px;
    line-height: 22px;
}

#sidebar{
    float: left;
    width: 99px;
}

#sidebar h2{
    margin:0px;
    padding:0px;
    font-size: 13px;
}

#sidebar a{
    color: #2E2822;
}

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

#sidebar ul,#sidebar li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px
}

#sidebar ul{
    margin-bottom: 20px;
}
