/*
-----------------------------------------------------------------------------
DanGerhart.com PRINT Style Sheet

updated:	XX Month 200X
author:		Clayton Farr
email:		me@claytonfarr.com
-----------------------------------------------------------------------------*/

/*	=Elements
-----------------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6 {
	color:#000;
	}
	body {
		font-family:sans-serif;
		font-size:12px;
		line-height:1.5;
	}
a {
	text-decoration:none;	
	color:#000;
	}
abbr, acronym {
	border:none;
	}
img {
	border:1px solid #000;
	}

/*	=Content
-----------------------------------------------------------------------------*/
#accessibility, #nav-primary, #nav-secondary, #nav-tertiary, #nav-fourth, .nav, #nav,
a[href="#nav"], #thumbnails h4 {
	display:none
	}
#branding {
	padding-bottom:2em;
	border-bottom:1px solid #000;
	margin-bottom:2em;
	}
h1 {
	font-size:48px;
	margin:0;
	}
h2 {
	font-size:30px;
	line-height:1.3;
	margin:0;
	}
h3 {
	font-size:24px;
	line-height:1.3;
	}
#content-secondary, #thumbnails {
	margin-top:3em;
	}
#ancillary {
	padding-top:1em;
	border-top:1px solid #000;
	margin-top:4em;
	}
	
	
/*	=Misc
-----------------------------------------------------------------------------*/
abbr[title]:after, acronym[title]:after {
	content:" [" attr(title) "]";
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	}
a[href] {
	color:#000;
	}
a[href]:after {
	content:" (" attr(href) ")";
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	}
a[href^="/"]:after {
	content:" (http://www.dangerhart.com" attr(href) ")";
	}
	a[href^="#"]:after, #branding a[href^="/"]:after, #content-secondary a[href]:after,
	#thumbnails a[href]:after {
		content:"";
		}
	a[href^="mailto"]:after {
		content:" (Contact@DanGerhart.com)";
		}