@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("jquery.com") { }

@-moz-document domain("docs.jquery.com"),
               domain("api.jquery.com") {
  body#jq-interior {
    background-position:  0 -100px  !important;
  }
  #jq-siteContain {
    min-width:  922px;
    width:      auto  !important;
  }

  body#jq-interior #jq-header {
    max-width:  950px;
    padding:    0      !important;
    margin:     0 auto !important;
    height:     86px   !important;
  }
  #jq-siteLogo {
    display:  none  !important;
  }
  #jq-primaryNavigation {
    float:  left  !important;
  }
  #jq-secondaryNavigation {
    background-position:  0 -4px !important;
    margin-top:          -2px    !important;
  }
  #jq-secondaryNavigation ul {
    background-position:  100% -4px !important;
    width:                44em      !important;
  }
  #jq-secondaryNavigation li {
    height: 30px  !important;
  }
  #jq-secondaryNavigation a {
    line-height:  30px  !important;
    font-size:    1.2em !important;
  }


  #jq-content,
  #jq-footer {
    padding: 1.5em 20px !important;

    margin: 0 auto !important;
    width:  910px  !important;
  }
x #jq-footer,
x #jq-content {
    box-shadow:   0 0px 5px rgba(0,0,0,.25);
    background:   rgba(255,255,255,.125)  !important;
    border:       solid 1px rgba(0,0,0,.25)  !important;
    border-width: 0 1px  !important;
  }
  #jq-footer,
  #jq-content {
    background:   rgba(0,0,0,.125)  !important;
    border:       solid 1px rgba(255,255,255,.0625)  !important;
    border-width: 0 1px  !important;

    box-shadow:   0 0px 3px rgba(255,255,255,.0625),
                  inset 0 5px 5px rgba(0,0,0,.25);
  }

  #jq-content {
    padding: 1.5em 20px !important;

    margin: 0 auto !important;
    width:  910px  !important;
  }
  #jq-primaryContent {
    width:  650px  !important;
  }
  .single #jq-primaryContent {
    width:  692px  !important;
  }
  .entry-title {
    border-radius:  6px;
  }

  #jq-footer {
    padding:  5px 20px !important;

    box-shadow:     0 3px 3px rgba(255,255,255,.0625),
                    inset 0 0px 5px rgba(0,0,0,.25);
    border-radius:  0 0 6px 6px;
  }
  #jq-footer *,
  #jq-footer {
    color:  #999  !important;
  }
  #jq-footer #jq-credits {
    width:  350px !important;
  }
  #jq-footerNavigation ul,
  #jq-footerNavigation {
    background: none  !important;
    border:     none  !important;
  }
  #jq-footerNavigation li {
    border-right-color: rgba(0,0,0,.125)        !important;
    border-left-color:  rgba(255,255,255,.0625) !important;
  }
  #jq-footerNavigation a {
    color:  #ccc  !important;
  }
  #jq-footerNavigation a:focus,
  #jq-footerNavigation a:hover {
    text-decoration:  underline  !important;
  }

}