.simple-tweets {
	width:100%;
}
.simple-tweets h3{
    color: #6B6500;
    padding: 10px 20px;
    background: url(../img/horizontal-line.gif) repeat;
}
.simple-tweets ul{
	padding:10px;
    list-style:none;
}
.simple-tweets ul li{
    position: relative;
    font-family: 'AllerLightRegular';
    font-size: 80%;
    display: block;
    margin-bottom: 15px;
}
.simple-tweets .st-photo {
    float:left;
}
.simple-tweets .st-photo img {
    border-color: #3E3E3E;
    border-radius: 5px;
    color: #3E3E3E;
    cursor: auto;
    display: inline;
    height: 48px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px 4px 0px 0px;
    max-width: 100%;
    min-height: 0px;
    padding: 0px;
    text-decoration: none;
    vertical-align: middle;
    width: 48px;
}

.simple-tweets .st-author a{
    display: block;
    font-weight: bold;
    font-size: 90%;
    color: #575757;
}
.simple-tweets .st-author a::before {content: '@';}
.simple-tweets a {
    color: #064D98;
    cursor: auto;
    display: inline;
    font-family: AllerLightRegular;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}
.simple-tweets .tweet-tools {
    clear: both;
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 2px;
    white-space: nowrap;
    width: 75px;
}
.simple-tweets .tweet-tools a{
    background-color: transparent;
    background-image: url(../img/tweet-tools.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: none;
    cursor: auto;
    display: block;
    float: left;
    font-family: AllerRegular;
    font-size: 16px;
    height: 20px;
    line-height: 18px;
    margin: 0px;
    margin-left: 5px;
    overflow: hidden;
    padding: 0px;
    text-decoration: none;
    text-indent: -999em;
    white-space: nowrap;
    width: 20px;
}
.simple-tweets .tweet-tools a.tweet-reply{background-position:0 0}
.simple-tweets .tweet-tools a.tweet-rt{background-position:-22px 0}
.simple-tweets .tweet-tools a.tweet-fav{background-position:-45px 0}
.simple-tweets .st-tweet-info {display: none;}

.simple-tweets.profile .st-photo {display: none;}
.simple-tweets.profile .st-tweet{ padding-right:80px; }
.simple-tweets.favorites .tweet-tools {display: none;}
