/*
Theme Name: Paperama Theme
URL: http://www.paperama.de
Author: Kasa Amend
*/
* {
	padding:0;
	margin:0;
}

html, body {
	font-family: Arial, Verdana, Sans-Serif;
	color:#6e7172;
	text-align:center;
	background-image:url(img/bg.jpg);
}

/* Grid */
#wrapper{
	width:888px;
	margin:0 auto;
	text-align:left;
}
#header{
	height:106px;
	background-image:url(img/header_end.png);
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	
}
.head_img {
	margin-left: 48px;
}

#main{
	background-image:url(img/main_bg.png);
	background-repeat:repeat-y;
	min-height:400px;
	overflow:auto;
}
#footer{
	background-image:url(img/footer_end.png);
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	height:90px;
}

#content {
	width:600px;
	margin:4px 48px 35px 48px;
	float:left;
}

#sidebar {
	width:135px;
	margin:20px 0 0 30px;
	float:left;
	font-size:11px;
}

/* Basics */
a {
	color:#5c909d;
	text-decoration: none;
	border:none;
}

a img, img {
	border: none;
}


/* Posts */
.post {
	margin:36px 0;
}
.date {
	width:55px;
	height:31px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#cbc09e;
	float:left;
	padding:2px 0 0 0;
}
.post-title{
	float:left;
	width:530px;
	margin:19px 0 auto 8px; 
}
.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:#7b633c;
	text-transform:uppercase;
	margin:0 auto 18px 0;
	font-weight:normal;
}
.post h3 a:hover{
	color:#FFFFFF;
	background-color:#cbc09e;
}
.post-content img{
	margin:0;
	border:0;
	border-bottom:14px solid #FFFFFF;
	text-decoration:none;
}
.post-content p a{
	text-decoration:underline;
}
.post-content p a:hover, .subline a:hover, .blaettern a:hover{
	color:#FFFFFF;
	background-color:#5c909d;
	text-decoration:none;
}
.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;
}

.blaettern a{
 font-size:12px;
 font-weight:bold;
}

/* Sidebar */
#sidebar img{
	margin:0 auto 2px;
}
#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 0 0 8px;
}

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

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

#sidebar a:hover{
	color:#FFFFFF;
	background-color:#7da6b1;
}

/* Twitter Bubble Box */
.bub-box{
	width:139px;
	margin:0;
	padding:0;
	border:0;
	overflow:auto;
}

.bub-box img{
	margin:0;
	padding:0;
	border:0;
}

.bub-top{
	height:26px;
	overflow:hidden;
}

.bub-bot{
	height:75px;
	overflow:hidden;
}
#sidebar .bub-bot a:hover{
	background:none;
}

.bub-content{
	width:139px;
	background-image:url(img/bubble_bg.png);
	background-repeat:repeat-y;
	min-height:60px;
	height:auto;
	/*padding:0px 3px 3px 8px;*/

}

.bub-cbox{
	margin:0;
	padding:0;
	overflow:hidden;
}

#sidebar .bub-cbox ul, #sidebar .bub-cbox li{
	margin:0px 3px 0px 5px;
	width:100px;
	list-style-image:none;
	font-size:11px;
	font-style:italic;
	color:#a38c68;
}

#sidebar .bub-cbox li{
	margin-bottom:8px;
}
#sidebar .bub-cbox li a{
  color:#beab8e;
}
#sidebar .bub-cbox li a:hover {
	background-color:#a38c68;
	color:#FFFFFF;
}

#sidebar p.profil {
	margin:0 0 0 3px;
}
#sidebar p.profil img{
	margin:0;
}

p.light{
	color:#b7a68b;
}

/* Priorisiert */
.post-content p a:hover img{
	background-color:#FFFFFF;
}

.flc {
	clear:both;
}