/*
-----------------------------------------------------------------------------
HealthAllianceInternational.org PRINT Style Sheet

updated:	02 April 2008
author:		Clayton Farr
email:		contact@claytonfarr.com
-----------------------------------------------------------------------------*/

/*	=Elements
-----------------------------------------------------------------------------*/
* {float:none;}
html, body {padding:0; margin:0;}
body {color:#000; font-family:serif; font-size:12pt; line-height:18pt;}
h1, h2, h3, h4, h5, h6, #tagline, #contact dt {color:#000; font-weight:bold; font-family:sans-serif;}
	h4, h5, h6, #tagline {font-weight:normal; font-style:italic;}
a {text-decoration:none; color:#000;}
abbr, acronym {border:none;}
h1 {font-size:30pt; line-height:45pt; margin:0;}
	h2, #contact dt {font-size:21pt; line-height:32pt;}
	h3 {font-size:16pt; line-height:24pt;}
	h4, #tagline {font-size:14pt; line-height:21pt;}
	h5 {font-size:13pt; line-height:19pt;}
	h6 {font-size:12pt; line-height:18pt;}

/*	=Content
-----------------------------------------------------------------------------*/
.hide-print, #accessibility, .nav, #search, #subscribe, #time-zones, #nav-intranet, 
#nav-intranet + ul {
	display:none
	}
#branding {
	padding-bottom:.25in;
	border-bottom:1px solid black;
	margin-bottom:.25in;
	}
#ancillary {
	padding-top:.125in;
	border-top:1px solid black;
	margin-top:.25in;
	}
#contact dd {
	display:inline;
	padding:0 .125in 0 0;
	border-right:1px solid black;
	margin:0 .125in 0 0;
	}
	#contact dd#email {
		padding:0;
		border-right:none;
		margin:0;
		}
#content-primary img {
	float:left;
	border:none;
	margin:0 .125in .125in 0;
	}


/*	=Misc
-----------------------------------------------------------------------------*/
abbr[title]:after, acronym[title]:after {
	content:" [" attr(title) "]";
	font-size:90%;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	}
	#contact abbr[title]:after, #contact acronym[title]:after {content:"";}
a[href] {
	color:#000;
	}
a[href]:after {
	content:" (" attr(href) ")";
	font-size:90%;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	}
	a[href^="/"]:after {
		content:" (http://www.HealthAllianceInternational.com" attr(href) ")";
		}
	a[href^="mailto"]:after {
		content:" (hai@u.washington.edu)";		
		}
	#branding a[href]:after, h2 a[href]:after, h3 a[href]:after, 
	h4 a[href]:after, h5 a[href]:after, h6 a[href]:after, 
	a[href^="#"]:after {
		content:"";
		}