/*
 * site-print.css --- Default printing stylesheet for the site framework.
 * Copyright 2005 by Dave Pearson <davep@davep.org>
 *
 * site-print.css is free software distributed under the terms of the GNU
 * General Public Licence, version 2. For details see the file COPYING.
 */

/*****************************************************************************
 * Turn off the left-hand column.
 */

#leftColumn {
  display: none;
}

/*****************************************************************************
 * Reduce the left margin of the main body.
 */

#mainContent {
  margin-left: 0;
}

/*****************************************************************************
 * Get rid of the boast-bar.
 */

#validBoast {
  display: none;
}

/*****************************************************************************
 * Render links as normal text.
 */

a, a:visited { 
  color: inherit;
  background: inherit;
}

/*****************************************************************************
 * Get rid of underlines on acronyms.
 */

acronym {
  border: none;
}

/*****************************************************************************
 * Hide any navigation links.
 */

.navigation {
  display: none;
}

/*****************************************************************************
 * Seems to aid in printing things in some browsers.
 */

.section { 
  overflow: visible; 
}

/*
 * site-print.css ends here.
 */
