/*
Theme Name: Zombie Saw
Theme URI: http://contemporary-home-computing.org/1tb/
Description: No Zombie Links allowed
Author: Dragan Espenschied
Version: 0.1
Tags: profdr
*/

@import url(reset.css);

body, html {
    min-height: 100%;
    font-size: 16px;
    margin: 8px 0 0 0;
    padding: 0;
    line-height: 24px;
}


body, input, textarea {
    font-family: "Times New Roman", serif;
}

a:link {color: blue}
a:visited {color: purple }
a:active {color: red}



code, pre {
    font-size: 13px;
}

p {
    margin-bottom: 1em;
    max-width: 600px;
}

div.entry-content li,
div.entry-content blockquote {
    max-width: 600px;
}

pre {
    margin-bottom: 1em;
    padding-left: 32px;
}

    #Wrap {
        max-width: 800px;
        margin: 0 auto;
    }
    #Title {height: 32px;}
    #site-description {text-indent: 20px; 
    letter-spacing: 2px;
    font-style: italic; font-family: "Comic Sans MS"}

    h3 > a,
    span.entry-author {
        font-size: 12px;
        font-weight: normal;
    }
    
    body.tag div.post {
        margin-bottom: 0;
    }
    
    h1.entry-title {
        margin: 1em 0;
    }
    
    h3 {
        margin-bottom: 1em;
    }
    div.post h3 {
        font-family: "Comic Sans MS";
        letter-spacing: 3px;
        font-style: italic;
    }
    
    blockquote {
        padding-left: 32px;
        font-style: italic;
    }
    
    #main {
        clear: both;
    }
    div#header {
        padding: 0 0 2em 0;
        position: relative;
    }
        #aboutlink {
            position: absolute;
            top: 0;
            right: 0;
        }
    
    div.post {
        margin: 0 0 4em 0;
    }
    
        
        div.entry-meta {
            position: relative;
            padding-bottom: 16px;
        }
    
        div.entry-meta-meta {
            position: absolute;
            right: 0;
            top: 4px;
            font-size: 12px;
        }
        
        div.entry-meta-finish {
            font-size: 12px;
                margin-top: 24px;
        }
        
        span.entry-date {
            padding-left: 12px;
        }


table.annotation {
    font-size: 12px;
    text-align: center;
    margin-bottom: 2em;
}

    table.annotation td {
        vertical-align: top;
    }

small {
    font-size: 12px;
}

#footer {
    text-align: center;
}
        
div.nav-pages {
    width: 100%;
    position: relative;
    height: 48px;
    font-size: 12px;
}
    div.nav-previous {
        position: absolute;
        float: left;
        left: 0;
        top: 0;
    }
    div.nav-next {
        position: absolute;
        float: left;
        right: 0;
        top: 0;
    }
    
    
div.comment-meta {
    font-size: 12px;
}

hr {
    clear: both;
}

#commentform p {
    float: left;
    width: 100%;
    position: relative;
}

    #commentform label,
    #commentform input,
    #commentform textarea {
        display: block;
        float: left;
    }
    
    #commentform span.required {
        color: red;
    }
    
        #commentform textarea {
            width: 400px;
            height: 200px;
        }
    
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label,
p.comment-form-url label,
p.comment-form-comment label {
    width:92px;
    text-align: right;
    padding-right: 8px;
}

del {
    text-decoration: line-through;
}

add {
    text-decoration: underline;
}

div.entry-content ul, div.entry-content ol {
    margin-bottom: 1em;
}

body.page div.entry-content {
    margin-bottom: 3em;
}

/* read more link */

a.more-link {
    width: 800px;
    display: block;
    text-align: center;
    font-size: 125%;
    margin-bottom: 2em;
}


/* Hack für 90er-Tabellen! */

td {
    line-height: 16px; 
}

td a {
    display: block
}

td img {
    display: block;
}








/* footnotes */
sup {
    position: relative;
    bottom: 6px;
    font-size: 12px;
}
div.footnotes {
    margin-top: 48px;
    font-size: 12px;
    line-height: 18px;
    width: 480px;
}
    div.footnotes hr {
        width: 320px;
        margin-left: 0;
    }
    
    div.footnotes li {
        margin-bottom: 1em;
    }





/* make gists less awful */
.gist {
    width: 600px;
    font-size: 11px;
}

.gist-file pre {
    font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', monospace !important;
    line-height: 1.3em;
  }




/* wordpress editor features */

.alignright {
    float: right;
    margin-left: 1em;
    margin-top: 0.25em;
}








