#banner {
  height: 400px;
}

#inner_banner {
  height: 300px;
  position: center;
  width: 50%;
}


body {
  font-size: 16px;
}



#content_container {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Main Blog Stylings */
.blog-entry {
  margin-bottom: 20px;
}

.last-blog-entry {
  margin-bottom: 0px;
}

h1.blog-entry-title {
  font-size: 30px;
  margin-bottom: 0px;
  letter-spacing: -1px;
}

h1.blog-entry-title a {
  text-decoration: none;
}

.blog-entry-date {
  margin-bottom: 5px;
}

.blog-entry-date:before {
}

/*styles the category link in the main entry */

.blog-entry-category {

}

.blog-entry-category a:link, .blog-entry-category a:visited {

}

.blog-read-more {
  margin-top: 24px;
}

.blog-read-more a {
  text-decoration: none;
}

.read_more_wrapper {
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-entry-body {
  font-size: 25x;

}

.blog-entry-comments:before {
}

p.blog-entry-tags {

}


