
@media print {

	/* @group text styles */
	/** ***************************************** */

		body {
			font: 0.825em/1.5em Arial, Helvetica, sans-serif;
		}
		
		.hidden {
			display: none;
		}

		.bold {
			font-weight: bold;
		}

		.italic {
			font-style: italic;
		}
		
		a:link {
			color: #133d85;
			text-decoration: underline;
		}

		a:visited {
			color: #133d85;
			text-decoration: underline;
		}

		a:hover, a:active {
			color: #42ade6;
			text-decoration: underline;
		}


		a.more,
		a:link.more,
		a:visited.more,
		a:active.more,
		a:hover.more {
			font-style: italic;
			font-weight: bold;
			color: #42ade6;
		}

	/* ***************************************** **/
	/* @end text styles */




	/* @group container structure */
	/** ***************************************** */

		#header {
			border-bottom: 1px solid #000;
			margin-bottom: 2em;
		}

		#logo {
			max-width: 100%;
			border: 0 none;
		}

		#navigation, #sections, #text-sizer {
			display: none;
		}

		#page-body {
			width: 100%;
		}

		#primary {
			float: left;
			width: 100%;
		}

		#sidebar {
			float: right;
			width: 20%;
			padding-left: 2.5%;
			border-left: 1px solid #000;
			display:none;
		}

		#footer {
			border-top: 1px solid #000;
			margin-top: 2em;
			text-align: right;
		}

		#legal {
			float: left;
		}

	/* ***************************************** **/
	/* @end container structure */




	/* @group hidden elements */
	/** ***************************************** */

		#masthead-promotion, #top-nav, #secondary, #colophon, #site-name, #tagline {
			display: none;
		}

	/* ***************************************** **/
	/* @end hidden elements */

}
