
#header #bird{
	position: absolute;
	top: 13px;
	right: 0px;
}
#header #latest-twinges-title{
	position: absolute;
	right: 0px;
	top: 0px;
}

#header #blag-link a {
	position: absolute;
	top: 58px;
	right: 290px;
	width: 128px;
	height: 31px;
	background: url(../img/blag_link_bg.png) no-repeat;
	display: block;
	text-indent: -9999px;
	font-size: 1%;
}


#tweet-tabs ul.tabs{   
   width: 148px;
   height: 45px;
   position: absolute;
   z-index: 1000;
   right: 112px;
   top: -60px;
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#tweet-tabs ul.tabs li{
  width: 74px;
  height: 45px;
  font-size: 1%;
  float: left;
  text-indent: -5000px;
}

#tweet-tabs ul.tabs li a{
  display: block;
  width: 74px;
  height: 45px;
  text-decoration: none;
}

.audience-twinges-tab a{
  background: url('../img/home/tab_sprite.png');
  background-position: 0px -45px;
}

.audience-twinges-tab a.current{
  background: url('../img/home/tab_sprite.png');
  background-position: 0px 0px;
}

.performer-twinges-tab a{
  background: url('../img/home/tab_sprite.png');
  background-position: -74px -45px;
}

.performer-twinges-tab a.current{
  background: url('../img/home/tab_sprite.png');
  background-position: -74px -0px;
}



#intro-panel{
	background: #1F1F1F;
	border: 1px solid #363636;
	width: 326px;
	height: 265px;	
	
	padding: 0 10px 10px 10px;
	color: #fff;
}

#intro-panel.loggedin{
	height: 235px;
}

#intro-panel .highlight{
	color: #38CDFF;
}

#intro-panel h4{
	font-size: 1.1em;
	color: #38CDFF;
	margin: 5px 0px;
}

#intro-panel .logout{
	margin-top: 15px;
	margin-left: 1px;
}

#search-panel{
	background: #1F1F1F;
	border: 1px solid #363636;
	width: 326px;	
	padding: 10px;
	color: #fff;	
	margin-top: 20px;
	height: 43px;
}

#search-panel #search-title{
	float: left;
	margin-top: 5px;
}

#search-panel #search-form{
	float: left;
	margin: 3px 0 0 10px;	
	border-left: 4px solid #363636;
	padding-left: 10px;
}

#search-panel #search-form #inp-performer-name{
	color: #fff !important;	
	border: 0;
	padding: 2px;
	background: #363636;
}

#search-panel #search-form input#inp-performer-name.throbbing {
	background: #363636 url(../img/home/indicator.gif) 100% 2px no-repeat !important;	
}

#topten-panel{	
	width: 345px;		
	color: #fff;	
	position: absolute;
	top: 0px;
	left: 361px;	
}

#topten-panel #title-topten{
	display: block;
	height: 63px;
	width: 345px;
	background: url('../img/home/ttl_topten.png') no-repeat;
}
#topten-panel #title-topten h4{
	display: none;
}

#topten-panel #topten-scroller{
	background: #1F1F1F;	
	border: 1px solid #363636;
	padding: 10px 0 10px 10px;	
}


#topten-panel ul#topten{
	list-style-type: none;
	padding: 0 10px 0 0;
	margin: 0;
	overflow-y: scroll;
	height: 314px;
	
	
	scrollbar-face-color:#1A1A1A;
	scrollbar-highlight-color:#1A1A1A;
	scrollbar-3dlight-color:#363636;
	scrollbar-darkshadow-color:#363636;
	scrollbar-shadow-color:#1A1A1A;
	scrollbar-arrow-color:#363636;
	scrollbar-track-color:#1D1B1A;	
}
#topten-panel ul#topten li{
background: #363636;
	border: 1px solid #404040;
	margin-bottom: 2px;
	min-height: 40px;
	padding-bottom: 5px;
}
#topten-panel ul#topten li .number {	
	float: left;
	margin-top: 5px;
}

#topten-panel ul#topten li a.name {		
	width: 150px;	
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	margin: 5px 5px 5px 13px;
	display: block;
	float: left;
}

#topten-panel ul#topten li a.name .show{
	color: #fff;
}	
#topten-panel ul#topten li a.name:hover {
	text-decoration: underline;
	color: #38CDFF;
}

#topten-panel #topten-key{
	position: relative;
	padding-top: 10px;	
}

#topten-panel #topten-key .th_pos{
	float: left;
	margin: 0 15px 0 5px;
}

#topten-panel #topten-key .th_performance{
	float: left;
	margin: 0 55px 0 5px;
}



#topten-panel .th_noise_tooltip{
	position: absolute;
	top: 45px;
	left: 91px;	
	display: none;
}	

#topten-panel .th_karma_tooltip{
	position: absolute;
	top: 45px;
	left: 247px;	
	display:none;
}	


#topten-panel #topten-key .th_noise{
	float: left;
	margin: 0 7px 0 5px;
	position: relative;
	top: -4px;
}


#topten-panel #topten-key .th_divider{
	float: left;
	margin: 0 8px 0 0;
	position: relative;
	top: -5px;
}



#topten-panel #topten-key .th_score{
	float: left;
	margin: 0;
	position: relative;
	top: -4px;
}

#topten-panel ul#topten li .noise{
	color: #999;
	display: block;
	float: left;
	width: 35px;
	margin: 5px 20px 0 0;
	text-align: center;
	
}

#topten-panel ul#topten li .karma{
	color: #C9F1FF;
	display: block;
	float: left;
	font-size: 3em;
	padding: 5px 0 5px 0;
	font-weight: bold;
	margin: 5px 5px 0 0;
	width: 35px;
	text-align: center;
}

.twinge-panel{	
	width: 261px;		
	color: #fff;	
	position: absolute;
	top: 0px;
	left: 719px;	
				
	
	height: 432px;
	
	overflow-y: scroll;
	scrollbar-face-color:#1A1A1A;
	scrollbar-highlight-color:#1A1A1A;
	scrollbar-3dlight-color:#363636;
	scrollbar-darkshadow-color:#363636;
	scrollbar-shadow-color:#1A1A1A;
	scrollbar-arrow-color:#363636;
	scrollbar-track-color:#1D1B1A;
}

.twinge-panel ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.twinge-panel ul li{
	background: #1F1F1F;
	border: 1px solid #363636;
	margin: 0 5px 5px 0;
	padding: 0;
	height: 105px;	
	position: relative;
}

.twinge-panel ul li .twavatar{
	border: 1px solid #363636;
	float: left;
	width: 45px;
	height: 45px;
	margin: 5px 5px 55px 5px;
}

.twinge-panel ul li .content{
	margin-top: 5px;
}
.twinge-panel ul li .name{
	font-size: 1.4em;
	color: #C2CCCD;
}
.twinge-panel ul li p{
	padding: 2px 5px 2px 0;
	margin: 0;
	font-size: 1em;	
}
.twinge-panel ul li p a{
	color: #A1B2C2;
	text-decoration: none;
}

.twinge-panel ul li .when{
	position: absolute;
	bottom: 2px;
	left: 60px;
	color: #496B80;
}


.twinge-panel ul li .retweet{
	position: absolute;
	top: 2px;
	right: 5px;
}

.twinge-panel ul li .favourite{
	position: absolute;
	top: 2px;
	right: 25px;
}

#tweet_form .inp_text{
	color: #fff !important;	
	border: 0;
	padding: 2px;
	width: 225px;
	margin-top: 5px;
	background: #363636;
}

#tweet_form{
	position: relative;
}
#tweet_form #tweetCount{
	position: absolute;
	top: 80px;	
	right: 10px;
	font-size: 2em;
}
#tweet_form #tweetCount.toomuchtweet{
	color: #990000;
}

#embed-panel{	
	background: #1F1F1F;	
	border: 1px solid #363636;
	padding: 10px 0 10px 10px;	
	width: 333px;
	height: 43px;
	position: absolute;
	left: 361px;
	top: 20px;

}
#embed-panel .embed-title{
	float: left;
	margin-right: 20px;
}

#embed-panel #embed-code-input{
	color: #fff !important;	
	border: 0;
	padding: 2px;	
	width: 211px;
	margin-top: 5px;
	background: #363636;
}

#genre-select-form{
	position: absolute;
	top: 12px;
	right: 10px;
}
#genre-select{
	font-size: 0.9em;
}

#genre-select-go{
	position: absolute;
	top: 24px;
	left: 96px;
}


#latest-twinges .favourite{
	display: none;
}
