/**
 * @package     hubzero-cms
 * @file        modules/mod_hubzilla/mod_hubzilla.css
 * @copyright   Copyright 2005-2013 Purdue University. All rights reserved.
 * @license     http://www.gnu.org/licenses/lgpl-3.0.html LGPLv3
 */

/*

	-- -- -- -- -- -- --
	mod_tweets
	-- -- -- -- -- -- --

*/

.twitter-text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twitter-text p {
 
}
.twitter-text a,  h1 a {

}
.twitter-text a:hover,  h1 a:hover {

}
  
.tweet-time {
    float:right;
}
.tweet-time a, .tweet-time a:hover {

}
  
.tweetprofilelink a {

}
.tweetprofilelink a:hover {

}
  
/* -------- FEED  ACTIONS ------*/
#twitter-actions {
    float:right;
}
.intent {
    float:left; 
}
.intent a {
    display: inline-block;
}
  
/* -------- RETWEET INDICATOR ------*/
#retweet-indicator {
    float:left;
}

.actions {
	margin-top: 0.5em;
}

/* loading indicator */
.loading-wrap {
	margin-top: 2em;
}

.loading{
background-color:#c14c2d;
float:left;
height:1em;
margin-right:1em;
width:1em;
-moz-animation-name:bounce_circleG;
-moz-animation-duration:1.9500000000000002s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-border-radius:21px;
-webkit-animation-name:bounce_circleG;
-webkit-animation-duration:1.9500000000000002s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-border-radius:21px;
-ms-animation-name:bounce_circleG;
-ms-animation-duration:1.9500000000000002s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-border-radius:21px;
-o-animation-name:bounce_circleG;
-o-animation-duration:1.9500000000000002s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-border-radius:21px;
animation-name:bounce_circleG;
animation-duration:1.9500000000000002s;
animation-iteration-count:infinite;
animation-direction:linear;
border-radius:21px;
}

.loading_1{
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

.loading_2{
-moz-animation-delay:0.9099999999999999s;
-webkit-animation-delay:0.9099999999999999s;
-ms-animation-delay:0.9099999999999999s;
-o-animation-delay:0.9099999999999999s;
animation-delay:0.9099999999999999s;
}

.loading_3{
-moz-animation-delay:1.1700000000000002s;
-webkit-animation-delay:1.1700000000000002s;
-ms-animation-delay:1.1700000000000002s;
-o-animation-delay:1.1700000000000002s;
animation-delay:1.1700000000000002s;
}

@-moz-keyframes bounce_circleG{
0%{
}

50%{
background-color:#FFFFFF}

100%{
}

}

@-webkit-keyframes bounce_circleG{
0%{
}

50%{
background-color:#FFFFFF}

100%{
}

}

@-ms-keyframes bounce_circleG{
0%{
}

50%{
background-color:#FFFFFF}

100%{
}

}

@-o-keyframes bounce_circleG{
0%{
}

50%{
background-color:#FFFFFF}

100%{
}

}

@keyframes bounce_circleG{
0%{
}

50%{
background-color:#FFFFFF}

100%{
}

}