/* Companion Custom CSS over-rides for [ katzenfuttergeleespritzer.de ]: ComicPress - 2.8 */
body {
	margin: 0;
	color: #000;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
        
	}

#footer {
	padding: 10px 0;
	text-align: center;
	color:#000;
	background-color:#B79A7B;
	}

#subcontent-wrapper
{
    background-color:#E5DCD2;
}

#content.narrowcolumn
{
    background-color:#ffffff;
}


.comment-wrap{
	padding: 0 20px;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		font-family: 'Times', serif;
		}

.comment {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	border: 1px solid #000;
	min-height: 64px;
	}

	.comment .comment  {
	border: 1px dotted #000;
	}

.comment-author {
	display: inline;
	}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #000;
	}

.says {
	display:none;
	font-size: 8px;
	}

.avatar {
	margin: 0 10px 0 0;
	float: left;
	}

#comment {
	width: 100%;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#author, #email, #url {
	width: 200px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#submit {
	margin: 0 0 20px 0;
	float: right;
	}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	ol.commentlist p {
		margin: 10px 0 0 74px;
		}

ul.children {	
	margin: 0;
	padding: 0;
	list-style: none;
	}

.reply {
	padding: 10px 0 0 0;
	text-align: right;
	}
	
	
	.menubar ul li ul li a {
	text-align: left;
	
	
/*mein Menubar*/
#menubar {
	background: #4E4131;
	text-align: left;
	list-style: none;
}


	
/*Sidebars*/	
	
/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	width: 200px;
	background: #E5DCD2;
}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 200px;
	background: #E5DCD2;
}

/* Text Style */
h1, h2, h3, h4 {
	font-family: Times, serif;
	font-weight: normal;
	
}

h1, h1 a {
	color: #330000;
}

h1 a:hover {
	color: #fff;
}

h2 a, h3 a, h4 a {
	color: #330000;
}