/*___ print.css: Print Styles ___*/

/*___ Section 1: Global Print Styles ___*/

html 
{
}

body 
{
	width			: auto;
	overflow		: visible;
}

h1 
{
}

h2 
{
	display			: none;
}

h3 
{
	display			: none;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Print Modules ___*/
/*___ Section 3: Unique Element-Specific Print Styles ___*/

/*___ DIV _________________________________________________________________*/
#main.nav
{
	display			: none;
}

.sidebar
{
	display			: none;
}

.content
{
	width			: auto;
	margin			: 0;
	padding			: 0;
}

.primary
{
	width			: auto;
	font-size		: 16px;
	display			: inline;
	margin			: 0;
	padding			: 0;
}

.post,
.mainContent,
.text
{
	width			: auto;
	margin			: 0;
	padding			: 0;
}

.primary,
.post
{
	position		: relative;
}

.post
{
	display			: inline;	
}

.footer
{
	display			: none;
}

.primary,
.post
{
	display			: inline !important;
}

.commentForm
{
	display			: none;
}

.header
{
	margin-bottom	: 50px;
}

/*___ SPAN _________________________________________________________________*/
.header h1 span
{
	display			: block;
	font-size		: 2.5em;
	border-bottom	: solid 1px #D8E2AD;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.header h1 a
{
	width			: auto;
	text-indent		: 0;
	font-size		: 2em;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/