/*
General Purpose css to try to make any page look a bit nicer when printed
*/

html, html body, html body * {
background: none;
float:none;
}



/* Site Layout */

#container {
width: 712px;
}


#content {
overflow: auto;
width: 710px;
float: none;
}



html body #container #header
{
width:100%;
height: auto;
background: none;
overflow:visible;
}

#printlogo {display:block}

#header p#logo {
display:none;
}

p#logo a {
text-indent: 0px;
font-size: 30px;
background:none;
}

#contactinfo {
color:#000000;
}

#topnav {display:none;}


#sideA{
display:none
}


#main {
overflow: auto;
float:none; /*fixes blank page issue in firefox, supposedly */
}

/*div { overflow:visible !important; } */
/* another firefox print fix */
/* removed becaues it was messing up search results printing */
/*interferes with the img mask overflow on result items*/

/*didn't work either*/
/*body { overflow: visible !important; } */ 

/*
*{overflow:visible!important; position:static!important}
*/ /*interferes with the img mask overflow on result items*/


#content #comHead h1, 
#content #comHead h1 span {
color: black;
background: none;
text-indent: 0;
width: auto;
height: auto;
}


html body #display{
width: 458px;
}

html body #content ul#actions {
display:none;
}

#footerbar {
clear: both;
}

/*
#footer #rss,
#footer #subscribe {display: none; }

#footer {
height: auto;
}

#footer #copyright {
height: auto;
line-height: 15px;
}

#footer #copyright a {
display:none
}
*/
