/* Be sure to place print specific CSS below the following @import call. */

@import url(base.css);

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

div#outerWrapper {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

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

div#topNav {
	display: none;
}

/* ------------------------------------------------------------------------------------------------------ */
	
div#sectionBanner {
	display: none;
}	

/* ------------------------------------------------------------------------------------------------------ */
	
div#printWebsiteTitle {
	padding-bottom: 1em;
	text-align: center;
	display: block;
}

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

div#sectionTitle a {
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}

body.aboutTheExhibitSection div#sectionTitle a#aboutTheExhibitSectionTitle span {
	display: block;	/* Only display the page title for this section of the website. */
}

body.tradeToolsSection div#sectionTitle a#tradeToolsSectionTitle span {
	display: block;	/* Only display the page title for this section of the website. */
}

body.ranchStoriesSection div#sectionTitle a#ranchStoriesSectionTitle span {
	display: block;	/* Only display the page title for this section of the website. */
}

body.musicPoetrySection div#sectionTitle a#musicPoetrySectionTitle span {
	display: block;	/* Only display the page title for this section of the website. */
}

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

div#leftNav {
	display: none;
}

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

div#logoArea {
	display: none;
}

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

div#footer {
	display: none;
}

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

div#printCopyright {
	clear: both;
	display: block;
	padding-top: 1em;
	text-align: center;
	font-size: 8pt;
}

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

table#homePageNav {
	display: none;
}

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