/* CSS Document */



#loading-container {
    padding:10px 0px 16px 0px;
    text-align:center;  
}
 
#twitter-feed {
    width:960px;
	background:url(images/twitter.png) no-repeat top left ;
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
	height:36px;display:block;
    overflow:hidden;
	
	/*------ TWEAK THE BELOW IF YOU WANT TWEETS TO FADE DOWN --- */
	/*height:90px;
	overflow:hidden;*/
}
#twitter-feed ::-webkit-scrollbar { 
    display: none; 
}

.twitter_logo{background:url(images/twitter.png) no-repeat ;width:21px;height:17px;display:block}
 
#twitter-feed h1 {
    color:#5F5F5F;
    margin:0px;
    padding:9px 0px 9px 0px;
    font-size:18px;
    font-weight:lighter;    
}
#twitter-header {

}
 #loading-container {

    width:100%;
    float:left; 
	position:relative;
} 

.twitter-article{    width:850px;overflow:hidden;
    float:left; 
	position:relative;}
.twitter-pic {
    position:absolute;
}
 
.twitter-pic img {
    float:left;
    border-radius:7px;  
    border:none;
     
}
 
/* -------- TEXT STYLING ------*/
.twitter-text {
    width:100%;
    float:left;
    font-size:11px;
    padding-left:52px;

}
.twitter-text p {
    margin:0px;color:#61aeb8;
    line-height:15px;   
}
.twitter-text a,  h1 a {
    color: #fff;
    text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #fff;
}
 
.tweet-time {
    font-size:10px;
    color:#fff;
    float:right;
}
.tweet-time a, .tweet-time a:hover {
    color:#fff;
}
 
.tweetprofilelink a {
    color:#444;
}
.tweetprofilelink a:hover {
    color:#444;
}
 
/* -------- FEED  ACTIONS ------*/
#twitter-actions {
    width:75px;
    float:right;
    margin-right:5px;   
    margin-top:3px;
    display:none;
}
.intent {
    width:25px;
    height:16px;
    float:left; 
}
.intent a{
    width:25px;
    height:16px;
    display:block;
    background-image:url(images/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(images/tweet-actions.png);
    background-position:-5px -54px;
    margin-top:3px;
    float:left;
}

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

.backlink a {
	color:#aaa;
}