ul.Posts{
  list-style: none;
  padding: 0;
}

.Post{
  padding-bottom: 10px;
}

.SourcedPost{
  background-image:url(/images/bubble_arrow.png);
  background-repeat:no-repeat;
  background-position: 92px 25px;
}

.Post .Source{
  float: left;
  width: 80px;
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
} 
.HideSource .Source img{
  display: none;
}
.Post .BubbleArrow{
  position: absolute;
  top: 25px;
  left: 7px;
}
.Post .Content{
  float: right;
  width: 512px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #fff;
  padding: 0 0 10px 0;
  overflow: auto;
}

.Post h2{
  margin: 0;
  font-size: 1.1em
}
.Post h2 a{
  margin: 0;
  color: #4c4c4c;
}
.Post .Description, .Post .Description a{
  font-size: 0.8em;
  font-style: italic;
}

.TwitterPost p{
  margin: 0;
}

.FlickrPost .Content p{
  text-align: center;
  width: 100%;
}

a.Current{
 color: #fff;
}

