/*
 * jTweetsAnywhere V1.0.0
 * http://thomasbillenstein.com/jTweetsAnywhere/
 *
 * Copyright 2010, Thomas Billenstein
 * Licensed under the MIT license.
 * http://thomasbillenstein.com/jTweetsAnywhere/license.txt
 */

.jta-tweet-list
{
	padding: 0px;
	margin: 0px;
	width: 340px;
}

.jta-tweet-list-item
{
	border-bottom: 1px solid #e4e4e4;
	list-style: none;
	padding: 5px;
	overflow: hidden;
}
.jta-tweet-list-item:hover{
	background-image:url(../img/template/bg_content-in-wrap-bg.png);
}
.jta-tweet-list-item:first-child
{
	border-top: 1px solid #e4e4e4;
	padding: 5px;
}

.jta-tweet-profile-image
{
	width: 48px;
	display: inline;
	float: left;
}

.jta-tweet-profile-image-link
{
}

.jta-tweet-body
{
}

.jta-tweet-body-list-profile-image-present
{
	margin-left: 58px;
}

.jta-tweet-a,
.tweet-text a
{
	color:white !important;
	text-decoration: underline;
}

.jta-tweet-a:hover,
.tweet-text a:hover
{
	color:red;
	font-weight:bold;
    text-decoration: underline;
}

.jta-tweet-link
{
}

.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: #CCC;
	font-size: 10px;
	margin-top: 3px;
	font-family: Akzidenz-GroteskNextMedRegula;
}

.jta-follow-button
{
/*	display:block;
	width:auto;
	padding:10px 0px 10px 125px;
*/
	position:absolute;
	left:30px;
	bottom:12px;
}

.jta-tweet-box
{
		width:310px;
	margin:0px auto;
	padding-bottom:10px;
}

.jta-connect-button{
	display:inline;
		width:auto;
}

.jta-login-info
{
		display:inline;
			width:auto;
}

.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;
}
div#tweet-box-container {
	width:310px;
	margin:0px auto;	
}
label.doing {
	font-size:10px !important;	
}
.tweet-text {
	color:white;
	font-size:11px;	
}
textarea#tweet-box {
	font-size:10px !important;	
}