/*  
Theme Name: 96dpi 
Theme URI: http://blog.96dpi.de/
Description: Das 96dpi-Thema
Version: 0.4
Author: Andreas Levers
Author URI: http://blog.96dpi.de/
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

html {
    font-family: Helvetica, Arial, Sans-Serif;
    background: #555;
}

/* Main elements */

#page {
    background: #fff url('/wp-content/themes/96dpi08/images/page.png') repeat-y right;
    width: 940px;
    margin: 0 auto;
    z-index: 2;
}

#content {
    width: 500px;
    margin: 0;
    padding:  0 20px;
    min-height: 600px;
    float: left;
    z-index: 3;
    position: relative;
}

#sidebar {
    font-size: 11px;
    width: 400px;
    padding: 0;
    margin: 20px 0;
    float: left;
    color: #444;
    line-height: 18px;
}

#footer {
    clear: both;
    float: none;
    font-size: 11px;
    padding: 20px;
    background: #f8f8f8;
    text-align: left;
    border-top: 1px solid #ccc;
    width: 501px;
}

/* Overall link style */

a:link, a:visited {
    text-decoration: none;
}

a:link, a:visited {
    color:#07d;
}

h2 a:link, h2 a:visited {
    color: #07d;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

h2 a {
    -webkit-transition: color .2s linear;
    padding: 10px 0 10px 60px;
    height: 39px;
    margin: -10px -20px -10px -60px;
    display: block;
    background: #fff;
}

h2 a:hover, .posthead:hover h2 a  {
    color: #000;
    text-decoration: none;
}

/* Post layout */

div.post {
    font-size: 11px;
    line-height: 20px;
}

div.post p, .commenttext p {
    margin-bottom: 1em;
}

div.comments {
    font-size: 12px;
    line-height: 20px;
}

div.comments p {
    margin-bottom: .5em;
}

div.post, div.comments {
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
}

h2.pagetitle {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}

.post .entry {
    display: block;
    float: none;
    width: 500px;
    color: #333;
}

.posthead {
    display: block;
    width: 100%;
    float: none;
}

.posthead h2 {
    display: block;
    float: none;
    padding: 10px 0;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0;
    height: 30px;
    margin: 0 0 20px;
}

#sidebar .postmetadata {
    font-size: 10px;
    padding: 0 20px 10px;
    margin: 0 0 10px;
    color: #888;
    float: none;
    clear: both;
}

#content .postmetadata {
    padding: 0 0 10px;
    margin:  0 0 10px;
	color: #888;
}

.postmetadata p {
    line-height: 20px;
}

/* Header */


div#home {
    background: #f8f8f8;
    padding: 14px 20px 12px;
    height: 14px;
    border-bottom: 1px solid #ccc;
    width: 501px;
    float: left;
    margin-right: -1px;
    font-size: 11px;
    color: #888;
}

div#header {
    position: relative;
    width: 360px;
    padding: 20px 20px 0;
    height: 100px;
    text-align: left;
    float: right;
    color: #35382b;
    margin: 0 0 -20px;
}

#header h1 {
    display: block;
    float: none;
    width: 398px;
    height: 120px;
    margin: -20px -19px;
    background: #f8f8f8 url('/wp-content/themes/96dpi08/images/dotlogo.gif') no-repeat 300px 20px;
    -webkit-transition: background-position .2s linear;
}

#header:hover h1 {
    background-position: 300px 25px;
}

#header p {
    font-size: 10px;
    text-align: right;
}

#header p span {
    color: #f8f8f8;
    -webkit-transition: color .2s ease-in;
    cursor: pointer;
}

#header:hover p span {
    color: #666;
}

#header a {
    display: block;
    float: none;
    width: 398px;
    height: 120px;
    
}

#header a span {
    display: none;
}

/* Calendar */

.posthead div.calendar {
    display: block;
    float: left;
    text-align: center;
    line-height: 100%;
    color: #999;
    background: transparent url(/wp-content/themes/96dpi08/images/calendarwhite.png) repeat-y top left;
    margin: 0 15px 0 -60px;
    padding: 7px 0 5px 5px;
    width: 40px;
    height: 48px;
    -webkit-transition: all .2s linear;
}

.posthead:hover div.calendar {
    color: #000;
}

.calendar .d {
    font-size: 20px;
    font-weight: bold;
    display: block;
    float: none;
    clear: right;
    padding: 4px 0 6px;
    line-height: 14px;
}

.calendar .m, .calendar .y {
    font-size: 9px;
    font-weight: bold;
    height: 10px;
    padding: 0;
    margin: 0;
}

div.commentcount {
    float: right;
    display: block;
    background: #888;
    color: white;
    font-size: 13px;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    margin: 15px 0 0;
    text-shadow: 0px 0px 2px #000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-transition: all .2s linear;
}

.posthead:hover div.commentcount {
    background: #444;
}

.entry h3 {
    font-weight: bold;
    margin: 10px 0 10px;
    font-size: 20px;
}

h3#comments, h3#respond {
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 18px;
}

h3#comments {
    padding-top: 20px;
}

.entry {
    font-size: 12px;
}

.entry p, .entry blockquote, .commentlist p {
    margin-bottom: 10px;
}

blockquote {
    padding: 0 5px;
    border-left: 5px solid #eee;
    background: #f8f8f8;
}

.imgleft {
    float: left;
    margin: 0 10px 10px 0;
}

.imgright {
    float: right;
    margin: 0 0 10px 10px;
}


/* sidebar */

ol.commentlist {
    display: block;
    float: none;
}

ol.commentlist li {
    overflow: auto;
}

#sidebar ol.commentlist li a {
    color: #07d;
}

.commentlist li {
    margin: 10px 0;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #ccc;
}

.pingback a {
    font-weight: bold;
}

#sidebar .comment .commentmeta cite {
    font-weight: bold !important;
    font-size: 14px;
}

#sidebar .commentmeta a:link, .commentmeta a:visited {
    color: #444;
}

.comment .commenttext {
    display: block;
    float: none;
    font-size: 11px;
    line-height: 20px;
    color: #333;
}

.commentform {
    margin: 0;
}

.commentform input[type="text"], .commentform textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
} 

.commentform textarea#comment {
    width: 340px !important;
}


.commentform label {
    font-size: 11px;
}


#sidebar form {
    padding: 10px 20px;
}

#sidebar ul.section li a:link,
#sidebar ul.section li a:visited {
    color: #666;
}

#sidebar ul.section li a {
    font-weight: bold;
    display: block;
    padding: 3px 20px;
    margin: 0 -20px 0 -19px;
    min-height: 20px;
    background: #f8f8f8;
    -webkit-transition: all .2s ease-in;
}

#sidebar ul.section li.current-cat a {
    background: #ddd;
}

#sidebar ul.section li a:hover {
    color: #000;
    text-decoration: none;
    background: #ddd;
    padding: 3px 10px 3px 30px;
}

#sidebar ul.section {
    padding: 0 0 10px;
}

#sidebar ul.children li a {

}

#sidebar ul li a:hover {
    color: #000;
    text-decoration: underline;
}

#sidebar a {
    color: #222;
}

#sidebar a:hover {
    color: 000;
}

#sidebar h2 {
    font-weight: bold;
    padding: 5px 0;
    height: 15px;
    font-size: 16px;
    color: #444;
    margin-top: 10px;
    text-shadow: 2px 2px 2px #ffffff;
    margin: 0;
    padding:  15px 20px 10px;
}

#sidebar ul ul li, #rssfeeds li {
    padding: 0 20px;
}

#sidebar  li li li {
    padding: 0;
}

#searchbar form {
    padding-top: 0 !important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.flickr {
    float: left;
    margin: 0 0 20px;
}

.flickr li {
    float: left;
    margin: 0 10px 10px 0;
}


/* Begin Contact Form CSS */
.contactform {
    position: static;
    overflow: hidden;
    width: 95%;
}

.contactleft {
    width: 25%;
    white-space: pre;
    text-align: right;
    clear: both;
    float: left;
    display: inline;
    padding: 4px;
    margin: 5px 0;
}

.contactright {
    width: 70%;
    text-align: left;
    float: right;
    display: inline;
    padding: 4px;
    margin: 5px 0;
}

.contacterror {
    border: 1px solid #ff0000;
}

.postnav {
    padding: 1px 0 0;
    height: 59px;
    float: left;
    width: 540px;
    background: #fff;
}

.postnav-top {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    height: 58px;
    padding-top: 0;
}

.postnav:hover {
    background: #ddd;
}

.postnav:hover div.morecontent {
    background: transparent url(/wp-content/themes/96dpi08/images/calendarhover.png) repeat-y top left;
}

.narrowcolumn .post {
	margin: 0 -20px;
	padding: 0 20px;
}


.postnav div.morecontent {
    display: block;
    float: left;
    text-align: center;
    line-height: 100%;
    color: #999;
    background: transparent url(/wp-content/themes/96dpi08/images/calendarwhite.png) repeat-y top left;
    margin: 0 15px 0 -40px;
    padding: 7px 0 5px 5px;
    width: 40px;
    height: 48px;
    font-size: 11px;
}

.postnav-bottom {
    border-top: 1px solid #ccc;
}



.postnav small {
    color: #666;
    font-size: 11px;
}

.postnav .prev {
    float: left;
    width: 240px;
    padding: 17px 0 8px 12px;
    background: transparent url(/wp-content/themes/96dpi08/images/left.png) no-repeat left center;
}

.postnav .next {
    float: right;
    width: 238px;
    padding: 17px 12px 8px 0;
    margin-right: 8px;
    text-align: right;
    background: transparent url(/wp-content/themes/96dpi08/images/right.png) no-repeat right center;
}


.postnav .prev:hover a, .postnav .next:hover a {
    color: black;
    text-decoration: underline;
}


a.more-link, #searchsubmit, #submit {
    display: inline-block;
    text-decoration: none;
    line-height: 16px;
    padding: 2px 16px;
    margin: 10px 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #0055bb;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    box-sizing: content-box;
    text-shadow: rgba(0,64,102,1) 1px 1px 0;
    background: #07d url(/wp-content/themes/96dpi08/images/toplight.png) repeat-x top;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    -webkit-transition: all .2s ease-in;
}


a.more-link:hover, #searchsubmit:hover, #submit:hover {
    background-color: #444 !important;
    text-shadow: rgba(64,64,64,1) 1px 1px 0;
    border-color: #444;
}

#s {
    text-decoration: none;
    font-size: 12px !important;
    padding: 2px 5px;
    border-width: 1px;
    width: 180px;
    height: 16px;
    border-style: solid;
    border-color: #444;
    background: #fff;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    box-sizing: content-box;
}

.syntax_hilite, li .syntax_hilite {
    padding: 3px 3px 10px 8px;
    border:1px solid #888;
    background-color:#eee;
    font-size:13px;
    font-family:'Lucida Console','Courier New',Courier,monospace;
    overflow:auto;
    white-space:nowrap;
}

.igBar, li .igBar {
    background-color:#888;
    color: white;

}
/* change this line to set the width of plain text bar above code box */
.igBar { width:100%; }
/* change this line to set the width of plain text bar above code box in a list */
li .igBar { width:471px; }

.igBar a, .igBar a:hover {
    margin:0.5em;
    font-weight: normal;
    color:#fff;
    text-decoration:none;
    font-size: 10px;
}

.syntax_hilite .langName {
    color:#000000; font-weight: normal;
}

.syntax_hilite textarea {
    border:none;
}

span.wp-caption {
    display: block;
    float: left;
    font-size: 80%;
    color: #888;
}

img.size-full {
    margin: 0 0 10px;
}

.wp-caption span {
    margin: 0;
    line-height: 160%;
}

div.alignleft, img.alignleft {
    float: left;
    padding-right: 10px;
}

.wp-caption-text {
    margin: 4px 0;
    padding: 0;
    line-height: 120%;
    display: block;
    float: left;
}

img.alignleft {
    margin-right: 5px;
}

#iewarning {
    background: #ffe;
    padding: 10px;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 10px;
}

#iewarning h1 {
    color: #900;
    font-size: 24px;
    margin: 0 0 10px;
}

.post ul {
    list-style: square;
    margin: 0 0 0 1.2em;
}

.post ul li {
    margin-bottom: 1em;
}

.post h3 {
    font-size: 150%;
    margin: 1em 0;
}

abbr {
    border-bottom: 1px dotted #07d;
}

#sidebar ul li.delicious-item {
    margin: 0 0 0 1px;
    padding: 10px 20px 10px 19px;
    line-height: 16px;
    font-size: 11px;
    display: block;
    float: none;
    min-height: 16px;
    -webkit-transition: all .2s ease-in;
    background: #f8f8f8;
}

#sidebar ul li.delicious-item:hover {
    background: #ddd;
    cursor: pointer;
    padding: 10px 10px 10px 29px;
} 


#sidebar ul.delicious a {
    font-weight: bold;
    font-size: 12px;
    float: left;
    display: block;
    padding: 0;
}


.delicious-timestamp { float: left; clear: right; color: #999; margin-left: 5px;}

.delicious-timestamp abbr { border-bottom: 0 none;}

.delicious-desc {
    float: none;
    clear: both;
    display: block;
}

.post em {
    font-weight: bold;
    font-style: normal;
}

.flickr ul, .lbset {
    list-style: none;
    margin: 0 -10px 0 0;
    padding: 0;
    display: block;
    float: none;
    clear: right;
}

.flickr li, .lbset a {
    display: inline-block;
    float: left;
    width: 75px;
    height: 75px;
    margin: 0 10px 10px 0;
    padding: 0;

}

.flickr p {
    clear: both;
    float: none;
}

.flattr {
	margin: 10px 20px;
}
