/*
-----------------------------------------------------------------------------
JenniferJordan.net PRINT Style Sheet

updated:	05 December 2007
author:		Clayton Farr
email:		contact@claytonfarrmedia.com
-----------------------------------------------------------------------------*/

/*	=Elements
-----------------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6 {
	color:#000;
	}
	body {
		font-size:12px;
	}
a {
	text-decoration:none;	
	color:#000;
	}
abbr, acronym {
	border:none;
	}

/*	=Content
-----------------------------------------------------------------------------*/
#accessibility, #nav-primary, #nav-secondary, #nav-tertiary, #nav-fourth, .nav {
	display:none
	}

/*	=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.JenniferJordan.net" attr(href) ")";
	}
	a[href^="#"]:after {
		content:"";
		}
	a[href^="mailto"]:after {
		content:" (JJ@JenniferJordan.net)";
		}