/* Navigation/Location Bar Minimal Height - David McRitchie (DM*)  */
/* ===================================================== */
/* companion for style 9023 - Tab Color markings active/read/unread (DM*) */
/* David McRitchie,  2008-08-04, updated (none)  */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Resize Navigation Bar */
#navigator-toolbox  navigator-toolbar  { min-height: 11px!important;
  max-height:   11px !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 */

/* 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: 90% !important; 
 max-height: 16px !important; min-height: 16px !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:15px!important; max-height:15px !important; }
#urlbar{border-width:1px 0px 0px!important}
/*FF3*/#urlbar{-moz-appearance:none!important}

/* **** IF SEARCH BAR IS ON SAME TOOLBAR YOU WILL NEED THESE *** */
/* THEY ARE COMMENTED OUT BECAUSE IF PUT SEARCH BAR TO RIGHT OF MENUS */
/* -- removed
#toolbar-searchbar {min-height:15px !important; } 
.search-go-button {display:none !important; }
.searchbar-textbox{border-width:0px 0px 0px!important;
    padding: 0 !important; margin: 0 0 -5px 0 !important; 
    max-height:17px!important; min-height:17px!important} 
.searchbar-engine-button{margin:0 0 0 0 !important;
    max-height:14px !important; margin:0px 0 -5px 0!important;
     padding:0px!important;max-width:14px!important} 
.searchbar-engine-button>hbox{min-height:15px!important;
     max-height:15px !important; margin-top:0px !important;}
.searchbar-engine-button-stack>vbox{margin-top:-3px!important;min-height:15px!important; max-height:15px !important;}
  --- end of removed  */