html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: url(img/bg.jpg);
	color: #888888;
	font: normal Tahoma,sans-serif;
	font-size: 12px;
}

p,code,ul {padding-bottom: 1.2em;}

div.entry p:first-letter {
	font-weight:bold;
	font-size:105%;
	padding-left:5px;
}

li {list-style: none;}

h1 {
	display: none;
}

h2.title  {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h2.title a  {
	text-decoration:none;
	color: #444;
	clear:left;
}

p.meta {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 1px;
}

.post {
	clear:both;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

h1,h2,h3 {padding-top: 6px;}

img.kategory {float:right;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 50px 10px 0;
}

/* title */
.header {
	background: url(img/header.png) no-repeat;
	font-size: 1.2em;
	height: 424px;
	margin: 0 auto;
	width: 760px;
}
/* comment */

.comment , .comment_2 {
	border: 8px transparent solid;
}

.comment:hover , .comment_2:hover {
	border: 8px #DDD solid;
}

.comment_list {
	margin-top: 10px;
}

.comment_date {
	font-size:80%;
	text-align:right;
}

.comment_num {
	font-size:70%;
}

.comment_body {
	padding-top:5px;
}

/* navigation */
.navigation {	
	background: url(img/nav.gif);
	height: 41px;
	width: 760px;
	margin-left: 10px;
}
.navigation a {
	background: url(img/nav.gif);
	color: #fff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #000;}
.navigation li.cur a {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 220px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 5px 0 5px 3%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 760px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content ul {margin-left: 18px;}
.content ul li {list-style: url(img/li.gif);}
.content ol li {list-style: decimal;}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #FFF;}

/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title, .box h3, .widget_title {
	background: #C6D2DB url('img/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.box_body {
	background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
}
.box_bottom {
	background: url('img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}


