@charset "utf-8";

/* CSS Document */



#tweet {

	width:230px;

	height: 100px;

	padding-left:35px;

	padding-top:5px;

  	color: black;

	vertical-align:middle;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

}



#tweet a {

  color: #fff;

}



#tweet a:hover,

#tweet a:focus {

  background-color: #eee;

  color: #212121;

}



#tweet ul {

  font-size: 14px;

  list-style: none;

  margin: 0;

  padding: 0;

  font-style: italic;

}



#tweet ul li .twitterTime a {

color:#666666;

font-size:12px;

text-decoration:none;

}



#tweetheader { 
padding-left:40px;

padding-top:60px; }

