@charset "UTF-8";

body
{
	font-family: sans-serif;
	padding: .5em;
	background: #000;
	color: #ccf;
	font-size: large;
}

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

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

h3 {
	text-align: center;
	padding: 0;
	margin: 2em 0;
	font-style: italic;
	font-size: x-large;
	color: #d06;
}

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

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

p {
	margin: 2em 0;
}

strong {
	font-weight: bold;
	color: #ff7;
}

em {
	font-style: italic;
}

/* hyperlinks */

a {
	text-decoration: none;
}

a:link {
	color: #b62;
}

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

a:visited {
	color: #fb0;
}

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

a:focus {
	color: #b00;
}

a:active {
	color: #ea0;
}

/* paragraphs */

p.note {
	font-style: italic;
}

p.input_error {
	color: red;
	font-size: x-large;
}

*[onclick] {
	cursor: pointer;
}

/* lists */

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

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

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

/* thumbnails */

img.thumbnail {
	border: solid 2px #555;
}

img.thumbnail:hover {
	border-color: #222;
}

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: 4em;
}

#header ul {
/*	position: relative;
	top: .2em;
	left: 5em;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Times New Roman", serif;
	font-size: medium;
	border: none;
/*	background: transparent;*/
	display: block;
}

#header ul li {
	display: inline;
}

#header ul li a {
	padding: 1em .5em;
	text-decoration: none;
	color: white;
	border: 0;
	background: #008;
}

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

#header ul li a.current {
	background: #08f;
	color: yellow;
}

#header ul li a:focus, #header ul li a:active {
	background: #04a;
}

/* page footer */

#footer {
	margin: 24px 0px 8px 0px;
	padding: 0;
	text-align: left;
	float: left;
	font-size: 10px;
	border: 0;
	clear: both;
}

#footer a {
	display: block;
}

/* forms */

form div {
	padding: 0 8px 0 0; /* 6 = 2x border size + 2x padding of input fields */
}

form p {
	margin: .5em 0;
}

form button {
	padding: .2em .4em;
	font-size: large;
}

form textarea {
	width: 100%;
}

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

form input[type="text"], form textarea {
	font-size: medium;
	font-family: sans-serif;
	color: #fff;
	padding: 2px;
	border: solid 2px #777;
	min-width: 128px;
	background: black;
}

form input[type="text"]:hover, form textarea:hover {
	border-color: white;
}

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

/* infoboxes */

div.infobox {
	font-size: x-large;
	padding: 1em;
	background: none;
	margin-bottom: 2em;
	border: 8px solid;
}

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 classes */

.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 {
	display: block;
	font-size: large;
	font-weight: bold;
	font-style: normal;
}

.author:before {
	content: "Von: ";
}

.notice {
	font-style: italic;
}

.notice em {
	font-style: normal;
}

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

.timestamp, .blog .time {
	text-indent: 0;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin: 0 0 1em 0;
	padding-bottom: .5em;
	border-bottom: 1px solid gray;
}

.timestamp:before {
	content: "Datum: ";
}

.textbox {
	text-align: justify;
}

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

#home #body {
	margin-top: 4em;
	text-align: center;
	font-size: x-large;
	left: 10%;
	right: 10%;
}

cite {
	display: block;
}

cite:before {
	content: "— ";
}

#home #footer {
	display: none;
}

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

/* archive bar */

#weblog #archive_column {
	text-align: center;
	width: 142px;
	float: right;
}

#weblog #archive_column h3 {
	font-size: large;
}

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

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

#weblog #archive_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;
	margin: 0 162px 0 0;
}

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

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

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

/* blog entries */

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

#weblog .blog p {
	text-indent: 16px;
	margin: 8px 0px 8px 0px;
}

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

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

#weblog .blog ol, .blog ul {
	margin: 8px 0px 8px 16px;
	list-style-position: outside;
}

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

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

#weblog .blog h3, .blog h3 a {
	padding: 0;
	margin: 0;
	color: #790;
	font-size: xx-large;
	text-align: left;
	font-style: normal;
}

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

#weblog .blog p.time, .blog p.commentinfo {
	text-indent: 0;
	font-size: small;
	font-style: italic;
}

#weblog .blog p.time {
	padding-bottom: 8px;
	border-bottom: 1px solid gray;
	margin: 0 0 16px 0;
}

#weblog .blog p.commentinfo {
	padding-top: 8px;
	border-top: 1px solid gray;
	margin: 16px 0 0 0;
}

/* comments */

#weblog .comment {
	margin: 2em 0;
}

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

#bilder .thumbnails, #videos .thumbnails {
	border: 0;
	margin: 2em .5em;
}

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

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

/*
###################
#### gästebuch ####
###################
*/

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

#gaestebuch #guestbook_column .entry {
	margin: 2em 0;
}

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

#kontakt #contact_column .formular {
	margin: 0 10%;
}

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

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

#about #geekcode {
	width: 30em;
	text-align: left;
	font-family: monospace;
	font-size: 9pt;
	color: #aad;
	border: dashed 3px;
	padding: 8px;
}

