/* @override http://www.lingscars.com/includes/css/twitter.css */

div.twitter {
			background: url(/images/twitter/twitter.gif) top left no-repeat;
			height:61px;
			width:50px;
			text-align:center;
			position:relative;
			font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			font-size: 14px;
		}
		
		div.twitter a.tweet {
			display: block;
			text-decoration: none;
			color: white;
			position: absolute;
			width:50px;
			height:15px;
			]height:13px;
			bottom: 0px;
			left: 0px;
			text-align: center;
			background: transparent;
			cursor:pointer;
			padding-top:2px;
		}
		
		div.twitter a.tweet:hover {
			background: white url(/images/twitter/twitter.gif) 0 -61px no-repeat !important;
			color: black;
		}
		
		div.twitter span {
			display: block;
		}
		
		div.tweet {
			border-top: 1px dashed #D2DADA;
			padding: 5px;
			font-size: 18px;
			position: relative;
			overflow: hidden;
			width: 490px;
		}
		
		div.tweet.display_0 {
			opacity: 0.1;
		}
		
		div.tweet span.text, div.tweet span.text a, div.tweet span.text a:hover {
			font-size:14px;
		}
		
		div.tweet:hover {
			background: #F7F7F7 !important;
			opacity: 1;
		}
		
		div.tweets {
			width: 500px;
			padding-left:10px;
			padding-right:2px;
			border-left: 29px solid #9AE4E8;
			border-right: 29px solid #9AE4E8;
		}
		
		div.tweets img {
			border: none;
		}
		
		div.tweets img.icon {
			margin: 10px;
			width: 50px;
			float: left;
			display: inline;
		}
		
		div.tweet a.from {
			color: #0084B4;
			font-weight: bold;
			font-size:20px;
		}
		
		div.tweet span.created {
			display: block;
			color: #999999;
			font-size: 12px;
		}
		
		div.tweet a.reply {
			display: none;
			position: absolute;
			right: 5px;
			bottom: 5px;
		}
		
		div.tweet:hover a.reply {
			display: block;
		}
		
		div.tweet a.display {
			display: none;
			position: absolute;
			right: 5px;
			bottom: 25px;
		}
		
		div.tweet:hover a.display {
			display: block;
		}