/** Style the tweets */
.twitters {
  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  margin: 20px;
  color: #33CCFF;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  text-align: left;
}

.twitters ul {
  list-style: none;
  padding: 0;
  margin-top: 0px;
  white-space: nowrap;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}

#tweet {
	color:#e9e9e9; background-color: #111; font: 3em Georgia, Times, serif; font-weight: 100; -moz-border-radius: 10px; border-radius: 10px; padding: 20px; background-image: url(wp-content/uploads/2011/09/dark.jpg); background-repeat: repeat;
	}

#tweet a { color:#999; text-decoration:none;
border-color:#111 !important;
border-style:none;
border-width:0 0 1px;
padding:0 0 1px;
}
#tweet a:hover {background-color: #ffe99c; color: #111; text-decoration: none; moz-border-radius: 5px; border-radius: 5px;}	
#tweet li { margin-top: 0px; list-style-type: none; display: inline;}

#tweet img {border: 0;}

.tweetpost {font: 10px Georgia, Times, serif; }
.mentions {height: 400px; overflow: hidden; margin-top: -15px;}

.twtr-ft img {
visibility: hidden !important;
}

.home-tweet-date {
	font-size: 0px; visibility: hidden;
}
