/*
Theme Name: Ovnik Thema based on WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Richard Pulch
Author URI: http://www.ripucom.de/
Tags:
Text Domain: kubrick

	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

*/


body {
  margin:0px;
  padding:0px;
  background-color:#fff;
  font-family:Helvetica,Verdana;
  font-size:11px;
  color:#2f2f2f;
}
img {
  border:0px;
}
#main {
  width:900px;
  margin:auto;
}
#header {
  background-image:url('images/header.jpg');
  width:900px;
  height:196px;
}
#content {
  width:563px;
  float:left;
}
.post {
  width:563px;
  margin-bottom:60px;
}
.post p {
  margin-left:151px;
}
.comments {
  margin-left:151px;
}
.comments div p {
  margin-left:0px;
}
.comments textarea {
  width:400px;
}
#content .post div a, #content .post p a, a {
  color:#80b719;
  text-decoration:none;
}
.post a:hover {
  text-decoration:underline;
}

.manu {
  background-image:url('images/manu_postblow.jpg');
  background-position:top right;
  background-repeat:no-repeat;
  background-color:#fff;
}
.phlizz {
  background-image:url('images/phlizz_postblow.jpg');
  background-position:top right;
  background-repeat:no-repeat;
  background-color:#fff;
}
.joel {
  background-image:url('images/joel_postblow.jpg');
  background-position:top right;
  background-repeat:no-repeat;
  background-color:#fff;
}
.flo {
  background-image:url('images/flo_postblow.jpg');
  background-position:top right;
  background-repeat:no-repeat;
  background-color:#fff;
}
.post h2 {
  margin:0px;
  padding:0px;
  float:left;
  width:305px;
  color:#79ff00;
  font-size:24px;
  text-transform: uppercase;
}
.post h2 a {
  color:#79ff00;
  text-decoration:none;
}
.post p {
  line-height:20px;
  font-size:12px;
}
#sidebar {
  width:337px;
  float:left;
}
#headsofblog {
  width:337px;
  height:220px;
  background-image:url('images/sidebar_normal.jpg');
  background-repeat:no-repeat;
}
#headsofblog:hover {
  background-image:url('images/sidebar_hover.jpg');
}
#navigation ul, #linklist ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}
#navigation ul li, #linklist ul li {
  margin-bottom:5px;
  background-image:url('images/sidebar_navigation_normal.jpg');
  width:267px;
  height:32px;
  padding-left:70px;
  line-height:32px;
}
#navigation ul li span {
  position:relative;
  left:-19px;
  font-size:14px;
  color:#fff;
}
#navigation ul li:hover {
  background-image:url('images/sidebar_navigation_hover.jpg');
}
#linklist ul li {
  padding-left:93px;
  width:251px;
  background-image:url('images/sidebar_links_normal.jpg');
}
#linklist ul li:hover {
  background-image:url('images/sidebar_links_hover.jpg');
}
#sidebar a {
  font-size:14px;
  color:#000;
  text-decoration:none;
}
#sidebar_phlizz,#sidebar_manu,#sidebar_flo,#sidebar_joel{
  float:left;
  height:220px;
}
#sidebar_phlizz{
  background-image:url('images/sidebar_phlizz_hover.jpg');
  width:103px;
}
#sidebar_manu{
  background-image:url('images/sidebar_manu_hover.jpg');
  width:73px;
}
#sidebar_flo{
  background-image:url('images/sidebar_flo_hover.jpg');
  width:67px;
}
#sidebar_joel{
  background-image:url('images/sidebar_joel_hover.jpg');
  width:94px;
}
#sidebar_joel:hover{
  background-image:url('images/sidebar_joel_normal.jpg');
}
#sidebar_flo:hover{
  background-image:url('images/sidebar_flo_normal.jpg');
}
#sidebar_manu:hover{
  background-image:url('images/sidebar_manu_normal.jpg');
}
#sidebar_phlizz:hover{
  background-image:url('images/sidebar_phlizz_normal.jpg');
}