/*
	Stylesheet Name: Blue
	Template Name: Monkey
	Styles for print media.
	See screen.css for details.
*/

	body {
		font-family: Palatino, "Times New Roman", Times, serif;
		font-size: 10pt;
	}
	#banner {
		display: none;
	}
	#page p, li, dt, dd {
		line-height: 1.6em;
	}
	h1, h2, h3 {
		font-family: Helvetica, sans-serif;
	}
	abbr {
		border: inherit;
	}
	
	#edition-header h2 {
		font-size: 10pt;
		text-transform: uppercase;
	}
	h4.page-number {
		margin-top: 0;
		border-bottom: solid 1px #003;
		
	}
	h4.page-number span.chapter-title {
		float: left;
		width: 75%;
		margin-right: 1%;
	}
	h4.page-number span.page-number {
		float: right;
		width: 20%;
		text-align: right;
	}
	p.next-page {
		display: none;
	}

	p.subtitle, p.author {
		font-size: 12pt;
		font-weight: bold;
		font-family: Helvetica, sans-serif;
	}
	span[lang] {
		font-style: italic;
	}
	
	
	#sidebar {
		display: none;
	}
	#print-footer {
		border-top: solid 0.5pt black;
	}
	
	ol.worksheet li {
		margin-bottom: 3em;
	}

/* 	SELF-ASSESSMENTS
	____________________________________________________________________________ */
	
	div.question {

	}
	p.q-counter {
		font-weight: bold;
	}
	p.q-counter span, dl.assessment dt a {
		padding: 0.2em 0.3em;
		border-style: solid;
		border-width: 1px;
	}
	.q-answered, .q-unanswered {
		background-color: #fff;
		border-color: #333;
	}
	.q-this, dl.assessment dt a {
		background-color: #9cf;
		border-color: #003;
		color: #003;
	}
	dl.assessment dt a {
		text-decoration: none;
	}
	dl.assessment dt a:hover {
		background-color: #a00;
		border-color: #999;
		color: #fff;
	}
	dl.assessment {
		width: 100%;
		margin: 0;
		padding: 0;
		clear: both;
	}
	
	.assessment dt {
		width: 5em;
		float: left;
		text-align: right;
		margin: 0;
		padding: .5em;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	/* commented backslash hack for mac-ie5 \*/
	dt { clear: both; }
	/* end hack */
	
	.assessment dd {
		float: left;
		margin: 0;
		padding: .5em;
	}
	
	/*	FOOTNOTES
	____________________________________________________________________________ */

	a.noteref {
		font-weight: bold;
		text-decoration: none;
		font-size: 83%;
		vertical-align: super;
	}

	dl.noteslist {
		clear: both;
		width: auto;
		margin: 0;
		padding: 0;
	}
	dl.noteslist dt {
		width: 1.5em;
		text-align:left;
		margin: 0 0 -1.2em 0;
		font-weight: bold;
	}
	dl.noteslist dd {
		clear: right;
		margin: 0;
		padding-left: 1.5em;
	}


