html, body {
  height: 100%;
  margin: 0px;
}

a:link, a:hover, a:active, a:visited {
  color: #f0f0f0;
}

body {
  background: #ffffff;
  color: #3b3b3b;
  width: 50%;
  font-family: sans-serif;
  font-size: medium;
}

.main {
  position: relative;
  left: 30%;
  min-height: 100%;
}

#leftborder {
  position: absolute;
  width: 49px;
  height: 100%;
  left: -49px;
  background-image: url(img/border.gif);
  background-repeat: repeat-y;
}

#rightborder {
  position: absolute;
  top: 0px;
  right: -29px;
  height: 100%;
  width: 29px;
  background-image: url(img/rightborder.gif);
  background-repeat: repeat-y;
}

.content {
  background: #7fbd2e;
  left: 49px;
  min-height: 100%;
  width: 100%;
  border: 0px;
}

.blog_post {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: 0px;
}

.blog_post_subject {
  font-size: large;
  background: #d3ce73;
  width: 100%;
  text-indent: 10px;
}

.blog_post_date {
  text-align: right;
  padding-right: 10px;
  color: #851414;
}

.blog_post_text {
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 10px;
  color: black;
  background: #7fbd2e;
}

.blog_post_text:first-letter {
  font-size: 130%;
}

.blog_comment, .commentfunctions {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.blog_comment_poster {
  display: inline;
}

.blog_comment_date {
  display: inline;
  font-size: x-small;
  color: #851414;
  background: #7fbd2e;
}

.blog_comment_text {
  margin-top: 5px;
}


