/* Navigation/Location Bar PRESENTATION Height - David McRitchie (DM*)  */
/*  #10881 larger font for URL display for presentations, mod. of Style #9349 */
/* ===================================================== */
/* companion for style 9023 - Tab Color markings active/read/unread (DM*) */
/* companion for style 9091 - Bookmarks Toolbar Blue/Folders Red/Bookmarks */
/* David McRitchie,  2008-09-30, updated (none)  */
/* 2009-01-05  adj Home, remove back-forward-dropmarker  right-click to displaw menu */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Resize Navigation Bar */
#navigator-toolbox  navigator-toolbar  { min-height: 14px!important;
  max-height:   14px !important;
  margin:  4px 0px 0px 0px !important; 
  padding: 0px 0px 0px 0px !important; }

/*FF3*/#unified-back-forward-button .toolbarbutton-icon{
  margin:-1px 1px 0px -1px!important; max-height:15px!important;
  width:15px!important}  /*http://www.osterud.name/userChrome.css */

  #back-forward-dropmarker{display:none!important} /* use Right-click to view dropdown */

  #home-button {
    padding: 4px 2px 0 0  !important;
    margin:  3px 7px 0 0  !important;}

/* failure to use 18 results in overlap wording url/bookmarks */
/* must be able to show underline character in urls  */
/* PROBLEM: (solved) navigation bar scolls vertically, like it very short
    but want to see bottom hangers at all times, like when scrolled down
    test with  firefox.htm#QqUuIiPpLlOo00GgJj  */ 
#nav-bar { -moz-appearance: none !important;
 font-size: 110% !important; 
 max-height: 20px !important; min-height: 20px !important;
 margin: -3px 0  -5px 0 !important;  
 padding-top: 0px !important;  padding-bottom:0px !important;
 padding-right: 5px !important;
 border: none !important;
 padding-left: 0px !important;  padding-right: 0px !important;  } 

/* from lars ... right size for nav bar */
#urlbar-container,#urlbar {margin:0px 0 -2px 0!important; 
   min-height:19px!important; max-height:19px !important; }
#urlbar{border-width:1px 0px 0px!important}
/*FF3*/#urlbar{-moz-appearance:none!important}