/**
 * General CSS for print
 *
 * General CSS file for print: displays the site in an
 * orderly manner when printing.
 *
 * @author	Philip Withnall <drbob@tecnocode.co.uk>
 * @copyright	Philip Withnall 2007
 * @package	Roger Griffiths
 * @subpackage	CSS
 * @version	1.0.0
 * @license	http://tecnocode.co.uk/links/sourcecode-license.html
 * @filesource
 */

noscript, #menu_area, #bottom_bar, ul.links, form, ul.menu { display: none }

html, body, #main_area > *, h2#main_title, h3, h4, h5, h6, #main_area, #outer_wrapper, #inner_wrapper
{
	background-image: none;
	background-color: #fff;
	color: #000;
	position: static;
	border: none;
	color: #000;
	width: auto;
	height: auto;
}

h1 { position: static }

h2#main_title
{
	text-align: left;
	margin: 0;
}

#main_area
{
	margin: 0;
	padding: 0.4em;
}

.print_notice
{
	display: block;
	font-weight: bold;
}

a, a:hover, a:visited
{
	color: #00f;
	background-color: inherit;
}
