
div.BlogSummary {
  clear: both;
  width: 80%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding: 1em;
}

div.BlogSummary p.summary {
  font-weight: bold;
  font-size: 120%;
}

div.BlogSummary div.subtitles {
  overflow: hidden;
  width: 100%;
}

  /*div.BlogSummary p.blogtours {*/
  div.BlogSummary div.subtitles p:nth-child(1) {
    display: inline-block;
    float: left;
    width: 40%;
    text-align: left;
    font-style: italic;
  }

/* p.blogeditor */
  div.BlogSummary div.subtitles  p:nth-child(2) {
    display: inline-block;
    float: right;
    width: 60%;
    text-align: right;
    font-style: italic;
  }

div.BlogItem {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}

div.BlogItem picture {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}

div.BlogItem picture img {
  float: left;
  width: 90%;
  max-width: 300px;
  margin: 0;
  margin-right: 1em;
  margin-bottom: 0;
  padding: 0;
  padding-right: 1em;
  padding-bottom: 1em;
}

div.BlogItem p.blogsection {
  font-size: 140%;
  font-weight: bold;
  color: orange;
}

div.BlogItem p.blogsubsection {
  font-size: 120%;
  color: green;
}

  div.BlogItem ul,
  div.BlogItem ol {
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    margin-left: 2em; /* make space for outside list elements */
  }

div.BlogItem ul li {
  list-style-type: disc !important;
  list-style-image: none !important;
  list-style-position: outside !important;
}

div.BlogItem ol li {
  list-style-type: decimal !important;
  list-style-image: none !important;
  list-style-position: outside !important;
}

div.BackToMain {
  clear: both;
  float: left;
  text-align: left;
  margin: 1em;
}

  div.BackToMain a,
  div.BackToMain a:active,
  div.BackToMain a:visited {
    color: black !important;
    background-color: beige;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 4px orange;
    -webkit-box-shadow: 2px 2px 4px orange;
    box-shadow: 2px 2px 4px orange;
  }
    div.BackToMain a:hover {
      color: white !important;
      background-color: orange;
    }

@media (min-width: 360px) {

  div.BlogItem picture img {
    max-width: 180px;
    height: auto;
  }
}

@media (min-width: 600px) {

  div.BlogItem picture img {
    max-width: 300px;
    height: auto;
  }

}

div#divBlogBottom {
  clear: both;
  width: 100%;
}

div#divBlogBottom hr {
  clear: both;
  width: 100%;
}