/*  

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: .9em  "Tahoma, Geneva, sans-serif";
	color: #000;
	line-height: 1.6em;
/*	background: url(images/bg.jpg); */
	background-color:#EFEFEF;
	}

h2 a {
	font: 1em "Tahoma, Geneva, sans-serif";
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	float: left;
}

#sidebar h2 {
	font: 1.5em  "Tahoma, Geneva, sans-serif";
	font-weight: bold;
	color: #D6565C;
}

h3#respond {
	font: 1.5em  "Tahoma, Geneva, sans-serif";
	font-weight: bold;
	color: #000;
	padding: 20px 0 10px 0;
}

h3#comments {
	font: 1.5em  "Tahoma, Geneva, sans-serif";
	font-weight: bold;
	color: #000;
	padding: 20px 0 10px 0;
}

p {
	padding: 10px 0 0 0;
}

#header {
	background-image:url(images/headerbg.jpg);
	float:left;
	width: 100%;
	background-repeat:no-repeat;
	height: 150px;
}

#container {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#content {
	width:700px;
	float: left;
	margin-top:0px;
}

.post {
	width:750px;
/*	background: url(images/postbg.png) repeat; */
	background-color:#CFEDEB;
	margin: 5px 0 0 0;
	padding: 20px;
	border-style:dotted;
	border-color:#4C3217;
}

#data {
	font-size: 0.8em;
	float: right;
	width: 100px;
	margin: 0 20px 0 0;
}

.entry {
	width: 700px;
}

.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-top:10px;
	border:2px;
}

#sidebar ul {
	list-style-type: none;
	padding: 10px 10px;
}

#sidebar a {
	color: #4C3217;
	text-decoration:none;
	border-bottom: 1px solid #000;
	font-size:16px;
	font-weight:bold;
}

#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;
}