/*
-----------------------------------------------------------------------------
TinyDucky.com WordPress Content PRINT Style Sheet

updated:	26 May 2009
author:		Clayton Farr
email:		contact@claytonfarr.com
-----------------------------------------------------------------------------*/

/* =Hidden Items
-----------------------------------------------------------------------------*/
#accessibility {
	display:none
	}

/*	=Elements
-----------------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6 {
	color:#000;
	}
	body {
		font-size:12pt;
		line-height:18pt;
	}
a {
	text-decoration:none;	
	color:#000;
	}
abbr, acronym {
	border:none;
	}
h1 {font-size:36pt; line-height:54pt;}
	h2 {font-size:30pt; line-height:45pt;}
	h3 {font-size:24pt; line-height:36pt;}
	h4 {font-size:21pt; line-height:32pt;}
	h5 {font-size:18pt; line-height:27pt;}
	h6 {font-size:16pt; line-height:24pt;}

/*	=Content
-----------------------------------------------------------------------------*/
#branding {
	}

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