/*
Theme Name: Kuhrti.de
Theme URI: http://www.kuhrti.de
Description: Kuhrti's Theme
Version: 1.0
Author: Alexander Kuhrt
Author URI: http://www.kuhrti.de
Tags: blue, light

	Kuhrti v1.0
	http://www.kuhrti.de

	This theme was designed and built by Alexander Kuhrt,
	whose blog you will find at http://www.kuhrti.de

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {

    width: 770px;
	margin: 0 auto;
    background: top center url(images/background.png) repeat-y #e7e7e7;
	font: normal 70%  Verdana, Arial, Helvetica, 'Trebuchet MS', 'Lucida Sans', sans-serif;
    color: #222222;
    text-align: justify;
    line-height: 1.5em;
    
}

table, td, tr, img
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-collapse:collapse;
  border-spacing: 0;
}

p {
  margin: 0 0 15px 0;
}

#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}




#header {
  
}

#logo {
  display: block;
  width: 100%;
  height: 200px;
  background: bottom center url(images/logo.png) no-repeat #ffffff;
}

#navipath {
  padding: 15px 20px;
}

#main {
  padding: 20px;
}

#content {
  width: 480px;
  float: left;
}

#mainbox
{
  margin-bottom: 20px;
}

#left {
  width: 230px;
  float: left;
  text-align: left;
}

#left ul {
  margin-bottom: 20px;
}

#left li{
  list-style-type: none;
}

#left a {
  text-decoration: none;
  display: block;
  padding: 4px 20px;
  border-bottom: 1px dotted #666666;
}

#left a:hover {
  text-decoration: none;
  background: #f7f7f7;
}

#right {
  margin-left: 20px;
  width: 230px;
  float: left;
}

#right ul {
  margin-bottom: 20px;
}

#right li{
  list-style-type: none;
}

#right a {
  text-decoration: none;
  display: block;
  padding: 4px 20px;
  border-bottom: 1px dotted #666666;
}

#right a:hover {
  text-decoration: none;
  background: #f7f7f7;
}

#sidebar {
  margin-left: 20px;
  width: 230px;
  float: left;
}

#sidebar h2 {
  color: #222222;
}

#sidebar ul {
  margin-bottom: 20px;
}

#sidebar li{
  list-style-type: none;
}

#sidebar a {
  text-decoration: none;
  display: block;
  padding: 4px 20px;
  border-bottom: 1px dotted #666666;
}

#twitter {
  margin-left: 20px;
  width: 230px;
  float: left;
  text-align: left;
}

#twitter h2 {
  color: #222222;
}

#sidebar a:hover {
  text-decoration: none;

  background: #f7f7f7;
}

#push {
	height: 60px;
    margin: 10px;
}

#footer {
   clear: both;
   height: 50px;
   padding: 10px 20px 0 20px;
   color: #e7e7e7;
   background: #464646 url(images/footerbackground.png) repeat-x;
}

#footer a {
  color: #e7e7e7;
  background: none;
  padding-right:0.125em; 
}

a {
  color: #1B4DBE;
  text-decoration: none;
}

a:hover, a:active {
  color: #FFA64C;
  text-decoration: none;
}

a[href^="http://"]:link, a[href^="http://"]:visited { padding-right:20px; background: bottom right url(images/icons/externallink.png) no-repeat; }
a[href^="http://"]:active, a[href^="http://"]:hover { padding-right:20px; background: bottom right url(images/icons/externallinkhover.png) no-repeat; }
a[href^="http://www.kuhrti.de"]:link, a[href^="http://www.kuhrti.de"]:visited, a[href^="http://www.kuhrti.de"]:active, a[href^="http://www.kuhrti.de"]:hover { background-image:none; padding-right:0.125em; 
}

ul, li, ol
{
  margin: 0;
  padding: 0;
}

ul, ol {margin-left: 20px; margin-bottom: 20px;}
ul > li { list-style-type: square; }

h1 {
    margin-bottom: 15px;
    font: bold 180% Georgia, 'Times New Roman', 'Trebuchet MS','Lucida Sans', sans-serif;
    color: #1B4DBE;
}

h2 {
    margin-bottom: 10px;
    font: normal 150% Georgia, 'Times New Roman', 'Trebuchet MS','Lucida Sans', sans-serif;
    color: #1B4DBE;
}


.entry {
  margin-top: 10px;
  line-height: 1.6em;
  white-space:normal;
}

.postmetadata {
  margin: 20px 0;
  padding: 5px 10px;
  text-align: justify;
  background: #FAFAFA;
  border: 1px solid #EEEEEE;  
}

.postmetadata a {
  text-decoration: none;
}


.navigation {
  margin: 20px 0;
  padding: 5px 0;
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
}

blockquote
{
  margin: 10px 10px;
  padding: 5px 10px 5px 15px;
  border: 1px solid #DDDDDD;
  border-left: 5px solid #dddddd;
  font: italic 1.2em "Georgia", "Times New Roman", serif;
  background: #F8F9F8;
  line-height: 1.5em;
  text-align: justify;
}

blockquote p {
  margin: 0;
}

.shell
{
  margin: 10px 10px;
  padding: 6px 6px;
  font: normal 1.3em monospace;
  color: #C0C0C0;
  background: #000000;
  text-align: left;
  line-height: 0.7em;
  overflow: auto;
  white-space: pre;
}


.codeBlock
{
  margin: 10px 10px;


  display: block;
  font: normal 1.3em monospace;
  max-height:600px;
  border: 1px solid #DDDDDD;
  border-left: 5px solid #dddddd;
  background: #F8F9F8;
  line-height: 0;
  overflow: auto;
  white-space: pre;
}

.codeNumbers
{
  padding: 5px 10px;
  background: #e8e8e8;
  text-align: right;
  line-height: 1.5em;
}

.codeLines
{
  padding: 5px 10px;
  line-height: 1.5em;
}

.commentlist li {
  list-style-type: none;
}

.comment {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #DDDDDD;
  background: #F8F9F8;
}


.commenthead {
  height: 48px;
  padding-left: 60px;
  background: left top url(images/icons/noavatar.png) no-repeat;
}

.commentnr {
  position: relative;
  right: 20px;
  bottom: 40px;
  font-size: 3.5em;
  color: #ddd;
  float: right;
}

.icon {
  margin-bottom: -5px;
}

comment {
  width: 480px;
}