.tweet {
  width: 990px;
  vertical-align: middle;
  font-family: Georgia, serif;
  font-weight: bold;
  font-style:italic;
  font-size: 150%;
  border-top: dotted thin #999;
  border-bottom: dotted thin #999;
  background: url(http://www.jrhcreative.com/tweet/bird.gif) left no-repeat;
  color: #FFFFFF; }
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0 0 0 70px;
    padding: 0; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em;}
      .tweet .tweet_list li a {
        color: #999;
		font-weight: normal;
		font-size: 60%;
		font-style: normal;
		display: block;}
    .tweet .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
