/* CSS Document */
img  {
	border:none;
}

#loading-container {
    padding: 0;
    text-align: left;  
}

#twitter-feed-back {
	background-color: none;
	height: auto;
}

#twitter-feed {
    width:100%;
    margin:auto;
    padding:0;
    color:#333;
    overflow:auto;
	
	/*------ TWEAK THE BELOW IF YOU WANT TWEETS TO FADE DOWN --- */
	/*height:90px;
	overflow:hidden;*/
}
 
/*#twitter-feed h1 {
    color:#5c5f67;
    margin:0px;
    padding:9px 0px 9px 0px;
    font-size:18px;
    font-weight:lighter;    
}
#twitter-header {
	background-color:#FFF;
	position:relative;
	z-index:2;
	border-bottom:1px dotted #CCC;
}
.twitter-article, #loading-container {
    width:100%;
    float:left; 
    padding:0;
	position:relative;
} 
.twitter-pic {
	width: 60px;
	height: 60px;
    position:absolute;
}
 
.twitter-pic img {
	width:100%;
    float:left;
    border-radius:7px;  
    border:none;
}*/
 
/* -------- TEXT STYLING ------*/
/*.twitter-text {
    width:100%;
    float:left;
    font-size: 14px;
	line-height: 20px;
	color: #3e4248;
    padding-left:80px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twitter-text p {
    margin:0px;
}
.twitter-text a,  h1 a {
    color: #97999c;
    text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #97999c;
}
 
.tweet-time {
	margin: 0 0 0 5px;
  color:#878787;
}
.tweet-time a, .tweet-time a:hover {
    color:#3e4248;
}
 
.tweetprofilelink a {
    color:#3e4248;
}
.tweetprofilelink a:hover {
    color:#3e4248;
}*/
 
/* -------- 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;
}