/* ---------------------------------- */
/* Body / RWD-Weiche
/* ---------------------------------- */
body {
  background-color: #FFFFFF;
  margin: 0px auto;
  padding: 0px;
  color: black;
  font: normal 0.9em Verdana, Tahoma, Helvetica, sans-serif;
  line-height: 130%;
  max-width: 920px;
}

h1, h2, h3 {
  font-size: 1em;
  line-height: 100%;
}

@media screen and (min-width: 640px) {
  /* zweispaltiges Layout für breitere Viewports */ 	
  div.content {
    display: flex;
  }
  div.sidebar {
    flex-shrink: 0;
    width: 280px;
  }
}

@media print {
  /* Layout beim Druck */
  @page {
    size: portrait;
    margin-left: 2cm;
  }
  div.header-title, div.sidebar {
    display: none;
  }
  img.post {
    height: 85mm;
  }
}

/* ---------------------------------- */
/* Links
/* ---------------------------------- */
a {
  text-decoration: none;
  color: #c00;
  border-bottom: 1px dotted;
}

a.external {
  background-image: url(../images/194.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 13px;
}

a.navi {
  font-weight: bold;
  color: #FFFFFF;
  border: 0 none;
}

legend a, div.site-name a {
  color: #000000;
  border: 0 none;
}

/* ---------------------------------- */
/* Blogeintrag
/* ---------------------------------- */
fieldset {
  /* Blog-Bilder und Text-Div an Bildschirm-Breite skalieren (maximal 600px breit) */
  max-width: 605px;
  border: 1px dashed black;
  margin-bottom: 10px;
  padding: 5px;	
}

legend {
  font-weight: bold;
  font-size: 1em;
  border: 1px dashed black;
  background-color: #FC0;
  margin: 2px 0px 0px 10px;
  padding: 0px 5px 1px 5px;
}

div.published {
  font-size: 0.7em;
  margin: 7px 0px 7px 0px;
}

div.textblock { 
  width: auto;
  height: auto;
  text-align: justify;
}

img.post {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

span.license {
  display: block;
  text-align: center;
  margin-top: -15px;
  font-size: 0.6em;
}

/* ---------------------------------- */
/* Header / Footer
/* ---------------------------------- */
div.header-title { 
  position: relative;
  width: auto;
  height: 150px;
  text-align: center;
  margin-bottom: 10px;
  background-image: url(http://www.smigel.de/images/183.jpg);
  background-position: center;
  background-repeat: no-repeat;  
}

div.site-name {
  padding-top: 15px;
  font-size: 3em;
}

div.site-slogan {
  padding-top: 30px;
  font-style: italic;
}

div.header-nav { 
  position: absolute;
  bottom: 0px;
  width: auto;
  display: table;
}

div.header-nav-cell { 
  display: table-cell;
  width: 250px;
  padding-bottom: 5px;
  text-align: center;
}

div.footer-nav {
  width: 100%;
  display: table;
  padding-top: 0px;
  padding-bottom: 10px;	
}

div.footer-nav-left {
  display: table-cell;
  width: 50%;
  text-align: left;
}

div.footer-nav-right {
  display: table-cell;
  width: 50%;
  text-align: right;
}

div.footer-nav-centered {
  display: table-cell;
  width: auto;
  text-align: center;
}

/* ---------------------------------- */
/* page navigation
/* ---------------------------------- */
ul.rsx-page-num-list {
  display:inline;
  list-style:none;
  margin:0px;
  padding:0px;
}

ul.rsx-page-num-list li {
  display: inline;
  margin: 5px;
}

/*  for the current page that is not a link */
.unlinked {
  font-weight: bold
}

/* ---------------------------------- */
/* Archiv-Liste
/* ---------------------------------- */
span.monospaced {
  font-family: monospace;
  font-size: 1.3em;
}

/* ---------------------------------- */
/* Sidebar mit Kategorien/Links
/* ---------------------------------- */
div.sidebar {
  min-width: 270px;
  padding-left: 15px;
}

ul.directory {
  margin-top: 0pt;
  list-style-type: circle;
}

/* ---------------------------------- */
/* Kommentar-Bereich
/* ---------------------------------- */

div.comments { 
  width: 100%;
  max-width: 600px;
  display: table;
}

div.comments-row {
  display: table-row;
}

div.comments-label { 
  display: table-cell;
  padding: 3px;
  width: 90px;
  text-align: right;
  vertical-align: top;
}

div.comments-entry {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

input, textarea {
  width: 98%;
}

input.button, input.checkbox {
  width: auto;
}

/* nur direkt zu ol gehörende Listenelemente betrachten */
ol.comments > li {
  border-bottom: 1px dashed black;
  margin-right: 20px;
}

ol.comments p {
  padding-left: 0px;
}

div#cpreview {
  color: #000000;
  background-color: #f1f1f1;
  border: 2px solid #ddd;
  padding-left: 5px;
  margin: 5px 20px 5px 35px;
}
.comments_error {
  color: #000;
  background-color: #fff4f4;
}

ul.comments_error {
  padding : 0.3em;
  list-style-type: circle;
  list-style-position: inside;
  border: 2px solid #fdd;
}