/*----------------------------------------------------------------------
	print.css
	
	Screen styles go here.

----------------------------------------------------------------------*/

/* =GENERAL
========================================*/
body {
	margin: 0;
	padding: 0;
	font: 12pt Georgia, "Lucida Bright", "Times New Roman", serif;
	line-height: 18pt;
	color: #000;
}

/* =HEADINGS
========================================*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 1.2858em; }
h2 { font-size: 1.2858em; }
h3 { font-size: 1.1429em; padding: 0 0 1.3125em 0; }
h4 { font-size: 0.71428em; margin-bottom: 1.55em; 
	 text-transform: uppercase; letter-spacing: 0.05em; color: #666; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* =LAYOUT
========================================*/
#container {
	margin: 0 5%;
	padding: 0;
	width: auto;
}

#branding {
	display: none;
}

#content {
	margin: 0;
	padding: 0;
}

#content-main {
	margin: 0;
	padding: 0;
	float: none;
}

#content-secondary {
	display: none;
}

#content-tertiary {
	display: none;
}

#comments {
	display: none;
}

#site-info {
	display: none;
}

/* =CONTENT
========================================*/
.entry {
	margin: 0;
	padding: 0;
	clear: both;
}

.section-heading {
	clear: both;
	margin: 0;
	background: none;
}

.section-heading span {
	display: block;
	background: none;
}

.filed-under {
	display: none;
}

/* =LINKS
========================================*/
a:link {
	color: #396de3;
	text-decoration: none;
}

a:visited {
	color: #396de3;
	text-decoration: none;
}

a:hover {
	color: #396de3;
	text-decoration: underline;
}

a:active {
	color: #396de3;
	text-decoration: underline;
}