@charset "UTF-8";

/*
Theme Name: nenART v9
Theme URI: http://nenart.de/
Description: The nenART Mediablog WordPress theme version 9 based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 9.0
Author: Nenad Grbavac
Author URI: http://nenart.de/
Tags: blue, custom header, fixed width, two columns, widgets
*/



  .addthisbutton {
/*  padding: 20px;*/
  margin: 20px 0 20px 0;
  }

/* ### wp post ### */

  .post_content {
  display: block;
  padding: 10px 0 60px 0;
  border-bottom: 0px dashed #ccc;
  background: transparent;
  }

/*
  .post_content img {
  display: block;
  padding: 5px;
  border: 1px solid #ccc;
  margin: 10px 0 20px 0;
  background: #fff;
  }
*/  

  #col3 #col3_content .post_navigation {
  display: block;
  background: #fff;
  margin: 0 0 10px 0;
  padding: 20px 0px 40px 0px;
  font-size: 110%;
  }

  .alignright {
	float: right;
	}

  .alignleft {
	float: left
	}

  h2.posttitle {
  font-family: Georgia;
  font-size: 300%;
  font-style: italic;
  font-weight: normal;
  display: block;
  background: #fff;
  color: #666;
  padding: 0px 0 0px 0;
  margin: 0 0 10px 0;
  line-height: 35px;
  }

  a.posttitle {
  font-family: Georgia;
  font-size: 300%;
  font-style: italic;
  font-weight: normal;
  display: block;
  background: #fff;
  color: #666;
  padding: 0px 0 0px 0;
  line-height: 35px;
  text-decoration: none;
  margin: 0 0 10px 0;
  }

  a.posttitle:focus,
  a.posttitle:hover,
  a.posttitle:active {
  background: #fff;
  color: #333;
  text-decoration: underline;  
  }

  .postmeta {
  font-family: 'Trebuchet MS';
  font-size: 130%;
  font-style: normal;
  font-weight: normal;
  display: block;
  background: #fff;
  color: #999;
  padding: 2px;
  border-top: 1px #ccc solid;
  }

  .datum {
  background: url("images/icons/icon_datum.gif") no-repeat 0 4px;
  font-family: 'Trebuchet MS';
  font-size: 130%;
  font-style: normal;
  font-weight: normal;
  display: block;
  color: #999;
  padding: 0 0 0px 18px;
  margin: -10px 0 15px 0;
  border-top: 0px #ccc solid;  
  }

  .author {
  padding: 0 0 0 18px;
  background: url("images/icons/icon_author.gif") no-repeat 0 4px;
  }

  .tags {
  padding: 0 0 0 18px;
  background: url("images/icons/icon_tags.gif") no-repeat 0 4px;
  }

  .kategorie {
  padding: 0 0 0 18px;
  background: url("images/icons/icon_kategorie.gif") no-repeat 0 4px;
  }

  .kommentar {
  padding: 0 0 0 18px;
  background: url("images/icons/icon_kommentar.gif") no-repeat 0 4px;
  }


/* ### Kommentare ### */

  #kommentare_container {
  border-left: 10px #666 solid;
  display: block;
  padding: 20px 20px 20px 10px;
  background: #efefef;
  margin: 30px 0 0 0;
  }

  .kommentare_titel {
  font-size: 200%;
  font-family: Georgia;
  font-style: italic;
  color: #999;
  display: block;
  padding: 0px 0 0px 0;
  }

  .comment-author {
	display: block;
	font-size: 150%;
  font-family: Georgia;
  font-style: italic;	
	
  }
  
  .comment-author img {
/*	float: left;*/
	background: #fff;
	padding: 10px;
	margin: 0 10px 10px 0;
	border: 1px #ccc solid;
	display: block;
  }

  .comment-author cite {
/*  display: block;*/
	color: #666;
	font-weight: bold;
/*	margin: 20px 0 0 0;*/
  }

  .comment-text p {
  display: block;

  }

.commentmetadata {
  display: block;
/*	float:right;*/
	padding: 0 0 20px 0;
  }
  
  .commentlist li {
  display: block;
  border-bottom: 1px #ccc dashed;
  padding: 10px 0 0px 0;
/*     clear: left;*/ 

  }
  
  #commentlist {
  display: block;
  border-bottom: 1px #ccc dashed;
  padding: 10px 0 0px 0;

  }  

  
  
  
  textarea#comment { 
  width: 400px; 
  padding: 5px; 
  background: url("images/form-field-bg.gif") no-repeat top left;
  }

  textarea, input {
  background: url("images/form-field-bg.gif") no-repeat top left;
  }
  
  input {
  padding: 3px;
  background: url("images/form-field-bg.gif") no-repeat top left;
  }
  
  
  
  
  
  