.toppost
{
  border-top: 0px solid;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 15px 2px #555;
  max-height: 300px;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.post
{
  background-color: #FFFFFF;
  box-shadow: 10px 10px 15px 2px #555;
  margin-top: 40px;
  max-height: 300px;
  overflow: hidden;
}
.commentbox
{
  width: 100%;
  height: 0px;
  max-height: 800px;
  overflow-y: scroll;
  box-shadow: 10px 10px 15px 2px #555;
  background-color: #7BBA6E;
  overflow-x: hidden;
}
.post_title
{
  background-color: #4D9DA3;
  font-family: 'Patrick Hand SC', normal;
  font-size: 20pt;
  width: 100%;
  height: 45px; /*35*/
  line-height: 45px;
  overflow: hidden;
}
.post_subtitle
{
  background-color: #4D9DA3;
  font-family: 'Patrick Hand SC', normal;
  font-size: 12pt;
  width: 100%;
  height: 22px;
}
.corpopost
{
  margin-left: 4px;
}
.titlemargin
{
  padding-left: 25px;
}
.subtitlemargin
{
  padding-left: 55px;
}
.writername
{
  float: right;
  margin-right: 200px;
}
.linkbar
{
  background-color: #4D9DA3;
  font-family: 'Patrick Hand SC', normal;
  font-size: 15px;
  width: 100%;
  height: 22px;
  text-decoration: underline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 10px 10px 15px 2px #555;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.endofposts
{
  background-color: #820042;
  font-family: Arial;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  width: 100%;
  height: 30px;
  text-decoration: none;
  border: dashed 1px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}