html, body {
    margin: 0pt;
    padding: 0pt;
    height: 100%;
    color: white;
}
body { background-image: url(img/pattern/background_chunweilarneeswollte.png); }
    
a {color: white; }
a img { border: none; }

h1, h2, h3, h4, h5, h6 { 
    font-family: sans-serif;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

hr { 
    border: none;
    border-top: 1px dashed gray; margin: 50px;
}

p { 
    text-align: justify;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

#banner { margin-top: 10px; }
#header {
    background-image: url(img/pattern/header_85.png);
    height: 85px;
    margin-bottom: 10px;

    text-align: center;
}

#wrapper {
    min-height: 100%;
    height: 100%;
    height: auto;
    margin-bottom: -26px;
}

#pagewrapper {
    margin: 0px 10px 40px 10px;;
}

#left {
    float: left;
    width: 220px;
}
#right {
    width: 200px;
    float: right;
}
#middle {
    padding-left: 240px;
    padding-right: 220px;
    margin: auto;
}

#footertext {
    margin: 0;
    padding-top: 6px;
    text-align: center;
    color: #505050;

    font-family: sans-serif;
    font-size: 0.6em;
    letter-spacing: 0.17em;
}
#footer {
    background-image: url(img/pattern/footer.png);
    background-repeat: repeat-x;

    height: 26px;
    width: 100%;

    text-align: center;

    /*position: absolute;
    bottom: 0;*/
    /*float: right;*/
    line-height: 26px;
    clear: both;
}

#hackergotchi { 
    margin-left: 12%;
    margin-bottom: 15px;
    /*border: 2px dashed #bebebe;
    border-bottom: none;*/
}

/* MACRO CSS */

.invader { padding-right: 5px; padding-top: 5px; }

.commentmeta {
    font-family: sans-serif;
    font-size: 0.6em;
    font-variant: normal;
    font-style: italic;
    color: gray;
    letter-spacing: 0.01em;
    margin: 0px;
    padding: 0px;
}

#left .box, #right .box { font-size: 0.8em; }

.gray  { border: 1px solid #303030; margin: 0px; padding: 0px; }
.black { border: 1px solid black; }

.box { 
    background-color: white; 
    margin: 0px 0px 20px 0px;
}
.boxtopic { 
    /*background-color: #252525;*/
    /*background-color: #1b1c1d;*/
    background-image: url(img/pattern/box_title.png);
    /*border-bottom: 1px solid #202020;*/
    border-bottom: 1px solid #111;
    margin: 0px;
    padding: 2px 8px;
    font-family: 'Georgia', serif;
    letter-spacing: 0.04em;
    font-size: 1.4em;
    font-variant: small-caps;
}
.boxtopic a { 
    color: white;
    text-decoration: none;
 }

.invader_and_title {
    text-align: center;
}

.boxcontent { 
    background-color: #090909;
    text-align: justify;
    color: #d9d9d9;
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;   
    margin: 0px;
    padding: 8px 8px;
    font-family: 'Trebuchet MS', 'Verdana', 'Bitstream Vera Sans', sans-serif;
    font-size: 0.9em;
}

.boxfooter, .boxfooter a {
    /*background-color: #191919;*/
    background-image: url(img/pattern/box_title.png);
    border-top: 1px solid #111;
    margin: 0px;
    padding: 2px 2px;
    color: #717171;
    text-align: left;
    font-size: 9pt;
    font-family: sans-serif;
    letter-spacing: 0.04em;
    width: 100%;
}

.boxtopictext, .boxcontenttext, .boxfootertext { margin: 0px; padding: 0px; }

.comments, .pubdate, .taggedas { width: 33%; }
.comments, .comments a { 
    font-weight: bold;
    text-decoration: none;
    margin-right: 5%;
}
.pubdate { margin-right: 5%; text-align: center; }
.taggedas { text-align: right; }

.tag-cloud a { text-decoration: none; }

/* COMMENT AREA */

dl { 
    border: 0px solid gray;
    background-color: #1b1c1d;
    color: white;
    width: 300%;
    padding: 10px 0px 10px 0px;
}
dd { padding-bottom: 10px; }
label, dl p { 
    padding-left: 5px;
    font-family: sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
}

textarea, input { 
    background-color: black; 
    color: white;
    font-family: sans-serif;
    font-size: 0.8em;
    border: 1px solid #222;
    padding: 3px;
    width: 300%;
}
input { width: 50%; }
#submit { width: 300%; }

/* Quicksearch widget */
.quicksearch {
    text-align: center;
}
.quicksearch input {
    width: 98%;
    margin-bottom: 5px;
    font-size: 1.2em;
    border: 0px;
}
.quicksearch #searchbutton {
    /* In order to have the submit box and
     * the input field look properly and have
     * the same size...
     * Dunno yet why it doesn't work directly.
     * TODO: Investigate! */
    width: 100%;
}
