div.post-wrapper
{
  background: #175283;
  /** margin: 1em;*/
  margin: auto 1em 1em 1em;
  padding: 1em;
}
div.post-title h2
{
  margin-bottom: 0;
  margin-top: 0;
  font-family: Times New Roman, Times, serif;
  text-decoration: underline;
  color: #DDD;
}

div.post-title p
{
  margin: 0 0 0 0.5em;
  font-size: 8pt;
}

div.post-content
{
  padding: 0.5em;
  width: 95%;
  margin: 0.5em 0 1em 0;
}

div.post-footer
{
  font-size: 8pt;
  padding: 8pt;
}
