/*  
Theme Name: Hemingway
Theme URI: http://warpspire.com/hemingway
Description: Hemingway is a simple weblog theme by <a href="http://warpspire.com">Kyle Neath</a> aimed at giving bloggers a great platform on which to customize.  If you'd like to learn more about Hemingway, <a href="http://warpspire.com/hemingway">head on over to Warpspire</a> or ask a question in the <a href="http://discuss.warpspire.com">official support forums.</a> <br /><strong>This theme requires WordPress 2.0+</strong></a>.
Version: 0.19
Author: Kyle Neath
Author URI: http://warpspire.com
*/

@import "css/quicktags.css";
@import "css/plugins.css";
@import "css/ec3.css";
@import "css/now-reading.css";
@import "css/ubernyms.css";
@import "css/headermenue.css";


/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background:#01121b;
	color:#fff;
	font-size: 12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
	text-align:justify;
}



a{
	color:#f1e4c4;
	text-decoration:none;
}

a:hover{
	color:#ffffff;
	text-decoration:none;
}

h1{
	color:#CCC;
	font-size:1.5em;
	font-weight:bold;
	margin:1.5em 0;
}

h2, h3{
	font-size:1.5em;
	color:#a5b8c8;
	font-weight:bold;
	font-stretch: ultra-expanded;
	font-variant:small-caps;
}
#primary h2{
	color:#bccad6;
}

p{
	line-height:1.75em;
}

ul li{
	list-style-type:square;
	margin:1.5em 0 1.5em 2em;
}


ol li{
	list-style-type: decimal-leading-zero;
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #cdd6e0;
	color:#ffffff;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	/*background:#bccad6;*/
	color:#ffffff;
	text-align:left;
}
table td{
	/*background:#bccad6;*/
	color:#ffffff;
}
table caption{
	text-align:left;
	color:#ffffff;
	margin-bottom:-1em;
	margin-top:1em;
}

.rule{
	border-top:1px solid #bccad6;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background:#000;
}
#header .inside{
	padding:0!important;
}

#header h2{
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #bccad6;
	float:left;
}
#header h2 a{ text-decoration:none; }

#header p{
	padding:0!important;
	margin:0;
	line-height:1em;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background:#000;
	padding:1px 0 2em 0;
/*	color:#bccad6; */
color:#fff;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}
* html #primary.twocol-stories .story{
	margin-left:2%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story h3, .story h3 a{
	font-size:1.25em;
	margin:0 0 1.5em 0;
	font-weight:bold;
	color:#a5b8c8;
	text-decoration:none;
	border-bottom:1px dotted #577993;
}
.story h3 a:hover{
	color:#cdd6e0;
	text-decoration:none;
	border-bottom:1px dotted #577993;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px dotted #3e647e;
	padding:0.5em 0;
	font-size:0.95em;
	color:#577993;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.story .details a{
	color:#a5b8c8;
	text-decoration:none;
}
.story .details a:hover{ color:#cdd6e0; }

.story .details a:visited{ color:#ffffff; font-style:italic; }

/* Single Post Styles */

#primary .primary{
	float:right;
	width:65%;
}
#primary .secondary{
	float:right;
	width:30%;
	margin-right:5%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:3%; }

.secondary .featured p{
	border-bottom:1px solid #7d98ad;
	border-top: 1px solid #7d98ad;
	padding:0.5em 0 0.6em 0.5em;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #7d98ad;
	padding:0.5em 0 0.6em 0.5em;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#7d98ad;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#bccad6; text-decoration:none;}
.secondary dd a:hover{ color:#ffffff; font-style:italic; }

.single-post h1, .single-post h2{ margin-top:0; }


.zutaten{
	background:#fff;
	color:#000;
	float:left !important;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	background:#01121b;
	padding:1px 2em;
	border-top:1px dashed #023957;
}

.comment-head{
	border-bottom:1px dashed #023957;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
	font-size:1.5em;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color:#7d98ad;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#a5b8c8;
	border:1px dashed #577993;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #a5b8c8;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#f8e49d; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #577993;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

#commentform input {
	background:#0d1920;
	color:#ffffff;}

#comment-form{
	margin:5em 0 5em 35.4%;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
	background:: #0d1920!important;
	border: 1px solid #5d6c74;
	color:#ffffff;}

textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	background: #0d1920!important;
	border: 1px solid #5d6c74;
	color:#ffffff;}

label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:-1em 0 0 0;
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:2em 0 0 0;
}
#ancillary .block{
	float:left;
	width: 30%;
	margin:0 0 0 5%;
}
* html #ancillary .block{
	margin-left:3.9%;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 1.2em 0;
	font-size: 1.4em;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #577993;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.4em 0.5em;
	border-bottom: 1px solid #577993;
	text-align:left;
}
ul.dates .date{
	color:#bccad6;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#7d98ad;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#bccad6;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#ffffff;
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#577993;
	margin:2em 0 3em 0;
}
#footer .inside{
	background:url(images/footer_black.gif) 50% 0 repeat-x;
	padding:1em 0;
}
#footer p{
	margin:0;
	font-size:0.95em;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a, #footer a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#bccad6;
}
#footer p.attributes a:hover, #footer a:hover{
	color:#ffffff;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	float:right;
	width:200px;
	margin:1em 0 0 0;
	-moz-opacity:0.4;
	text-align:right;
}
#search:hover{
	-moz-opacity:1.0;
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size: 0.85em; 
	background:#CCC;
	margin-top:2px;
}
#search input:focus{
	background:#cdd6e0;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

/* Images */

#footer .inside{
	background:url(images/footer.gif) 50% 0 repeat-x;
}
#search .searchimg{
	background:url(images/search.gif) 0 0 no-repeat;
}

/* Images */

#footer .inside{
	background:url(images/footer.gif) 50% 0 repeat-x;
}
#search .searchimg{
	background:url(images/search.gif) 0 0 no-repeat;
}
#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px dotted #a5b8c8;
	padding: 0 0 0 2%;
}
.comment-head a{
	text-decoration:none;
	color:#a5b8c8;
}
#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#bccad6;
	padding:0.25em;
}

/* Flickr RSS*/

#flickr ul, #flickr ul li {
     padding: 5px !important; 
	 margin: 5px !important; 
	 border: 1px dotted #cdd6e0 !important;
	 }
	 
#flickr a img {
     border: 1px #01263a dotted !important; 
	 padding: 3px !important;
     margin: 5px 5px !important;
	 background: cdd6e0 !important;
	 float: left;
	 }
	 
#flickr a:hover img { 
	border: 1px #ffffff solid !important; 
	background:#01263a !important;
	 float: left;
	}
	



/* Footnotes */

.footnotes {
	font-size: .9em;
	line-height: 1.5em;
	color: #cdd6e0;
}

.footnotes ul, .footnotes ol{
	list-style-image: none !important;
}

/* Blogroll */

.clplinkcategory {
	font-size: 1.5em;
	clear: both;
	background-color: transparent !important;
	background-image:none;
	margin: 35px 10px 15px 10px !important;
	padding: 0px 10px !important;
	text-align: left;
	display:block;
	border-bottom: 1px dotted #cdd6e0;
	border-left: 1px dotted #cdd6e0;
}


.clplinklist, .clplink {
	list-style:none !important;
	list-style-image: none !important;
	background-image:none;
   	margin-left: 5px !important;
   	padding-left: 15px !important;    
}

.clplinklist ul {
	margin-bottom:20px !important;
	padding: 15px;
	list-style:none !important;
	list-style-image: none !important;
	background-image:none;
}

.clplinklist li, clplink li {
   	width: 270px;
   	float: left;
   	list-style:none !important;
    list-style-image: none !important;
	background-image:none;
}

.clplinklist li a, .clplink li a {
	text-decoration: none;
	display: block;
	list-style:none !important;
	list-style-image: none !important;
	background-image:none;
}

.clplinklist li a:hover, .clplink li a:hover {
	text-decoration: none;
	border: 0px !important;
	background-color: #7d98ad  !important;
	color: #cdd6e0 !important;
	list-style:none !important;
	list-style-image: none !important;
	background-image:none;
}

.clplinklist li a:visited, .clplink li a:visited {
	text-decoration: line-through;
	border-bottom: 0px !important;
	list-style:none !important;
	list-style-image: none !important;
	background-image:none;
	background-color: #7d98ad  !important;
}
	
	
/* Simple Tags*/

.simpletags-related {
 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	font-size:0.8em;
	}


/* SITEMAP */

.ddsg-sitemap ul {
}

.ddsg-sitemap ul ul {
	margin-top: 12px;
	margin-bottom: 15px;
	list-style-type: none !important;
	list-style-position:outside;
	padding:0;
}

.ddsg-sitemap li {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	font-size:0.95em !important;
	list-style-type: square !important;
}

.ddsg-cats {
	display:block;
	margin: 15px 0 !important;
	padding:5px;
	background-color: #a5b8c8;
	color: #ffffff;
	border-bottom: 1 px dotted #7d98ad;
	font-size: 1.3em !important;
	list-style-type: square !important;
}

.ddsg-cats a {
	color: #fdf8f6 !important;
}

/* comment quicktags */

#ed_toolbar input {
	border: 1px dotted #5d6c74;
	background-color: #0d1920;
	color: #cdd6e0;
	margin:0 2px 10px 2px;
	padding:2px;
}

input[type=checkbox] {
	border: 1px dotted #5d6c74;
	background-color: #0d1920;
	color: #cdd6e0;
}

select {
	border: 1px dotted #5d6c74;
	background-color: #0d1920;
	color: #cdd6e0;
}
 input[type=submit] {
	border: 1px dotted #5d6c74;
	background-color: #0d1920;
	color: #cdd6e0;
}

/* themed login */

#login {padding:30px;}


.inside2 {
padding-left:150px !important;
}

/* bilder */

img {
margin:10px !important;
padding:5px !important;
border:1px dotted #bccad6 !important;
background: #f4eae7 !important;
}

a img {
border: 1px dotted #7d98ad !important;
background: #f4eae7 !important;
}

a:hover img {
border: 1px dotted #f4eae7 !important;
background: #7d98ad !important;
}

.navigation li {margin-top:0 !important;margin-bottom:0 !important; padding-top:2px !important;padding-bottom:2px !important; }


.list-01 li {
list-style-type:square !important;
list-style:square !important;
padding: 5px;
background: #f4eae7 !important;
}

.list-02 li {
list-style-type:square !important;
list-style:square !important;
padding: 5px;
background: #a5b8c8 !important;
}

.primary a{
	font-weight:bold;
	text-decoration:none;
}

.primary a:hover{
	font-style:italic;
}



/*   Landingsites   */

.landingsites {
padding:0;
margin:10px;
border: 1px dotted #a5b8c8;
font-size: .9em;
text-align:justify;
}

/*design*/

.oben{
	margin:0;
	padding:0;
	background:#000;
}

.oben2{
	margin:0;
	padding:0;
	height:145px;
	background:url(images/oben_flickr.jpg) repeat-x top;
}

.flickr{
	padding-top:20px;
	padding-left: 170px;}




/* HEader tabelle*/

#header table th, table td{ 
margin:0 !important;
padding:0 !important;
 }
 
#header table th{
background: none;
color:#ffffff;
margin:0 !important;
padding:0 !important;
}

#header table td{
margin:0 !important;
padding:0 !important;
background:none;
color:#ffffff;
}

#header table caption{
color:#ffffff;
margin:0 !important;
padding:0 !important;
}

#header img, #header img a, #header img a:hover, #header img a:link, #header img a:visited {
margin:0 !important;
padding:0 !important;
border:0 !important;
background:none;
}


/* Datum als Kalenderblatt darstellen */


.date1 {
  float: left;
  margin: 0.5em 1em 0.5em 0;
  width: 45px;
  text-align: center;
  background-color: #EEE;
  color: #272727;
  font: 0.9em;
}
.date1 .day {
  display: block;
  font-size: 2em;
  font-weight: bold;
  padding: 0 0.3em;
  margin-top: 1px;
  border-top: 1px solid #404040;
  background: #cdd6e0;
  color: #01121b;
}

.date2 {
  float: left;
  margin: 0.5em 1em 0.5em 0;
  width: 30px;
  text-align: center;
  background-color: #EEE;
  color: #272727;
  font: 0.5em!important;
}
.date2 .day {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0;
  border-top: 1px solid #404040;
  background: #cdd6e0;
  color: #01121b;
