/*
Theme Name: Nimmermehr Theme
Theme URI: http://nimmermehr.ch/
Version: 1.2
Author: Adrian Stutz
*/


html {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	margin: 0; padding: 0;
	line-height: 1.6;
}

ul {
	list-style-position: outside;
	list-style-type: circle;
	margin: 5px 0px;
	padding-left: 20px;
}

a {
	color: black;
	text-decoration: none;
}

#content a {
	text-decoration: none;
}

#content a:before {
	content: "｢";
	font-size: 0.95em;
	margin-right: 1px;
}

#content a:after {
	content: "｣";
	font-size: 0.95em;
	margin-left: 1px;
}

a:hover {
	background-color: white;
}

#content .imglink:before  {
	content: "";
}
#content .imglink:after {
	content: "";
}
#content .imglink:hover {
	background-color: transparent;
}
#content .imglink img:hover {
	border: 1px solid white;
}

body {
	background-image: url('background.png');
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #d7f96e;
}

h1 {
	margin: 0 0 10px 0;
}

h2 {
	margin: 10px 0;
}

h3 {
	margin: 40px 0 10px 0;
}

input {
	position: relative;
	top: 1px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.clear {
	clear: both;
}

#content {
	text-align: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

#footerimage {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 0;
}

#footerimage img {
	display: block;
	margin: 0 auto;
}

#title {
	display: block;
	margin: 50px auto 75px auto;
	border: none;
}

#menu {
	margin: 0 auto;
	padding: 5px 10px;
}

#searchform {
	float: right;
	margin-top: 0px;
	margin-top: -1px;
}

#searchform #s {
	width: 100px;
	height: 1.1em;
}

#footer {
	text-align: center;
	font-size: 11px;
	
	width: 626px;
	margin: 100px auto 5px auto;
}

.post {
	width: 626px;
	margin: 20px auto;
	
	padding: 10px;
	
	border-left: 5px solid white;
	background-image: url('44prozent.png');
}

.post h1 {
	font-size: 20px;
	font-weight: normal;
}

.title h1 {
	margin: 0;
}

.post h2 {
	font-size: 18px;
	font-weight: bold;
}

.post h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
}

.post .subtitle {
        margin-top: 0;
}

.post img {
	border: 1px solid black;
	margin-left: 15px;
	margin-bottom: 5px;
}

.post .imagecaption {
	display: block;
	margin-left: 16px;
	font-size: 0.8em;
	color: rgba(0,0,0,0.7);
}

.post .info {
	font-size: 11px;
	text-align: right;
	position: relative;
	height: 0px;
	top: 11px;
}

.postseparator {
	/*color: white;*/
	font-size: 20px;
	text-align: center;
	width: 100px;
	margin: 30px auto 10px auto;
}

.postmore {
	clear: left;
	margin: 0;
}

.category-knapp .entry {
	margin-top: -0.8em;
	margin-bottom: -0.8em;
}

.category-knapp .info {
	top: 0;
}

.moreentry {
	margin-top: -0.9em;
}

.small {
	font-size: 11px;
}

.pagelinks {
	overflow: hidden;
	margin-top: 0.5em;
}

.archive-list {
	list-style-type: lower-roman;
	margin-left: 30px;
}

.comment {
	margin-bottom: 2em;
}

.vcard img {
	float: right;
	margin: 0 0 0.5em 1em;
}

.video_wrap {
	margin: 1em 0;
}

.entry .alignleft {
	margin: 0 1em 1em 0;
}
