/*
Print CSS
*/
body {
   background:none;
   font-size: 12pt;
}

/* hide */
#jumplinks,
#menu {
	height:0 !important;
  display: none !important;
  background:none !important;
	border:0 none;
}

/* show */
#content,
p,
#header,
#footer,
#footer div   {
  float: none !important;
	height:auto !important;
  width: auto !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: static;
  background: transparent none;
}
table {width:100%;text-align:left;}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   }
#main a[href^="/"]:after {
   content: " (http://www.theurl.com" attr(href) ") ";
}
h1, h2, h3, h4, h5, h6 {
	background: none !important;
  float: none !important;
	margin:0;
	padding:1em 0;
	text-indent:0px;
	height:auto;
	width:auto;
	color:#000;
}

/* headings */
h1 {	font-size:1.5em;}
h2 {	font-size:1.3em;	padding:1em 0;}
h3 {	font-size:1.2em;}	
h5 {	font-size:1.1em;}
h6 {	font-size:1em;}

/* forms */
input,
input#submit,
label {
	display:none;
}
div.row input,
div.row span.label label {
	display:inline;
}
div.submit input {
	display:none;
}