/*------------------------------------------------------------------ 
  Pok3 - HUD Twitterfox (Ver. 1.0)
  Author: Fabio Fernandes a.k.a Pok3
  twitter: http://twitter.com/pok3
  deviantART: http://pok3.deviantart.com
--------------------------------------------------------------------
  Tested on: Firefox 3.5.2
--------------------------------------------------------------------
  Description:
  
  Simple transparent, HUD Style Skin for one of my favorite twitter clients.
--------------------------------------------------------------------
  Notes, setup and options:
  
  -To Better results, i recomend that you set the theme to the black
  one, in twitterfox's preferences.
  
  -I did this one realy fast. More deatils and adjustments soon. :D
  
  -If you want, Follow me at twitter: http://twitter.com/pok3
--------------------------------------------------------------------
  Version History:
  
  - 23.AUGUST.2009 - Ver. 1.0 : First release.
-------------------------------------------------------------------*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#twitternotifier-main-window { 
  -moz-binding: url("chrome://twitternotifier/content/window.xml#twitternotifier-main-window");
  border: 1px solid #000;
  border-top: 1px solid #a3a3a3!important;
  opacity: 0.95 !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAASCAYAAACTvBTGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAENJREFUeNq8y7sNACAMQ8EEMXgGZAmULfKR6LELKl55stXMllzN7hbAqkLMTIIRiMGQ3umy2HK7Aw4hfcOpqm94BBgAZTkcvebI0AAAAAAASUVORK5CYII=") top center repeat-x transparent!important;
  -moz-appearance: none !important;
  -moz-border-radius: 5px !important;
  

}

#twitternotifier-window-container {background:transparent!important;}

#twitternotifier-close-button {margin-top:-5px!important; margin-right:0px!important;}
.twitternotifier-current-account-icon {margin-top:-20px!important;}
.twitternotifier-current-account-name {margin-top:-4px!important;}
.twitternotifier-current-account {height:15px!important; padding-top:1px;}
.twitternotifier-current-account-name:active,
.twitternotifier-current-account-name:hover {background: transparent!important; text-shadow:0 0 10px #fff;}

#twitternotifier-popup {
  background: transparent!important;
}

#twitternotifier-main-window { 
  background-color: rgba(0,0,0,0.9)!important;
  border: none!important;
}

#twitternotifier-window-container {
  background: transparent!important;
}

#twitternotifier-popup-logo { 
  display:none!important;
}

.twitternotifier-scrollbox { 
  margin-top: 5px;
  background: transparent!important;
  -moz-appearance: none!important;
}

.twitternotifier-scrollbar { 
  background: transparent!important;
  -moz-appearance: none!important;
}