/*  
Theme Name: Webmeisterei
Theme URI: http://www.webmeisterei.com
Description: The worldfamous official Webmeisterei Wordpress Theme.
Version: 1.0
Author: Oliver Petznick
Author URI: http://petznick.at/
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #3f3a12;
}

a {
    color: #3f3a12;
    text-decoration: underline;
}

a:hover {
    color: #3f3a12;
    background-color: #abdbdf;
    text-decoration: none;
}

p, pre, ul {
    padding-bottom: 1.2em;
}

pre {
  background-color: #F6F1ED;
  overflow:auto;
  margin-bottom: 5px;
}

img {
    border: none;
}

hr {
    display: none;
}

#stripe {
    width: 100%;
    height: 10px;
    background-color: #3f3a12;
}

#content {
    width: 548px;
    float: left;
}

#logbookContainer {
    width: 548px;
    height: 248px;
}

#logbook {
    position: relative;
    width: 71px;
    height: 84px;
    background: #fff url('images/logbuch.gif') no-repeat;
    top: 120px;
    left: 114px;
}

#logo {
    margin-top: 36px;
    margin-bottom: 38px;
}

#menu {
    width: 180px;
    float: left;
}

#menu ul {
    list-style: none;
}

#menu ul h4 {
    font-family: Arial, "MS Trebuchet", sans-serif;
    color: #3f3a12;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #abdbdf;
    padding-left: 2px;
    padding-right: 4px;
    line-height: 14px;
    display: inline;
}

#menu ul ul {
    list-style: disc;
    margin-top: 12px;
    margin-bottom: 28px;
}

#menu ul ul li {
    margin-left: 12px;
}

h2 {
    font-family: Arial, "MS Trebuchet", sans-serif;
    color: #3F3A12;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
}

h2 a {
    color: #abdbdf;
    text-decoration: none;
    display: inline;
    background-color: #3f3a12;
    padding-left: 2px;
    padding-right: 4px;
    line-height: 17px;
    letter-spacing: -0.03em;
}

h2 a:hover {
    color: #3f3a12;
    background-color: #abdbdf;
}

.post {
    width: 465px;
}

.post .entry {
    line-height: 16px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.post .postmetadata {
    margin-top: 10px;
    margin-bottom: 60px;
}

.postInfo {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-weight: bold;
    font-size: 12px;
    width: 111px;
    border-left: 4px solid #3f3a12;
    line-height: 17px;
    text-align: right;
    float: left;
}

h3.pagetitle {
    margin-left: 115px;
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
}

h2.pagetitle {
    color: #abdbdf;
    display: inline;
    background-color: #3f3a12;
    padding-left: 2px;
    padding-right: 4px;
    line-height: 17px;
    letter-spacing: -0.03em;
}

.postInfo .date {
    padding-right: 15px;
}

.postContent {
    width: 350px;
    float: left;
}

#footer {
    padding-top: 10px;
    width: 350px;
    margin-left: 115px;
    margin-bottom: 30px;
}

.commentContainer {
    width: 350px;
}

.commentContainer input {
    border: 1px solid #3f3a12;
}

.commentContainer label,
.commentContainer input {
    margin-bottom: 5px;
}

.commentContainer textarea {
    width: 350px;
    border: 1px solid #3f3a12;
}

ol.commentlist {
    list-style: none;
}

ol.commentlist li {
    margin-bottom: 40px;
}

.navigation,
.commentContainer {
    margin-left: 115px;
    margin-bottom: 30px;    
}

.clear {
    clear: both;
}

blockquote {
    margin-left: 0;
    padding-left: 0.5em;
    border-left: 4px solid #ABDBDF;
    color: #777;
}

#xmas {
    width: 241px;
    height: 460px;
    background: url('images/xmas.jpg') no-repeat;
    position: absolute;
    left: 735px;
    top: 10px;
}

#menu ul ul ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* job advert */
#job {
    width: 241px;
    height: 460px;
    position: absolute;
    left: 735px;
    top: 28px;
}

#job a:hover {
    background-color: #fff;
}
/* end job advert */

#category_cloud {
    margin-top: 12px;
    margin-bottom: 28px;
}
