
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: 400px;
      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 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1em;
  background-color: orange;
  color: white !important;
}
