@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/*
By banthaz
Version 1.0.6 (Jul 18 2012)
*/


/* Identity-box - Remove all style */
#identity-box
{
background: none !important;
box-shadow: none !important;
border: none !important;
padding: 0 !important;
margin-right: 2px !important;
}


/* Make a box for the favicon, styled like reload/stop/go button */
#page-proxy-stack
{
height: 22px !important;
border-right: 1px solid rgba(0,0,0,.25) !important;
border-radius: 2.5px 0 0 2.5px !important;
padding: 0 !important;
}
#page-proxy-stack > *:not(#override)
{
margin:3px!important;
}
#page-proxy-stack > #wot-button > image
{
padding: 0 !important; /* For compatibility with style 48738 "WOT button - Replace URLbar favicon" */
}


/* The new "Favicon box" & Reload button - Background image */
#page-proxy-stack,
#urlbar-go-button,
#urlbar-reload-button,
#urlbar-stop-button
{
background-image: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%) !important;
}


/* Stop/Reload/Go button */
#urlbar-go-button,
#urlbar-reload-button,
#urlbar-stop-button
{
border-left: 1px solid rgba(0, 0, 0, 0.25) !important;
padding-left: 4px !important;
padding-right: 3px !important;
border-radius: 0 2.5px 2.5px 0 !important;
}
#urlbar
{
padding-right: 0 !important;
}


/* The identity-box label - Position & Size */
#identity-icon-labels
{
margin-left: 2px !important;
margin-right: 0 !important;
padding: 0 4px 1px !important;
}


/* The identity-box label - Styled like the identity-box in Firefox 4-5 (before this style was installed) */
#identity-icon-labels {
  background-image: -moz-linear-gradient(rgba(255,255,255,.25), rgba(0,0,0,.15)) !important;
  border-radius: 2px !important;
  color: white !important;
}
#identity-icon-labels:hover {
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(50%,50%,50%,.2), rgba(0,0,0,.15)) !important;
}
#identity-box[open="true"] #identity-icon-labels,
#identity-box:hover:active #identity-icon-labels {
  background-image: -moz-linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.1)) !important;
}
#identity-box.verifiedDomain #identity-icon-labels,
#identity-box.verifiedIdentity #identity-icon-labels {
  box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset !important;
}
#identity-box.verifiedDomain #identity-icon-labels {
  background-color: hsl(219,45%,60%) !important;
}
#identity-box.verifiedIdentity #identity-icon-labels {
  background-color: hsl(92,45%,52%) !important;
}
#identity-box:-moz-focusring #identity-icon-labels {
  outline: 1px dotted -moz-DialogText !important;
  outline-offset: -3px !important;
}
#identity-box.verifiedDomain:-moz-focusring #identity-icon-labels,
#identity-box.verifiedIdentity:-moz-focusring #identity-icon-labels {
  outline-color: white !important;
}


/* The "Notifications box" - Remove all style & Move to the right of the identity-box and the identity-box label */
#notification-popup-box
{
background: none !important;
border: none !important;
margin: 0 2px !important;
padding: 0 !important;
-moz-box-ordinal-group: 2 !important;
}
#urlbar-display-box,
#urlbar:not([s4esalign]) .textbox-input-box.urlbar-input-box,
#urlbar-icons,
.urlbar-stack
{
-moz-box-ordinal-group: 3 !important;
}