*{
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    color: #051822;
    font-family: "Helvetica","Arial", sans-serif;
}

#wrapper {
    background-color: #FFFFFF;
}

#header {
    position: absolute;
    top: 50px;
    left: 200px;
    width: 780px;
    font-family: "Helvetica", "Arial", sans-serif;
}

p { margin-top:.6em; margin-bottom:.6em }

#header div.logo {
  //background-image: url('../images/pony.png');
  margin-right: 10px;
  height: 115px;
  width: 150px;
  float: left;
}

#header h1 {
  margin-top: 15px;
}

#content {
    left: 200px;
    top: 190px;
    width: 780px;
    margin-left: 200px;
    margin-top: 190px;
}
.menu {
    position: absolute;
    left: 1040px;
    top: 180px;
    width: 140px;
}

#header a {
  color: #051822; !important;
}

#footer {
  margin: 10px auto;
  color: #051822;
  left: 200px;
  width: 780px;
  text-align: center;
}

ul.nobullet {
  list-style-type: none;
}

img
{
  border: 1px solid black;
}

img.no-border
{
  border: none;
}
ul#factslist
{
    margin-left: 20px;
    margin-bottom: 20px;
}

#content ul,ol
{
    margin-left: 25px;
    margin-bottom: 25px;
    line-height: 22px;
}

.post li {
    margin-bottom: 5px;
}

a:link {
  color: #840044;
  text-decoration: none;
}

a:visited {
  color: #840044;
  text-decoration: none;
}

a:hover {
  color: #840044;
  text-decoration: underline;
}

h1 {
    font-family: "Courier", sans-serif;
    font-size:34px;
    margin-bottom: 15px;
}
h2 {
    color: #184468;
    font-size:24px;
    margin-bottom: 15px;
}
a.posttitle {
    color: #184468;
    font-size:24px;
    margin-bottom: 15px;
}
h3 {
    font-size:19px;
    margin-bottom: 15px;
}
h4 {
    font-size:17px;
    margin-bottom: 15px;
}
p {
    margin-bottom: 15px;
}
/* single post page layout */
.postcontent {
    width: 780px;
}
.postdate {
   float: right;
}
.postsocial {
    float: left;
    height: 90px;
}
.posttags {
  float: left;
}
.postfooter {
   margin-bottom: 70px;
}
.postdateheading {
   text-align: right;
   margin-bottom: 10px;
}
.post p{
  font-size: 12pt;
  line-height: 22px;
}
.postcontent p{
  width: 780px;
  font-size: 12pt;
  line-height: 22px;
}

li.title {
font-weight: bold;
margin-bottom: 5px;
}

div.imginline {
  text-align: center;
}

img.inline {
  border: none !important;
  margin-bottom: 8px;
}

.image-caption {
  display: block;
  margin-top: 10px;
}
