/** Style the tweets */

.twitter_container {
	margin: 0 0 10px 0;	
}
#twitters {
  border: 1px solid #e5e5e5;
  padding: 5px;
  width: 317px;
}

#twitters UL {
  list-style: none;
  padding: 0;
  margin: 0;
}

#twitters LI {
  padding: 5px;
  background: none;
  list-style: none;
}

#twitters SPAN.prefix {
  font-weight: bold;
}

#twitters SPAN.time {
  font-style: italic;
  color: #c5c5c5;
}

#twitters SPAN.status {
  font-style: italic;
}

.twitter_image, .twitter_title {
	float: left;
	margin: 0 5px 0 0;
}