﻿#headerLinks, #navMenu, #footer {
	display: none;       /* Remove these Items from page when printed */
}

body,  #wrap,
#header, #container,
#content, #sidebar, #footer {
	background: none;	/* Remove backgrounds from page layout */
	background-color: #fff; /* Set backgrounds to white (for Opera) */
	border: none;		/* Remove borders from page layout */
}

#wrap {width: 100%;}	/* Allow site to span entire printed page */
#content {width: 70%;}	/* Width of main content area */
#sidebar {width: 23%;}	/* Width of sidebar */

#header {
	height: auto;			/* Shrink-wrap header to content */
	border-bottom: 1px solid #444;	/* Add bottom border to separate header */
}

#header h1#printTitle {		/* Styles of site name when printed */
  display: block;			/* Allow for padding/margin adjustments */
  margin-top: 10px;			/* Add space above */
  font-family: Georgia, "Times New Roman", serif; /* Set to a serif font */
  line-height: 1.2em;		/* Increase line spacing */
  font-size: 1.6em;			/* Increase font size */
  font-weight: bold;		/* Make text bold */
  text-transform: uppercase;/* Print in all uppercase */
}

#header img#printLogo {		/* Styles of logo used when printed */
	display: block;			/* Allow for padding/margin adjustments */
	float: left;			/* Place at left of page */
	padding: 10px;			/* Add space around logo */
}

#container h2 {				/* Styles of level 2 headers in page body */	
	padding: .4em 0 0 0;	/* Add space above, remove all else */
}

#content p, #sidebar p, #footer p { /* Style of base printed fong */
	font: 1.3em/1.3em Georgia, "Times New Roman", serif;
	/* base font size,  line spacing, and face in order of preference */ 
}

#content form input, #content form textarea,
#content form select {				/* Style of printed forms */
	border: 1px solid #aaa;			/* Add border around input elements */
}