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

#community .communitypostfull .title {  
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: solid 1px black;
}
#community .communitypostfull .title a {  
  color: black;
  text-decoration: none;
}

#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 {  
  padding: 3px 0 0 0;
  color: #555;
  font-size: .8em;
  vertical-align: top;
}

#community .communitypostfull .postactions {  
  border: 1px solid #ccc;
  background: #eee;
  padding: 2px;
  text-align:left !important;
  font-size:.85em;
  margin-bottom: 10px;
}

#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 {  
  float: right;
  margin: 0 0 10px 10px;
  padding: 10px 10px 0 10px;
  border: solid 1px #aaa;
}

#community .communitypostfull .rating .what {  
  font-size: .7em;
  text-align: center;
  color: #44b;
  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;
}

