@namespace url(http://www.w3.org/1999/xhtml);


/**********
 * Dashboard customization
 **********/
@-moz-document domain("secondlife.com")
{
  /* Here are some id tags we could want to hide

  div#widget-linden-dollar,
  div#widget-friends,
  div#widget-blog-feeds,
  div#widget-recent-activity,
  div#widget-grid-status,
  div#widget-upcoming-events,
  div#widget-xstreet,
  div#widget-vodpod-videos,
  div#widget-groups,

  **********/

  /*
   * For example, hide the foo and bar widgets.
   * Paste real widgets you want to hide into the list below.
   */

  div#widget-foo,
  div#widget-bar
  {
      display: none !important;
  }
}
/* end Dashboard customization */



/**********
 *  Fit Marketplace to 1024px
 **********/
@-moz-document domain("marketplace.secondlife.com") {
  div#body-shadow-repeating
  {
    width:1000px !important;
  }

  div#centered-page
  {
    margin: 0 auto !important;
  }
}
/* end Fit Marketplace to 1024px */



/**********
 * Fit Maps, Login, Dashboard to 1024px
 **********/
@-moz-document url-prefix("https://secure-web"),
               url-prefix("http://maps.secondlife.com"),
               url-prefix("https://maps.secondlife.com"),
               domain("id.secondlife.com")
{
  .container {
    width:1000px !important;
  }

  div#container-shadow-main,  /*dashboard */
  div#containerShadowMain     /* maps, id */
  {
    margin-left: auto !important;
    margin-right: auto !important;
    width:970px !important;
  }

  div#head, div#content {     /* maps */
    margin-left: 1px !important;
  }

  #sidebar-container {
    margin-right:0 !important;
  }

  .span-24, div.span-24 {
    width:970px !important;
  }

  .span-12 {
    width:470px !important;
  }

  .nav-container {
    margin: 0 !important;
  }
}
/* end Fit Maps, Login, Dashboard to 1024px */
