/*  

Theme Name: Desk Days
Theme URI: 
Description: A desk like Woprdress template with wooden background.
Version: 1.0
Author: Free Wordpress Themes
Author URI: http://wp-themes.erikgyepes.com/?wptheme=Desk+Days

*/

* {
	padding: 0;
	margin: 0;
}

body {
  	font: 0.8em Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.6em;
	background: url(/images4reel/houtentout.jpg);
}

h2 a {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	float: left;
}

#sidebar h2 {
	font: 1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

h3#respond {
	font: 1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding: 20px 0 10px 0;
}

h3#comments {
	font: 1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding: 20px 0 10px 0;
}

p {
	padding: 10px 0 0 0;
}

#header {
	
	width: 475px;
	height: 75px;
}

#logo {
     padding:  5px 0px 0px 17px;
     color: #FFF;
     background-color: #FFF;

}
#container {
	width: 65%;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#content {
	float: left;
	width: 349px;
}

.post {
	width: 349px;
	background: url(images/postbg.png) repeat-y;
	margin: 5px 0 0 0;
	padding: 10px;
}

#data {
	font-size: 0.8em;
	float: right;
	width: 100px;
	margin: 0 20px 0 0;
}

.entry {
	width: 340px;
}

.entry a {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.entry a:hover {
	border-bottom: none;
}

.postmetadata a {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.postmetadata a:hover {
	border-bottom: none;
}

.commentlist {
	list-style-type: none;
}

.commentlist a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.commentlist a:hover {
	border-bottom: none;
}

.commentlist li {
	padding: 20px 0 0 0;
}

#sidebar {
	float: right;
	width: 200px;
	margin: 0 40px 0 0;
}

#sidebar ul {
	list-style-type: none;
	padding: 0 0 30px 30px;;
}

#sidebar a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#sidebar a:hover {
	border-bottom: none;
}

#footer {
	width: 65%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	color: #000;
}

#footer a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a:hover {
	border-bottom: none;
}

#bottom {
	background: url(images/bottombg.png) bottom right no-repeat;
	float: right;
}

.clearing {
	height:1px;
	margin:0 0 -1px 0;
	clear:both;
	overflow:hidden;
}