/*
Theme Name: devblog.de
Theme URI: http://www.evius.de/www/devblog
Description: Your theme
Version: 1
Author: You
Author URI: http://binarybonsai.com/

        Kubrick v1.5
         http://binarybonsai.com/kubrick/

        This theme was designed and built by Michael Heilemann,
        whose blog you will find at http://binarybonsai.com/

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php


        *** REGARDING IMAGES ***
        All CSS that involves the use of images, can be found in the 'index.php' file.
        This is to ease installation inside subdirectories of a server.

        Have fun, and don't be afraid to contact me if you have questions.
*/

body {
 border: none;
 margin: 0px;
 padding: 0px;
 font-family: Arial;
 font-size: 8pt;
}

img {
border: 0px
}

#bloghead {

}

#bloghead #logo {
 margin: 12px;
 margin-bottom: 0px;
}

#bloghead h1 {
 margin: 0px;
 margin-right: 20px;
 margin-top:10px;
 padding: 0px;
 font-family: Tahoma;
 font-size: 8pt;
 text-transform: uppercase;
 color: #555555;
 letter-spacing: 0.2em;
}


#contentwrap {
 width: 508px;
 float: left;
}

#content {
 overflow: hidden;
 margin: 20px;
}

#content h2 {
 padding: 0px;
 margin: 0px;
 margin-bottom: 2px;
 font-family: Tahoma, Georgia;
 font-size: 16pt;
 color: #C4192D;
 font-weight: normal;
}

#content h2 a {
 color: #C4192D;
 text-decoration: none;
}

#content h2 a:hover {
 color: #698507;
}

#content h3 {
 padding: 0px;
 margin: 0px;
 margin-bottom: 2px;
 font-family: Tahoma, Georgia;
 font-size: 12pt;
 font-weight: normal;
 color: #C4192D;
}

#content small {
 color: #777777;
 font-size: 8pt;
 font-family: Tahoma;
 text-transform: uppercase;
 letter-spacing: 0.1em;
}

#content small a {
 color: #777777;
 text-decoration: none;
}

#content small a:hover {
 color: #000000;
}

#content p {
 margin-top:8px;
 font-size: 10pt;
 line-heigdht: 11pt;
}

#content p a {
 color: #698507;
 border-bottom: 1px dashed #698507;
 text-decoration: none;
}

#content p a:hover {
 color: #C4192D;
}







#sidebar {
 width: 150px;
 overflow: hidden;
 float: left;
 font-family: Tahoma;
 font-size: 9pt;
}

#sidebar ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

#sidebar ul li {
 margin: 0px;
 margin-top:18px;
 padding: 0px;
 list-style-type: none;
}

#sidebar ul li .sectionheader {
 padding: 1px 0px 1px 8px;
 color: white;
 font-family: Georgia, Tahoma;
 font-size: 13pt;
 color: #DDF60B;
 text-transform: lowercase;
 font-wehight: bold;
}

#sidebar ul li .sectionheader .dev {
 color: white;
 font-wehight: bold;
 font-family: Georgia;
}

#sidebar ul li ul {
 margin: 0px;
 margin-top: 3px;
 padding: 0px;
 list-style-type: none;
}

#sidebar ul li ul li {
 margin: 0px;
 padding: 3px 5px 0px 8px;
 font-size: 9pt;
 color: white;
 font-family: Arial;
 list-style-type: none;
 letter-spacing: 0.05em;
}

#sidebar ul li ul li a {
 color: white;
 text-decoration: none;
}

#sidebar ul li ul li a:hover {
 color: #DDF60B;
 text-decoration: none;
}



.commentlist li {
 font-size: 10pt;
}

.commentlist li a {
 color: #698507;
 border-bottom: 1px dashed #698507;
 text-decoration: none;
}

.commentlist li a:hover {
 color: #C4192D;
}




.code {
 font-size: 10pt;
 padding: 10px;
 border: 1px dashed silver;
 background-color: #F3FF8B;
 width: 448px;
 overflow: auto;
}


.pagination1 {
 color: #333333;
 font-size: 9pt;
 font-family: Tahoma;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 font-weight: bold;
}

.pagination1 a {
 color: #698507;
 text-decoration: none;
}

.pagination1 a:hover {
 text-decoration: none;
 color: #C4192D;
}

.pagination1 .left {
 text-align: left;
 margin-right: 10px;
}

.pagination1 .right {
 text-align: right;
 margin-left: 10px;
}




.pagination2 {
 font-size: 8pt;
 font-family: Tahoma;
 margin-bottom:10px;
}

.pagination2 a {
 color: #698507;
 text-decoration: none;
}

.pagination2 a:hover {
 text-decoration: none;
 color: #C4192D;
}

.pagination2 .left {
 text-align: left;
 margin-right: 10px;
}

.pagination2 .right {
 text-align: right;
 margin-left: 10px;
}


#searchform {
 width: 160px;
 margin: 0px;
 margin-bottom: 5px;
}

#searchform #s {
 width: 120px;
 border: 1px solid #DDF60B;
 padding: 1px;
 font-size: 9pt;
 margin-bottom: 4px;
}

#searchform #searchsubmit {
 border: 1px solid #DDF60B;
 border: 1px solid white;
 border: 0px;
 padding: 2px;
 color: black;
 color: white;
 font-size: 7pt;
 font-family: Arial;
 text-transform: uppercase;
 font-weight: bold;
 background-color: #DDF60B;
 background-color: #DE0000;
}

#searchform h2 {
 margin: 0px;
 margin-bottom: 6px;
 margin-top: 10px;
 padding: 0px;
 color: #FFFF9C;
 font-size: 14pt;
 font-weight: normal;
 font-family: Georgia, Tahoma;
 font-size: 14pt;
}

#nlform a {
 color: #FFFF9C;
 text-decoration: none;
}

#nlform a:hover {
 color: #AFFF3C;
 text-decoration: underline;
}

#nlform {
 width: 160px;
 margin: 0px;
 margin-bottom: 5px;
 color: white; 
 font-family: Arial;
 font-size: 9pt;
 
}

#nlform #m {
 width: 120px;
 border: 1px solid #DDF60B;
 padding: 1px;
 font-size: 9pt;
 margin-bottom: 4px;
}

#nlform #nlsubmit {
 border: 1px solid #DDF60B;
 border: 1px solid white;
 border: 0px;
 padding: 2px;
 color: black;
 color: white;
 font-size: 7pt;
 font-family: Arial;
 text-transform: uppercase;
 font-weight: bold;
 background-color: #DDF60B;
 background-color: #DE0000;
}

#nlform h2 {
 margin: 0px;
 margin-bottom: 6px;
 margin-top: 10px;
 padding: 0px;
 color: #FFFF9C;
 font-size: 14pt;
 font-weight: normal;
 font-family: Georgia, Tahoma;
 font-size: 14pt;
}



#latest {
 margin: 0px;
 width: 150px;
 margin-bottom: 14px;
}

#latest ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
 font-family: Arial;
 font-size: 9pt;
}

#latest ul li {
 line-height: 10pt;
 margin-bottom: 5px;
}

#latest h2 {
 margin: 0px;
 margin-bottom: 6px;
 margin-top: 10px;
 padding: 0px;
 color: #FFFF9C;
 font-size: 14pt;
 font-weight: normal;
 font-family: Georgia, Tahoma;
 font-size: 14pt;
}

#latest ul li a {
 color: white;
 text-decoration: none;
}

#latest ul li a:hover {
 color: #DDF60B;
 text-decoration: none;
}