body, #wrapper, #background {
background-color:white;
color:black;
font-size:10pt;
background-image:none;
border:none;
margin:0;
padding:0;
}

body {
padding:1em;
}

#background {
max-width:none;
margin:0;
}

#topad, #rightad, #bottomad, #rightpane, #headericons, #homepage #headericons {
display:none;
}

#siteheader {
padding-left:0
}

#leftpanecontainer {
width:100%;
float:none;
margin-right:0;
}

#leftpane {
margin:0;
padding:0;
padding-bottom:1em;
}

a:link, a:visited {
text-decoration:underline;
color:blue;
}

a:hover, a:active {
text-decoration:underline;
color:maroon;
}

h1, h2, h3, h4, h5, h6, #credits, #quote, #byline, #dateline,
#headline, .blue, .eptitle, .credits, #articlepage #bodytext,
#indexpage #bodytext, #homepage #bodytext {
color:black;
}

footer {
background-image:none;
border-top:1px solid black;
background-color:white;
}

/* COMMENTS */

#comments .commentbox {
background-image:none;
background-color:#eeeeee;
}

#comments .commentbox .text,
#comments .commentbox .author,
#comments .commentbox .time,
#comments .commentbox a {
font-size:1em;
color:black;
}

#comments .commentform {
display:none;
}


/****************************************
PRINT MEDIA QUERIES THAT OVERRIDE GLOBAL
*****************************************/

@media (max-width: 800px), (max-device-width: 800px) {

#siteheader {
margin:0;
}

} /* end media query */