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

updated:	05 May 2007
author:		Clayton Farr
email:		me@claytonfarr.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,
#content-secondary, .contact-form {
	display:none
	}
#branding {
	margin-bottom:24px;
	}
	h1 {
		font-size:48px;
		margin:0 0 6px 0;
		}
	#tagline {
		font-size:24px;
		}

/*	=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.FilmTreks.com" attr(href) ")";
	}
	a[href^="#"]:after, #branding a[href^="/"]:after {
		content:"";
		}
	a[href^="mailto"]:after {
		content:" (Contact@FilmTreks.com)";
		}