@charset "utf-8";

* {
margin:0px;
padding:0px;
}

body {
background:url(../images/twitter-bg.jpg) repeat-x #ebebeb top fixed;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#5a5a5a;
padding:15px 20px 0px 20px;
margin:0px 0px 0px 0px;
}

a {
color:#009de9;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

.tweet {
}

.tweet ul {
list-style:none;
}

.tweet ul li {
padding:0px 0px 16px 0px;
margin:0px 0px 13px 0px;
border-bottom:1px dotted #9e9e9e;
}

.tweet ul li a {
font-size:13px;
color:#232323;
text-decoration:none;
display:block;
margin-bottom:3px;
}

.tweet ul li a:hover {
font-size:13px;
color:#232323;
text-decoration:none;
}

.tweet ul li .tweet_join {
}

.tweet ul li .tweet_text {
}

.tweet ul li .tweet_text a {
font-size:11px;
color:#009de9;
text-decoration:underline;
display:inline-block;
margin:0px;	
}

.tweet ul li .tweet_text a:hover {
text-decoration:none;
}

