/*
-----------------------------------------------------------------------------
WordPress Baseline Theme – PRINT Style Sheet

updated:	17 June 2009
author:		Clayton Farr
url:		http://www.claytonfarr.com
-----------------------------------------------------------------------------*/

/* =Hidden Items
-----------------------------------------------------------------------------*/
#accessibility, .admin, #admin, #ancestors, #content-secondary, #contact h2, 
#contact .vcard dt, #contact dl.web-site, #contact #phone .type, 
#contact #phone .connector, #site-notes h2 { /* #content-secondary should only be navigation or widget content */
	display:none !important;
	}

/*	=Base Elements
-----------------------------------------------------------------------------*/
body {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:12pt;
	line-height:1.5em;
	color:#000000;
	}
a {
	text-decoration:none;	
	color:#000000;
	}
em {
	font-style:italic;
	}
strong, dt {
	font-weight:bold;
	}
abbr, acronym {
	border:none;
	}
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin:1em 0 .5em;
	}
	h1 {font-size:30pt; margin:0 0 .25em; }
	h2 {font-size:24pt; }
	h3 {font-size:18pt; }
	h4 {font-size:16pt; }
	h5 {font-size:14pt; }
	h6 {font-size:12pt; font-style:italic; }
p, ul, ol, dl, pre, blockquote, form, table {
	margin:0 0 .5em 0;
	}

/*	=Branding
-----------------------------------------------------------------------------*/
#branding {
	font-family:Helvetica, Arial, sans-serif;
	padding-bottom:1em;
	border-bottom:4px solid #000000;
	margin-bottom:1em;
	}

/*	=Content
-----------------------------------------------------------------------------*/

/*	=Ancillary
-----------------------------------------------------------------------------*/
#ancillary {
	font-family:Helvetica, Arial, sans-serif;
	padding-top:1em;
	border-top:2px solid #000000;
	margin-top:2em;
	}
#contact h3.org {
	font-size:12pt;
	font-weight:bold;
	margin-bottom:0;
	}
#contact dl, #site-notes ul {
	margin:0;
	padding:0;
	}
	#contact dd, dl.telephone-numbers, dl.email-address {
		display:inline;
		margin:0;
		}
	#contact dd {
		margin-right:.3em;
		}
#site-notes {
	margin-top:1em;
	}

/*	=Misc
-----------------------------------------------------------------------------*/
abbr[title]:after, acronym[title]:after {
	content:" [" attr(title) "]";
	font-size:11pt;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	}
	#state abbr[title]:after {
		content:"";
		}
a[href] {
	color:#000000;
	}
#content-primary a[href]:after {
	content:" (" attr(href) ")";
	font-size:11pt;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	}