/*
 * jTweetsAnywhere V1.0.0
 * http://thomasbillenstein.com/jTweetsAnywhere/
 *
 * Copyright 2010, Thomas Billenstein
 * Licensed under the MIT license.
 * http://thomasbillenstein.com/jTweetsAnywhere/license.txt
 */

#twitter{
	margin-top:50px;
	padding: 0;
	border-top: 1px solid #f0f0f0;
	border-left: 3px solid #f0f0f0;
	border-right: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
}

.jta-tweet-list
{
	margin:0;
	padding:0;
	font-size:0.85em;
	line-height:1.2em;
}

.jta-tweet-list-item
{
   /* background: #fafafa;*/
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
    padding: 10px;
	overflow: hidden;
}

.jta-tweet-list-item:first-child
{
    border-top: 2px solid #f0f0f0;
}

.jta-tweet-profile-image
{
	width: 48px;
	display: inline;
	float: left;
}

.jta-tweet-profile-image-link
{
}

.jta-tweet-body
{
letter-spacing:0px;
}

.jta-tweet-body-list-profile-image-present
{
	margin-left: 58px;
}

.jta-tweet-a
{
    color: #900;
    text-decoration: none;
}

.jta-tweet-a:hover
{
    color: #900;
    text-decoration: underline;
}

.jta-tweet-link
{
	color: #900;
}

.jta-tweet-link:hover
{
}

.twitter-anywhere-user
{
    color: #900;
    text-decoration: none;
}

.twitter-anywhere-user:hover
{
    color: #900;
    text-decoration: underline;
}

.jta-tweet-hashtag
{
}

.jta-tweet-hashtag:hover
{
}

.jta-tweet-timestamp
{
    display: block;
    color: #999;
    font-size: 0.9em;
    margin-top: 5px;
}

.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-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 #999;
}

.jta-login-info-sign-out:hover
{
	color: black;
	background-color: #999;
	cursor: pointer;
}

.jta-loading
{
}

.jta-error
{
    color: #f00;
}

.jta-clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
