/* Print Styles */

body {
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	}

#header, #logo, #primarynavarea, #breadcrumbs, #footer, img {
	display:none;
	}

#primarycontent {
	padding: 0 10px;
	}

/* 
#primarycontent a[href]:after {
	content:" (" attr(href) ") ";
	font-size: 0.6875em;
	}

#primarycontent a[href^="/"]:after {
	content:" (http://www.trihealthpavilion.com" attr(href) ") ";
	}
 */

/* paragraph text and lists
--------------------------------------------- */
p, li, table {
	font-size: 0.71875em; /* 11.5px / 16px = 0.71875em */
	}

/* headings 
--------------------------------------------- */
h1 { 
	font-size: 1em; /* 16px / 16px = 1em */
	}

h2 {
	font-size: 0.875em; /* 14px / 16px = 0.875em */
	margin: 0 -10px 0; /* the margin is used to fill the gaps on both sides */
	clear: both;
	background-color: #ccc;
	}

h3 { 
	font-size: 0.75em; /* 12px / 16px = 0.75em */
	clear: both;
	border-bottom: solid 1px #ccc;
	}
