/*
Theme Name: 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.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/



/* Begin Typography & Colors */
body {
	font-size: 14px;
	line-height: 1.4em;
	font-family: Helvetica, Arial, Sans-Serif;
	background: #f0ede5;
	color: #333;
	}

h1, h2, h3, h4 {
	text-transform: uppercase;
	font-size: 21px;
	padding: 7px 18px 3px 3px;
	margin: 0;
	}

a {
  text-decoration: none;
  color: #0099ff;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#header {
  background: #fff url('images/logo.png') -2px -10px no-repeat;
  padding: 0px 0 0 95px;
  line-height: 26px;
  min-height: 61px;
}

#header h1, #header h2 {
  padding: 0;
}
#header h1 a {
  color: #333;
}

#header h1 a:hover, #header h2 a:hover {
  color: #09f;
}
#header h2 a {
  color: #d1d0cd;
}
#header h2 span {
  color: #d1d0cd;
  padding-right: 28px;
  background: transparent url('images/twitter.png') top right no-repeat;
}
  
#header h2 a.aktt_tweet_time {
  display: none;
}

#content {
	background-color: #fff;
	margin: 0 0 0 1px;
	padding: 10px 20px 20px 10px;
	width: 865px;
	float: left;
	}

  #content #runs {
    margin: 10px 0 20px 95px;
	  border-bottom: 4px solid #d1d0cd;
  	}

  	#content #runs .last-run {
      position: relative;
      margin-top: 10px;
      margin-bottom: 10px;
    	}
    
  	#content #runs .last-run h3 {
      position: absolute;        
      background: transparent url('images/yellow-lr.png') top right no-repeat;
      top: 20px;
      left: -85px;
      z-index: 100;
    	}

  	#content #runs .last-run h3.title {
      background: transparent url('images/beige-lr.png') top right no-repeat;
      top: 270px;
      left: 0;
    	}
    	
  	#content #runs .last-run h3.title:hover, #content #runs .last-run h3.title-week:hover {
      background: transparent url('images/blue-lr.png') top right no-repeat;
    	}

    #content #runs .last-run h3.title-week {
      background: transparent url('images/beige-lr.png') top right no-repeat;
    	}
    	
  	#content #runs .last-run h3.title a, #content #runs .last-run h3.title-week a {
      color: #333;
    	}
    		
  	#content #runs .last-run h3.title a:hover, #content #runs .last-run h3.title-week a:hover {
      color: #fff;
    	}

  	#content #runs .last-run .map {
      height: 300px;
      width: 455px;
      padding: 0 0 0 25px;
      background: transparent url('images/map-rl.png') top left no-repeat;
      position: absolute;
      left: 285px;
      top: 0;
      z-index: 100;
    	}
    	  	
  	#content #runs .last-run .img {
      height: 300px;
      width: 300px;
      padding: 0 0 0 0px;
      overflow: hidden;
      position: relative;
    	}
    	
  	#content #runs .last-run .img img {
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 10;
    	}

	#this-week {
	  width: 785px;
    background: #fff url('images/placeholder.png') 0 0 no-repeat;
    height: 198px;
	}
	
	#this-week .run-small {
    width: 145px;
    height: 145px;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
  	}    	

  	#this-week .run-small h3 {
      position: absolute;
      left: 0;
      bottom: 0px;
      background: transparent url('images/beige-lr.png') top right no-repeat;
    	}  
    	
  	#this-week .run-small h3 a {
      color: #333;
    	}	

  	#runs #this-week h2{
      left: -85px;
      background: transparent url('images/blue-lr.png') top right no-repeat;
      display: inline;
      color: #fff;
      position: relative;
      top: 18px;
    	}  	
  	
  	#this-week h2 a {
  	  color: #fff;
	  }
	  
  #content #posts {
    padding: 50px 0px 40px 95px;
  	}
  	
  #content #posts h2 {
    margin: 0px 0 20px -85px;
    position: relative;
    top: -15px;
    background: transparent url('images/grey-lr.png') top right no-repeat;
    display: inline;
    color: #fff;
  	}	
  	
  #content #posts .post {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-right: 100px;
    border-bottom: 1px solid #e4dfd4;
  	}

    #content #posts .post h3 a {
      color: #bab4a9;
    	}

    #content #posts .post h3 a:hover {
      color: #09f;
    	}
    
    #content #posts .post h3 {
      color: #e4dfd4;
      padding: 0;
    	}
    	
  #sidebar {
    margin-left: 905px;
    padding: 6px 0 0 0px;
  }

  #sidebar .context-item {
    margin-bottom: 23px;
  }
  
  #sidebar h3 a, #sidebar h3 {
    color: #bdbab1;
  }
  
  #sidebar h3 a:hover {
    color: #09f;
  }
  
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	background: #D1D0CD;
	}

#footer p {
	margin: 0;
	padding: 10px 20px;
	}
/* End Structure */

#week-info, .run-info {
  padding: 10px 0 3px 95px
}

#week-info a {
  color: #fff;
}

h2.week {
  background: transparent url('images/blue-lr.png') top right no-repeat;
  display: inline;
  color: #fff;
	}  	

h2.week a {
  color: #fff;
	}  	
	
h2.run {
  background: transparent url('images/beige-lr.png') top right no-repeat;
  color: #333;
  position: absolute;        
  top: 20px;
  left: -85px;
  z-index: 100;
	}

ul.week-overview {
  list-style: none;
  margin: 0;
  padding: 0; 
  margin-top: 18px; 
}

ul.week-overview li {
  margin: 6px 0;  
  height: 30px;
}

ul.week-overview li a {
  background: transparent url('images/beige-lr.png') top right no-repeat;
  text-transform: uppercase;
	font-size: 21px;
	padding: 7px 18px 3px 3px;
	font-weight: bold;
	color: #333;
	}

ul.week-overview li a:hover {
  background: transparent url('images/blue-lr.png') top right no-repeat;
	color: #fff;
}  	
.archive #content #runs {
  border-bottom: 0;
}

.archive #content #this-week {
  padding-left: 95px;
  background: none;
}

.archive #content #this-week .run-small {
  margin-top: 10px;
}

.postmetadata {
  text-transform: uppercase;
	font-size: 15px;
	color: #e4dfd4;
	}
	
  .postmetadata a {
  	color: #e4dfd4;
  	}
	
  .postmetadata a:hover {
  	color: #09f;
  	}

.single .postmetadata {
  margin-bottom: 10px;
	}
	
#runs.category-blog .last-run, #content #runs.category-strecken .last-run {
  display: none;
}

.blog-entry {
  padding-right: 95px;
}

#runs.category-blog .blog-entry, #runs.category-strecken .blog-entry {
  padding-top: 20px;
}

h2.blog-title {
  display: none;
}

.category-blog h2.blog-title, .category-strecken h2.blog-title,  h3#comments {
  background: transparent url('images/beige-lr.png') top right no-repeat;
  color: #333;
  display: inline;
  margin-left: -85px;
	}


h2.blog-title span {	
  color: #bab4a9;
}

#runs.category-strecken h2.blog-title span {
  display: none;
}

#week-info.category-blog h2 {
  display: none;
}

#content #runs.category-blog, #content #runs.category-strecken {
  border-bottom: 0;
}  

.navigation {
  display: none;
}

h3#comments, #respond h3, h2.pagetitle span {
  background: transparent url('images/yellow-lr.png') top right no-repeat;
  color: #333;
  margin-left: -85px;
  display: inline;
  padding: 7px 18px 3px 3px;
}

h3#comments { 
  margin-top: 20px;
  }

h2.pagetitle {
  margin-left: 92px;
}

h2.pagetitle span {
  margin-left: 0px;
}

.comments {
  padding: 20px 100px 0 95px;
}


#archive-list {
  padding: 10px 0 0 95px;
  width: 775px;
}
#archive-list .post {
  width: 145px;
  height: 145px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
	}    	

	#archive-list .post h3.km {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: transparent url('images/beige-lr.png') top right no-repeat;
  	}  
  
  #archive-list .post h3.title {
    padding: 0;
  }
  
  #archive-list .post h3.title a{
    background: #F0EDE5;
    width: 139px;
    height: 135px;
    display: block;
    padding: 5px 3px;
  }
  
  #archive-list .post h3.title a:hover {
    background: #09f;
    color: #fff !important;
  }

  #archive-list .post.category-strecken h3.title a{
    background: url('images/strecke.png');
    overflow: hidden;
    font-size: 14px;
  }
  
  #archive-list .post.category-strecken h3.title a span {
    background: white;
    line-height: 16px;
    padding-top: 2px;
  }

  #archive-list .post.category-strecken h3.title a:hover span {
    color: #fff !important;
    background: #09f;
  }
  
	#archive-list .post h3.km, #archive-list .post .img {
    display: none;
  	}
  
  #archive-list .post.category-run h3.km, #archive-list .post.category-run .img {
    display: block;
  	}

  #archive-list .post.category-run h3.title {
    display: none;
  	}
	
	#archive-list .post h3 a {
    color: #333;
  	}	
  	

.comment-author.vcard {
  background: transparent url('images/darkblue-lr.png') top right no-repeat;
  display: inline;
  text-transform: uppercase;
	font-size: 21px;
	padding: 7px 18px 3px 37px;
	margin: 0;
	color: #09f;
	position: relative;
	font-weight: bold;
}

.comment-author.vcard a {
  color: #fff;
}
.comment-author.vcard img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1px;
}

ol.commentlist {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 30px 0 0 0;
}

ol.commentlist li {
  margin: 0 0 20px 0;
}

#respond {
  padding-top: 30px;
}

#respond textarea {
  width: 600px;
}

#strecken {
  padding-left: 95px;
}

.strecke {
  position: relative;
}

.strecke h3 {
  position: absolute;
  left: -80px;
  top: 170px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: transparent url('images/grey-lr.png') top right no-repeat;
}

.strecke h3:hover {
  background: transparent url('images/blue-lr.png') top right no-repeat;
}

.strecke h3 a {
  color: #fff;
}

.real-page {
  padding: 25px 100px 25px 95px;
}

.real-page .entry {
  padding: 10px 0;
}

.real-page h2 {
  background: transparent url('images/yellow-lr.png') top right no-repeat;
  color: #333;
  margin-left: -85px;
  display: inline;
  padding: 7px 18px 3px 3px;
}
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
