/*------------------------------------------------------------------------------
 * IconBuffet: My Icons Restyled
 *
 * Author      : Benjamin Jendrick
 *             : Timely Database Solutions Â© 2007
 * Created     : October 19, 2007
 * Updated     : October 12, 2008
 * Version     : 1.6
 * Website     : http://www.timelydbs.com/scripts/
 * Description : Restyled page for My Icons to save space & organize things
                   better.
 *             : (includes all subdomains)
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) 
                   or copy to your Firefox userContent.css file
 * Notes       : Reduced icon size to 16x16, and font size to fit into one row.
 *             : Removed "Invite friends" div in blogs page.
------------------------------------------------------------------------------*/
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("iconbuffet.com") {

#the-deck,
.deck-link, 
#thedeck {
  display: none !important;
  }
#vip-status {
  background: transparent url(http://www.iconbuffet.com/images/vip-micro.gif) no-repeat scroll 0 0 !important;
  height: 16px !important;
  width: 24px !important;
  text-align: center !important;
  vertical-align: top !important;
  float: left !important;
  }
#about-me-content h3 {
  display: none !important;
  }
.preview-sm {
  background: none !important;
  margin: 0 !important;
  width: 55px !important;
  height: 60px !important;
  }
.preview-sm div {
  background: none !important;
  }
.preview-sm div a {
  font-size: 6pt !important;
  }
.profile #icons {
  background: none !important;
  }
.preview-sm img {
  padding-top: 0px !important;
  }
.preview-sm a img {
  width: 16px !important;
  height: 16px !important;
  }
.mybank {
  padding-bottom: 0px !important;
  }
#friends-list {
  margin-bottom: 10px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px #cccccc solid !important;
  }
#friends-list ul.friends {
  margin-bottom: 0px !important;
  }
#friends-list a img {
  width: 16px !important;
  height: 16px !important;
  }
.badges {
  border-bottom: 1px #cccccc solid !important;
  border-top: 1px #cccccc solid !important;
  padding-top: 8px !important;
  margin-bottom: 8px !important; 
  }
.profile #icons.setheight {
  height: 0px !important;
  }
.profile .blogs {
  clear: both !important;
  }
h3 {
  padding-bottom: 0px !important;
  }
h3.title {
  height: 0 !important;
  padding-bottom: 0px !important;
  }
#t-blogs {
  display: none !important;
  }
#t-thebox {
  background: none !important;
  }
#points-total {
  background: #F04A00 none !important;
  height: 40px !important;
  margin-bottom: 3px !important;
  margin-left: 40px !important;
  font-size: 28px !important;
  }
ul.menu {
  margin-bottom: 6px !important;
  }
.mybank p {
  display: none !important;
  }
#t-mybank {
  display: none !important;
  }
#t-badges {
  display: none !important;
  }
#t-friends {
  display: none !important;
  }
#t-trades {
  display: none !important;
  }
#footer ul {
  display: none !important;
  }
#footer .about {
  display: none !important;
  }
#wrapper {
  padding-bottom: 0px !important;
  }
#sidebar div.action {
  display: none !important;
  }

}