@charset "UTF-8";

body
{
	font-family: "Times New Roman", serif;
	padding: 1em;
	background: #aaa;
	color: #000;
	font-size: 120%;
}

code {
	font-family: "FreeMono", monospace;
}

h1, h2 {
	display: none;  /* unused in this theme */
}

h3 {
	text-align: center;
	margin: 1em;
	font-style: italic;
	font-size: 1.5em;
	color: #700;
}

acronym, abbr {
	cursor: help;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #000;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

p {
	margin-bottom: 1em;
}

/* hyperlinks */

a {
	text-decoration: none;
}

a:link {
	color: #00a;
}

a:link:hover {
	color: #44f;
	text-decoration: underline;
}

a:visited {
	color: #909;
}

a:visited:hover {
	color: #d0f;
	text-decoration: underline;
}

a:focus {
	color: #b00;
}

a:active {
	color: #faa700;
}

*[onclick] {
	cursor: pointer;
}

/* lists */

ul.list, ol.list {
	margin: 0 .5em 1em .5em;
	padding: .25em;
	display: block;
	list-style-position: inside;
}

ol.list {
	list-style-type: decimal;
}

ul.list {
	list-style-type: disc;
}

/* thumbnails */

img.thumbnail {
	border: solid 1px #000;
}

img.thumbnail:hover {
	border-style: double;
}

img.flickr {
	/* flickr blue */
	border-left-color: #0063db;
	border-top-color: #0063db;
	/* flickr purple */
	border-right-color: #ff0084;
	border-bottom-color: #ff0084;
}

/* page header */

#header {
	border: 0;
	padding: 0;
	margin-bottom: 1em;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size: large;
	border: none;
	background: transparent;
	display: inline;
}

#header ul li {
	display: inline;
}

#header ul li a {
	text-decoration: none;
	color: #000;
	margin-right: .1em;
	padding: .2em .5em;
	border: solid 1px #000;
	background: #fff;
}

#header ul li a:hover {
	background: #ddd;
}

#header ul li a.current {
	background: #800;
	color: #fff
}

#header ul li a:focus {
	background: #bbb;
}

#header ul li a:active {
	background: #999;
}

#header #important:before {
	content: "Aktuell: ";
	font-weight: bold;
}

/* page footer */

#footer {
	margin: 1.5em 0 .5em 0;
	padding: 0;
	text-align: center;
	font-size: small;
	border: solid 1px #000;
	background: #fff;
	clear: both;
}

/* forms */

form div {
	background: top right no-repeat;
	border: none;
	padding: 0 6px 0 0; /* 6 = 2x border size + 2x padding of input fields */
}

form p {
	margin: .5em 0;
}

form textarea {
	width: 100%;
}

form input[type="text"] {
	display: block;
	width: 25%;
}

form input[type="text"], form textarea {
	font-size: medium;
	font-family: sans-serif;
	padding: 1px;
	min-width: 128px;
	background: #ddd;
}

form input[type="text"]:focus, form textarea:focus {
	background: #fff;
}

form label strong {
	color: red;
	font-weight: bold;
}

/* infoboxes */

div.infobox {
	font-size: large;
	padding: 1em;
	margin-bottom: 8px;
	border: 6px solid;
	background: #fff;
}

div.infobox.error {
	border-color: #b22;
	color: #b22;
}

div.infobox.ok {
	border-color: #0a0;
	color: #0a0;
}

div.infobox.important {
	border-color: #44f;
	color: #44f;
}

/* other divs */

.invisible {
	display: none;
}

/* floats */

.left {
	border: 0;
	padding: 0;
	float: left;
	margin: 0px 8px 8px 0px;
}

.right {
	border: 0;
	padding: 0;
	float: right;
	margin: 0px 0px 8px 8px;
}

/* classes */

.author { /* author name of a weblog or guestbook entry */
	display: block;
	font-size: large;
	font-weight: bold;
	font-style: normal;
}

.notice {
	font-style: italic;
}

.notice em {
	font-style: normal;
}

.notice:before {
	content: "Hinweis: ";
	font-weight: bold;
}

.timestamp, .blog .time {
	text-indent: 0;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #000;
	text-align: left;
	padding-bottom: .5em;
	border-bottom: 2px dotted;
	margin-bottom: 2em;
}

.textbox {
	border: 1px solid #000;
	background: #fff;
	padding: 1em;
	text-align: justify;
}

/*
##############
#### home ####
##############
*/

#home #body {
	margin: 4em 20% 0 20%;
	background: #fff;
	text-align: center;
	padding: 1em;
	border: solid 1px #000;
	font-size: large;
}

cite {
	display: block;
}

cite:before {
	content: "— ";
}

#home #footer {
	display: none;
}

/*
################
#### weblog ####
################
*/

/* archive bar */

#weblog #side_column {
	padding: 0px .25em 1em .25em;
	text-align: left;
	width: 162px;
	float: right;
	border: 1px #000 solid;
	background: #fff;
}

#weblog #side_column h3 {
	text-align: center;
	margin: .5em;
	padding: 0;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	color: #194;
}

#weblog #side_column h4 {
	background: #de9;
	text-align: left;
}

#weblog #side_column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
	display: block;
}

#weblog #side_column ul li {
	display: block;
}

#weblog #side_column ul ul li {
	display: inline;
	
}

/* navigation field */

#weblog #weblog_column #navigation {
	border: 0;
	background: transparent;
	padding: 4px;
	height: 1.2em;
	margin-bottom: .5em;
}

#weblog #weblog_column #navigation ul {
	list-style-type: none;
}

#weblog #weblog_column #navigation ul li,
#weblog #weblog_column #navigation ul li a {
	display: block;
}

#weblog #weblog_column #navigation ul li a.back {
	float: left;
}

#weblog #weblog_column #navigation ul li a.back:before {
	content: "← ";
}

#weblog #weblog_column #navigation ul li a.forward {
	float: right;
}

#weblog #weblog_column #navigation ul li a.forward:after {
	content: " →";
}

#weblog #weblog_column #navigation ul li a.main {
	clear: none;
	text-align: center;
}

/* entries */

#weblog #weblog_column {
	width: auto;
	min-width: 256px;
	margin: 0 190px 0 0;
}

#weblog #navigation { /* navigation field */
	border: 0;
	padding: 4px;
	height: 1.2em;
	margin-bottom: .5em;
}

#weblog #navigation a.back {
	float: left;
}

#weblog #navigation a.forward {
	float: right;
}

/* blog entries */

#weblog .blog { /* style for blog entries */
	text-align: left;
	padding: 1.5em 1em 1em 1em;
	margin-bottom: .5em;
}

#weblog .blog p {
	text-indent: 1em;
	margin: .5em 0;
}

#weblog .blog ul p {
	text-indent: 0;
}

#weblog .blog p.update {
	font-style: italic;
}

#weblog .blog ol, .blog ul {
	margin: .5em 0 .5em 1em;
	list-style-position: outside;
}

#weblog .blog ol {
	list-style-type: decimal;
}

#weblog .blog ul {
	list-style-type: square;
}

#weblog .blog h3 {
	text-align: left;
}

#weblog .blog h3 a {
	padding: .1em .5em;
	margin: 0;
	color: #790;
	border: 1px solid #000;
	background: #fff;
	font-size: x-large;
	text-align: left;
	font-style: normal;
	position: relative;
	top: -3.1em;
	left: -1.2em;
}

#weblog .blog h3 a:hover {
	color: #ac0;
	text-decoration: underline;
}

#weblog .blog .time {
	border-color: #bb2;
}

#weblog .blog ul.options {
	list-style-position: outside;
	text-indent: 0;
	list-style-type: none;
	font-size: small;
	padding: 1em 0;
	margin: 0;
	word-spacing: normal;
}

#weblog .blog ul.options li {
	display: inline;
	border: 1px solid #99f;
	color: #000;
	padding: .2em .5em;
	margin-right: .5em;
	background: #ddf;
}

#weblog .blog ul.options li:hover {
	background: #fff;
}

/* comments */

#weblog .comment {
	margin-bottom: 8px;
	border-color: #b44;
}

#weblog .comment .timestamp {
	border-color: #b44;
}

/*
#########################
#### bilder & videos ####
#########################
*/

#bilder .thumbnails, #videos .thumbnails {
	margin: 1em .5em;
}

#bilder .thumbnails img, #videos .thumbnails img {
	border: solid 1px #000;
}

#bilder .thumbnails img:hover, #videos .thumbnails img:hover {
	border-color: yellow;
}

/*
####################
#### gaestebuch ####
####################
*/


#gaestebuch #guestbook_column {
	margin: 0 10%;
}

#gaestebuch #guestbook_column .entry {
	margin-bottom: 1em;
	border-color: #000;
	background: #fff;
}

#gaestebuch #guestbook_column .entry .timestamp {
	border-color: #000;
}

/*
#################
#### kontakt ####
#################
*/

#kontakt #contact_column {
	margin: 0 5%;
}

#kontakt #contact_column .formular textarea {
	font-family: monospace;
}

/*
###############
#### about ####
###############
*/

#about #geekcode {
	width: 30em;
	text-align: left;
	font-family: monospace;
	font-size: 9pt;
	background: #fff;
	color: #000;
	border: solid 1px #000;
	padding: 8px;
}

