/* CSS Document */

#loading-container {
    padding:16px 0px 16px 0px;
    text-align:right;  
}
 
#twitter-feed {
    width:100%;
    margin:auto;
	text-align:left;

    padding:0px;
    padding-right:20px;
    border-radius:12px;
    color:#ffffff;
    overflow:auto;
	
}
 
#twitter-feed h1 {
    color:#5F5F5F;
    margin:0px;
    padding:9px 0px 9px 0px;
    font-size:18px;
    font-weight:lighter;    
}
 
.twitter-article, #loading-container {
    width:100%;
    float:left; 
	background:none;
    padding:8px 0px 8px 0px;
	position:relative;
} 
.twitter-pic {
    position:relative;
}
 
.twitter-pic img {
    float:left;
    border-radius:7px;  
    border:none;
     
}
 
/* -------- TEXT STYLING ------*/
.twitter-text {
    width:100%;
    font-size:13px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twitter-text p {
    margin:0px;
	padding-left:50px;
    line-height:20px;   
}
.twitter-text a,  h1 a {
    color: #f9af44;
    text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #f9af44;
}
 
.tweet-time {
    font-size:10px;
    color:#878787;
    float:left;
}
.tweet-time a, .tweet-time a:hover {
    color:#ffffff;
}

.tweetprofilelink {margin-bottom:20px;}
 
.tweetprofilelink a {
    color:#ffffff;
}
.tweetprofilelink a:hover {
    color:#ffffff;
}
 
/* -------- FEED  ACTIONS ------*/
#twitter-actions {
    width:75px;
    float:left;
    margin-left:5px;   
    margin-top:3px;
        display:none;
}
.intent {
    width:25px;
    height:16px;
    float:left; 
}
.intent a{
    width:25px;
    height:16px;
    display:block;
    background-image:url(tweet-actions.png);
    float:left; 
} 
.intent a:hover{
    background-position:-25px 0px;
} 
 
#intent-retweet a{
    background-position:0px -17px;
} 
#intent-retweet a:hover{
    background-position:-25px -17px;
} 
#intent-fave a{
    background-position:0px -36px;
} 
#intent-fave a:hover{
    background-position:-25px -36px;
} 
 
/* -------- RETWEET INDICATOR ------*/
#retweet-indicator {
    width:14px;
    height:10px;
    background-image:url(tweet-actions.png);
    background-position:-5px -54px;
    margin-top:3px;
    float:left;
}

.backlink {
	font-size:11px;
	text-align:right;
}

.backlink a {
	color:#aaa;
}