@charset "utf-8";
/* CSS Document */

#tweets {
margin: 20px auto 0 auto;
width: 267px;
height:160px;
float:left;
}

#tweets h3 {
color: #999999;
font-family: tahoma;
font-weight: lighter;
padding: 0;
text-shadow: 0 1px 0 #FFFFFF;
}

#tweets ul#twitter_update_list {
background-color: #ff0000;
bottom: 10px;
margin: 0;
padding: 0px;
/*
position: relative;
font-size: 10px;
border: 1px solid #CCCCCC;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 10px 10px -10px #AAAAAA;
height: 40px;
width: 230px;
*/

}

#tweets ul#twitter_update_list li {
/*
padding: 5px;
*/
position: absolute;
width: 250px;
list-style: none;
display: none;
background-color: #FFFFFF;
}

#tweets ul#twitter_update_list li.current {
display: block;
}

#tweets p a {
font-size: 10px;
}

#tweets a {}

p.follow {
padding: 0;
}