/*
Theme Name: Burnfield Dark
Version: 1.1
Author: Martin & Peter Str&ouml;m
Author URI: http://www.burnfield.com/martin
Description: Simple theme. Design by <a href="http://burnfield.com/peter/work/wordpress-theme">Peter Ström</a> and coded by <a href="http://burnfield.com/martin">Martin Ström</a>. Updated by <a href="http://m.tacker.org/blog/">Markus Tacker</a>.
*/

/* --------------------------------------------------------------------------------
 * Typography: =Default
 * -------------------------------------------------------------------------------- */

/* Set 1em to 11px */
body {font-size: 11px;}
html>body {font-size: 11px;}

/* Base font face */
* {font-family: "Courier New", Helvetica, Arial, monospace;}
html>body * {font-family: Courier, "Courier New", Helvetica, Arial, monospace;}

/* Base font size */
#page {font-size: 11px;}

#page * {
    font-size: 11px;
    line-height: 1.5em;
}


/* --------------------------------------------------------------------------------
 * Typography: =Headers
 * -------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {font-weight: normal;}

h2 {
    margin-bottom: 26px;
    text-transform: uppercase;
}

h3 {margin-top: 13px;}

h3 span {border-bottom: 1px solid #000;}

h4 {margin-left: 20px;}


/* --------------------------------------------------------------------------------
 * Typography: =Links & =general
 * -------------------------------------------------------------------------------- */

a {
    border-bottom: 1px dotted blue;
    color: blue;
    text-decoration: none;
}

    a:hover {
        background: #3B3B3B;
        color: #fff;
        border: none;
    }


strong {
    font-weight: normal;
    border-bottom: 1px solid #000;
}

p {margin-bottom: 13px;}

code, pre {
    background: #2B2B2B;
    color: #D3D3D3;
}


/* --------------------------------------------------------------------------------
 * Structure: =Common
 * -------------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 1px;
    line-height: .1px;
    font-size: .1em;
    overflow: hidden;
}

.content, #container, #footer {width: 825px;}

#header .content, #container, #footer {
    margin: 0 auto;
    text-align: left;
}

pre {margin-bottom: 13px;}

/* Images */
a img {border: none;}

h3 + p > img {margin-top: 5px;}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}


/* --------------------------------------------------------------------------------
 * Structure: =Header
 * -------------------------------------------------------------------------------- */


body {
    background: #fff;
    text-align: center;
}

#top-container {
    position: absolute;
    left: -100px;
}

#page {margin: 0 auto;}

#header {
    background-color: #000000;
    height: 56px;
    border: 0;
}

    #logo {
        margin: 15px 0 7px 0;
        float: left;
    }

    #logo a {
        text-transform: uppercase;
        font-weight: normal;
        color: #fff;
        border: none;
    }

    #logo a:hover {
        background: #fff;
        color: #000;
    }

    /* Based on search form at http://www.bartelme.at */
    #searchbar {
        float: right;
        margin-top: 34px;
    }

    #searchbar label, #searchbar input {
      /* left: -9999px; */
      position: absolute;
    }

    #searchbar #s {
        position: relative;
        left: 0;
        top: 0;
        color: #999;
        width: 200px;
        height: 15px;
    }

    #searchbar #s.focus, #searchbar #s.is-safari {color: #000;}


/* --------------------------------------------------------------------------------
 * Structure: =Navigation
 * -------------------------------------------------------------------------------- */

/*################################
Suckerfish Navigation Start
##################################*/

#nav, #nav2    {
    clear: left;
    position: relative;
}

#nav2 { clear: both; width: 100%; }

#nav ul, #nav2 ul {
    top: 23px;
    left: 185px;
    list-style-type: none;
    text-align: left;
    background: #FFFFFF;
    border: 1px;
}

#nav li, #nav2 li {
    display: block;
    float: left;
    height: 20px;
    padding: 5px 6px 1px 6px;
    background: #fff;
    margin-right: 1px;
    border: 1px;
}

#nav a, #nav2 a {
    text-decoration: none;
    font-family: Courier, "Courier New";
    font-size: 10px;
    color: #000000;
    overflow: hidden;
    text-align: center;
    border: 0;
    padding: 0px;
}
#nav li a:hover, #nav2 li a:hover {
    /* border-left: 1px solid #FFFFFF; */
        color: #FFFFFF;
        background: #000000;
}


/* ----------- */
/* sub menus */
/* ----------- */
#nav li ul {
    position: absolute;
    /* top: 0px; */
    width: 185px;
    left: -999em;
    text-align: left;
    background: #FFFFFF;
    border: 1px;
}
#nav li .pages, #nav li .recent, #nav li .archives, #nav li .categories, #nav li .meta {
    border: 1px solid #000000;
    height: auto;
}

/* shows the drop - downs */
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

/* sets background when hovering over drop-down menu items */
#nav li ul a:hover {
    color: #FFFFFF;
    background: #000000;
}

/* style of each sub menu item listing */
#nav li ul li, #nav li ul li a {
    color: #000000;
    float: left;
    text-align: left;
    width: 185px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    height: 25px;
    margin: 0px;
    text-indent: 3px;
}
#nav li ul li .bottom, #nav li ul li a .bottom {
    height: 0px;
    line-height: 0px;
}
* html #nav li ul li, * html #nav li ul li a {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}
/*################################
Suckerfish Navigation End
##################################*/


/* --------------------------------------------------------------------------------
 * Structure: =Sidebar
 * -------------------------------------------------------------------------------- */

#sidebar {
    float: right;
    width: 200px;
    padding-bottom: 9px;
}

    #sidebar h3 {margin-top: 0;}

    /* Submitted comments */
    #sidebar #commentlist {
        list-style-type: none;
        margin: 13px 0;
    }

        #commentlist cite {font-style: normal;}

        #commentlist h3, #sidebar #commentbox h3 {margin-bottom: 13px;}

        #commentlist p {margin-bottom: 0;}

    /* Comment form */
    #sidebar #commentbox {
        margin-bottom: 6px;
        padding-bottom: 0;
    }

        #commentbox label {
            display: block;
        }

        #commentbox textarea {
            margin-top: 2px;
            width: 200px;
            height: 132px;
        }

        #commentbox p#comment-textarea {margin-bottom: 11px;}

        #commentbox p#submit {margin-bottom: 0;}


/* --------------------------------------------------------------------------------
* Structure: =Content
* -------------------------------------------------------------------------------- */

#container {
    clear: both;
    padding-top: 0;
    margin: 40px auto 0 auto;
}

#main {
    float: left;
    width: 600px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 17px 0 0 0;
}

    /* Permalink on title shouldn't look like link */
    #main h2 a {
        color: #000;
        border: none;
    }

    #main h2 a:hover {color: white;}

    #main p {width: 520px;}

    #main p.last {margin-bottom: 11px;}

    #main ol, #main ul {
        padding-left: 40px;
        margin-bottom: 13px;
    }

    #main pre {
        width: 494px;
        overflow: auto;
        padding: 13px;

    }

    #main div.updated {
        padding-left: 7px;
        border-left: 4px solid #000;
        margin-bottom: 13px;
    }


/* --------------------------------------------------------------------------------
 * Structure: =Thumbnail List
 * -------------------------------------------------------------------------------- */

ul#thumbnails {list-style-type: none; padding: 0;}

    ul#thumbnails li {
        clear: both;
        padding-bottom: 9px;
        margin-bottom: 26px;
        background: url(images/category-bg_new.gif) no-repeat left bottom;
    }

    ul#thumbnails li.last {margin-bottom: 0;}

        ul#thumbnails .thumbnail {
            display: block;
            float: left;
            width: 90px;
            height: 90px;
            border: 1px solid #000;
            margin: 0 15px 5px 0;
        }

        ul#thumbnails .content {
            float: left;
            width: 600px;
            overflow: hidden;
        }

        ul#thumbnails .content h3 {margin-top: 0;}

            ul#thumbnails .content h3 span {border-bottom: none;}

        ul#thumbnails .content div.text {
            height: 76px;
            overflow: hidden;
        }

        ul#thumbnails .clear {margin: 0;}

        ul#thumbnails .metadata {
            float: right;
            clear: right;
            width: 200px;
        }

            ul#thumbnails .metadata h3 {margin-top: 0;}

            img.thumbnail { width: 90px; height: 90px; }


/* --------------------------------------------------------------------------------
 * Structure: =Tagcloud
 * -------------------------------------------------------------------------------- */

#tagcloud, #tagcloud a {
    font-family: arial, helvetica, sans-serif;
    font-size: 0.85em;
    line-height: 25px;
    border: none;
}


/* --------------------------------------------------------------------------------
 * Structure: =Footer
 * -------------------------------------------------------------------------------- */

#footer {clear: both;}

    #footer p {
        margin-top: 10px;
        float: left;
        padding-bottom: 26px;
    }


/* Zufallsbild */
div.zufallsbild { width: 100%; }
img.zufallsbild { width: 100%; }
div.zufallsbild a { border: 0; }