/*	The Faith Hospice website is built with pure HTML5. We’re proud to support web standards.
	
	We also want to share what we’ve learned. Although the basic design of this site, as
	well as all written content, photographs, and logos are the copyright property of
	Holland Home, the HTML and CSS code for this site is licensed under a Creative Commons
	BSD license (http://creativecommons.org/licenses/BSD). Share alike and give it away. */

/*	This is the stylesheet for the employment pages. */

@media all {
	body#employment h2.jobTitle {
		color: #7070ac;
		border-top: 1px dotted #ddd; }
}


@media screen {
	/* As a two-column page, the <section> tag on this page needs a left-side margin. */
	section {
		margin-left: 212px; }
}


@media print {
	/*	Format the listing to print the employment listings properly. */
	body#employment h1 {
		font: 14pt Helvetica, Arial, sans-serif !important; }

	body#employment h2.jobTitle {
		font: bold 12pt Helvetica, Arial, sans-serif !important;
		margin: 1em 0 0 0;
		padding-top: 0.5em;
		border-top: 1px solid #666; }

	body#employment h3 {
		text-transform: uppercase;
		font: 9pt Helvetica, Arial, sans-serif !important; }

	body#employment p {
		display: inline;
		font: 11pt serif !important;
		margin: 0.5em 0 1em 0;
		padding: 0; }
}