@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("survivalblog.com")
{

  /* ___ hide things ___ */
  #logo,                                       /* main logo */
  #navbar,                                     /* main navigation */
  #content > div:first-child > h5,             /* about site blurb */
  #content > div:first-child > h5 + hr,        /* - */

  p.post-footer,                               /* permalink */

  #sidebar > strong,                           /* spacers */
  #sidebar > div[class^="module-"] > strong,   /*  */
  #sidebar > div:first-child,                  /* visitor count */
  #sidebar > .search-module,                   /* one before each major sidebar section */
  #sidebar > .module-adbar,                    /* ads */
/*  #sidebar > .module-categories,               /* article categories */
/*  #sidebar > .module-archives,                 /* "archives" and "recent posts" */
  #sidebar > .module-syndicate,                /* feed links */
  #sidebar > .module-syndicate + strong + div, /* other site banners */
  #sidebar > .module-powered
  { display: none !important; }

  /* ___ everything vertical ____ */
  html, body, div,
  table, thead, tfoot, tbody, tr, td, th
  { 
    left         : auto  !important;
    display      : block !important;
    height       : auto  !important;
    width        : auto  !important;
    margin       : 0     !important;
    padding      : 0     !important;
    text-align   : left  !important;
    border-style : none  !important;
    border-width : thin  !important;
  }

  /* ___ basic reformatting ___ */
  * { background: transparent !important; }
/*
  *:not(:link):not(:visited) { color: inherit !important; }
*/

  body
  {
    background: #dedede !important;
    color: black !important;
    padding: 0 1em !important;
  }

  hr
  {
    width: auto !important;
    border: 0 !important;
    border-top: thin solid gray !important;
  }

} /* 20100301 */