/* Copyright 2006 by Erich Schubert <design AT vitavonni DOT de>
 * This work is licensed under the Creative Commons Attribution-ShareAlike
 * License. To view a copy of this license, visit
 * http://creativecommons.org/licenses/by-sa/1.0/ or send a letter to
 * Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. */
body {
	color: #000;
	font-size: 100%;
	font-family: "DejaVu Sans Condensed", "Bitstream Vera Sans", Arial, sans-serif;
	background: #fff url("header.png") no-repeat;
	background-position: top center;
}
#bg1 {
	position: relative;
	clear: both;
	margin-left: -50%;
	width: 1px; height: 1px;
}
#bg1p {
	position: absolute;
	top: -211px;
	width: 200px; height: 211px;
	background: url(phoenix.png) no-repeat;
	background-position: bottom left;
}
#l {
	text-align: left;
	padding-top: 91px;
	padding-bottom: 211px;
}
#r {
	text-align: right;
	padding-top: 110px;
}
#r div {
	text-align: left;
}
#c {
	text-align: center;
}
div#cont {
	margin: 0 auto;
	width: auto;
	max-width: 38em;
}
#title {
	padding: 20px;
	text-align: center;
	font-family: "Trebuchet MS", "DejaVu Sans Condensed", "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 60px;
	overflow: visible;
}
/* basic layout */
div.divider {
	margin-left: 2em;
	margin-right: 2em;
	border-top: 2px dashed #f90;
	clear: both;
}
div#menubox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}
div#menubox ul.menu {
	padding-left: 10px;
}
div#menubox ul#menutop {
	font-size: small;
}
div#menubox li {
	border-top: 1px dashed silver;
	display: block;
}
div#menubox a, div#menubox span.this, div#menubox span.passive {
	display: block;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	border-bottom: none; /* disable link underline */
	width: auto;
}
div#menubox span.passive {
	color: #666;
}
div#menubox span.this {
	font-weight: bold;
}
div#menubox a:hover {
	color: #06b;
	background-color: #fff7cf;
}

h1 {
	font-size: 60px;
	letter-spacing:.15em;
	margin: 0px;
	font-family: "Trebuchet MS", "DejaVu Sans Condensed", "Bitstream Vera Sans", Arial, sans-serif;
}
div.p, li {
	max-width: 33em;
	/*text-align: justify;*/
}
div.p {
	padding-bottom: .7ex;
}
ul { padding-left: 1em; margin: 0ex; }
a, a:visited, a:link {
	color: #06b;
	text-decoration: none;
	border-bottom: dotted 1px #06b;
}
a:hover {
	color: #f90;
	border-bottom: solid 1px #f90;
}
a:active {
	color: #f90;
	border-bottom: dashed 1px #f90;
}
.boxt a, .boxt a:active, .boxt a:visited {
	color: #f60;
	border-bottom: none;
}
a.img, a.img:hover, a.img:active {
	border-bottom: none;
}
a.img img {
	border: none;
}
#breadcrumbs {
	clear: both;
	margin-top: .5ex;
	margin-bottom: 0px;
	height: 20px;
	text-align: center;
	color: #333;
	font-size: 12px;
}
#breadcrumbs a {
	color: #33c;
}
#breadcrumbs a:hover {
	color: #f90;
	border-bottom: solid 1px #f90;
}

#copyright {
	clear: both;
	margin-top: .5ex;
	margin-bottom: 0px;
	height: 20px;
	text-align: center;
	color: #999;
	font-size: 12px;
}
#copyright a {
	color: #88c;
}
#copyright a:hover {
	color: #f90;
	border-bottom: solid 1px #f90;
}

/* boxes */
div.box, #menubox {
	position: relative;
	margin: 1ex auto;
	padding: 5px 5px;
	font-size: 100%;
	text-align: left;
	width: auto;
	max-width: 35em;
	clear: both;
}

.boxt, .menut {
	margin-top: .5ex;
	margin-bottom: 1em;
	padding: .5ex;
	font-size: 120%;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	color: #f60;
	font-family: "Trebuchet MS", "DejaVu Sans Condensed", "Bitstream Vera Sans", Arial, sans-serif;
}
div.boxc {
	margin: 0;
	padding: 0;
}
.cc {
	font-size: x-small;
	text-align: center;
}
.cc a {
	border-bottom: none;
}
div.languages {
	margin-top: 1ex;
	font-size: x-small;
	text-align: center;
}
#menubox .languages a {
	display: inline;
	background: none;
	border: none;
}
#menubox .languages a:hover {
	border: none;
}
pre {
	overflow: auto;
}
dt {
	font-weight: bold;
}
.blogmeta {
	font-size: small;
	color: #666;
}

