/**
 * print.css
 *
 * CSS style sheet to apply printer-friendly layout
 */

body
{
  background: transparent none;
  color: #636363; /* color light grey */
  padding: 0;
  width: 100%;
  text-align: left;
}

h2 {
	font-weight: bold;
  width: 800px;
}

div#main, div#header, div#content-wrapper, div#footer {
  width: 600px;
}

div#content-wrapper {
	padding: 0 0 0 5px !important;
}

body.splash div#content-body img {
  *padding-top: 25px;
}

body.splash div#content-body table {
  *margin-bottom: 30px;
}

/* hidden header for printing */

div#logo-print-header {
  display: block;
	margin: 0 auto !important;
	text-align:center;
}

div#logo-print-footer {
  display: block;
}

/* items removed because not needed for printing */

div#header, div#gutter-left, div#footer, form, h3.di {
  display: none;
}