/* Twitter Widget */

.widget_twitter_widget h3.widget-title {
    margin: 0;
}

.twitter_header {
    padding: 10px;
    position: relative;
    min-height: 48px;
}

.twitter_header .twitter_logo {
    width: 44px;
    height: 35px;
    background: url(http://www.jewelpiccadilly.co.uk/wp-content/plugins/fatsoma-twitter/media/twitter_logo.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.twitter_header img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.twitter_header a {
    text-decoration: none;
}

.twitter_header h3 {
    margin: 0;
    margin-left: 58px;
    text-transform: none;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 16px;
}

div.tweet {
    position: relative;
    padding: 10px;
}

img.tweet_image {
    position: absolute;
    top: 10px;
    left: 10px;
}

.tweet p {
    margin-left: 58px;
    margin-bottom: 0;
}

a.tweet_date {
    display: block;
    float: right;
}

p.tweet_date a {
    text-decoration: none;
}

p.tweet_author {
    margin-bottom: 0;
}

p.tweet_author a {
    text-decoration: none;
}

span.tweet_author_name {
    font-weight: bold;
    display:block;
    line-height: 20px;
}

span.tweet_author_username {
    display:block;
    line-height: 16px;
    font-size: 0.8rem;
}

p.tweet_actions a:link,
p.tweet_actions a:hover,
p.tweet_actions a:active,
p.tweet_actions a:visited {
    padding-left: 16px;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}

a.tweet_reply {
    background: url(http://www.jewelpiccadilly.co.uk/wp-content/plugins/fatsoma-twitter/media/reply.png);
}

a.tweet_retweet {
    background: url(http://www.jewelpiccadilly.co.uk/wp-content/plugins/fatsoma-twitter/media/retweet.png);
}

a.tweet_favourite {
    background: url(media/favorite.png);
}

a.tweet_reply:hover {
    background: url(http://www.jewelpiccadilly.co.uk/wp-content/plugins/fatsoma-twitter/media/reply_hover.png);
    text-decoration: underline;
}

a.tweet_retweet:hover {
    background: url(http://www.jewelpiccadilly.co.uk/wp-content/plugins/fatsoma-twitter/media/retweet_hover.png);
    text-decoration: underline;
}

a.tweet_favourite:hover {
    background: url(http://www.jewelpiccadilly.co.uk/wp-content/plugins/fatsoma-twitter/media/favorite_hover.png);
    text-decoration: underline;
}