#tweet-bar {
	background: #efefef;
	border-right: 1px solid #ccc;
	width: 300px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	overflow: auto;
	z-index: 999;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* @group Profile */
#tb-profile {
	height: 50px;
	padding: 10px;
	background:#fff url(img/profile-bg.png) repeat-x bottom;
	border-bottom: 1px solid #ccc;
}

#tb-profile a {
	display: block;
	font-size: 16px;
	color: #00ADF0;
	text-decoration: none;
}

#tb-profile .tb-phrase {
	font-size: 11px;
	color: #000;
}


#tb-profile a:hover {
	text-decoration: underline;
}


#tb-profile img {
	border: 1px solid #ccc;
	height: 48px;
	width: 48px;
	margin: 0 10px 0 0 ;
	float: left;

}
/* @end Profile */

/* @group Tweets */

#tb-tweets {
	margin: 10px;
	background: #fff;
	border: 1px solid #ccc;
}

.tb-tweet {
	padding:10px;
	margin: 0 10px;
	border-bottom: 1px solid #cfcfcf;
}

.tb-tweet.last {
	border-bottom: none;
}

.tb-tweet p {
	margin: 0 0 10px 0;
}
.tb-tweet .tb-date {
	bottom: 10px;
	font-size: 11px;
	color: #0081C2;
}
/* @end Tweets */

#tb-display {
	position: fixed;
	top: 50%;
	left: 0px;
	z-index: 999;
	
	width: 32px;
	
	border-color:  #777;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background: #888;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px -1px 0px #444;
}

#tb-display span {
	display: inline-block;
	background: url(img/twitter-b.png) no-repeat center 5px;
	padding: 32px 0 5px 0;
	width: 32px;
	text-align: center;
}

#tb-display:hover {
	color: #8FDDFF;
}
