/*
Theme Name: Schmitz
Theme URI: http://www.signalgrau.com/
Description: Schmitz Buch Custom Theme.
Version: 0.8
Author: Signalgrau
Author URI: http://www.signalgrau.com/

*/

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul {
	list-style-type: none;
}

body {
	background-color:#FFF;
	font: 12px Arial,Trebuchet,Verdana,Geneva,sans-serif;
	line-height: 14px;
	color:#000;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
}

.head0 {
	background: url("i/header0.jpg") top left no-repeat;
}

.head1 {
	background: url("i/header1.jpg") top left no-repeat;
}

.head2 {
	background: url("i/header2.jpg") top left no-repeat;
}

.head3 {
	background: url("i/header3.jpg") top left no-repeat;
}

.head4 {
	background: url("i/header4.jpg") top left no-repeat;
}

.head5 {
	background: url("i/header5.jpg") top left no-repeat;
}

#header {
	width: 900px;
	height:364px;
	margin-bottom:10px;
}

#shoplink {
	float:right;
	padding-top:240px;
	padding-right:30px;
}

#rightbar {
	margin-top:430px;
	line-height: 12px;	
	padding-top:10px;	
	float:right;
	width:200px;
}

#rightbar_m {
	margin-top:336px;
	line-height: 12px;	
	padding-top:10px;	
	float:right;
	width:200px;
}

#leftbar {
	float:left;
	margin-top:245px;
	padding-left:12px;
	width:118px;
}

#main {
/*	width:550px;
	margin:0px 45px 25px 135px;*/
}

#content {
	width:480px;
	padding:400px 35px 35px 35px;
	margin:0px 45px 25px 135px;	
}

#content_m {
	width:480px;
	padding:370px 35px 35px 35px;
	margin:0px 45px 25px 135px;	
}

#content_l {
	height:700px;
	width:680px;
	padding:110px 35px 35px 35px;
	margin:0px 0px 25px 135px;
}

.storycontent a, #content_m a, #content_l a {
	color:#FF0000;
	text-decoration:none;
}

#content_m a:active, #content_m a:hover, #content_l a:active, #content_l a:hover, .storycontent a:active, .storycontent a:hover {
	color:#000;
}

.breaker {
	clear:both;
}

.rightpic {
	margin:20px 0;
	float:right;
}

#content_m p {
	float:left;
}

a {
	color:#000;
	text-decoration:none;
}

a:active, a:hover {
	color:#FF0000;
}

strong {
	font-weight:bold;
}

a.selected {
	font-weight: bold;
	color:#FF0000;
}

.smallfont {
	font-size:10px;
}

.postmeta {
	margin-bottom:6px;
	padding-bottom:6px;
}

.post {
	border-top: 1px solid #000;
	padding-top:10px;
	margin-bottom:35px;
}

.storycontent img {
	margin:8px 0;
}

.postdetails {
	margin-top:20px;
}

#leftbar li {
	margin:0 0 15px 18px;
}

.margtop {
	margin-top:150px;
}

.storycontent p {
	margin-bottom: 10px;
}

.katze {
	width:220px;
	padding:10px;
	float:left;
}

.commentlist {
	margin-bottom:20px;
}

.commentlist li {

}

#comments, #respond {
	font-weight:bold;
	margin-bottom:10px;
}


.column1 {
	float:left;
	width:315px;
}

.column1 p {
	width:265px;
	padding:20px 0px 0px 15px;
}

.column2 {
	padding-top:15px;
	float:left;
	width:315px;
	margin-left:50px;
}

.column2 p {
	clear:right;
	width:265px;
}

textarea {
	margin-top:10px;
	background-color:#EEE;
	width:450px;
}

input {
	margin-top:10px;
	background-color:#EEE;
}