/* 
Title:     Serra Creative Staffing Print Styles: These styles are intended for paged material and for documents viewed onscreen in print preview mode.
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background: white;
	}

/* ---( hidden elements to save ink )------------------------------- */

#tagline, #nav, #sidebar, #postit, #footer, #mapquestForm, #copyright, #breadcrumbs, .img-wrapper, .arrow {
	display: none;
	}

/* ---( links )------------------------------- */

a:link, a:visited {
	color: #61002B;
	text-decoration: underline;
	}

#logo {
	margin: 0;
	padding-bottom: 1em;
	text-align: center;
	}
	
#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
	}

li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 2px;
	}
	
/*
In a fully CSS2-conformant browser, we can insert the URLs of the links after each one,
thus making them fairly useful to anyone who has a copy of the printout and a web browser handy.

After every link in the printout the URL of the link should be in parentheses.

If the browser doesn't support the :after pseudo-class - only the hyperlinked text will show.
*/

#content a:link:after, #content a:visited:after, #footer a:link:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   }
	
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: black;
	}
h2 {
	font-size: 16pt;
	}
h3 {
	font-size: 14pt;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
	
/* ---[ directions ]----------------------------------- */

#address {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#mapquestForm {
	float: right;
	width: 200px;
	}
#drivingDirections {
	clear: left;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	