/*
Theme Name: Die Keynote des Lebens
Theme URI: http://ripp.eu/
Description: ich bin das chaos
Version: 1.0
Author: Juice
Author URI: http://ripp.eu/
Tags: dark
*/

body {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	margin:0px;
	background-color:#ffffff;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	line-height:1.5;
}

#head {
	background-color:#000000;
	background-image:url(images/navi_bg.png);
	background-repeat:repeat-x;
	border-bottom:#787878 solid 2px;
	padding:10px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:45px;
	z-index:1;
}

#head img {
	border:none;
}

#head .pr {
	color:#ffffff;
	font-size:22px;
	position:absolute;
	top:20px;
	left:65px;
}

#head .pr a {
	color:#ffffff;
	text-decoration:none;
}

#head .navi {
	position:absolute;
    top:20px;
	right:65px;
}

#head .navi a {
	color:#7f7f7f;
	text-decoration:none;
	margin-left:20px;
}

#head .navi a:hover {
	color:#bcbcbc;
	text-decoration:none;
	margin-left:20px;
}

#head .navi .mark {
	color:#ffffff;
}

#body {
	//position:relative;
	//top:105px;
	width: auto;
	min-width: 740px;
	max-width: 90em;
	margin:105px 80px 20px 80px;
	
	//border:1px #000000 solid;
}

#body ul {
	list-style-type:square;
}

#body li {
	font-size:13px;
	color:#000000;
	font-weight:lighter;
	padding-bottom:10px;
}

#body li a {
	color:#000000;
	text-decoration:none;
}

#body li a:hover {
	color:#424242;
}

#body .blog {
	width:auto;
	margin:0 280px 0 0;
}

#body .blog_con {
	padding:0px 15px;
}

#body img {
	margin:8px;
	border:none;
}

#body .blog h3 {
	font-size:18px;
	color:#000000;
	font-weight:lighter;
	margin-bottom:5px;
}

#body .blog h6 {
	font-size:10px;
	color:#424242;
	margin-top:5px;
}

#body .blog h5 {
	font-size:14px;
	color:#000000;
}

#body .blog h4 {
	text-align:center;
	font-size:12px;
	color:#000000;
    margin-bottom:50px;
}

#body .blog a {
	color:#000000;
	text-decoration:none;
}

#body .blog a:hover {
	color:#424242;
}

#body .blog h5 a {
	color:#000000;
	text-decoration:underline;
}

#body .blog h5 a:hover {
	color:#424242;
}

#body .sidebar {
	float:right;
	width:229px;
	border-left:1px solid #424242;
	//border:1px #000000 solid;
}

#body .sidebar_con {
	padding:0px 20px 0px 20px;
}

#body .sidebar h3 { 
	font-size:18px;
	color:#000000;
	font-weight:lighter;
	margin-bottom:5px;
}

#body .zaehler { 
	font-size:13px;
	color:#424242;
	font-weight:lighter;
}

