/*  
Theme Name: Bücherblog
Theme URI: http://buecherblog.van-der-zwaag.de/
Description: Ein Wordpress Theme für unseren Bücherblog
Author: Lars van der Zwaag
Author URI: http://buecherblog.van-der-zwaag.de/
*/
html * { margin: 0px; padding: 0px; font-family: sans-serif; font-size: 100.01%; }
body * { color: #ccc; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

ul { list-style: none inside; }
ol { list-style-position: inside; line-height: 1.5em; margin-top: 1em; margin-bottom: 1em; }
ol ul { list-style-type: disc; }

h1 { font-size: 2em; line-height: 2.5em; }
h2 { font-size: 1.5em; line-height: 2em; }
h3 { font-size: 1.3em; line-height: 1.7em; }
h4 { font-size: 1.1em; line-height: 1.4em; }
p { font-size: 1em; line-height: 1.2em; padding-bottom: 0.5em; }

a { color: #600; }
h2 a { color: #ccc; }
input, button, textarea { color: #333; }
ul.sidebar li { margin-bottom: 0.5em; }
p.postmetadata { margin-bottom: 1em; }
blockquote { margin-top: 1em; margin-bottom: 1em; margin-left: 1.5em; }
span.author { font-style: italic; margin-left: 1em; }
body { background: url('images/background.jpg') repeat-y; }

h1 { height: 170px; line-height: 170px; padding-left: 210px; background: url('images/header.jpg') no-repeat; color: #333; }
p#footer { height: 100px; line-height: 100px; background: url('images/footer.jpg') no-repeat; clear: both; padding-bottom: 0px;}
div#page { max-width: 1200px; margin-top: 1em; margin-bottom: 1em; padding-left: 5em; }
div#content { margin-right: 22em; }
ul.sidebar { float: right; width: 10em; margin-left: 0.5em; margin-right: 0.5em; }
ul.sidebar h2 { font-size: 1.2em; }
ul#sidebar2 ul ul { margin-top: 0.5em; padding-left: 0.5em; }
div#content img { border: none; float: left; margin-right: 1em; margin-bottom: 0.5em; }
div.post { margin-bottom: 2em; }

ul.sidebar form#searchform input { width: 10em; }
