﻿.tweet_box h3 {
    margin: 0; 
}
.uTwit .tweet-header {
    display: inline-block;
    margin-left: 35px;
}
.uTwit .tweet-header h4 {
    font-size: 11px;
    margin-top: 18px;
    margin-left: 10px;
}
.uTwit .tweet-header h4, .uTwit .tweet-header > a {
    float: left;
}
.tweet,
.profile
{
    position: relative;
}

.tweet a ,
.profile a
{
    color: #999;
    text-decoration: none;
}

.tweet a:hover,
.profile a:hover
{
    color: #333;
    text-decoration: underline;
}

.tweet .avatar,
.profile .avatar
{
    /*position: absolute;
    top: 0;
    left: 10px;*/
}

.tweet h3 a,
.profile h3 a
{
    color: #333;
}

.tweet h3 em,
.profile h3 em
{
    color: #999;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.tweet .text a 
{
    color: #2692d0;
}

.tweet p,
.tweet .actions
{
    font-family: 'Maven Pro',Sans-Serif;
    line-height: 17px;
}

.tweet .actions
{
    font-style: italic;
    padding: 0 0 10px 0;
}
.tweet .actions span, .tweet .actions a {
    color: #EB7629;
      margin: 0 0 0 0;
  padding: 0 0 0 0;  
  text-decoration: none;
  font-weight: normal;
  font-size: 0;
}
.tweet .actions a {
    background: url("/images/everything-sprite.png");
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 20px;
}
.tweet .actions a.reply {
    background-position: 0 0;
}
.tweet .actions a.retweet {
    background-position: 56px 0;
}
.tweet .actions a.favorite {
    background-position: 104px 0;
}