#community .communitypostfull { margin-top: 18px; }

#community .communitypostfull .title { border-bottom: 1px solid #ddd; font-size: 18px; font-weight: bold; line-height: 24px; margin-bottom: 6px; padding-bottom: 3px; }
#community .communitypostfull .title a { }

#community .communitypostfull .title a:hover {  
  color: #555;
  text-decoration: underline;
}

#community .communitypostfull .bylineactionstable {  
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
}

#community .communitypostfull .byline { color: #888; padding: 3px 0 0 0; vertical-align: top; }

#community .communitypostfull .postactions { background: #f2f7f7; border: 1px solid #ddd; color: #999; margin-bottom: 18px; padding: 5px; text-align: left !important; }

#community .communitypostfull .postactions hr.tags {  
  height: 1px;
  border: 0;
  margin: 5px 0 5px 0;
  padding: 0;
  background: #ccc;
  color :#ccc;
}

#community .communitypostfull .postactions ul {  
  padding: 0;
  margin: 2px 0 0 0;
}
#community .communitypostfull .postactions li {  
  background: #d0d0d0;
  display: inline;                                  
  padding: 0 5px 0 5px;
  margin: 0;
}
#community .communitypostfull .postactions li.communityadminonly {  
}

#community .communitypostfull .postactions li a {  
  font-weight: bold;
  font-size: .85em;
}

/*
Blockquote styling here is slightly experimental.  Without these styles blockquotes entered by the user collide with the "rate this post" box.
*/

#community .communitypostfull blockquote {
  display: table;
}

/* IE <= 6 */
* html #community .communitypostfull blockquote {
  display: inline-block;
}

/* IE = 7 */
*:first-child+html #community .communitypostfull blockquote {
  display: inline-block;
}

#community .communitypostfull .rating { border: solid 1px #ddd; float: right; margin: 0 0 10px 10px; padding: 10px 10px 0 10px; }

#community .communitypostfull .rating .what { /*font-size: .7em;*/ text-align: center; padding: 5px 0; }

#community .communitypostfull .rating .what a { /*color: #44b;*/ }

#community .communitypostfull .rating .teaser {  
  padding: 0 0 8px 0;
  text-align: center;
}
#community .communitypostfull .rating .teaser .teasertop {  
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#community .communitypostfull .rating .teaser .teasertop img {
  margin: 3px 0 5px 0;
}
#community .communitypostfull .rating .teaser .teaserbottom {  
  text-align: justify;
  font-size: .9em;
}

