#forum
{
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.post
{
  background: transparent url(../images/forumPostBg.png) no-repeat bottom left;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  min-height: 75px;
  position: relative;
}
.postTitle
{
  font-family: 'Bookman Old Style', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.4em;
  height: 36px;
}
.postInformation
{
  padding-top: 7px;
}
.postInformation a
{
  color: black;
  font-weight: bold;
}
#postAdd #content
{
  margin-left: 0px;
  margin-right: 0px;
}
.postUserAvatar
{
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border: 1px solid #a9a9a9;
  display: block;
  float: left;
}
.postUserText
{
  display: block;
  float: left;
}
.postDate
{
  color: #666;
  text-decoration: none;
}
.postUserName
{
  color: black;
  font-weight: bold;
}
.postPresentationTitle
{
  color: black;
  font-weight: bold;
}
