/*
Theme Name: Sourcetronic Theme
Theme URI: http://www.sourcetronic.com/
Description: The default Sourcetronic-Blog theme based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Mathias Franke
Author URI: http://www.frankemedien.de/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: sourcetronic

	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

*/

h3, div#content h2 {
  margin: 10px 0 1px 0;
  font-size: 150%;
}

div#content h2.pagetitle {
  font-size: 120%;
}

#Blog_Navigation {
  width: 198px;
  float: left;
}

#Blog_Content, #content {
  width: 550px;
  float: right;
}

div#sidebar{
  padding:2px 5px 8px;
}

div#sidebar h2 {
  color:#666666;
  font-size:12px;
  font-weight:bold;
  padding: 0 0 0 0;
  padding-left: 25px;
  margin: 0px 0 2px 0;
  background: url(images/kategorie.png) 0 50% no-repeat;
  line-height: 20px;
}

  li#categories-3 h2 {
    background: url(images/kategorie.png) 0 50% no-repeat;
  }

  li#archives-3 h2 {
    background: url(images/archiv.png) 0 50% no-repeat;
  }

  li#linkcat-2 h2 {
    background: url(images/link.png) 0 50% no-repeat;
  }

  li#calendar-3 h2 {
    background: url(images/calendar.png) 0 50% no-repeat;
  }

  li#search-3 h2 {
    background: url(images/suche.png) 0 50% no-repeat;
  }

  li#tag_cloud-3 h2 {
    background: url(images/tag.png) 0 50% no-repeat;
  }



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

div#sidebar ul li {
  padding: 0 0;
  margin: 0 0 20px 0;
}

div#sidebar ul li ul {
  margin: 0 0 10px 0;
}

div#sidebar ul li ul li {
  margin: 0 0 0px 0;
}

div#sidebar a {
  background:url("images/icon_arrow.jpg") no-repeat scroll 5px 50% transparent;
  font-weight:bold;
  padding:2px 0 2px 20px;
}


div#sidebar p  {
  padding: 0 0 8px 0;
  margin: 0 0;
}

div#sidebar p a {
  background-image: none;
  font-weight: normal;
  padding: 0 0;
}

div#sidebar a:link, div#sidebar a:visited, div#sidebar a.navi:link, div#sidebar a.navi:visited {
  color:#0066CC;
  font-size:12px;
}

li#tag_cloud-3 a, li#recent-comments-3 a, table#wp-calendar a {
  text-decoration: none;
  padding: 0 0px 0 0;
  background-image: none;
}

form#searchform input {
}

#headerimg h1 {
  margin: 0 0 5px 0;
  padding: 0 0;
}

div.entry {
  text-align: justify;
  clear:both;
}



.screen-reader-text {
  display: none;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
  width: 90%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

td#today {
 font-weight: bold;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

  .postmetadata {
    padding: 5px;
    margin-bottom: 25px;
    background-color: rgb(224,224,224);
    clear: both;
  }




acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
*/

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Start Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



/* End Comments */
