@charset "UTF-8";

body
{
	font-family: sans-serif;
	padding: 1em;
	background: #d3e9ff;
	color: #000;
	font-size: medium;
}
code
{
	font-family: "FreeMono", monospace;
}
h1,
h2
{
	display: none;  /* unused items in this theme */
}
h3
{
	text-align: center;
	margin: 1em;
	font-style: italic;
	font-size: 1.5em;
	color: #d06;
}
acronym,
abbr
{
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #000;
}
acronym[title],
abbr[title]
{
	cursor: help;
}
small
{
	font-size: 10px;
}
p
{
	margin-bottom: 1em;
}

/* hyperlinks and javascript onclicks */

a,
span[onclick]
{
	text-decoration: none;
}
a:link,
span[onclick]
{
	color: #33f;
}
a:link:hover,
span[onclick]:hover
{
	color: #66f;
	text-decoration: underline;
}
a:visited
{
	color: #909;
}
a:visited:hover
{
	color: #d0f;
	text-decoration: underline;
}
a:focus
{
	color: #b00;
}
a:active
{
	color: #faa700;
}

/* scripted */

*[onclick]
{
	cursor: pointer;
}

/* lists */

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

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

ul.procon {
	padding-left: .7em;
}
ul.procon li {
	list-style-image: url("eroteme.png");
}
ul.procon li.pro {
	list-style-image: url("tick.png");
}
ul.procon li.con {
	list-style-image: url("cross.png");
}

/* thumbnails */

img.thumbnail {
	border: solid 3px #8b4513;
}

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;
}

/* gallery list */

ul.gallery
{
	margin: 1em .5em;
	list-style: none;
}
ul.gallery li
{
	display: inline-block;
	margin: 0 4px 4px 0;
	border: outset 2px #aaa;
	background: #aaa;
}
ul.gallery li *
{
	display: block;
}
ul.gallery li:hover
{
	border-color: yellow;
}

/* page header */

#header {
	border: 0;
	margin-bottom: 1em;
	height: 128px;
	padding: 0;
	text-align: left;
	font-family: monospace;
	background: no-repeat left top transparent url("flame.png");
}

#header img {
	position: absolute;
}

#header ul {
	position: relative;
	top: 68px;
	left: 162px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-family: "Bitstream Vera Sans Mono", monospace;
	font-size: medium;
	border: none;
	background: transparent;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
}

#header ul li {
	display: inline;
}

#header ul li a {
	text-decoration: none;
	color: white;
	border: outset 3px;
	background: #f08;
	border-color: #f08;
}

#header ul li a:hover {
	background: #80f;
	border-color: #80f;
}

#header ul li a.current {
	background: #8c4;
	border: inset #8c4 3px;
	color: black;
}

#header ul li a:focus {
	background: #08f;
	border-color: #08f;
}

#header ul li a:active {
	background: #f80;
	border-color: #f80;
	border-style: inset;
	color: black;
}

#header ul li:first-child a {
	position: absolute;
	top: -68px;
	left: -162px;
	width: 158px;
	height: 128px;
	border: none;
	background: url("claydragon.png");
	font-size: xx-large;
	font-style: italic;
	color: transparent;  /* css3 */
}

#header ul li:first-child a:hover {
	color: #000;
}

#header #important {
	position: relative;
	top: 75px;
	left: 162px;
	max-width: 50%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: small;
	color: #000;
}

#header #important:before {
	content: "→ ";
	font-weight: bold;
	color: red;
}

/* page footer */

#footer {
	margin: 2em 0 .5em 0;
	padding: 0;
	text-align: right;
	float: right;
	width: 159px;
	border-style: dotted;
	border-width: 3px 0px 0px 0px;
	border-color: #444;
	background: none;
	clear: both;
}

#footer a {
	display: block;
}

#footer img:hover {
	outline: 1px dashed red;
}

/* 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 {
	text-align: left;
	margin: .5em 0;
}

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

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

form textarea {
	width: 100%;
	display: block;
}

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

form label {
	display: block;
}

form span.tip {
	font-size: small;
}

form p.notice, form p.error {
	font-style: italic;
}
form p.notice em,
form p.error em
{
	font-style: normal;
}
form p.notice:before,
form p.error:before
{
	font-weight: bold;
}

form p.notice:before {
	content: "Hinweis: ";
	color: #004;
}

form p.error:before {
	content: "Fehler: ";
	color: #c00;
}

/* infoboxes */

div.infobox {
	font-size: large;
	padding-left: 80px;  /* 64px + default_div */
	min-height: 80px;  /* 64px + default_div */
	background: no-repeat left;
	margin-bottom: 8px;
	border: 3px double;
}

div.infobox.error {
	border-color: #b22;
	color: #b22;
	background-color: #fcc;
	background-image: url("infobox-error.png");
}

div.infobox.ok {
	border-color: #0a0;
	color: #0a0;
	background-color: #cfc;
	background-image: url("infobox-ok.png");
}

div.infobox.info {
	border-color: #44f;
	color: #44f;
	background-color: #ccf;
	background-image: url("infobox-important.png");
}

/* other classes */

.invisible {
	display: none;
}

/* floats */

.left {
	border: 0;
	padding: 0;
	clear: left;
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	border: 0;
	padding: 0;
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}

/* classes */

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

.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: 2px solid;
	padding: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#msie {
	margin: 64px 20% 0 20%;
	border: dashed 2px red;
	color: #fff;
	font-size: small;
}

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

#home {
	background: black;
	color: white;
}

#home #body {
	text-align: center;
	font-size: large;
	color: white;
	left: 10%;
	right: 10%;
}

#home #footer {
	display: none;
}

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


/* blog side column */
#weblog #side_column {
	width: 205px;
	text-align: left;
	float: right;
}
#weblog #side_column h3 {
	display: none;
}


/* side column boxes common styles */
#weblog #side_column > div {
	border-width: 2px;
	border-style: solid;
	font-size: small;
	padding: 0;
	margin: 0 0 1.5em 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#weblog #side_column > div h4 {
	font-size: 16px;
	text-align: center;
	padding: .1em 0;
	margin: 0;
}


/* archive colors */
#weblog #side_column #archive {
	border-color: #987;
	background: #fed;
}
#weblog #side_column #archive h4 {
	background: #987;
	color: #fed;
}
#weblog #side_column #archive h4:before {
	content: url("book.png") " ";
}


/* feeds colors */
#weblog #side_column #feeds {
	border-color: #d80;
	background: #fe9;
}
#weblog #side_column #feeds h4 {
	background: #d80;
	color: #fe9;
}
#weblog #side_column #feeds h4:before {
	content: url("feed.png") " ";
}


/* tags colors */
#weblog #side_column #tags {
	border-color: #5a4;
	background: #bfa;
}
#weblog #side_column #tags h4 {
	background: #5a4;
	color: #bfa;
}
#weblog #side_column #tags h4:before {
	content: url("tag_blue.png") " ";
}


#weblog #side_column ul {
	list-style-type: none;
	display: block;
	margin: .5em;
}

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

#weblog #side_column dl {
	padding-left: .5em;
	border-left: 6px solid #dcb;
}

#weblog #side_column dl dt {
	font-weight: bold;
}

#weblog #side_column dl dt+dd {
	margin-left: 1em;
}

#weblog #side_column dl dd {
	display: inline;
	margin: 0 .5em 0 0;
}


/* blog article column */
#weblog #weblog_column {
	width: auto;
	min-width: 256px;
	margin: 0 220px 0 0;
}
#weblog #weblog_column p {
	text-align: justify;
}


/* blog navigation bar */
#weblog #weblog_column .nav {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	padding: 4px;
	height: 1.2em;
	margin-bottom: .5em;
	background: #bcf;
	border: #78f 2px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#weblog #weblog_column .nav a {
	display: table-cell;
}
#weblog #weblog_column .nav a:hover {
	background: #fff;
}


/* blog articles */
#weblog #weblog_column .article {
	border: #bb2 2px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ff6;
	text-align: left;
	padding: 1em;
	margin-bottom: 1em;
}


/* blog article header */
#weblog #weblog_column .article .header
{
	border-bottom: #bb2 dotted 2px;
	padding-bottom: 1em;
}
#weblog #weblog_column .article .header h3,
#weblog #weblog_column .article .header h3 a
{
	padding: 0;
	margin: 0;
	color: #790;
	font-size: xx-large;
	text-align: left;
	font-style: normal;
}
#weblog #weblog_column .article .header h3 a:hover
{
	color: #ac0;
	text-decoration: underline;
}
#weblog #weblog_column .article .header ul
{
	list-style: none;
	font-size: small;
	font-style: italic;
}
#weblog #weblog_column .article .header ul li
{
	display: inline;
	margin-right: 1em;
}
#weblog #weblog_column .article .header .time:before
{
	content: url("time.png") " ";
}
#weblog #weblog_column .article .header .tags:before
{
	content: url("tag_blue.png") " ";
}


/* blog article footer */
#weblog #weblog_column .article .footer {
	border-top: #bb2 dotted 2px;
	padding-top: 1em;
}
#weblog #weblog_column .article .footer ul {
	list-style: none;
	font-size: 16px;
}
#weblog #weblog_column .article .footer ul li {
	display: inline;
	margin-right: 1em;
}
#weblog #weblog_column .article .footer .comments:before {
	content: url("comments.png") " ";
}
#weblog #weblog_column .article .footer .write_comment:before {
	content: url("comment_add.png") " ";
}
#weblog #weblog_column .article .footer .print:before {
	content: url("printer.png") " ";
}


/* blog article content */
#weblog #weblog_column .article .section p {
	margin: 1em 0;
}
#weblog #weblog_column .article .section ol, #weblog #weblog_column .article .section ul {
	margin: 1em;
	list-style-position: outside;
}
#weblog #weblog_column .article .section ol {
	list-style-type: decimal;
}
#weblog #weblog_column .article .section ul {
	list-style-type: square;
}
#weblog #weblog_column .article .section ins {
	font-style: italic;
	text-decoration: none;
}
#weblog #weblog_column .article .section ins[datetime]:before {
	content: "Update (" attr(datetime) "): ";
	font-weight: bold;
}
#weblog #weblog_column .article .section del
{
	font-style: italic;
	color: #444;
	text-decoration: line-through;
}
#weblog #weblog_column .article .section table
{
	font-size: .75em;
	width: 100%;
	background: #dd4;
}
#weblog #weblog_column .article .section table thead
{
	text-align: center;
	background: #ff6;
}
#weblog #weblog_column .article .section table tbody
{
	text-align: left;
}
#weblog #weblog_column .article .section table tbody tr
{
	background: #cc3;
}
#weblog #weblog_column .article .section table tbody tr:nth-of-type(2n)
{
	background: #bb2;
}

/* blog comments */
#weblog #weblog_column .comment .entry {
	margin-bottom: .5em;
	border-color: #b44;
	background: #ebb;
	counter-increment: commid;
}
#weblog #weblog_column .comment .entry h4:before {
	content: counter(commid) ". ";
}
#weblog #weblog_column .comment .entry .timestamp {
	border-color: #b44;
}


/* blog comment form */
#weblog #weblog_column form input,
#weblog #weblog_column form textarea {
	border-color: #990;
}
#weblog #weblog_column form input:focus,
#weblog #weblog_column form textarea:focus {
	border-color: #bb2;
}


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




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


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


/* guestbook entries */
#gaestebuch #guestbook_column .article {
	border: #664f14 2px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #cfa94a;
	text-align: left;
	padding: 1em;
	margin-bottom: 1em;
}


/* guestbook entry header */
#gaestebuch #guestbook_column .article .header {
	border-bottom: #664f14 dotted 2px;
	padding-bottom: 1em;
}
#gaestebuch #guestbook_column .article .header ul {
	list-style: none;
	font-size: small;
	font-style: italic;
}
#gaestebuch #guestbook_column .article .header ul li {
	display: inline;
	margin-right: 1em;
}
#gaestebuch #guestbook_column .article .header .time:before {
	content: url("time.png") " ";
}
#gaestebuch #guestbook_column .article .header .url:before {
	content: url("house.png") " ";
}


/* guestbook entry content */
#gaestebuch #guestbook_column .article .section {
	padding: 1em 0 0 0;
}


/* guestbook form */
#gaestebuch #guestbook_column form input, #gaestebuch #guestbook_column form textarea {
	border-color: #909;
}
#gaestebuch #guestbook_column form input:focus, #gaestebuch #guestbook_column form textarea:focus {
	border-color: #b2b;
}


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

#kontakt #contact_column {
	margin: 0 5%;
}
#kontakt #contact_column form input, #kontakt #contact_column form textarea {
	border-color: #467473;
}

#kontakt #contact_column form input:focus, #kontakt #contact_column form textarea:focus {
	border-color: #79a7a6;
}

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

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

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

