@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
  url-prefix("http://www.instructables.com/id/")
{

/* no header */
body{background-image:none!important}
#header,

/* hide other things */
#DISCUSS:not(:target) + div, /* comments hidden with "DISCUSS" is not linked to (in the fragment identifier) */

.stepsContainer, /* less useful on all-steps page (see userscripts.org for a way to always see "?allsteps" pages) */

#sidebar ~ #content, /* related-content bar at the bottom */

#DISCUSS + div a[href*="/member/"] img, /* avatars in comments */

#sidebar,
#footer,
#actionLinks,
#main_content > div:first-child, /* anything before the h1 is a promo? */

/* overlay tags */
img[src$="/featured.gif"], 
img[src$="/featuredr.gif"],
img[src$="/winner.gif"],
img[style^="position: absolute;"][src^="/static/img/"][src$=".gif"] /* catches most, but not the ones in the steps row */

{display:none!important}



/* liquid layout */
#you #container,
#you #main_content
{
  width: auto !important;
}


/* spacing */
body{padding:0 1em!important}


/* color */
body
{color:#000!important}

a:link, a:link .stepLabel
{color:#BC4300!important}

a:visited, a:visited .stepLabel
{color:gray!important}

/* leave step headers not-underlined */
:not(h2) > a:link,
:not(h2) > a:visited
{text-decoration:underline!important}

.entryList:hover, answersentrylist.hover
{background-color:transparent!important}

/* image borders, make them stand out a little */
#actionLinks + script + div div img
{border:thin solid black!important}

} /* 20090201 */