#community {
  background: transparent url(../images/community_background.jpg) no-repeat left top;
  margin: 30px 0 0 0;
}

#community h1 {
  margin: 0 20px;
}

#community p {
  background: transparent url(../images/dotted_line.jpg) repeat-x left top;
  margin: 10px 20px;
  padding: 10px 0 0 0;
  color: #3B4F68;
  font-weight: bold;
}

#community p a {
  color: #3B4F68;
  text-decoration: none;
}

#community p a:hover {
  text-decoration: underline;
}

#community p span {
  color: #757575;
  line-height: 25px;
  font-weight: normal;
}

#community p .comments {
  display: inline-block;
  background: transparent url(../images/bubble_txt.jpg) no-repeat left center;
  padding: 0 0 0 25px;
  text-decoration: underline;
  color: #C76605;
}
#community p .comments:hover {
  color: #3B4F68;
}

#community.long {
  background-image: url(../images/distance/bar.jpg);
  min-height: 536px;
  _height: 536px;
}

#community a.see-all {
  display: block;
  text-align: right;
  margin: 10px 20px;
  padding: 10px 0 0 0;
  background: transparent url(../images/dotted_line.jpg) repeat-x left top;
  text-decoration: none;
  font-weight: bold;
}
#community a.see-all span {
  display: inline-block;
  height: 18px;
  width: 15px;
  margin: 0 0 0 .3em;
  vertical-align: top;
  background: transparent url(../images/bullets_arrow.png) no-repeat left 1px;
  _background-image: url(../images/bullets_arrow.gif);
}
#community a.see-all:hover span {
  background-position: left -14px;
}
