/*
Theme Name: Kasa Amend Blog Theme
URL: http://www.kasa-amend.com
Author: Kasa Amend
*/
* {
	padding:0;
	margin:0;
}

html, body {
	font-family: Arial, Verdana, Sans-Serif;
	color:#6e7172;
	text-align:center;
}

/* Grid */
#wrapper{
	width:860px;
	margin:0 auto;
	text-align:left;
}

#content {
	width:620px;
	margin:4px 68px 35px 0;
	float:left;
}

#sidebar {
	width:165px;
	margin:13px 0 0;
	float:left;
}
/* Basics */
a {
	color:#be9f25;
	text-decoration: none;
	border:none;
}

a img, img {
	border: none;
}


/* Posts */
.post {
	margin:36px 0;
}
.post p{
	font-size: 12px;
	width:410px;
	margin:12px auto 6px 0;
}
.post h4{
	font-size:10px;
	color:#be9f25;
}
.post h3, .post h3 a{
	font-size:12px;
	color:#808687;
	text-transform:uppercase;
	margin:0 auto 18px 0;
	font-weight:normal;
}
.post h3 a:hover, .subline a:hover{
	color:#FFFFFF;
	background-color:#be9f25;
}
.post-content img{
	margin: 0 auto 14px 0;
	border:0;
	text-decoration:none;
}
.post-content p a{
	text-decoration:underline;
}
.post-content p a:hover{
	color:#FFFFFF;
	background-color:#be9f25;
	text-decoration:none;
}

.post .de{
	float:left;
	width:285px;
	margin-top:0;
	color:#bbb888;
}
.post .en{
	float:left;
	width:285px;
	margin-top:0;
	margin-left:20px;
	color:#8caab4;
}
.post .en p, .post .de p{
	width:inherit;
}
.trenn {
	margin:12px auto 12px 0;
	font-size:10px;
	color:#c1b9b2;
	letter-spacing:2px;
}
.subline{
	margin-top:36px;
}
.subline, .subline p, .subline a{
	font-size:11px;
}

/* Comments */
#comments {
	font-size:11px;
	margin-top:-12px;
}
#comments p{
	width:410px;
	margin:6px auto 8px 0;
}
#comments img{
margin-right:4px;
}


#comments h4{
	margin:24px auto;
}

.comment-box{
margin-bottom:36px;
}

input, submit{
	font-size:11px;
}

/* Sidebar */
#sidebar{
	font-size:11px;
}
#sidebar img{
	margin:0 auto 2px 0;
}

#sidebar strong{
	color:#879ba7;
	font-weight:normal;
}
#sidebar h3{
	font-size:11px;
	font-color:#c1b9b2;
	text-transform:uppercase;
	margin:36px auto 0 0;
	font-weight:normal;
}


#sidebar ul{
	margin:0;
}

#sidebar li, .cat-item  {
	list-style-image:url(img/li.gif);
	list-style-position:outside;
	list-style-type:none;
	margin-left:16px;
	padding:0;
}

#sidebar p img{
	margin:0 2px 0 -1px;
}

#sidebar a:hover{
color:#FFFFFF;
background-color:#be9f25;
}
p.light{
	color:#c1b9b2;
}

/* Priorisiert */
a:hover img{
	background-color:#FFFFFF;
}
.flc{
	clear:both;
}

