/* Default Elements */

body {
	margin: 0;
	padding: 0;
	min-width: 990px !important;
	font-family: Geneva, FreeSans, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px; 
	color: #000;
	background-color: #f6f6f6;
}

a {
	color: #cc0000;
	text-decoration: none;
	/* border-bottom: #535353 1px dotted; */
}

a:hover {
	color: #f00;
	text-decoration: none;
	/* border-bottom: #535353 1px dotted; */
}

/* a[rel="external"] {background:url(images/external.png) 99% 40% no-repeat; padding-right: 15px;} */

a[href^="http"] {
    background: url(images/external.png) 99% 40% no-repeat;
    padding-right: 15px;
    /* border-bottom: #535353 1px dotted; */
}

/* domains treated as internal links */
a[href^="http://localhost"],
a[href^="http://nie1s.de"],
a[href^="http://www.nie1s.de"],
a[href^="http://nielslehmkuhl.de"],
a[href^="http://www.nielslehmkuhl.de"] { background: none; padding-right: 0px; border-bottom: none; }

/* Headings */

h1, h2, h3, h4 { font-family: 'Times New Roman', Times, serif; }

h1 { font-size: 240%;}
h2 { font-size: 175%;}
h3 { font-size: 165%;}
h4 { font-size: 125%;}

h1 {
	font-weight: 500;
	color: #222;
	margin: 0;
	line-height: 100%;
}

h1 a {
	color: #222;
	border: none;
}

h1 a:hover {
	color: #000;
	border: none;
	background: none;
}

h2 {
	font-weight: 500;
	color: #333;
	margin: 0 0 4px 0;
	line-height: 130%;
}

h2 a {
	color: #c00;
	border: none;
}

h2 a:visited { color: #c00; }
h2 a:hover   { color: #e00; }

h3 {
	font-weight: 500;
	color: #333;
	margin: 0 0 4px 0;
	line-height: 110%
}

h3 a {
	color: #333;
	border: none;
}

h3 a:visited { color: #333; }
h3 a:hover   { color: #000; }

h4 {
	font-weight: 500;
	margin-bottom: 6px;
}

p {
    margin: 4px 0 12px 0;
	padding: 0;
	line-height: 140%;
}

tt, code, pre { font-family: FreeMono, 'Courier New', monospace; }

/* The upper part of the page */
#page-top {
	position: relative;
	background: url("images/main_bg.png") top repeat-x;
	background-color: #fff;
}

/* "actual page width" on large screens */
#wrapper-top {
	position: relative;
	width: 990px !important;
	min-width: 990px !important;
	margin: 0 auto;
}

/* "left" column (now full width), top-secondary is position:absolute on the right */

#top-primary {
    float: left; 
}

/* contains title and page navbar */
#header {
	height: 110px;
	overflow: hidden;
}

#title {
	width: 635px;
	height: 60px;
	margin: 0;
	padding: 7px 0 0 35px;
	/* position: relative; */
}

#title img {
	border: none;
}

#title a, #title a:hover {
	text-decoration: none;
	border: none;
	background: none;
}

.tagline,.tagline p {
	margin: 0 0 0 2px;
	padding: 0;
	font-size: 100%;
	color: #aaa;
}

#navbar {
    width: 635px; 
	overflow: hidden;
	/* background-color: #c00; */
	margin: 2px 0 0 35px;
	height: 36px; 
	padding: 0;
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar ul li {
	float: left;
	display: block;
	margin: 0px;
	overflow: hidden;
}

#navbar ul li a {
	padding: 4px;
	margin-right: 4px;
	text-decoration: none;
	color: #fee;
	display: block;
	font-size: 112%; 
	font-weight: bold;
	border: none;
	display: block;
}

#navbar ul li a:hover {
	background: none;
	color: #fff;	
}

#navbar ul li:hover {
	color: #fff;
}

.current-page, .active {
}

#navbar ul li.current-page a {
	color: #fff;
	font-weight: bold;
}

#navbar ul li.active a {
	color: #fff;
	font-weight: bold;
}

#navbar ul li.login {
    float: right; /* ? */
	margin-left: 6px;
}

li.login a {
	border: none;
}

li.login a:hover {
	background: none !important;
}


#search {
    position: absolute;
    top: 8px; /* 8, 69px */
    right: 5px; 
	height: 28px; 
	z-index: 1;
}

#search-form {
	margin: 0;
	padding: 0;
}

#search input#search-box {
	font-size: 90%;
	color: #ccc;            /* #ccc #fdd */
	background-color: #fff; /* #fff #c11 */ 
	border: #ccc 1px solid; /* #ccc #fdd */
	width: 240px;
	height: 18px;
	padding: 1px 0 0 4px;
	margin: 4px 6px 0 6px;
	float: right;
}

#search input#search-box:hover {
}

#search input#search-box:focus {
    color: #000;
    background-color: #fff; /* #fff #fee */
   	border: #bbb 1px solid;
}

#search #search-btn {
	background: url("images/search_button.png") bottom left no-repeat; /* ...button2.png on dark bg */
	height: 22px;
	width: 22px;
	border: none;
	margin-top: 3px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}


#main-posts {
	margin: 0 0 8px 0;
	padding: 0;
	background-color: #fff;
}
.post-nav{
	margin-left: 36px;
	font-size: 90%;
}
.post-nav a{
	border: none;
}

.post {
	min-height: 153px;
	padding: 35px 0 12px 75px;
	background: url("images/paperclip.png") top left no-repeat;
	z-index: 1;
}

.post-bottom {
    height: 145px;
    background: url("images/paper-bottom.png") bottom left no-repeat;
    margin-top: -135px;
    z-index: 0;
}

.post.alt {
    background: none;
    padding-left: 40px;
}

.post.archive {
    width: 590px;
    padding-top: 35px;
	padding-left: 75px;
	background:  url("images/paperclip.png") top left no-repeat;
}

.post.multi {
    width: 625px;
    min-height: 20px;
    padding-top: 15px;
	padding-left: 40px;
	background: none;
}

.post.archive .post-entry {
    width: 590px;
	padding-top: 5px;
	text-indent: 0;
}

.post.multi .post-entry {
    width: 625px;
	padding-top: 5px;
	text-indent: 0;
}

.post-tags {
	display: block;
	margin: 0 0 2px 0;
	/* background: url("images/tags.png") left no-repeat; 
	padding-left: 40px; */
	font-size: 90%;
	color: #222;
}

.post-tags a {
    color: #555;
    padding-left: 4px;
    padding-right: 4px;
	border: none;
}

.post-tags a:hover {
	color: #777;
}

.post-title {
	max-width: 904px;	
	/* border-bottom: #111 solid 1px; */
}

.post-sup {
    height: 18px;
	font-size: 90%;
	padding: 2px 4px 2px 4px;
	margin-bottom: 4px;
	border: #f0f0f0 solid 1px;
    background-color: #fcfcfc;
}

.post-date {
	background: url("images/dots.png") left no-repeat;
	padding-left: 17px;
	color: #555;
	float: left;
}

.post-comments-link a {
	background: url("images/comments.png") left no-repeat;
	float: right;
	padding-left: 25px;
	color: #555;
}
.post-comments-link a:hover {
    color: #777;
}

.post-entry {
    width: 904px;
	font-size: 110%;
	padding-top: 4px;
	text-align: justify;
}

.post.multi .post-entry {
    margin-bottom: 12px;
}

.post-entry a {
    color: #c00;
}
.post-entry a:visited {
    color: #666;
}

.post-entry a:hover {
    color: #f00;
}

.post-entry img.photo,
.post-entry img.captioned {
	border: #000 2px solid;
	max-width: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
	cursor: crosshair; /* url("images/dia.png"), crosshair, default; */ 
}

.inline.left {
    margin-right: 12px;
}

.inline.right {
    margin-left: 12px;
}
.post-entry pre { /* TODO */
	overflow: auto;
	width: 100%;
	background-color: #f7f7f7;
}

.post-footer {
	text-align: right;
}

div.imagecontainer {
	margin-bottom: 6px;
}

div.imagecontainer > p {
	margin: 0 0 4px 0;
}
	
.caption { 
    font-size: 90%;
	font-family: 'Courier New', Courier, monospace; 
	/* background:#000;
	color:#fff; */
	/* position: absolute; */
	margin: 0px;
	padding: 0px 2px 0px 4px;
	line-height: 110%;
	/* opacity:.75;
	filter:alpha(opacity=85); 
	text-align: center; */
}
	
.imageset {
    max-width: 904px;
    width: 902px;
    padding-top: 6px;
    border: #e0e0e0 1px solid;
    margin: auto;
    margin-bottom: 4px;
    background-color: #f6f6f6;
    text-align: center;
}

.fixsize {
    float: left;
    width: 162px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.imageset a {
    margin: 0;
    padding: 8px;
    text-decoration: none;
    background: none;
    border: none;
}

.fixsize a { padding: 0px; }

.imageset a img {
    padding: 2px;
    margin: 1px;
    border: #999 1px solid;
    background-color: #fff;
}

.post-entry blockquote {
    min-height: 58px;
    background: url(images/blockquote.png) top right no-repeat;
    background-color: #fcfcfc;
    margin: 0px 0px 0px 0px; 
    padding: 4px 70px 4px 4px;
    border: 1px solid #ccc;
    text-indent: 0;
}

/*.post-entry p { margin-bottom: 12px; } */

#top-secondary {
display: none;
    position: absolute;
    top: 0px;
    right: 0px;
	width: 315px; 
	height: 68px;
	overflow: hidden;
    float: right;
    /* background: url(images/sidebar_top.png) top right no-repeat;*/
	/* z-index: 1; */	
}

img.habari-smiley { 
    border: none;
    margin: 0px;
    padding: 0px;
}

/* sidebar only on multiple and archive */

#sidebar {
    float: right;
    width:296px;
    margin-top: 110px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 2px; 
}

#sidebar div {
    padding: 0px 10px 6px 10px;
    border: #fff 1px solid; /* TODO, WTF: none !? */
	margin: 0 0 10px 0;
}

#sidebar div h3 {
	color: #3f3f3f;
	text-align: left;
}

#sidebar div ul {
	list-style: none;
	margin-top: 10px;
	margin-left: 5px;
	padding-left: 0;
}

/* The lower part of the page */

#page-bottom {
	margin: 0;
	padding-top: 15px;
	position: relative;
	background: #f6f6f6 url("images/page_bottom_bg.png") top repeat-x;
	color: #111;
}

#page-bottom a { color: #777; }
#page-bottom a:visited { color: #777; }
#page-bottom a:hover { color: #f00; }

#page-bottom h3 a { color: #b00; }
#page-bottom h3 a:visited { color: #b00; }
#page-bottom h3 a:hover   { color: #c00; }


#page-bottom p { line-height: 140%; }

#wrapper-bottom {
	position: relative;
	/* min-height: 60px; */
	width: 990px;
	padding: 0;
	margin: 0 auto;
	/* background: url("images/secondary_bg.png") left repeat-y; */
}

#wrapper-multi-bottom {
	position: relative;
	/* min-height: 50px; */
	width: 990px;
	padding: 0;
	margin: 0 auto;
	/* background: url("images/secondary_multi_bg.png") left repeat-y; */
}
#bottom-primary {
	width: 675px;
	float: left;
}

#prev-posts {
	min-height: 233px;
	margin: 6px 0 0 auto;
	background: url("images/prevposts_text.png") top left no-repeat;
	padding-left: 85px;
	padding-right: 10px;
}

.prev-post-sup {
    margin-top: 3px;
    font-size: 90%;
    padding: 1px 2px 1px 2px;
    /* background-color: #f0f0f0; */
    border: 1px #ccc solid;
}

.prev-post-sup .post-date {
    /* color: #ccc; */
}

.prev-post-excerpt {
    margin: 6px 0 30px 0;
    text-align: justify;
}

.prev-post-excerpt p {
	color: #111; 
}

.prev-post-excerpt a:hover {
	background: none;
}

.prev-post-excerpt p a,.prev-post-excerpt a,.prev-post-excerpt p a img,.prev-post-excerpt a img
	{
	border: none;
}

#prev-posts-footer, #prev-posts-multi-footer {
	height: 25px;
	padding: 0px 4px 0 85px;
	margin: 5px 0 15px 0;
}

#prev-posts-multi-footer {
    padding-left: 40px;
}

#prev-posts-multi-footer a,
#prev-posts-footer a {
	color: #777; 
}

#prev-posts-multi-footer .nav-prev,
#prev-posts-footer .nav-prev {
	background: url("images/nav-left.png") top left no-repeat;
	float: left;
}

#prev-posts-multi-footer .nav-prev a,
#prev-posts-footer .nav-prev a {
	text-align: left;
	margin-left: 30px;
}

#prev-posts-multi-footer .nav-next,
#prev-posts-footer .nav-next {
	background: url("images/nav-right.png") top right no-repeat;
	float: right;
}

#prev-posts-multi-footer .nav-next a,
#prev-posts-footer .nav-next a {
	text-align: right;
	margin-right: 30px;
}





/* Comments section */
#post-comments {
	min-height: 180px;
	margin: 6px 0 15px auto;
	background: url("images/comments_text.png") top left no-repeat;
	padding-left: 85px;
	padding-right: 10px;
}

#post-comments-befirst {
	margin: 6px 0 15px auto;
	padding-left: 85px;
	padding-right: 10px;
}

.post-comment-author {
	/* text-align: left; */
	font-size: 120%;
	font-weight: 500;
	color: #444;
	margin-bottom: 6px;
}

.post-comment-author a {
    text-decoration: none;
}

.post-comment-author a:hover {
}

.post-comment-body {
    color: #222;
    margin-top: -6px;
}

.post-comment blockquote {
    /* min-height: 58px; */
    background: url("images/blockquote.png") top right no-repeat;
    background-color: #f3f3f3;
    margin: 0; 
    padding: 4px 8px 4px 8px; 
    border: 1px solid #ccc;
    text-indent: 0;
}

.comment-message {
	font-size: .9em;
	font-weight: bold;
}

.post-comment h2,.post-comment-u h2 {
	font-size: 1.5em;
}

.post-comment-body {
	padding-bottom: 12px;
	line-height: 150%;
	text-align: justify;
}

#page-bottom .post-comment-body blockquote p a {
    color: #777;
	border-bottom: 1px dotted; 
}

#page-bottom .post-comment-body blockquote p a:visited {
    color: #444;
}

#page-bottom .post-comment-body blockquote p a:hover {
    color: #e00;
}

#post-comments-footer {
}

#post-comments-footer a {
}

.post-comment-link a {
    background: url("images/dots.png") center left no-repeat;
    padding-left: 16px;
    font-size: 90%;
}

/* Comments form */
#comment-form {
	min-height: 177px;
	margin-top: 6px;
	padding-top: 4px;
	background: url("images/postcomment_text.png") top left no-repeat;
	padding-left: 85px;
	padding-right: 10px;
}

#comment-form p {
	margin-bottom: 5px;
}

#comment-form input {
    margin: 0 4px 4px 0;
	color: #333;
	background-color: #fcfcfc;
	border: #ccc 1px solid;
}

#comment-form input:focus {
	color: #000;
	background-color: #fff;
	border: #ccc 1px solid;
}

#comment-form textarea {
    margin:4px 0 4px 0;
	color: #333;
	background-color: #fcfcfc;
	border: #ccc 1px solid;	
}

#comment-form textarea:focus {
	color: #000;
	background-color: #fff;
	border: #ccc 1px solid;	
}

#comment-form #cf_submit input {
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 0 4px 0;
	color: #222;
	background: #fcfcfc;
}

#comment-form #cf_submit input:hover {
    margin: 4px 0 4px 0;
	color: #000;
	background: #fff;
}
#comments-closed {
	padding-left: 94px;
	padding-bottom: 50px;
	background:none;
}

#comments-closed p{
	text-align:center;
	font-size:1.2em;	
}
/* Other stuff, Plugins */

/* currently not used
#archives { 
	min-height: 147px;
	background: url("images/archives_text.png") top left no-repeat;
	padding-left: 100px;
	padding-right: 20px;
	margin-bottom: 24px;
	text-align: left;
}
*/

#monthly_archives {  
    margin-left: 0;
    padding-left: 0;
}

#monthly_archives li {
    list-style: none;
}

#monthly_archives a {
    font-family: 'Times New Roman', Times, serif; 
    font-size: 120%;
    color: #c00;
    font-weight: 500;
}

#monthly_archives a:visited {
    color: #c00;
}

#monthly_archives a:hover {
    color: #f00;
}

/* rn monthly archives

.archive-month {
    list-style: none;
    padding-left: 0;
}

.archive-month a {
    font-family: 'Times New Roman', Times, serif; 
    font-size: 120%;
    color: #c00;
    font-weight: 500;
}

.archive-month a:visited {
    color: #c00;
}

.archive-month a:hover {
    color: #f00;
}

#sidebar .archive-month a {
    font-family: FreeSans, Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #777;
 
}

#sidebar .archive-month a:hover {
    color: #666;
}
*/

#monthly_archives ul {
	margin-bottom: 4px;
}

#monthly_archives .archive_entry li {
    list-style: url("images/dots.png");
    padding-top: 2px;
    padding-bottom: 2px;
}

#monthly_archives .archive_entry a {
    font-family: FreeSans, Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #c00;
    font-weight: normal;
}

#monthly_archives .archive_entry a:visited {
    color: #666;
}

#monthly_archives .archive_entry a:hover {
    color: #e00;
}
/*
#sidebar #archives {
   	background: url("images/s_archives_text.png") top left no-repeat;
    padding-left: 45px;
}
*/

/* bottom right column */

#bottom-secondary {
	width: 315px;
	margin: 0;
	padding: 0;
	margin-top: -15px;
	padding-top: 6px;
	/* background: url("images/secodary_top.png") top center no-repeat; */
	float: right;
}

/* Recent comments */

#recentcomments {
	min-height: 180px;
    margin: 0 0 24px 15px;
    color: #777;
    font-size: 97%;
    line-height: 130%;
	background: url("images/rcomments_text.png") top left no-repeat;
	padding-left: 45px;
	padding-right: 12px;
}

#recentcomments ul {
    list-style: none;
    padding-left: 0;
}

#recentcomments ul li {
	margin-bottom: 4px;    text-align: justify; 
}

#recentcomments ul li a {
	color: #666;
}

#recentcomments ul li a:visited {
	color: #777;
}
#recentcomments ul li a:hover {
	color: #555;
}

/* Tags */

#tags {
	min-height: 160px; 
	background: url("images/tagcloud_text.png") top left no-repeat;
	margin: 16px 0 64px 15px;
	padding-left: 45px;
	padding-right: 12px;
}

#sidebar #tags {
	background: #fff url("images/s_tagcloud_text.png") top left no-repeat;
	margin: 0;
	padding-left: 45px;
}

#tags ul {
	margin: 0;
	padding: 0;
    text-align: justify; 
}

#sidebar #tags ul {
    text-align: left;
}

#tags ul li {
	display: inline;
	list-style-type: none;
	font-weight: 500;
	padding-right: 4px;
}

#sidebar #tags ul li {
    display: block;
}

#tags ul li a {
	color: #444;
	border: none;
}

#tags ul li a:hover {
	color: #000;
}

#feeds {
    position: absolute;
    bottom: 0px;
    height: 38px;
	background: url("images/feed.png") center left no-repeat;
	margin: 6px 0 12px 15px;
	padding: 6px 0 0 45px;
	font-weight: bold;
	line-height: 110%;
	font-size: 95%;
}

/*
#feeds:hover {	
    background: url("images/feed_hover_1.png") center left no-repeat;
}
*/
.feedlink {
	
}

#feeds .feedlink a {
	color: #bbb;
}

#feeds .feedlink a:hover {
    color: #faa657; 
}

#footer {
    color: #aaa;
    background-color: #f6f6f6;
    border-top: #ddd 1px solid;
	text-align: center;
	margin: auto;
}

#footer a {
	color: #999;
}

.clear {
	clear: both;
}

.hidden {
	display: none
}

.prompt {
	padding-left: 38px;
	font-size: 1.1em;
	padding-top: 20px;
	font-weight: bold;
	margin: 0;
}

.noposts{
	margin-bottom:120px;
}

input {
	border: 1px solid #555;
}

textarea {
	border: 1px solid #555;
	width: 100%;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* Link page */

ul.linkpage {
    list-style: none;
    padding-left: 0;
}

.linkpage li {
    margin-bottom: 6px;
}
/*
.linkpage a {
    color: #c00;
    xxxfont-weight: bold;
}

.linkpage a:visited {
    color: #666;
}

.linkpage a:hover {
    color: #e00;
}
*/

