/*
Theme Name: rand der couch
Theme URI: http://www.vierundsechzig.de/randdercouch
Description: The original 64-theme, adapted for randdercouch 
Version: 0.2
Author: Stefan Frank, vierundsechzig.de
Tags: blueprint, grid, plain

*/

/** common definitions */
body {
	font-family: Verdana, Arial, Helvetica;
	padding-bottom: 0;
}

div.spacer {
	clear: both;
}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #0061ff;
}	


div#rap {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
body {
	margin-top: 0;
}

/** header **/
div#header {
	padding: 0em 0 1em 0;
	margin: 0em 0 1em 0;
	height: 180px;
	background: url(_images/header_bg.png) no-repeat;
	border-bottom: 1px solid #e6e6e6;
}
h1#site_title {
	display: none;
	font-family: "ff-nuvo-web-pro-1","ff-nuvo-web-pro-2", Verdana, Arial, Helvetica, sans-serif;
}

div#header_nav{
	float: right;
	margin-right: 1em;
	margin-top: 0.5em;

}
div#header_nav ul {
	float:left;
	margin: 0;
	padding: 0;
}
div#header_nav li {
	padding-left: 0.5em;
	list-style-type: none;
	float:left;
	font-size: 1.2em;
}

/** the searchbox in the header */
div#header_box {
	float: right;
	font-size: 0.8em;
	color: #606060;
	margin: 10em 1em 0em 0em;  
}

div#header_box div#rss {
	float: left;
	padding: 0px 5px 0px 0px;

}
div#search_box {
	float:left;
}
div#header_box input.search_input{
	color: #a5a5a5;
	background: url(_images/magnifier.png) no-repeat left top;
	padding-left: 16px;
}
div#header_box input.search_input:focus {
	color: #606060;
}




/** a single post
 */
 
div.entry {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
}

#the_date {
	margin: 0px;
	
}
#the_date h2{
	font-size: 1.5em;
	}
#post {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
	
}

h1.storytitle {
	font-size: 2em;
}

div.storycontent {
	font-size: 1.2em;
	line-height: 1.5em;
}
div.storycontent p {
	margin: 0 0 0.5em 0;
	padding:0;
}
div.storycontent ul li {
	margin: 0 0 0.5em 0;
	padding: 0;
	}
	
div.storycontent h2,h3{
	font-size: 1.5em;
	margin: 1em 0 0.25em 0;
	padding: 0;
	}


div.meta {
	border: 1px solid #e6e6e6;
	padding: 1em;
	margin: 1em 0;
}

div#posts_nav {
	font-size: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
}

div#posts_nav div#newer {
	float:left;
}
div#posts_nav div#older {
	float: right;
	}


/** feedback: comments and post-comment */
div.feedback {
	padding: 0 1em 0 1em;
	background-color: #e6e6e6;
	
}	
div.feedback h2{
	color: #a6a6a6;
	padding: 0;
	margin: 0;
	}
form#commentform {
	padding-bottom: 1em;
}
form#commentform p{
	padding: 0;
	margin: 0;

}
form#commentform textarea {
	border: 1px solid #0061ff;
	width: 98%;
}


/** twitter box
*/
#tweets {
	height: 4em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	
}
#tweet_label img{

	}
/** footer 
 */
div#footer {
	padding-top: 3em;
	padding-bottom: 2em;
	background: -webkit-gradient(linear, left top, left 8%, from(#e6e6e6), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e6e6e6,  #000); /* for firefox 3.6+ */ 
}

div#footer h1 {
	font-size: 1.5em;
}	

div#footer ul{
	padding: 0;
	margin:0;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	list-style-type: none;
}

div#footer li{
	padding: 0;
	margin:0;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	list-style-type: none;
	border-bottom: 1px solid #e6e6e6;
	}
