@charset "UTF-8";

/*
Theme Name: nenART v10
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,
  a.posttitle {
/*  font-family: Georgia;*/
  font-size: 300%;
  font-weight: bold;
  display: block;
  background: #fff;
  color: #da1215;
  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: #ff0000;
  text-decoration: none;  
  }



  .postmeta {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  display: block;
  color: #999;
  padding: 2px;
  margin: 30px 0 0 0;
  border-top: 1px #ccc solid;
  }

  .datum {
/*  background: url("images/icons/icon_datum.gif") no-repeat 0 4px;*/

/*  background: #f9f9f9;*/
  font-size: 85%;
  font-style: normal;
  font-weight: bold;
  display: block;
  color: #999;
  padding: 0px;
  margin: -10px 0 20px 0;
  border-bottom: 0px #ccc solid;  
  }

  .author {
  padding: 0;
/*  background: url("images/icons/icon_author.gif") no-repeat 0 4px;*/
  }

  .tags {
  padding: 0;
  font-size: 85%;  
/*  background: url("images/icons/icon_tags.gif") no-repeat 0 4px;*/
  }

  .kategorie {
  padding: 0;
  font-size: 85%;

/*  background: url("images/icons/icon_kategorie.gif") no-repeat 0 4px;*/
  }

  .kommentar {
  padding: 0;
  font-size: 85%;  
/*  background: url("images/icons/icon_kommentar.gif") no-repeat 0 4px;*/
  }

/* ### Kommentare ### */

  #kommentare_container {
  border-left: 0px #666 solid;
  display: block;
  padding: 20px 20px 20px 10px;
  background: #f9f9f9;
  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: 6px; 
  background: #fff /*url("images/form-field-bg.gif") no-repeat top left*/ ;
  border: 1px solid #ccc;
  }

  textarea {
  background: #fff /*url("images/form-field-bg.gif") no-repeat top left*/ ;
  border: 1px solid #ccc;
  }
  
  input {
  padding: 6px;
  background: #fff /*url("images/form-field-bg.gif") no-repeat top left*/ ;
  border: 1px solid #ccc;
  margin: 0 10px 0 0;
  }
  
 
  input#submit {
  padding: 0px 15px 5px 0px;
  background: url("images/btn_small-red.gif") no-repeat 0px -30px;
  border: none;
  width: 150px;
  height: 30px;
  color: #666;
  font-size: 90%;

  }
  
  input#submit:hover {
  padding: 0px 15px 5px 0px;
  background: url("images/btn_small-red.gif") no-repeat 0px 0px;
  border: none;
  width: 150px;
  height: 30px;
  color: #fff;
  font-size: 90%;
  cursor: pointer;  
  }
  
  
