/*
 * Edit this file and copy it as userChrome.css into your
 * profile-directory/chrome/
 */

/*
 * This file can be used to customize the look of Mozilla's user interface
 * You should consider using !important on rules which you want to
 * override default settings.
 */

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@import url("sage/sage.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#nav-bar toolbarbutton:hover dropmaker {border-left:1px #ccc solid !important;}

/* Hide some menus... */
#main-menubar menu[label='Go'],
#main-menubar menuitem[label='Page Info'],
#main-menubar menuitem[label='Sage'],
#main-menubar menuitem[label='Open Location...'],
#main-menubar menuitem[label='Close'],
#chromedit-fbtab,
menuitem[label='Web Search'], menuitem[label='Web Search'] + menuseparator,
menuitem[label='Import...'], menuitem[label='Import...'] + menuseparator,
menuitem[label='Select All'], menuitem[label='Select All'] + menuseparator,
menu[label='Mail & News'], menuitem[label='Find in this page...'], menuitem[label='Find Again'], menu[label='Adblock']
 {display:none;}

#personal-bookmarks {font-size:10px;padding:3px;}

.bookmark-item label {text-decoration:none !important;}

#bookmarks-ptf > toolbarbutton > image {display:none;}
#bookmarks-ptf > toolbarbutton > label:hover {background:#333; -moz-border-radius:5px;}
#bookmarks-ptf > toolbarbutton[image^='data'] > image,
#bookmarks-ptf > toolbarbutton[type='menu'] > image 
{display:-moz-box;}

#tbx-toolbox-statusbar-right {display:none;}

#tbx-tableft-toolbox, #tbx-tabright-toolbox {display:none;}

#content tab:not([selected]) {font-style:italic;}


#sage-button {list-style-image:url('sage/sage.png') !important;}
