/* by PlastikManiac */
/* Strata40 theme created by Spewboy, based on Firefox 4 mockups by the Mozilla design team */

/* Native search go button */
.search-go-button {
 padding: 0px !important;
 list-style-image: url("moz-icon://stock/find?size=menu") !important; 
/*moz-icon://stock/find?size=menu*/
 -moz-image-region: auto !important;
 margin: -1px 1px !important;
 opacity: 0.75 !important;
 -webkit-opacity: 0.75;
}
.search-go-button:hover {
 opacity: 1 !important;
 -webkit-opacity: 1;
} 
#main-window * toolbar {
 background-color: inherit !important;
}

/* [[[ borrowed and modified from style 24784 ]]] * /
.tabbrowser-strip:not([collapsed="true"]) ~ tabpanels {
 -moz-appearance: tabpanels !important;
}
.tabbrowser-tabs {
 margin-bottom: -1px !important;
 background: inherit !important;
}
.tabbrowser-tabs .tabs-bottom {
 background-color: -moz-dialog !important;
 margin-left: 0px !important;
 margin-right: 0px !important;
}
/* [[[ end of borrowed code ]]] */

#personal-bookmarks {
 max-height: 32px !important;
 -moz-border-image: none !important;
}

/* toolbar button text */
#personal-bookmarks toolbarbutton {
 color: inherit !important;
/* text-shadow: ThreeDface 0px 0px 1px !important; */
 max-height: 28px !important;
}

#personal-bookmarks toolbarbutton:hover {
 color: ThreeDshadow !important;
 text-shadow: ThreeDhighlight 0px 0px 4px !important; 
}/* 
.toolbarbutton-text {
 text-shadow: 0px 0px 12px ThreeDhighlight, 
   0px 0px 6px ThreeDhighlight, 
   0px 0px 3px ThreeDhighlight !important;
}*/

#status-bar, #FindToolbar, .db_downbar {
/*  -moz-appearance: none !important;*/
}
#status-bar > *, .db_downbar,
#FindToolbar {
   border-top: none !important;
   border-color: RGBa(200,200,200,0.35) !important;
   border-left-color: RGBa(100,100,100,0.25) !important;
}
#browser-bottombox {
/*  -moz-appearance: toolbar !important;*/
  border-top: 2px solid !important;
  -moz-border-top-colors: rgba(140, 140, 140, 0.99) rgba(255, 255, 255, 0.8) !important;
}

/* apply style to sidebar */

#aios-toolbar, sidebarheader {
/*  -moz-appearance: toolbar !important;*/
  background: transparent !important;
  min-height: 30px !important;
  border-bottom: none !important; 
  -moz-border-end: 1px solid rgba(140, 140, 140, 0.1) !important;
}
sidebarheader { -moz-appearance: toolbox !important;}

/* sidebar header */

#aios-sidebarheader-top,
#aios-sidebarheader-bottom,
#aios-toolbox-sidebartop2,
#aios-sidebardivider-1,
#aios-sidebardivider-2 {
 -moz-appearance: toolbox !important;
 background: 0 none !important;
 border-top: 1px solid ThreeDHighlight !important;
}

#sidebar-splitter { border: transparent !important; }

#urlbar {-moz-margin-start: 2px !important; }

/* AiOS Toolbar button fix */
#downloads-button[checked], 
#pageinfo-button[checked], 
#addons-button[checked],
#multipanel-button[checked], 
#source-button[checked] {
  background: none !important;
}

/* no dropmarker arrows allowed on the AIOS toolbar! */
#aios-toolbar * dropmarker {display: none !important;}
