/* style overrides for print media for imaginaryrobots.net */

/* simplify various elements */
body,
#uberwrapper, #container, #headerwrapper,#header,
#footer,
.blurb, .blurb .boxhead, .blurb .boxhead h1, .blurb .boxbody
{
    background: none;
    background-image: none;
    color: black;
    border: none;
}
/* override some elements to make the layout nicer */
#footer a 
{
    color: black;
}
#main
{
    margin: 0;
}
#headerwrapper
{
    height: 50px;
}

/* hide some elements entirely */
#context,
#globalnav,
.sitesearchbox,
#page_tools
{
    display: none;
}
