/*
 * Psyke.org - Print
 *
 * Revisions
 * 6.0 : 2004-09-27 : Morten Wulff <wulff@psyke.org>
 * 6.1 : 2004-10-06 : Morten Wulff <wulff@psyke.org>
 *       Include some of the sidebar content
 */

	body {
		background-color: #fff;
	}

	#sidebar {
		border-top: 3px solid #f00;
	}

/* set readable line length */

	#content-section-main {
		max-width: 45em;
	}

/* display urls - http://www.alistapart.com/articles/goingtoprint/ */

	#content a:link:after, #content a:visited:after {
		content: " (" attr(href) ") ";
	}

/* hide navigation and part of the sidebar */

	#nav,
	#nav-pages,
	#nav-skip,
	#nav-trail,
	#branding,
	#subscribe,
	#recommend,
	#browsehappy,
	#home-psychcentral {
		display: none;
	}
