/* Bookmarks Toolbar Fx4  Blue/Folders, Red/Bookmarks */
/* ================================================ */
/* David McRitchie, style 9091, 2008-07-26, updated 2008-10-07 code for 10px  */
/* 2011-04-15 style 46947 smaller separators & height */ 

 @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 separators smaller 4.0 only Sailfish 2011-04-19 */
#PersonalToolbar toolbarseparator { margin-top: -2px !important; 
margin-bottom: 0px !important; margin: -16px 0 0 0 !important;}

/* 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 */

/*  font-size choice */
 .bookmark-item > .toolbarbutton-text {
  font-weight: 100 !important;   color: red !important;
  font-size: 10px  !important;}
/* need help with #PlacesToolbar and/or PlaesChevron */

#PersonalToolbar {min-height:11px !important;
  margin-top:-1px !important;
  max-height:13px !important; }  /* font-size: +8 for fx3.6, +3 for 4.0 */
/* 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 1px !important;  /* top bottm margin based on font-size */
  margin: -16px 0 0 0 !important; } /*  4.0 use -16px *or* 3.6 use -5px */

/* 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; }

