@charset "utf-8";

/*  
Theme Name: Mikroformate.de-Theme
Theme URI: http://mikroformate.de/
Description: Version: 2.0
Author: Michael Jendryschik
Author URI: http://jendryschik.de/
*/


/**
-------------------------------------------------------------
	Stylesheet für http://mikroformate.de/										 
------------------------------------------------------------- */

/**
-------------------------------------------------------------
	Regeln für allgemeine Elemente
------------------------------------------------------------- */ 

/* Alle kritischen Werte mit 0 instanziieren */
* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
body {
  padding: 105px 0 30px 0;
}

/* Schriftgröße kontrollieren */
body, td, th {
  font: normal 80%/155% Verdana, sans-serif;
}
td, th {
  f\ont-size: 100%;
}

/* Farben setzen */
body {
  color: #333;
  background: #CCCCA3 url(images/bg.gif) top left repeat-x;
}

/* Links und Anker */
a:link {
  color: #3080CB;
  background-color: transparent;
}
a:visited {
  color: #777;
  background-color: transparent;
}
a:hover, a:focus {
  color: #E97E00;
  background-color: #transparent;
}
a:active {
  color: #E97E00;
  background-color: #F6F6E1;
}
#content a, #sidebar a {
  text-decoration: underline;
}
a.iconvcard {
  display: block;
  background: url(images/vcard.jpg) left center no-repeat;
  padding: 0 0 0 45px;
  line-height: 31px;
}
a.feed {
  background: url(images/feed-icon-12x12.png) left 3px no-repeat;
  padding: 1px 0 3px 16px;
}
a.s5 {
  background: url(images/s5.gif) left center no-repeat;
  padding-left: 23px;
}

a:link img, a:visited img, a:hover img, a:focus img, a:active img {
  border: 0;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  color: #3080CB;
  background-color: transparent;
  margin: 1.5em 0 1em 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 140%;
}
h1 {
  font-size: 1.9em;
  margin: 0 0 1em 0;
}
h2 {
  margin: 1em 0 0 0;
  font-size: 1.7em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  margin: 1.5em 0 .7em 0;
  font-size: 1.2em;
}
h5, h6 {
  margin: 1.5em 0 .5em 0;
  font-size: 1em;
}

/* Abkürzungen, Akronyme und Erläuterungen */
abbr[title], acronym[title], span[title] {
  border-bottom: 1px dotted #1A1A1A;
}
a abbr[title], a acronym[title], a apan[title], abbr[class="geo"] {
  border: 0;
}

/* Sprachauszeichnung */
span[lang] {
  font-style: italic;
}


/* Absätze */
p {
  margin: .8em 0;
}
p.hinweis,
div.hinweis {
  background: url(images/hinweis.gif) .5em .5em no-repeat;
  border: 2px solid #8CC30F;
  padding: .5em 1em .5em 40px;
}
p.vCardDownload {
  float: left;
  display: inline;
  margin: 1em 0 2em 0;
}

div.hinweis {
  margin: 1em 0;
  padding: 1px 1em 1px 40px;
}
div.hinweis p {
  margin: .8em 0;
  padding: 0;
}



/* Bilder */
img {
  vertical-align: bottom;
}

/* Listen */
.commentlist li {
  list-style: none;
  color: #333;
  background-color: #F6F6E1;
  padding: .3em .5em;
  margin: 2em 0;
}

div.code {
  border: 2px solid #E0E8B9;
}
.code p {
  margin: 0;
}
.code pre {
  font-family: "Courier New", monospace;
  font-size: 1em;
}
.code ol {
  margin: 0 0 0 35px;
}
.code code {
  display: block;
  color: #333;
  background-color: #F6F6E1;
  margin: 2px;
  padding: .0 .5em;
  white-space: pre;
}
* html .code code {
  display: inline;
}

ul {
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
  margin: 1em 0 0 0;
  clear: both;
}
dd {
  margin: .5em 0 1em 2em;
}


/* Formulare */
input.text, textarea {
  padding: .1em .3em;
}
textarea {
  width: 670px;  
}
li.widget_search br {
  display: none;
}
li.widget_search input#s {
  width: 140px;
  padding: .1em .3em .15em .3em;
}



/* Tabellen */
th {
  font-weight: bold;
  text-align: center;
}


/* Textauszeichung */
ins[title], del[title] {
  border-bottom: 1px dotted #1A1A1A;
}
ins {
  text-decoration: none;
  font-weight: bold;
}
dfn {
  font-style: normal;
}
kbd, samp {
  font-family: "Courier New", monospace;
  font-size: 110%;
  font-style: normal;
}
code {
  color: inherit;
  background-color: #F6F6E1;
  font-family: "Courier New", monospace;
  font-size: 110%;
  padding: 0 .1em;
}
code strong {
  color: inherit;
  background-color: #EBEBD5;
  font-weight: normal;
  
}
cite {
  font-style: normal;
}
.commentlist cite {
  font-weight: bold;
}

font, hr {
  display: none;
}

small {
  font-size: .9em;
}


/**	Zitate
------------------------------------------------------------- */
blockquote {
  margin: 1em 1em 1em 3em;
  font-style: italic;
  padding: 0;
}



/**
-------------------------------------------------------------
	Regeln für besondere Bereiche
------------------------------------------------------------- */ 

/**	Page
------------------------------------------------------------- */ 
#page {
  color: #333;
  background-color: white;
  width: 970px;
  margin: 0 auto;
}


/**	Dokumentkopf
------------------------------------------------------------- */ 
#header {
  color: #333;
  background: white url(images/bg_header.gif) bottom left repeat-x;
  height: 105px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header h1 {
  color: #333;
  background: url(images/bg_bar.gif) top left repeat-x;
  padding: 15px 0 5px 20px;
  margin: 0;
}

/**	Sidebar
------------------------------------------------------------- */ 
#sidebar {
  float: right;
  width: 260px;
  margin: 10px 10px 0 0;
  padding: 0 0 3em 0;
  font-size: .85em;
  line-height: 150%;
}
#sidebar li {
  color: #333;
  background: white url(images/bg_header.gif) bottom left repeat-x;
  list-style: none;
  padding: .5em .5em 1em .5em;
}
#sidebar li ul,
#sidebar li li {
  margin: 0;
  padding: 0;
}
#sidebar li li {
  color: #333;
  background: url(images/icons/arrow.gif) left 3px no-repeat;
  padding: 0 0 0 15px;
  margin: 0 0 .5em 0;
}
#sidebar h2 {
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: 1.4em;
}

#sidebar ul#buttons {
  margin: 2em 0 2em 1.5em;
}
#sidebar #buttons li {
  color: #333;
  background: none transparent;
  float: left;
  display: inline;
}

#sidebar p.illustration {
  float: right;
  border: 1px solid #E0E8B9;
  padding: 1px;
  margin: 0 0 .5em .5em;
  display: inline;
}

/* Partner */
#sidebar li#partner{}


/**	Content
------------------------------------------------------------- */
#content {
  margin: 0 0 30px 15px;
  width: 680px;
  float: left;
}

#content p.illustration {
  float: left;
  margin: 0 .5em .5em 0;
  display: inline;
}
#content p.illustration-right {
  float: right;
  margin: 0 0 .5em .5em;
  display: inline;
}

.navigation {
  margin: 1em 0;
}

#welcome {
  color: white;
  background-color: #565C4D;
  padding: .5em 2em;
  margin: 1em 0 0 0;
  border: 4px solid #E0E8B9;
  font-weight: bold;
  line-height: 140%;
}
#welcome a:link,
#welcome a:visited {
  color: white;
  background-color: transparent;
}
#welcome a:hover, #welcome a:focus {
  color: #E97E00;
  background-color: #transparent;
}
#welcome a:active {
  color: #E97E00;
  background-color: #F6F6E1;
}

div.slideshare {
  text-align: center;
  margin: 2em 0; 
}
div.slideshare p {
  font-size: .9em; 
}

/**	Footer
------------------------------------------------------------- */ 
#footer {
  color: #eee;
  background: url(images/bg_footer.gif) bottom left repeat-x;
  clear: both;
  padding: .5em 2em 20px 2em;
  margin: 0;
  border-top: 4px solid #E0E8B9;
  font-family: Verdana, Arial, sans-serif;
  font-size: .9em;
}
#footer p {
  margin: 0;
  padding: 0;
  line-height: 2;
}
#footer p.feeds {
  background: url(images/feed-icon-12x12.png) left center no-repeat;
  padding-left: 20px;
}
#footer a:link,
#footer a:visited {
  color: white;
  background-color: transparent;
}
#footer a:hover, #footer a:focus {
  color: #E97E00;
  background-color: #transparent;
}
#footer a:active {
  color: #E97E00;
  background-color: #F6F6E1;
}


/**
-------------------------------------------------------------
	Regeln für spezielle Elemente
------------------------------------------------------------- */ 

/* Ausrichtung von Bilder */
p.bild-unterschrift,
p.bild-unterschrift-block {
  float: left;
  margin: .5em 1em 1.5em 0;
  text-align: center;
  font-size: .9em;
  line-height: 140%;
}
* html p.bild-unterschrift {
  margin-right: 5px;
}
*:first-child + html p.bild-unterschrift {
  clear: left;
}
p.bild-unterschrift-block {
  float: none;
}
.bild-unterschrift img,
.bild-unterschrift-block img {
  margin: 0 0 .5em 0;
}


table.decoration {
  border-collapse: separate;
  border-spacing: 5px;
}
table.decoration td, table.decoration th {
  color: #333;
  background-color: #F6F6E1;
  border: 1px solid #5D6353;
  padding: 5px 10px;
}
table.decoration th {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

table.layout td {
  padding: .3em .5em 0 0;
}

p.commentmetadata {
  font-size: .85em;
}

.clearLeft {
  clear: left;
}

/**	Einträge
------------------------------------------------------------- */
div.columns {
  column-width: 28em;
  column-gap: 1em;
  -moz-column-width: 28em;
  -moz-column-gap: 1em;
}

p.date {
  font-size: .85em;
  font-weight: bold;
  margin: -1em 0 1em 0;
}

div.post {
  margin: 4em 0 0 0;
}

p.postmetadata {
  color: #333;
  background-color: #E0E8B9;
  padding: .5em 1em .5em 20px;
  font-size: .9em;
  line-height: 140%;
  margin: 2em 0 1.5em 0;
  border-bottom: 1px solid #565C4D;
  clear: left;
}
.postmetadata small {
  font-size: 1em;
}
.postmetadata span.div {
  font-weight: bold;
}
.postmetadata .comments {
  background: url(images/icons/comment_1.gif) left center no-repeat;
  padding: 1px 0 1px 20px;
}
.postmetadata span.tags {
  display: block;
  margin: .5em 0 0 0;
  color: inherit;
  background: url(images/icons/icon-rel-tag.png) left center no-repeat;
  padding: 0 0 0 36px;
}


/**	Kommentare
------------------------------------------------------------- */
div.comment {
  color: inherit;
  background-color: #F0F4F7;
  border: 2px solid #5CA3E5;
  padding: 1px 1em;
  margin: 1.3em 0;
}
div.comment p {
  margin: .7em 0;
  padding: 0;
}


/**
-------------------------------------------------------------
	Regeln für spezielle Dokumente
------------------------------------------------------------- */

div#shopzilla {
  margin: 2em 20px;
  font-size: .8em;
  line-height: 140%;
  clear: left;
}
#shopzilla p {
  margin: 0 0 3px 0;
  padding: 0;
}
#shopzilla p a {
  text-decoration: none;
}
#shopzilla p a:hover,
#shopzilla p a:focus,
#shopzilla p a:active {
  text-decoration: underline;
}
#shopzilla div {
  overflow: hidden;
}