/*  
Theme Name: scrollleiste
Theme URI: http://scrollleiste.de/
Description: Erstes offizielles Theme des scrollleiste-Weblogs von <a href="http://www.christoph-dietrich.de/">Christoph Dietrich</a>.
Version: 1.0
Author: Christoph Dietrich
Author URI: http://www.christoph-dietrich.de/

	scrollleiste v1.0
	 http://scrollleiste.de/

	This theme was designed and built by Christoph Dietrich,
	whose blog you will find at http://scrollleiste.de/

	The CSS, XHTML and design is copyright protected.

*/

div#site {
  min-height: 100%;
  width: 950px;
  padding-left:0px;
  text-align: left;
  margin: 0 auto;
}

html {
  height: 100%;
}

* html div#site {
  height: 100%; 
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Trebuchet MS', 'Century Gothic', Arial, sans-serif;
  font-size: 14px;
  background-image: url('images/top_bg.png');
  background-repeat: repeat-x;
  text-align: center;
  color: #505050;
  height: 100%;
}

div#header {
  width: 900px;
  height: 180px;
  background-image: url('images/header_bg.png');
  background-repeat: repeat-x;
  margin-left: 50px;
}

div#header h1 {
  margin: 0;
}

a#logo {
  width: 510px;
  height: 145px;
  display: block;
  background-image: url('images/logo.png');
  background-repeat: no-repeat;
  float:left;
}

a#logobottom {
  width: 220px;
  height: 35px;
  display: block;
  background-image: url('images/logo_bottom.png');
  background-repeat: no-repeat;
  float:left;
  clear:both;
}

form#searchform {
   margin: 0;
   padding: 0;
}

input#s {
  float:right;
  margin: 45px 0 0 0;
  height: 15px;
  width: 109px;
  padding-left: 3px;
  padding-top: 1px;
}

ul#tabmenu {
  width: 348px;
  height: 35px;
  padding: 0;
  margin: 0;
  float:right;
}

ul#tabmenu li {
  list-style-type: none;
  width: 116px;
  height: 30px;
  padding: 0;
  margin: 0;
  float:left;
}

ul#tabmenu li a {
  display: block;
  width: 116px;
  height: 30px;
}

li a#itemweblog {
  background-image: url('images/item_weblog.png');
  background-repeat: no-repeat;
}
li a#itemweblog:hover, li a#itemweblog.active {
  background-image: url('images/item_weblog_hover.png');
}

li a#itemarchiv {
  background-image: url('images/item_archiv.png');
  background-repeat: no-repeat;
}
li a#itemarchiv:hover, li a#itemarchiv.active {
  background-image: url('images/item_archiv_hover.png');
}

li a#itemshop {
  background-image: url('images/item_shop.png');
  background-repeat: no-repeat;
}
li a#itemshop:hover, li a#itemshop.active {
  background-image: url('images/item_shop_hover.png');
}
  
li a#itemimpressum {
  background-image: url('images/item_impressum.png');
  background-repeat: no-repeat;
}
li a#itemimpressum:hover, li a#itemimpressum.active {
  background-image: url('images/item_impressum_hover.png');
}


div#main {
  width: 900px;
  padding-bottom: 200px;
  margin-left: 50px;
}

div#footer {
  background-image: url('images/footer_bg.png');
  background-repeat: repeat-x;
  height: 200px;
  margin: -200px auto 0;
  clear: both;
  text-align: center;
}

div#footer div#centerfooter {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}

div#footer div#centerfooter div#innerfooter {
  margin-left: 50px;
  width: 900px;
}

* html div#footer {
  margin-top: -200px; 
}

div#footer p {
  margin: 0;
  padding: 0;
}

div#footer h3 {
  margin: 0;
  padding: 0;
  height: 29px;
  border-bottom: 1px dotted #5a5a5a;
  background-color: #373737;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  color: white;
}

div#footer h3 span {
  padding: 8px 14px 0 14px;
  display: block;
}

div#footer div#footerboxrelated {
  padding-top: 26px;
  width: 488px;
  float: left;
}

div#footer div#footerboxposts {
  padding-top: 26px;
  width: 229px;
  float: left;
}

div#footer div#footerboxcomments {
  padding-top: 26px;
  width: 229px;
  margin-left: 30px;
  float: left;
}

div#footer div#footerboxabout {
  margin-left: 30px;
  padding-top: 26px;
  width: 382px;
  float: left;
}

div#footer div#footerboxabout p {
  margin: 0;
  font-family: Georgia;
  font-size: 11px;
  color: #a0a0a0;
  line-height: 20px;
  height: 119px;
  border-bottom: 1px dotted #5a5a5a;
}

div#footer div#footerboxabout p span {
  padding: 8px 14px;
  display: block;
}

div#footer ul#thelastposts, div#footer ul#thelastcomments, div#footer ul#therecentposts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 229px;
}
div#footer ul#therecentposts {
  width: 488px;
}

div#footer ul li {
  margin: 0;
  padding: 0;
  width: 229px;
  height: 29px;
  border-bottom: 1px dotted #5a5a5a;
  font-size: 11px;
  font-family: Georgia;
}
div#footer ul#therecentposts li {
  width: 488px;
}

div#footer ul li a {
  color: #a0a0a0;
  text-decoration: none;
  display: block;
  height: 29px;
  overflow: hidden;
}

div#footer ul li a:hover, div#footer ul li a:active {
  color: white;
  background-color: #373737;
}

div#footer ul li a span {
  display: block;
  padding: 0px 14px 0 14px;
  line-height: 30px;
}

span#logotext, span.itemtext, div.description, h2.headlinecategories {
  display:none;
}

div#content {
  width: 670px;
  float: left;
  padding-top: 29px;
}

div#sidebar {
  width: 230px;
  float: right;
  padding-top: 29px;
}

/* SIDEBAR */
div#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#sidebar ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #5d5d5d;
}

div#sidebar ul li a {
  display: block;
  height: 29px;
  text-decoration: none;
  padding: 0 10px;
  color: #5d5d5d;
  font-weight: bold;
  cursor: hand;
  vertical-align: bottom;
}

div#sidebar ul li a:hover, div#sidebar ul li a:focus, div#sidebar ul li.current-cat a {
  color: white;
  background-color: #0090f5;
  background-image: url('images/menu_bg.png');
}

div#sidebar ul li a span.categorytitle {
  float: left;
  padding-top: 7px;
}

div#sidebar ul li a span.categorycount {
  float: right;
  padding-top: 7px;
}

div#sidebar ul {
  border-top: 1px solid #5d5d5d;
}


/* POSTS */
div.post {
  margin-bottom: 35px;
  border-left: 1px solid #dfdfdf;
  position: relative;
}

div.single div.post {
  border: 0;
}

div.post div.postbody {
  padding: 0 20px;
}

div.single div.post div.postbody {
  padding: 0 20px 0 0;
}

div.post iframe {
	margin: 10px 0 15px 0;
}

h3 {
   font-weight: bold;
   font-family: Georgia;
   font-size: 22px;
   margin: 25px 0 10px 0;
   letter-spacing: -1px;
   clear: both;
}

h3#comments {
   font-weight: bold;
   font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Trebuchet MS', 'Century Gothic', Arial, sans-serif;
   letter-spacing: normal;
   font-size: 16px; 
   margin: 0;
}

h3.pagetitle {
   font-weight: bold;
   font-family: Georgia;
   font-size: 22px;
   margin: 0 0 20px 0;
   letter-spacing: -1px;
}
h3.pagetitle a {
   text-decoration: none;
}
h3.pagetitle a:hover {
   text-decoration: underline;
   background-color: transparent;
   color: #0091f7;
}

h3.withsub {
   margin-bottom: 5px;
}

h4 {
   margin: 25px 0 10px 0;
   font-size: 17px;
   font-weight: bold;
   clear: both;
}
div.entry > h4:first-child {
   margin: 15px 0 10px 0;
}

div.post h2, .single h1 {
  font-family: Georgia;
  font-weight: normal;
  font-size: 36px;
  margin: 0 0 7px 0;
  letter-spacing: -1px;
}
div.post h2 a, .single h1 a {
  text-decoration: none;
}
div.post h2 a:hover, .single h1 a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #0091f7;
}

div.post a.more-link {
  font-size: 11px;
  font-family: Georgia;
}

div.post p.thecategories {
  margin: 0 0 -2px 0;
  color: #0091f7;
}

div.post p.thecategories small {
  padding-right: 10px;
  background-image: url('images/arrow_down.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  font-family: Georgia;
  font-size: 11px;
}

div.post p.thecategories a, div.post p.postmetadata a, p.commentmetadata a, div.post a.more-link, div.commentheader a {
  text-decoration: none;
}
div.post p.thecategories a:hover, div.post p.postmetadata a:hover, p.commentmetadata a:hover, div.post a.more-link:hover, div.commentheader a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #0091f7;
}

div.post p.postmetadata, p.commentmetadata {
  font-family: Georgia;
  font-size: 11px;
  padding-top: 2px;
  clear: both;
}
* html div.post p.postmetadata {
  padding-top: 0; 
}

div.post div.entry p.singlepostmetadata {
  margin-top: 22px;
}

div.post p.postmetadata span.metaauthor {
  padding: 0 13px 3px 21px;
  background-image: url('images/icon_author.png');
  background-repeat: no-repeat;
  background-position: left center;
}

div.post p.postmetadata span.metacomments {
  padding: 0 13px 3px 23px;
  background-image: url('images/icon_comments.png');
  background-repeat: no-repeat;
  background-position: left center;
}

div.post p.postmetadata span.metadate {
  padding: 0 13px 3px 22px;
  background-image: url('images/icon_date.png');
  background-repeat: no-repeat;
  background-position: left center;
}

div.post p.postmetadata span.metatags {
  padding: 0 13px 3px 22px;
  background-image: url('images/icon_tag.png');
  background-repeat: no-repeat;
  background-position: left center;
}

div.post p.postmetadata span.metaedit {
  padding: 0 13px 3px 21px;
  background-image: url('images/icon_edit.png');
  background-repeat: no-repeat;
  background-position: left center;
}

div.post div.entry p {
  margin: 0 0 10px 0;
  line-height: 24px;
}

div.post p.thetime {
  background-image: url('images/time.png');
  background-repeat: no-repeat;
  width: 50px;
  height: 60px;
  margin: 0;
  position: absolute;
  left: -51px;
  top: 10px;
}

div.post p.thetime small {
  padding-top: 3px;
  display: block;
}

div.post p.thetime span.timeday {
  display: block;
  text-align: center;
  height: 37px;
  font-size: 30px;
  color: #0091f7;
  letter-spacing: -2px;
}

div.post p.thetime span.timemonth {
  display: block;
  text-align:center;
  height: 20px;
  font-size: 14px;
  color: white;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 1px;
}

div.wp-pagenavi {
   padding: 3px 0;
   margin-bottom: 35px;
   margin-top: 36px;
}


/* FORMS */
* html input, input[type=text], input[type=password] {
  height: 18px;
  padding-top: 4px;
}

textarea {
  padding: 4px;
}

* html input, input[type=text], input[type=password], textarea {
  border: 1px solid #dfdfdf;
  font-size: 12px;
  padding-left: 4px;
  font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Trebuchet MS', 'Century Gothic', Arial, sans-serif;
  color: #505050;
}

input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, textarea:hover, textarea:focus {
  border: 1px solid #0091f7;
}


/* LINKS */
a, a:link {
  color: #0091f7;
}
div#footer a, div#footer a:link {
  color: #a0a0a0;
}

a:visited {
  color: #5092cf;
}

a:hover {
  background-color: #0091f7;
  color: white;
  text-decoration: none;
}
div#footer a:hover {
  color: white;
  background-color: #373737;
} 

a:focus {
  background-color: #0091f7;
  color: white;
}


/* KOMMENTARE */
div#commentheaderbox {
   background-color: #eeeeee;
   padding: 10px 20px;
   margin-right: 20px;
}

div#commentheaderbox h3 {
   margin: 0 0 5px 0;
}

div#commentheaderbox p {
   margin: 0;
}

p.commentmetadata span.metafeed {
  padding: 0 13px 3px 20px;
  background-image: url('images/icon_feed.png');
  background-repeat: no-repeat;
  background-position: left center;
}

p.commentmetadata span.metatrackback {
  padding: 0 13px 3px 20px;
  background-image: url('images/icon_trackback.png');
  background-repeat: no-repeat;
  background-position: left center;
}

p.commentmetadata span.metasociallink {
  padding: 0 13px 3px 19px;
  background-image: url('images/icon_bookmark.png');
  background-repeat: no-repeat;
  background-position: left center;
}

ul.commentlist {
  list-style-type: none;
  margin: 0 20px 0 0;
  padding: 0;
}

ul.commentlist li {
  padding: 0;
  margin: 0;
}

div.commentheader {
  margin-top: 20px;
}

div.commentheader cite {
  font-weight: bold;
  font-style: italic;
}

div.commentheader small {
  font-size: 11px;
  font-family: Georgia;
}

div.commentheader span.commentwho {
  display: block;
  float: left;
  padding: 0 20px 3px 20px;
}

div.commentheader span.commentnumber {
  display: block;
  float: right;
  padding: 3px 20px 0px 0;
}

div.commentbody {
  clear: both;
}

div.commentbodytop {
  height: 8px;
  background-image: url('images/comment_top_bg.gif');
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 0;
}  

div.commentbodycontent {
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 10px 20px 0 20px;
}

div.commentbodycontent p {
  margin: 0 0 10px 0;
  line-height: 24px;
}


/* KOMMENTARE HINZUFÜGEN */
textarea#comment {
  width: 612px;
  height: 160px;
}

input#author, input#email, input#url {
  width: 616px;
}

fieldset#addcomment {
  margin: 47px 20px 26px 0;
  padding: 0;
  border: 0;
  background-color: #eeeeee;
}

fieldset#addcomment legend {
  background-color: #eeeeee;
  padding: 5px 14px;
  min-width: 201px;
  font-size: 14px;
  font-weight: bold;
  font-family: Georgia;
}

* html fieldset#addcomment legend {
  padding-left: 7px;
}

fieldset#addcomment p {
  margin: 0 14px;
}

fieldset#addcomment p.formlabel {
  margin: 16px 14px 3px 14px;
}

fieldset#addcomment p.formbutton input {
  margin: 14px 0;
}

fieldset#addcomment label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

fieldset#addcomment label small {
  text-transform: none;
  letter-spacing: normal;
}

form {
  margin: 0;
  padding: 0;
}

/* GENERAL TAG STYLING */
b, strong {
  font-weight: bold;
}

i, em {
  font-weight: normal;
  letter-spacing: normal;
  font-style: italic;
}

acronym {
  font-variant: small-caps;
}

code {
   background-color: #eeeeee;
	font-weight: normal;
	font-family: "Consolas", "Monaco", "Courier New", Courier, monospace !important;
	font-size: 12px;
}

blockquote {
  margin-left: 0px;
  font-style: italic;
  padding-left: 40px;
  background-image: url('images/quote');
  background-repeat: no-repeat;
}

img {
  background-image: url('images/img_bg.gif');
  border: 1px solid #dfdfdf;
}

img:hover {
   border: 1px solid #0091f7;
}
.highslide-image:hover {
   border: 0;
}

div.entry dt {
   display: list-item;
   margin-left: 13px;
} 

div.entry ul, div.entry dl {
   list-style-image: url('images/bullet.gif');
   margin-top: 0;
   margin-bottom: 10px;
}
div.entry ul li, div.entry dl dd, div.entry dl dt {
   line-height: 24px;
}
div.entry dl dd {
   margin-bottom: 10px;
   margin-left: 30px;
   padding-left: 0;
}

/* EDITOR CLASSES */
img.alignleft {
   float: left;
   margin-right: 20px;
   margin-bottom: 14px;
   margin-top: 6px;
}
* html img.alignleft {
   margin-bottom: 0;
}
html* img.alignleft {
   margin-bottom: 0;
}
html:not([dummy]) img.alignleft {
   margin-bottom: 16px;
}

img.alignright {
   float: right;
   margin-left: 20px;
   margin-bottom: 16px;
}
* html img.alignleft {
   margin-bottom: 0;
}
html* img.alignleft {
   margin-bottom: 0;
}
html:not([dummy]) img.alignleft {
   margin-bottom: 16px;
}

/* ARCHIV */
span.car-yearmonth {
   cursor: pointer;
   font-weight: bold;
   font-family: Georgia;
}

span.postcount {
   font-weight: normal;
   font-size: 11px;
   font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Trebuchet MS', 'Century Gothic', Arial, sans-serif; 
}

span.commentcount {
   font-size: 11px;
   font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Trebuchet MS', 'Century Gothic', Arial, sans-serif;
}

div.entry ul.car-list {
   margin-top: 10px;
}

div.entry ul.car-list li {
   line-height: 20px;
}


/* PLUGINS */
img#wpstats {
   width: 0px;
   height: 0px;
   padding: 0px;
   border: none;
   overflow:hidden;
}


/* WERBUNG */
div.adsensesidebar {
   margin: 29px 0 20px 0;
   width: 230px;
   overflow: hidden;
}

div.adsensesidebarklein {
   margin: 18px 0 20px 0;
   width: 230px;
   overflow: hidden;
}

div.adsensetextbanner {
   margin: 22px 0 18px 0;
}

div.adsensetextbanner iframe {
	margin: 0;
}

div.adsensebildbanner {
   margin: 20px 0;
}

div#amazonshop {
   position: relative;
   left: -24px;
   width: 924px;
}

/* TOGGLER */
div.toggler > *:first-child {
   margin-top: 0;
}

.toggler_head {
   background-image: url('images/expand.gif');
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 16px;
   cursor: pointer;   
}
* html .toggler_head {
   cursor: hand;
}

/* Archiv */
span.car-yearmonth {
   cursor: pointer !important;
}

ul.car-monthlisting {
   margin-bottom: 0 !important;
   list-style-type: none !important;
}

embed {
  margin: 0 0 12px 0;
}

/* Syntaxhighlight */

div.syntaxhighlighter {
   border: 1px solid #E7E5DC;
   width: auto !important;
}

div.syntaxhighlighter a,
div.syntaxhighlighter div,
div.syntaxhighlighter code,
div.syntaxhighlighter table,
div.syntaxhighlighter table td,
div.syntaxhighlighter table tr,
div.syntaxhighlighter table tbody,
div.syntaxhighlighter table thead,
div.syntaxhighlighter table caption,
div.syntaxhighlighter textarea {
   font-size: 12px !important;
}

div.syntaxhighlighter .gutter .line {
    border-right: 3px solid #0091F7 !important;
}
