/*
 * jTweetsAnywhere V1.3.1
 * http://thomasbillenstein.com/jTweetsAnywhere/
 *
 * Copyright 2011, Thomas Billenstein
 * Licensed under the MIT license.
 * http://thomasbillenstein.com/jTweetsAnywhere/license.txt
 */

ul.jta-tweet-list
{
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 0;
    color: #ffffff; 
}

li.jta-tweet-list-item
{
    padding: 0px 0px 8px 0px;
}

.jta-tweet-list-item:first-child
{
    
}

.jta-tweet-profile-image
{
	width: 48px;
	display: inline;
	float: left;
}

.jta-tweet-profile-image-link
{
}

.jta-tweet-profile-image img
{
	width: 48px;
	height: 48px;
}

.jta-tweet-body
{
}

.jta-tweet-text
{
	font-size: 12px;  
	line-height: 16px; 
}

.jta-tweet-body-list-profile-image-present
{
	margin-left: 58px;
}

.jta-tweet-user-name
{
	display: block;
}

.jta-tweet-text .jta-tweet-user-screen-name
{
	font-weight: bold;
	font-size: 14px;
}

.jta-tweet-user-full-name
{
	font-size: 11px;
    color: #730000;
}

.jta-tweet-user-screen-name-link,
.jta-tweet-a,
.twitter-anywhere-user
{
    color: #ffffff;
	text-decoration: none;
}

.jta-tweet-user-screen-name-link:hover,
.jta-tweet-a:hover,
.twitter-anywhere-user:hover
{
    color: #ffffff;
	text-decoration: underline;
}

.jta-tweet-user-full-name-link
{
    color: #730000;
	text-decoration: none;
}

.jta-tweet-user-full-name-link:hover
{
    color: #333333;
	text-decoration: underline;
}

.jta-tweet-link
{
}

.jta-tweet-link:hover
{
}

.jta-tweet-hashtag
{
}

.jta-tweet-hashtag:hover
{
}

.jta-tweet-attributes
{
	display: block;
    color: #730000;
    font-size: 11px;
    margin-top: 3px;
}

.jta-tweet-twitter-bird
{
}

.jta-tweet-twitter-bird-icon
{
	float: left;
	width: 19px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/bird/bird_gray/bird_16_gray.png);
}

.jta-tweet-twitter-bird-icon:hover
{
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/bird/bird_black/bird_16_black.png);
}

.jta-tweet-timestamp
{
}

.jta-tweet-source
{
}

.jta-tweet-inreplyto
{
}

.jta-tweet-location
{
}

.jta-tweet-retweeter
{
}

.jta-tweet-timestamp-link,
.jta-tweet-source-link a,
.jta-tweet-inreplyto-link,
.jta-tweet-location-link,
.jta-tweet-retweeter-link
{
    color: #730000;
	text-decoration: none;
}

.jta-tweet-timestamp-link:hover,
.jta-tweet-source-link a:hover,
.jta-tweet-inreplyto-link:hover,
.jta-tweet-location-link:hover,
.jta-tweet-retweeter-link:hover
{
    color: #730000;
	text-decoration: underline;
}

.jta-tweet-actions
{
	display: block;
    color: #730000;
    font-size: 11px;
    margin-top: 3px;
    clear: both;
}

.jta-tweet-action-reply,
.jta-tweet-action-retweet,
.jta-tweet-action-favorite
{
	padding-right: 1em;
	display: block;
	float: left;
}

.jta-tweet-action-reply a,
.jta-tweet-action-retweet a,
.jta-tweet-action-favorite a
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('../img/glyphicons-halflings.png');
	padding-left: 18px;
	padding-top: 0;
	color: #730000;
	text-decoration: none;
	display: block;
	font-size: 0;
	line-height: 20px;
	height: 20px; }


.jta-tweet-action-reply a {background-position: -336px -96px; }    
.jta-tweet-action-retweet a {background-position: -336px -120px; }  
.jta-tweet-action-favorite a {background-position: -120px 0; }

.jta-tweet-action-reply a:hover,
.jta-tweet-action-retweet a:hover,
.jta-tweet-action-favorite a:hover
{
	background-image: none;
    color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	padding-left: 0;
	vertical-align: bottom; 
}

.jta-tweet-list-controls
{
	padding: 1px 1px 5px 1px;
	text-align: center;
}

.jta-tweet-list-controls-button
{
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
    border: 1px solid #730000;
}

.jta-tweet-list-controls-button:hover
{
	color: black;
	background-color: #730000;
	cursor: pointer;
}

.jta-tweet-list-controls-button-more
{
  display: inline-block;
  *display: inline;
  padding: 3px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 20px;
  color: #4a4a4a;
  text-align: center;
  vertical-align: middle;
  background: #f2c641;
  border-width: 0;
  color: #a4070e;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;	
  
  	-webkit-transition: background-color linear 0.2s;
     -moz-transition: background-color linear 0.2s;
       -o-transition: background-color linear 0.2s;
          transition: background-color linear 0.2s; 
   	
}

.jta-tweet-list-controls-button-more:hover
{
	background-color: #ffffff;
	cursor: pointer;
}

.jta-tweet-list-controls-button-prev
{
}

.jta-tweet-list-controls-button-next
{
	margin-left: 10px;
}

.jta-tweet-list-autorefresh-trigger
{
	padding: 8px 0px 8px 0px;
	margin-bottom: 10px;
	text-align: center;
    border: 1px solid #730000;
}

.jta-tweet-list-autorefresh-trigger:hover
{
	color: black;
	background-color: #730000;
	cursor: pointer;
}

.jta-tweet-list-autorefresh-trigger-content
{
}

.jta-follow-button
{
}


.jta-tweet-box
{
}


.jta-connect-button
{
}


.jta-login-info
{
}

.jta-login-info-profile-image
{
	width: 48px;
	display: inline;
	float: left;
}

.jta-login-info-profile-image img
{
	width: 48px;
	height: 48px;
}

.jta-login-info-block
{
	margin-left: 58px;
}

.jta-login-info-screen-name
{
}

.jta-login-info-sign-out
{
	width: 97px;
	margin-top: 2px;
	padding: 1px;
	text-align: center;
    border: 1px solid #730000;
}

.jta-login-info-sign-out:hover
{
	color: black;
	background-color: #730000;
	cursor: pointer;
}


.jta-loading
{
	margin: 0;
    padding: 8px 0px 8px 0px;
}

.jta-error
{
	margin: 0;
    padding: 8px;
    color: #000;
    background-color: #f00
}

.jta-nodata
{
	margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.jta-clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
