/*  
Theme Name: MultiOS Browser Test
Theme URI: http://wordpress.org/
Description: Das komplett umgebaute Standard-Theme - basierend auf dem famosen <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Deutsche Bearbeitung: <a href="http://blogshop.de">Olaf A. Schmitz</a> und <a href="http://blog.zeitgrund.de">Olaf Baumann</a>.
Version: 1.0
Author: Matthias mauch
Author URI: http://www.aadmm.de/
Version Info: November 16, 2008
*/

/* Begin MultiOS Browser Blog Theme */

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  background-color: #555;
  color: #333333;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 86%;
}

#page {
  margin: 0 auto;
  padding: 1em;
  height: 100%;
  min-height: 100%;
  width: 94%;
  max-width: 74em;
  text-align: left;
  vertical-align: middle;
  color: #333333;	
  background-color: #ffffff;
}

a {
  color: #15159e;
  background-color: transparent;
  text-decoration: none;  
}

a:hover {
  text-decoration: underline;  
}

/* = change language /skip to content ======== */
div#changelanguage {
  clear: both;
  display: block;
  padding: 0;
  float: left;
  width: 100%;
  text-align: right;
}

#changelanguage ul {
  float: left;
  margin: 0;
  padding: 0;
  color: #15159e;
  background-color: #eeeeee;
  font-size: 0.8em;
  width: 100%;
  list-style-type: none;
}

#changelanguage li {
  display: inline;
  margin: 0;
  padding: 0;
}

#changelanguage a {
  margin: 0;
  color: #15159e;
  background-color: #eeeeee;
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-decoration: none;
}

#changelanguage a:link {
  text-decoration: none;
}

#changelanguage a:visited {
  text-decoration: none;
  cursor: default;
}

#changelanguage a:focus {
  text-decoration: underline;
}

#changelanguage a:hover {
  text-decoration: underline;
}

#changelanguage a:active {
  text-decoration: underline;
}

#seitenanfang {
  color: #eeeeee;
  background-color: transparent;
}

#seitenanfang a {
  color: #eeeeee;
  background-color: transparent;
}

#inhalt {
  color: #ffffff;
  background-color: transparent;
}

#inhalt a {
  color: #ffffff;
  background-color: transparent;
}

#suche {
  color: #f7f7f7;
  background-color: transparent;
}

#suche a {
  color: #f7f7f7;
  background-color: transparent;
}

h1 {
  clear: both;
  height: 90px;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-indent: -9999px; /* entfernt den Text*/ 
  background-image: url(images/aadmm.jpg);
  background-position: left;
  background-repeat: no-repeat;
  color: #333333;
  background-color: #ffffff;
}

/* = Navigation ======== */
div#mainnavigation {
  clear: both;
  padding: 0;
}

#mainnavigation ul {
  float: left;
  margin: 0;
  padding: 0;
  color: #15159e;
  background-color: #dddddd;
  width: 100%;
  list-style-type: none;
  background-image:url(images/navibg.png);
  background-position: right;
  background-repeat: repeat-y;
}

#mainnavigation li {
  display: inline;
  margin: 0;
  padding: 0;
}

#mainnavigation a {
  display: block;
  float: left;
  margin: 0;
  color: #15159e;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  height: 2em;
  width: auto;
  line-height: 2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  border-right: #dddddd 1px solid;
  border-left: #999999 1px solid;
  background-image:url(images/menubg.png);
  background-position: right;
  background-repeat: repeat-x;
  text-decoration: none;
}

#mainnavigation a:hover {
  text-decoration: underline;
}

#iamhere {
  display: block;
  float: left;
  margin: 0;
  color: #333333;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  height: 2em;
  width: auto;
  line-height: 2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  border-right: #dddddd 1px solid;
  border-left: #999999 1px solid;
  background-image:url(images/menubg.png);
  background-position: right;
  background-repeat: repeat-x;
  text-decoration: none;
}

div#emptynavigation {
  clear: both;
  padding: 0;
  width: 100%;
  height: 2em;
  line-height: 2em;
  color: #15159e;
  background-color: #eeeeee;
} 

/* = Breadcrumbs ======== */
#breadcrumbs {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  height: 30px;
  color: #333333;
  font-size: 0.8em;
  background-color: #ffffff;
  margin: 0 auto;
  padding-top: 0.25em;
  padding-right: 0;
  padding-bottom: 2em;
  padding-left: 0;
}

#breadcrumbs ul {
  float: left;
  margin: 0 auto;
  padding-top: 0.1em;
  padding-right: 0;
  padding-bottom: 0.5em;
  padding-left: 0;
  color: #333333;
  background-color: #ffffff;
  width: 100%;
  list-style-type: none;
}

#breadcrumbs li {
  display: inline;
  margin: 0;
  padding: 0;
}

#breadcrumbs a {
  color: #333333;
  background-color: #ffffff;
  width: auto;
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #333333;
  background-color: #ffffff;
  text-decoration: underline;
}

/* = End of Breadcrumbs ======== */

.nonvisible {
  position: absolute;
  top: -3000px;
  left: -3000px
}

/* = Überschriften und Bilder im Text ======== */

.topic {
  font-size: 1.1em;
  color: #a52a2a;
  background-color: #ffffff;
  border-width: 1px;
  border-bottom-color: #a52a2a;
  border-bottom-style: dotted;
}

.topic a {
  color: #a52a2a;
  background-color: #ffffff;
  text-decoration: none;
}

.topic a:hover {
  text-decoration: underline;
}

.topicnone {
  font-size: 1.1em;
  color: #a52a2a;
  background-color: #ffffff;
}

img.leftborder {
  clear: both; 
  float: left; 
  margin: 0 0.7em 0 0; 
  background: #fff;
  padding: 4px;
  border: 1px solid #cccccc;
}

img.leftsimple {
  clear: both; 
  float: left; 
  margin: 0 0.7em 0 0; 
  background: #fff;
  padding: 4px;
  border: 1px solid #fff;
}

.moreinfo {
  font-size: 0.8em;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  padding: 0em 0em 1em;
}

.moreinfo a {
  color: #15159e;
  background-color: #ffffff;
  text-decoration: none;
}

.moreinfo a:hover {
  text-decoration: underline;
}

.byfar {
  font-size: 1em;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  padding: 0em 0em 2em;
}

.byfar a {
  color: #15159e;
  background-color: #ffffff;
  text-decoration: none;
}

.byfar a:hover {
  text-decoration: underline;
}

.byfarnotes {
  font-size: 1em;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  padding: 0em 0em 4em;
}

.byfarlists {
  font-size: 1em;
  line-height: 1.4em;
  color: #333333;
  background-color: #ffffff;
  padding: 0em 0em 4em;
}

.byfarmultios {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #333333;
  background-color: #ffffff;
}

#extlinkswhite {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 2em;
  text-decoration: none;
}

#extlinkswhite ul {
  list-style-image: url(../images/inetwhite.png)
}

#extlinkswhite a {
  font-weight: normal;
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

#extlinkswhite a:hover {
  text-decoration: underline;
}

/* = End of ======== */

.narrowcolumn {
  float: left;
  width: 68%;
  color: #333333;
  background-color: #ffffff;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2em;
  padding: 0.5em;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid;
}

.innercolumn {
  font-size: 1em;
  margin: 0;
  padding-top: 0.6em;
  padding-right: 0.6em;
  padding-left: 0.6em;
  padding-bottom: 3em;  
  color: #333333;
  background-color: #ffffff;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid; 
}

h2 {
  font-size: 1.1em;
  color: #a52a2a;
  background-color: #ffffff;
  border-width: 1px;
  border-bottom-color: #a52a2a;
  border-bottom-style: dotted;
	}

h2.pagetitle {
  font-size: 1.1em;
  color: #a52a2a;
  background-color: #ffffff;
  border-width: 1px;
  border-bottom-color: #a52a2a;
  border-bottom-style: dotted;
	}

h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2 {
  font-size: 1.1em;
  color: #a52a2a;
  background-color: #ffffff;
  border-width: 1px;
  border-bottom-color: #a52a2a;
  border-bottom-style: dotted;
	}

h2 a, h2 a:visited {
	color: #a52a2a;
	text-decoration: none;
	}

h2 a:hover, #wp-calendar caption, cite {
	  text-decoration: underline;
	}

h3 {
  font-size: 1em;
  color: #a52a2a;
  background-color: #ffffff;
  margin: 0;
  padding: 2em 0 1em 0;
}

h4 {
  font-size: 1em;
  color: #a52a2a;
  background-color: #ffffff;
  margin: 0;
  padding: 2em 0 1em 0;
}

/* Begin Sidebar */

#sidebar {
  float: right;
  width: 24%;
  font-size: 0.9em;
  line-height: 1.3em;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2em;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  color: #333333;
  background-color: #f7f7f7;
  /* background-image: url(images/stripline.png);
  background-position: top left;
  background-repeat: repeat-y; */   
}

#sidebar h2 {
  margin: 0;
  padding: 1em 0 1em 0;
  font-size: 0.9em;
  color: #006400;
  background-color: transparent;
  border-bottom-style: none;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul {
  margin: 0;
  padding: 0;
	/* margin: 0 0 0 1em;
	padding: 0 0 2em 0; */
  list-style-type: none;
  line-height: 1.5em;
}

#sidebar ul ul {
  margin: 0 0 0 1em;
  list-style-type: none;
}

#sidebar ul ul ul {
  margin: 0 0 0 1em;
  list-style-type: none;
}

#sidebar li.cat-item {
  margin: 0 0 0 1em;
  list-style-type: none;
	list-style-image: url(images/kategorie.png);  
}

#sidebar li.page_item {
  margin: 0 0 0 1em;
  list-style-type: none;
	list-style-image: url(images/kategorie.png);  
}

#sidebar ul.multios li {
  margin: 0 0 0 1em;
  list-style-type: none;
	list-style-image: url(images/kategorie.png);  
}

#sidebar ul.archive li {
  margin: 0 0 0 1em;
  list-style-type: none;
	list-style-image: url(images/folder.png);  
}

.adminarea {
  margin: 0 0 0 1em;
  list-style-type: none;
	list-style-image: url(images/login.png);
}

.w3cvalid {
  margin: 0 0 0 1em;
  list-style-type: none;
	list-style-image: url(images/inet.png);
}

/*

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 0.4em;
	padding: 0 0 2em 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 1em;
	list-style-image: url(images/kategorie.png);
}  */

/* End Sidebar */

small {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.widecolumn .entry p {
	font-size: 1em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.entry-footer { /*  entry footer */
	/* clear: both; */
  font-size: 0.8em;
  color: #333333;
  /* background-color: #ffffff; */
	text-align: right;
	margin: 2em 0 4em 0;
	padding: 0 0.4em 0.3em 0.4em;

	background-color: #eeeeee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #15159e;	
	
	/* border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */	
}

.entry-footer li { 
	list-style-type: none;
}

.entry-footer li { 
	display: block;
}

.narrowcolumn .postmetadata {
  font-size: 0.9em;
  color: #333333;
  background-color: #ffffff;
	text-align: right;
}

.outertab {
  clear: both;
  min-height: 10%;
  font-size: 0.9em;
  margin: 0; 
  padding: 0.6em;
  color: #333333; 
  background-color: #ffffff;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid;
}

.innertab {
  font-size: 0.9em;
  margin: 0; 
  padding: 0.6em;
  color: #333333;
  background-color: #ffffff;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid; 
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

/* postmetadata in the single.php
   before comment section: 
   change: postmetadata to postmetacomment */ 

.narrowcolumn .postmetacomment {
  margin: 2em 0 3em 0;
	padding-top: 5px;
  color: #333333;
  background-color: #eeeeee;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: dotted; 	
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

a, a:visited {
	color: #15159e;
	text-decoration: none;
}

a:hover, #wp-calendar caption, cite {
	text-decoration: underline;
}

.totop {
  height: 30px;
  font-size: 0.8em;
  text-align: right;
  margin: 2em 0 0;
}

.totop a {
  font-weight: normal;
  color: #15159e;
  background-color: #ffffff;
  text-decoration: none; 
}

.totop a:hover {
  text-decoration: underline;
}

/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer {
	clear: both;
	text-align: center;
  height: 60px;
  color: #333333;
  font-size: 0.8em;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #15159e;
	margin: 3em 0em 0em 0em;
	padding: 0 1em;
}

#footernavi {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  color: #333333;
  background-color: #eeeeee;
  margin: 0 auto;
  padding-top: 0.25em;
  padding-right: 0;
  padding-bottom: 0em;
  padding-left: 0;
}

#footernavi ul {
  float: left;
  margin: 0 auto;
  padding-top: 0.1em;
  padding-right: 0;
  padding-bottom: 0.5em;
  padding-left: 0;
  width: 100%;
  list-style-type: none;
}

#footernavi li {
  display: inline;
  margin: 0;
  padding: 0;
}

#footernavi a {
  color: #15159e;
  background-color: #eeeeee;
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-decoration: none;
}

#footernavi a:hover {
  text-decoration: underline;
}

/* Uebernahme aadmm.de 
pre {
  font-family: courier, monospace; 
  font-style: normal;
  color: #333333;
  background-color: #ffffcd;
  width: 100%;
  overflow: auto;
}

code {
  font-family: courier, monospace; 
  font-style: normal;
  color: #333333;
  background-color: #ffffcd;
  width: 100%;
  overflow: auto;
  }
*/

pre, code {
	font-family: courier, monospace;
	font-size: 90%;
	font-style: normal;
}

pre {
	/* border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd; */
	background-color: #ffffcd;

	overflow: auto;
	width: 90%;
	margin: 1em 1em;
	padding: 5px 10px;
}  
  
/* End of pre und code */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 2em 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/* disabled by me, creating a raquo charakter on lists 
 * Today: 06.01.2008
 *   
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	} */

.entry ol {
	padding: 0 0 2em 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

.searchlabel {
  font-size: 0.9em;
  color: #006400;
  background-color: transparent;
  font-weight: bold;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
  font-size: 0.9em;
	padding: 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-left: 5px solid #006400;
	font-style: italic;
	}

blockquote p {
  margin: 0;
  padding: 0;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	font-style: italic;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/*
 * CSS for data tables
 * 
 */

table {
  margin: 0;
  padding: 1em 0 2em 0;
}

.thheader {
  text-align: left;
  color: #333333;
  background-color: #99ccff;
  padding-left: 0.4em;
}

.thyear {
  text-align: center;
  color: #333333;
  background-color: #99ccff;
}

.tblinename {
  font-size: 0.85em;
  color: #333333;
  background-color: #eeeeee;
  padding-left: 0.4em;
}

.tbline {
  font-size: 0.85em;
  text-align: center;
  color: #333333;
  background-color: #eeeeee;
}

.tblblankname {
  font-size: 0.85em;
  text-align: left;
  color: #333333;
  background-color: transparent;
  padding-left: 0.4em;
}

.tblblank {
  font-size: 0.85em;
  text-align: center;
  color: #333333;
  background-color: transparent;
}

.tbldates {
  font-size: 0.8em;
  font-style: italic;
  color: #333333;
  background-color: transparent;
  padding: 0em 0em 2em;
}



