@charset "utf-8";


/*

Theme Name: openBlu
Theme URI: http://source.bfeischen.de/wp-themes/openblu/
Version: 0.9
Description: Very open and not-so-very blue theme. An one of the few themes out there (as far as I recall) that actually respects the viewer's desired (i.e. browser-specified) font-size - yes, that is important! Of yourse, it is widget-ready.
Author: Björn Feischen
Author URI: http://www.bfeischen.de/
Tags: blue, white, two-columns, fixed-width, right-sidebar, widget-ready

*/


/* Global */

* {
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse !important;
}

html {
	height:100%;
	overflow:auto;
}

body {
	overflow:visible;
	background:#fff url(./media/body.png) top repeat-x;
	color:#000;
	font-size:1.01em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
}


/* Layout */

#wrap {
	width:780px;
	height:200px;
	margin:20px auto;
	text-align:left;
	background:url(./media/title.png) top left no-repeat;
}

#main {
	width:560px;
	float:left;
}

#foot {
	font-size:0.8em;
	color:#333;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	padding:2px;
	border:solid 1px #999;
	width:60%;
	clear:both;
}


/* Text */

p, address {
	margin:10px 0;
	line-height:1.4em;
}

address {
	font-style:normal;
}

strong {
	font-weight:bold;
}

blockquote {
	margin-left:10px;
	color:#333;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.math {
	font-family:"Times New Roman", serif;
	font-style:italic;
}

.meta {
	font-size:0.8em;
	color:#666;
	letter-spacing:1px;
}

.comment {
	margin-bottom:15px;
}

.comment p {
	font-size:0.9em;
	margin-left:10px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.aligncenter {
	display:block;
	margin:10px auto;
}

.hidden {
	display:none;
}


/* Links */

a, a:link {
	color:#169;
	text-decoration:underline;
}
a:visited {
	color:#035;
}
a:hover, a:focus, a:active {
	text-decoration:none;
}


/* Headings */

h1 {
	display:none;
}

h2, h3 {
	font-size:2em;
	font-family:"Times New Roman", serif;
	color:#169;
	padding-bottom:1px;
	padding-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	border-bottom:solid 1px #035;
}

h3 {
	font-size:1.5em;
}

h2 a {
	text-decoration:none !important;
	color:#169 !important;
}

h4 {
	font-size:0.9em;
	font-weight:normal;
	text-decoration:underline;
	font-style:italic;
}


/* Lists'n'tables */

dl, ol, ul {
	margin:15px 0;
	line-height:1.4em;
}

ol, ul {
	margin-left:20px;
}

ul {
	list-style-type:square;
}

dt {
	background:#06f;
	font-size:0.85em;
	font-weight:bold;
	color:#fff !important;
	padding:1px 5px;
}

dd {
	border:solid 1px #06f;
	padding:5px;
}

.table dd {
	margin-left:100px;
}

.table dt {
	font-weight:bold;
	width:100px;
	float:left;
	clear:left;
}


/* Formulare */

form {
	margin:15px 0;
	line-height:1.4em;
}

label {
	display:block;
	width:100px;
	float:left;
	clear:left;
	font-weight:bold;
}

label.wide {
	width:180px;
}

input, textarea {
	display:block;
	border:solid 1px #336;
	padding:1px;
	margin-top:2px;
	margin-bottom:5px;
	font-size:1.01em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

input[type="submit"], input[type="reset"] {
	display:inline;
	line-height:2em;
}


/* Sidebar */

#sidebar {
	list-style-type:none;
	width:198px;
	float:right;
	background:#eee;
	border:solid 1px #169;
	padding-bottom:8px;
}

#sidebar h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.2em;
	background:#169 url(./media/sidehead.png) repeat-x;
	color:#fff;
	border:0;
	padding-bottom:2px;
	padding-top:1px;
	margin:0;
	margin-top:8px;
	height:18px;
}

#sidebar li:first-child h2 {
	margin-top:0;
}

#sidebar ul {
	margin:5px 0;
	margin-left:20px;
	list-style-type:none;
}

#sidebar form {
	padding-left:10px;
}


/* Navigation */

#pages {
	list-style-type:none;
	height:28px;
	margin:0;
	padding-top:100px;
	padding-left:459px;
	line-height:1em;
}

#pages li {
	float:left;
}

#pages li a, #pages li a:link, #pages li a:visited {
	display:block;
	height:22px;
	width:105px;
	background:url(./media/nav.png) repeat-x;
	color:#fff;
	text-decoration:none;
	text-align:center;
	margin-left:2px;
	padding-top:6px;
}
#pages li a:hover, #pages li a:focus, #pages li a:active, #pages li a#active {
	background:url(./media/nav_h.png) repeat-x;
}
