/* snovak 4-23-13 */
/*
 Modifications to ap_twitter.css because of new twitter_pull
*/

.tweet-author {
    display: none;
}

.twitter-follow-button {
    display: none;
}

.tweet-actions {
    display: none;
}

div.tweet-author-wrapper {
    padding-bottom: 5px;
}

div.tweet-footer {
    padding-bottom: 20px;
}
/* snovak end */

/* snovak 4-23-13 */
/*
 Style new twitter box to match old ap_twitter
*/

/* Screenname smaller text */
.block-boxes-twitter .tweet-screenname, .tweet-screenname a {
    font-size: 10px;
    font-weight: normal;
}

/* Hide Twitter User Icon */
.block-boxes-twitter .tweet-authorphoto {
    display: inline;
}

/* Font text not black */
.block-boxes-twitter .tweet-text {
    color: #5d5d5d;
}

/* Normal font for tweets */
.block-boxes-twitter {
    font-size: 12px;
}

/* Darker link color */
.block-boxes-twitter .tweets-pulled-listing a {
    color: #333;
}

/* Fix spacing */
.block-boxes-twitter div.tweet-author-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}

.block-boxes-twitter div.tweet-text {
    padding-bottom: 10px;
}

.block-boxes-twitter div.tweet-footer {
    padding-bottom: 15px;
}

/* Format Tweet Time */
.block-boxes-twitter div.tweet-footer .tweet-time a {
    color: #848484;
}

.block-boxes-twitter .tweet-time {
    font-size:10px !important;
}

/* enable tweet divider by LI and disable built-in */

.block-boxes-twitter .tweets-pulled-listing li {
    line-height:1.2 !important;
    padding:5px 0 10px 0 !important;
    border-bottom:1px dotted #595959;
}

.block-boxes-twitter .tweet-divider {
    display: none;
}

/*
 Changes for both twitter modules because of new twitter_pull
*/

/* Hide AuthorName, Follow Button and actions */
.block-boxes-twitter .tweet-author {
    display: inline;
    font-size: 13px;
}

.block-boxes-twitter .twitter-follow-button {
    display: inline;
    margin-top: -20px;
}

.block-boxes-twitter .tweet-actions {
    display: inline;
}

/* snovak end */

/* snovak 4-29-13 */

.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-reply, 
.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-retweet, 
.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-favorite {
    padding-left: 20px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
}

.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-reply {
    background-image: url('../images/reply.png');
}
.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-reply:hover {
    background-image: url('../images/reply_hover.png');
}
.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-retweet {
    background-image: url('../images/retweet.png');
}
.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-retweet:hover {
    background-image: url('../images/retweet_hover.png');
}
.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-retweet:active {
    background-image: url('../images/retweet_on.png');
}
.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-favorite {
    background-image: url('../images/favorite.png');
}
.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-favorite:hover {
    background-image: url('../images/favorite_hover.png');
}
.block-boxes-twitter div.tweet-footer .tweet-actions .twitter-favorite:active {
    background-image: url('../images/favorite_on.png');
}

/* snovak end */
