/*  
Theme Name: Zuerimprov
Description: Zuerimprov Theme
Version: 1.0
Author: Agent tobi
Author URI: http://www.zuerimprov.ch

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

body{
	margin: 20px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #dcdcdc;
	color: #000000;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: underline;
	color: #2b5df2;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 876px;
	text-align: left;
	background: #ffffff;
}

#header{
	width: 876px;
	height: 180px;
	margin: 0;
}

#menu{
	width: 876px;
	height: 36px;
	margin: 0;
}

#leftbox{
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
}

#container{
	float: left;
	width: 476px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-size: 24px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-bottom: 1px solid #ccc;
	margin: 0;
	font-size: 11px;
	color: #888888;
}

p.postmetadata2{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #888888;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 180px;
	margin: 0 0 0 20px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

#footer{
	clear: both;
	width: 876px;
	text-align: center;
	padding: 10px 0 0 0;
}

#footer p{
	line-height: 18px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}