/* Bookmarks Toolbar   Blue/Folders, Red/Bookmarks */
/* ================================================ */
/* David McRitchie, style 9091, 2008-07-26, updated 2008-10-07 code for 10px  */

 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*Changes to Bookmarks toolbar remove file/folder icons, change folder
  names to blue, and filenames to red. Changes do not affect the
  dropdowns where you will still see the folder/file icons.
  The bookmarks drop down width was increased.  */

/* Make bookmark folders items bold (900) and navy blue (#0000EE)*/
/*  use 400  #0000E8 on main,  400 #800000 on firefox portable */
 .bookmark-item[type="menu"] > .toolbarbutton-text {
   font-weight: 500 !important; color:#0000E8 !important;  }
/* make bookmark file items on toolbar red */

/* you can comment out font-size choice but I suggest  9px or 10px */
 .bookmark-item > .toolbarbutton-text {
  font-weight: 100 !important;   color: red !important;
  font-size: 10px  !important;}
 /* choose 8px up to 14 px */

#PersonalToolbar {min-height:18px !important;
  margin-top:-1px !important;
  max-height:18px !important; }  /*font-size + 8px to include hangers */
/* an improvement but still have oversized item selection bubble
   would prefer -2px instead of -1px for top margin */
.bookmark-item > .toolbarbutton-text {
  -moz-appearance: none !important;
  background-image: none !important;
  padding: 0 2px 0 2px !important;
  margin: -5px 0 0 0 !important;  }

/* change FONTSIZE on text with icons restricted to personal bookmarks*/
/* .bookmark-item > .toolbarbutton-text //-moz-appearance: none !important; */

/* remove folder/file icons from bookmarks toolbar  
   http://www.gfxoasis.com/board/lofiversion/index.php?t11762.html  */
.bookmark-item > .toolbarbutton-icon {display: none !important; } 

/* widen all bookmarks dropdown menus -- Chris Ilias 2007-01-12*/
   menu.bookmark-item, menuitem.bookmark-item { max-width: 36em !important; }