/* 
 * for blog / zonelet 
 */

/*#CONTAINER is the rectangle that contains everything but the background!*/
.blog-container {
  margin: 1em auto;
  width: 80%;
  max-width: 90%;
  background-color: var(--draculaBackground);
  color: var(--white); 
  outline-color: var(--grey);
  outline-style: ridge;
  outline-width: 4px;
  outline-offset: 0;
}

.blog-content {
  padding: 10px 5% 10px 5%;
  hyphens: auto;
  text-align: justify;
}

.blog-footer {
  font-size: 0.8em;
  /* padding: 0 5% 10px 5%; */
  height: 40px;
  text-align: center;
  border-color: var(--greySecondary);
  border-style: ridge;
  background-color: var(--grey);
}

.blog-header {
  background-color: var(--grey);
  padding: 0 5%;
  border-color: var(--greySecondary);
  border-style: ridge;
  border-width: 0 0 4px 0;
  font-family: 'Terminator', sans-serif;
  font-size: 16px;
  text-align: center;
}
.blog-header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
.blog-header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.blog-bauschicon {
  text-align: center;
}

.blog-postTitleH1 {
  text-align: center;
}
.blog-recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
.blog-moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

.blog-nextprev {
  text-align: center;
  margin-top: 1.4em;
}

ul.blog-postlist {
  list-style: none;
  padding-left: 1em;
}
ul.blog-postlist li::before {
  content: "\00BB";
  color: var(--green);
  margin-right: 0.5em;
}
