 /*	$Id: styles.css,v 0.9 28.10.2009 21:46 kniebes Exp $ 
*/

html {
	-webkit-font-smoothing: antialiased;
}

* {
	padding: 0; 
	margin: 0;
}

*:focus {
    outline: 0;
}



/* =imagereplacement */
.replace { 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
} 
.replace span { 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}



/* =body */
body {
	font: 0.75em/1.8em "Lucida Grande", Verdana, Arial, Verdana, sans-serif;
	color: #383C40;
	height: 100%;
	background: #fff url('/static/images/body-bg.jpg') no-repeat 0px 25px fixed;
	text-align: center;
}

@media only screen and (max-width:1100px) {
	body {
		background-position: -120px 0;
	}
}

@media only screen and (max-width:880px) {
	body {
		background-position: -180px -300px;
	}
}

@media only screen and (max-width:700px) {
	body {
		background-position: -200px -420px;
	}
}

/* =layout */
#wrapper {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#head {
	position: fixed;
	top: 0; 
	left: 0;
	width: 100%;
	background-image: url(/static/images/bg-head-dark.png);
/*	background-image: url(/static/images/bg-head.png);*/
	background-repeat: repeat-x; 
	height: 32px;
	z-index: 5;
}

#head div {
	padding: 0 0;
	text-align: left; 
	width: 305px; 
	margin: 0 auto; 
}

#container {
	margin: 50px auto;
	padding-bottom: 100px;
	width: 600px;
	text-align: left; 
	z-index: 1;
}

@media only screen and (max-width:700px) {
	#container {
		margin: 50px auto 50px 50px;
	}
}

#content {
	width: 550px; 
	margin: 0 25px; 
	
}

/*
@media only screen and (min-width:1370px) {
	#journalentry #container {
		width: 850px;
	}
	#journalentry .entry {
		width: 850px;
		-webkit-column-width: 400px;
		-webkit-column-gap: 50px;
		-moz-column-width: 400px;
		-moz-column-gap: 50px;
	}
	#journalentry .img img,
	#journalentry .img object {
		max-width: 380px;
		height:auto;
	}
}
*/

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 45px;
	z-index: 999;
	padding: 20px 0px;
	margin: 0px;
	border: 0;
	font-size: .9em;
}

#navigation {
	width: 550px;
	margin: 75px auto 0 auto;
	text-align: left;
	text-shadow: 0 0 2px #777;
}

@media only screen and (max-width:700px) {
	#navigation {
		margin: 75px auto 0 50px;
	}
}


#extern, 
#about {
	display: none;
	width: 550px;
	margin: 10px auto 0 auto;
	text-align: right;
	text-shadow: 0 0 2px #777;
}

#livesearch {
	position: fixed;
	top: 5px;
	right: 50px;
	width: 155px; 
	height: 22px; 
	overflow: hidden;
	text-align: right;
	z-index: 6;
}	 

#socicons {
	position:fixed; 
	bottom: 100px; 
	left: 10px; 
	width: 30px; 
	height: auto; 
}

#socicons a {
	display: block;
	margin: 6px;
	filter:alpha(opacity=40);
	/*
	-webkit-transition:all 1s ease-in;
	-moz-transition:all 1s ease-in;
	-o-transition:all 1s ease-in;
	*/
}

#socicons a img {
	padding: 3px;
	margin: 0 3px;
	background: #fff;
	border: 0;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	box-shadow: 0 0 3px #aaa;
		-moz-box-shadow: 0 0 3px #aaa;
		-webkit-box-shadow: 0 0 3px #aaa;
	opacity:0.4;	
}

#socicons a:hover img {
	opacity:0.99;
	filter:alpha(opacity=99)
	box-shadow: 0 0 3px #888;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	
}

/* =about */
#about p {
	font-size: 0.9em;
	margin-left: 0; 
	margin-bottom: 0;
	padding-left: 1px; 
}

.extra {
	height: 25px; 
}

/* =navigation*/
.navigation ul {
	list-style: none; 
	font-size: 0.9em;
	line-height: 1.0em;
	margin-left: 0; 
	margin-bottom: 0;
	padding-left: 1px; 
}

.navigation ul li {
	display: inline;
	padding: 0;
	margin: 2px 3px;
	list-style-image: none;
	height: auto;
}

.navigation ul li.active {
	background-color: #f0f5f0; 
}

#extern ul li:before {
	content: "\BB";
}

.navigation li.separator:before {
		margin-left: 50px;
}

.navigation ul li a {
	text-transform: lowercase;
	padding: 0 18px 0 6px;
	width: auto;
	line-height: 16px;
	height: 16px;
	color: #383C40;
	text-decoration: none;
	border: 0;
	background: transparent;
}

.navigation ul li a:hover {
	background-image: url(/static/images/nav-link-bg.gif);
	background-position: center left;
	background-repeat: no-repeat;
}



/* =entries */
.item {
	padding: 40px 0px; 
	clear: both;
}

.heading {
	padding: 0 0 8px 0;
}

.fixed {
	margin: 20px 0;
	padding: 20px; 
	clear: both;
	background: #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.socialzeugs {
	margin: 20px 0;
	padding: 20px; 
	clear: both;
}

.socialzeugs .soc {
/*	float: left; */
	margin: 5px 0;
}


/* =headlines */
#kes, #kes span { 
	height: 25px; 
	width: 305px; 
	background-image: url('/static/images/logo2.png');
/*	background-image: url('data:image/gif;base64,R0lGODlhuQAWAOYAAFRXW1daXVxgY1NVWERITEdLToKChk1RVNfW13h5fEpOUlBSVdXU1TY6Pn1+gWpucNTT1DI2Om1wcnN1eFpdYDA0OHBzdWJlaUBCRMzLzENHSXZ2ecrKyzQ4PHt8fkxOUGVoayksL2BiZlBTVmhpbC0wM1hZW1xdX2xtcGhrbnV1eX5+goCAgysuMXBxdHl6fUdKTMTDxD5BQ3FxdDo9P2xtb0BDRlVVV1NWWVlcX0pNT2BhY3R1eHV2eTo+QcPCxGBhZD0/QjE1ODg8P1ZaXUNFR09RVC8yNVRXWmlpbD5AQygqLTY6PVtbX3p6fWRlaGBgYzxAQkJFSD5CRjg8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAC5ABYAAAf/gFSCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6dUbGys7SxU7e4ubdSvL2+v8DBvzYyMcLAxMbCycfNzr+60dG1tZvU19i00tvc3ENCP925Pkw+3uDi6enZ7NfWslO+BAUKBwv3CwP6+gABFAIABYi4ACLFg4MIEz6QYGHChocPE3hwwMKAxYszoCAwsEIFgo0dP4o04GTGRo4eR85oIvLjxZcoW1oMKROmRRY4WTjwwNNDgg0TLEgYKkFhChAXRCgVIYBCAAD7okZdcEBBgatXCUiZAg8Yga9fsSoYW++AWXv3pAJYy5ZtgLdv/ynIDUiX7ggNGXBkyKCDiAAceDVogDEir44MAnIUFkw4wwglGRgXrpt48eDCiiML7ksZoNynbaFOvXe2KlmrWcFqFaZLVqEo236BxUrP3oB+ceXO7SyQoEGiDB0mGE48AYkbECCceFKDh3HkJEjsOAGBhAkICWpcT879eHXp1IsP186du4sd25M7Fz8c6IT38INamC90aMKjSZt+hgs69NoBVFml2lZRUGGLV6qJRVZppeGTllT7+Cchf299QAMHGHDAAVwfZFhhhh1uaCGGGASBgREhfrghhSNiUOKJSHxQhItFfLAihaAB6CBVpZFFm2oD+sJNO9rIk+BVp9WTT9pb/vR2wZNPgiCllL/R19AGEjmg5ZYOoGACA0AAkQQDDHR5QplmMoDCmQ64cMKXZDLwgpdxkumCli/0UKabcJL5wpx1MtADl1z25BNE7sFHH3BF4QclU075J1WAPxL4CiQRlFBBBEe0UEIHVGQagSCiikpFAxW0EEIIn4YawhKrtlBBA4J0UAGoqKrKKqgdlLBqCLLSeumwnDTQAa0NRBABsscKYmwDzzobQQWbIjsttcsOEu2p12abLLXVEivuuOSWa+656Kar7rrstuvuu/DGK++89NZrbyeBAAA7');*/
	font-size: 1px; 
} 

h2 {
	font-family: "Neue Helvetica", Helvetica, Arial, Sans-Serif;
	font-size: 1.6em;
	line-height: 1.0em;
	font-weight: normal;
	color: #383C40;
	padding: 10px 10px 0 0;
	margin: 0 0 10px 0;
	text-shadow: 0 0 3px #777;
}

h3	{
	text-align: left; 
	font-size: 1em; 
	letter-spacing: 1px;   
	font-weight: bold;
	margin: 30px 0 5px 0;
}

h3 a {
	text-decoration: none;
}

.slot h2 {
	color: #ddd;
	text-shadow: 1px 1px 1px #000; 
}




/* =lists */
dd {
	margin: 0 0 8px 25px;
}
ul,ol {
	margin-left: 10px;
	padding-left: 10px;
}



/* =paragraphs */
p,ul,ol {
	margin-bottom: 8px;
}

li > p {
	margin-bottom: 0;
}

p.right {
	float: right; 
	margin-left: 10px;
}

p.left {
	float: left; 
	margin-right: 10px;
}

p.center {
	text-align: center;
}

p.posted {
	text-align: right;
}


/* =quotes */
q {
	font-style: italic; 
}

.item q, .singleentry q {
	color: #696;
}

q:before {
	content: "\BB";
}

q:after {
	content: "\AB";
}

acronym, abbr {
	cursor: help; 
	font-style: italic; 
} 

acronym:hover, abbr:hover {
	content: attr(title);
}

blockquote {
	text-indent: 25px;
	font-style: italic;
	padding: 0; 
	margin: 0 0 5px 10px; 
	color: #696;
	background: url(/static/images/quotes_open.png);
	background-position: 5px 3px;
	background-repeat: no-repeat;
}

blockquote p {
	display: inline;
	margin: 0;
	padding-right: 20px;
	padding-bottom: 2px;
	background: url(/static/images/quotes_close.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}



/* =code */
code, pre {
	font: 12px 'Bitstream Vera Sans Mono','Courier',monospace;
	color: #696;
	margin-bottom: 10px; 
	white-space: pre;
	width: 500px;
}

pre {
	margin-left: 10px;
}

kbd	 {
	font-size: 1em; 
}

br.cla {
	clear: both;
}

/* =links */
a {
	color: #363;
}

h2 a {
	color: #383C40;
	text-decoration: none;
	padding: 3px 12px;
	margin-left: -12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
}

h2 a:hover {
	background: #efefef;
}

a.tag {
	padding: 2px 4px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.tag:hover {
	background: #efefef;
}

.pager a {
	text-decoration: none; 
	padding: 3px 12px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
}

.pager a:hover {
	background: #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.posted a {
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 4px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
}

.posted a:hover {
	background: #efefef;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

.slot a {
	text-decoration: none;
	color: #ddd;
}

a#closebutton {
	display: none;
}

a.rss {
	background-image: url(/static/images/feed-icon-10x10.png); 
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}

a.activityindicator {
	background: url(/static/images/ajax-loader-bar.gif) no-repeat top right !important;
	text-decoration: underline;
	border: 2px solid black;
}

a.current {
	color: #090 !important;
}

#closepanel a {
	display: block; 
	color: #ddd;
	text-decoration: none;
}

.linkdump {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.linkdump li {
	margin: 5px 0;
	padding: 3px 12px;
	text-decoration: none;
}

.linkdump li:hover {
	background: #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.related a {
	display: block; 
	padding: 3px 12px;
	text-decoration: none;
}

.related a:hover {
	background: #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tag_description {
	padding: 15px;
	background: #efefef;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* =forms */
input#lq {
	background: #282C30;
	color: #ccc;
	border: 1px solid #000; 
	width: 150px; 
	font-size: 10px;
	padding: 0px;
}

input.activityindicator {
	background: red !important;
}

.commentform {
	padding: 15px 0;
}
.commentform h2 {
	font-size: 1.0em;
}
.commentform textarea,
.commentform input.text {
	width: 540px;
	border-width: 1px; 
	border-style: solid; 
	border-color: #fff;
	background: #f5f5f5;
	padding: 5px;
	font-weight: bold;
	color: #666;
	text-shadow: 0 0 3px #777;
	box-shadow: 0 0 3px #888;
		-moz-box-shadow: 0 0 3px #888;
		-webkit-box-shadow: 0 0 3px #888;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
}
.commentform textarea:focus, 
.commentform input.text:focus {
	color: #383C40;
	border-color: #696;
	background: #fafafa;
}
.commentform label.left {
	float: left;
	width: 100px;
}
.commentform input[type=submit] {
	border: 1px solid #fff; 
	background: #f5fff5;
	padding: 5px 15px;
	font-weight: bold;
	cursor: pointer;
	color: #333;
	text-shadow: 0 0 3px #777;
	box-shadow: 0 0 3px #888;
		-moz-box-shadow: 0 0 3px #888;
		-webkit-box-shadow: 0 0 3px #888;
}
.sending {
	background: #696 !important;
}
/* =tabellen */
table.list {
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

table.list tr td {
	border-bottom: 1px solid #ddd;
	padding: 2px 5px;
	margin: 0;
}

/* =images */
.img  {
	text-align: center;
	width: auto; 
	margin: 0 0 8px 0;	 
	font-size: 0.8em;
}

.flickr-img {
	text-align: center;
	width: auto; 
	margin: 0 -70px 8px -70px;	 
	font-size: 0.8em;
}

.flickr-img a,
.img a {
	border: 0;
	text-decoration: none;
}

.flickr-img img, 
.img img,
.img object  {
	/*
	margin: 0;
	padding: 10px;
	background: #000;
	border: 0;
	box-shadow: 0 0 4px #666;
	-moz-box-shadow: 0 0 4px #666;
	-webkit-box-shadow: 0 0 4px #666;
	*/
	margin: 0;
	padding: 1px;
	background: #000;
	border: 1px solid #fff;
	box-shadow: 0 0 4px #444;
	-moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 4px #444;
	
}

.otherwebservices img {
	padding: 2px;
	margin: 0 3px;
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
}


/* =tagcloud */
.tagcloud {
	text-align: center; 
}

.tagcloud a {
	text-decoration: none;
	color: #666;
}

/* =slot */
.slot {
	width: 100%;
	height: auto;
	color: #ccc;
	background: #383C40 url('/static/images/slot-bg.png') repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	text-align: center;
	text-shadow: 1px 1px 1px #000; 
}

.slot-wide {
	overflow-x: hidden; 
	overflow-y: hidden; 
	height: auto; 
	margin: 10px 0;
	width: 100%; 
	white-space: nowrap;
}

.slot-narrow {
	width: 600px; 
	height: auto; 
	overflow: hidden; 
	margin: 0 auto;
	padding: 5px 0;
}

#closepanel {
	width: 100%; 
	background: #333;
	color: #fff;
	border-bottom: 1px solid #000;
	text-shadow: 1px 1px 1px #000; 
}

.searchresults {
	text-align: left;
	
}

.searchresults ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

.searchresults a {
	display: block;
	padding: 10px;
}

.searchresults a:hover {
	background: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

table.archive {
	width: 100%;
	color: #666;
}

/* =link_section */
.link_section {
	float: left;
	width: 520px;
	margin: 1em 0;
	padding: 0;
}
.link_section dt {
	clear: left;
	float: left;
	width: 20px;
	margin: 0;
	margin-top: 5px;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	background: #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}
.link_section dd {
	float: left;
	width: 460px;
	margin: 0;
	padding: 5px;
}

/* =link_cloud */
ul.link_cloud {
	list-style-type: none;
	text-align: center;
	line-height: 3em;
}

ul.link_cloud li {
	float:left;
	white-space: nowrap;
}

ul.link_cloud li a {
	margin: 5px;
	padding: 5px 10px;
	background: #efefef;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

ul.link_cloud li a:hover {
	background: #ddd;
}

/* =comments (old style) */
ul.commentlist {
	padding: 0;
	margin: 0 -50px;
	list-style-type: none;
	border-top: 1px solid #e0e0e0;
}

ul.commentlist li {
	border-bottom: 1px solid #e0e0e0;
	padding: 15px 50px;
	overflow: hidden;
	clear: both;
}
ul.commentlist .avatar {
	float: left;
	width: 50px;
	margin-top: 7px;
}
ul.commentlist .avatar img {
	border: 1px solid #fff;
	box-shadow: 0 0 3px #666;
		-moz-box-shadow: 0 0 3px #666;
		-webkit-box-shadow: 0 0 3px #666;
}
ul.commentlist .cmtbody {
	float: right; 
	width: 490px;
	padding: 0;
	margin: 0;
}

ul.commentlist h3 {
/*	margin: -15px -15px 5px -15px;*/
	margin: 0;
	letter-spacing: 0px;
}
ul.commentlist a {
	text-decoration: none;
}
.commentinfo {
	padding: 10px;
	margin: 5px 0;
	background: yellow;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

/* =disqus */
#disqus_thread, 
#dsq-content {
	font-size: 11px !important;
	font-family: "Lucida Grande", Verdana, Sans-Serif !important;
}

.dsq-comment-message a,
.dsq-comment-header a,
.dsq-comment-footer a {
	text-decoration: none !important;
}

.dsq-comment {
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}



/* =related */
.related ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

/* =notification */
#notification {
	display: none;
	position: fixed;
	top: 40px;
	right: 50px;
	height: auto;
	width: auto;
	background: #000;
	color: #ddd;
	padding: 20px 50px;
	text-shadow: 0px 0px 3px #000;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		-moz-opacity:0.9;
		-webkit-opacity:0.9;
	opacity:0.9;
	z-index: 100;
}
#notification .error {
	color: red;
}
#notification .warning {
	color: yellow;
}
#notification .ok {
	color: green;
}

/* =tooltip */
#tooltip {
	position: absolute;
	border: 1px solid #666;
	background: #fff;
	padding: 0 5px;
	color: #333;
	font-size: .9em;
	display: none;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #666; 
		-moz-box-shadow: 0 0 3px #666;
		-webkit-box-shadow: 0 0 3px #666;
}


.thumbnail-gallery   {
	text-align: left;
	width: auto; 
	margin: 0 0 8px 0;	 
	font-size: 0.8em;
}

a.thumbnail-gallery {
	margin: 8px 16px 8px 0;
	border: 0;
	text-decoration: none;
}

a.thumbnail-gallery img {
	margin: 0;
	padding: 1px;
	background: #000;
	border: 1px solid #fff;
	box-shadow: 0 0 4px #666;
	-moz-box-shadow: 0 0 4px #666;
	-webkit-box-shadow: 0 0 4px #666;
}

