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

#twitterBox {
	position:relative;
	overflow:hidden;
	display:block;
	
	width:316px;
	height: 250px;
	top:153px;
	left:670px;
	z-index:5;
}





.jta-tweet-list
{
    padding: 0;
    list-style: none;
	width:300px;
	
	border-top:1px solid rgb(152, 104, 65); /* The Fallback */
	border-bottom:1px solid rgb(152, 104, 65); /* The Fallback */
	border-top:1px solid rgba(170,91,26,0.6);
	border-bottom:1px solid rgba(170,91,26,0.6);
	
	background-image:url(../images/blackTran.png);
	height: 250px;
    overflow:auto;
}

.jta-tweet-list-item
{
    
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 8px 8px 8px;
	overflow: hidden;
	list-style:none;
}

.jta-tweet-list-item_first-child
{
   padding: 8px 8px 8px 8px;
	overflow: hidden; 
	list-style:none;
}

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

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

.jta-tweet-profile-image img
{
	width: 28px;
	height: 28px;
}

.jta-tweet-body
{
}

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

.jta-tweet-user-name
{
	font-weight: bold;
}

.jta-tweet-user-screen-name
{
}

.jta-tweet-user-full-name
{
    color: #fff;
}

.jta-tweet-text
{
	
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-shadow: rgba(0,0,0,0.41) 0 1px 1px;
}

.jta-tweet-text a
{
	
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-shadow: rgba(0,0,0,0.41) 0 1px 1px;
}

.jta-tweet-user-screen-name-link,
.jta-tweet-user-full-name-link,
.jta-tweet-a,
.twitter-anywhere-user
{
    color: #fff;
	text-decoration: none;
}

.jta-tweet-user-screen-name-link:hover,
.jta-tweet-user-full-name-link:hover,
.jta-tweet-a:hover,
.twitter-anywhere-user:hover
{
    color: #fff;
	text-decoration: underline;
}

.jta-tweet-link
{
}

.jta-tweet-link:hover
{
}

.jta-tweet-hashtag
{
}

.jta-tweet-hashtag:hover
{
}

.jta-tweet-attributes
{
	display: block;
    color: #999;
    font-size: 11px;
    margin-top: 3px;
}

.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: #999;
	text-decoration: none;
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.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: #999;
	text-decoration: underline;
}

.jta-tweet-list-controls
{
	margin-top: 20px;
}

.jta-tweet-list-controls-button
{
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
    border: 1px solid #999;
}

.jta-tweet-list-controls-button:hover
{
	color: black;
	background-color: #999;
	cursor: pointer;
}

.jta-tweet-list-controls-button-more
{
}

.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 #999;
}

.jta-tweet-list-autorefresh-trigger:hover
{
	color: black;
	background-color: #999;
	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: 24px;
	display: inline;
	float: left;
}

.jta-login-info-profile-image img
{
	width: 24px;
	height: 24px;
}

.jta-login-info-block
{
	margin-left: 34px;
}

.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
{
	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;
}


#twitterLine {
	display: block;
	position:relative;
	top:314px;
	left:686px;	
	width:300px;
	height:44px;
}

#twitterText {
	display: block;
	position:relative;
	top:264px;
	left:690px;	
	width:99px;
	height:39px;
	
}

#twitterOla {
	display: block;
	position:relative;
	top:143px;
	left:940px;	
	width:32px;
	height:32px;
	border:1px solid #FFF;
}

#twitterJames {
	display: block;
	position:relative;
	top:177px;
	left:887px;	
	width:32px;
	height:32px;
	border:1px solid #FFF;
}

#twitterOlaCombo {
	display: block;
	position:relative;
	top:236px;
	left:820px;	
	width:28px;
	height:28px;
	border:1px solid #FFF;
}

#twitterJamesCombo {
	display: block;
	position:relative;
	top:210px;
	left:840px;	
	width:28px;
	height:28px;
	border:1px solid #FFF;
}

.t {
	padding:0 !important;
	border:0 !important;
	font: 16px/18px; "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:300px;
}

.t a {
	
	cursor:pointer;
	text-decoration:underline;
}

.t a.active {
	cursor:default !important;
	text-decoration:none;
}

#tweets {
	width:9999em;
	position:absolute;
	height:400px;
	
}

.tweet {
	float:left;
	width:630px;
	height:340px;
	padding-left:16px
}