/* ACTIVITY TIMELINES
-------------------------------------------------------------- */
/*body.users .content .activity-timeline { float: left; }*/
.dashboard #page .content,
.timeline #page .content {
/*  width: 990px;*/
/*  margin-right: 0;*/
}

.activity-timeline ul {
/*  width: 745px;*/
  margin: 0 0 20px 0;
  padding: 0;
  border-top: solid 1px #ddd;
  list-style: none;
}

.activity-timeline li img {
  position: absolute;
  left: 0;
  vertical-align: middle;
}

.activity-timeline ul li {
  position: relative;
  padding: 15px 0 15px 34px;
  border-bottom: solid 1px #eee;
  font-size: 12px;
  line-height: 24px;
  color: #777;
}
/*.activity-timeline ul li:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }*/
/*.activity-timeline ul li { /* IE fix */ zoom: 1; }*/

.activity-timeline .date,
.activity-timeline li a {
  font-weight: bold;
  text-decoration: none;
}

.activity-timeline .comment-count { line-height: 12px; }
.activity-timeline .message {
  display: block;
  color: #777;
}
.activity-timeline .commenter {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #555;
}
.activity-timeline .comment-text:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.activity-timeline .comment-text { /* IE fix */ zoom: 1; }
.activity-timeline .comment-text {
  margin: 5px 0 0 0;
  padding: 5px 10px;
  background: #f1f1f1;
  font-size: 12px;
  font-style: italic;
  color: #333;
}

.timeline-entry {
  line-height: 24px;
}
.timeline-entry .action { /* DEFAULT */
  background: #eee;
  color: #333;
  font-weight: bold;
}
.timeline-entry .commented { /* YELLOW */
  background: #fffdcc;
  color: #7f7b00;
}
.timeline-entry .joined { /* GREEN */
  background: #d3f0d8;
  color: #19882c;
}
.timeline-entry .posted { /* BLUE */
  background: #e5e6ff;
  color: #000acd;
}
.timeline-entry .followed { /* RED */
  background: #f9cccc;
  color: #e10000;
}
.timeline-entry .followed { /* PURPLE */
  background: #ede5f8;
  color: #420094;
}
