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

updated:	20 January 2008
author:		Clayton Farr Media
email:		contact@claytonfarrmedia.com
-----------------------------------------------------------------------------*/

/*	=Elements
-----------------------------------------------------------------------------*/
body {
	color:#000;
	font-size:12pt;
	line-height:18pt;
	}
a {
	text-decoration:none;	
	color:#000;
	}
abbr, acronym {
	border:none;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}
	h1 {font-size:30pt; line-height:37pt; font-weight:bold;}
	h2 {font-size:24pt; line-height:30pt;}
	h3 {font-size:21pt; line-height:26pt;}
	h4 {font-size:18pt; line-height:23pt;}
	h5 {font-size:16pt; line-height:20pt;}
	h5 {font-size:14pt; line-height:18pt;}

/*	=Content
-----------------------------------------------------------------------------*/
#accessibility, #content-secondary, #site-notes, hr, .postmetadata, #respond, #commentform {
	display:none
	}
#branding {
	padding-bottom:.25in;
	border-bottom:1px solid black;
	margin-bottom:.25in;
	}
	#tagline {
		font-style:italic;
		}
	h1 {
		margin-bottom:0;
		}
#ancillary {
	padding-top:.125in;
	border-top:1px solid black;
	margin-top:.25in;
	}

/*	=Misc
-----------------------------------------------------------------------------*/
abbr[title]:after, acronym[title]:after {
	content:" [" attr(title) "]";
	font-size:90%;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	}
	h1 abbr[title]:after, h1 acronym[title]:after,
	h2 abbr[title]:after, h2 acronym[title]:after,
	#ancillary abbr[title]:after, #ancillary 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;
	}
	h1 a[href]:after, h2 a[href]:after {
		content:"";
		}
a[href^="/"]:after {
	content:" (http://www.NGOCodeofConduct.org" attr(href) ")";
	}
	h1 a[href^="/"]:after, h2 a[href^="/"]:after {
		content:"";
		}
	a[href^="#"]:after {
		content:"";
		}
	a[href^="mailto"]:after {
		content:" (Contact@NGOCodeofConduct.org)";
		}