/*
Theme Name: wbuch
Theme URI: http://www.wbuch.de/blog
Description: basic style for a new theme
Version: 1.0
*/

* {
margin: 0;
padding: 0;


}

li {
	margin-left: 2em;
}

h3, h4, h5, h6 {
font-size: 100%;
}

h1, h2, h3, h4 {
clear: both;

}

blockquote p:before {
content:open-quote;
font-size: 1.5em;
}

blockquote p:after {
content:close-quote;
font-size: 1.5em;
}



/* ALL */
#wrap {
}

/* HEADER */
#header {
}

/* CONTENT */
#content {
	border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC;
	width: 571px;
	padding: 7px 0px 5px 7px;
	margin-right: 0px;
	color:#6C6C6C;
	
}

h2 {
	font-family:Arial, Tahoma, sans-serif;
	font-weight:normal;
	_letter-spacing:-0.04em;	
	font-size:20px;
	line-height: 1em;


	
}
.date { 
	font-size:12px;
	margin: 5px 0px 24px 0px;
	color:#009933;
	
	
	
}
.more-link{
	margin:10px 0 10px 0;	
}

.post p{
	margin: 18px 17px 18px 0px;
}
#commentbox {
	margin: 0 17px 0 27px;
	border: 0px solid #999999;
}
.comment_time, .info{
	
	font-size:11px;
	padding: 0 17px 10px 0;
	border-bottom: 1px solid #CCCCCC; 
	margin-bottom: 10px;
	
	color:#009933;
}
.approve {
	font-size:11px;
	color:#009933;
	font-weight:bold;
}
.postmeta {
	font-size:11px;
	padding-bottom: 10px;
	margin: 10px 17px 10px 0px;
	border-bottom: 1px solid #CCCCCC; 
	color:#009933;
}
.comment_text{
	margin: 5px 0 10px 0;
}

.author{
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#6C6C6C;
}
.comments-line {
	font-size:12px;
	font-style:italic;
	margin-bottom: 5px;
}

.small{	
	font-size:11px;
	font-weight:bold;
	padding: 5px 0 5px 0;
	

}



/* SIDEBAR */
#sidebar {
}

/* FOOTER */
#footer {
}

