/*****************************************************************
	Description: Print stylesheet
	Author: 420 Design - fourtwentydesign.com - a.herrera
	Version: 2008 March
*****************************************************************/


body {
	margin: 0;
	padding: 0;
	font: 10pt/1.3em Arial, Helvetica, sans-serif;
	color: #291405;
}



/*	Remove screen styles + items
-------------------------------------------------------------------*/
h1#biblogo, h1#biblogo span, h1#bibLogo a,
#masthead, ul#nav, #sidebar, .call_to_action {
	display: none;
}





/*	Headers
-------------------------------------------------------------------*/
h1, h2, h3 {
	color: #712815;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2, h3 { color: #484d31; }

h2 {
	margin-top: 2em;
}





/*	Other / Misc
-------------------------------------------------------------------*/
p.quote {
	font-style: italic;
	background: #dfcfb6;
	padding: 10px;
/*	margin: 10px 20px 20px 0;*/
	color: #7b3d00;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #793d0a;
	border-width: 1px 0;
}

#content_wrapper a {
	color: #6f2817;
	text-decoration: underline;
}

#footer {
	margin-top: 2em;
	font-size: 9pt;
	border-top: 2px solid #793d0a;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
}

p.credit a {
	font-size: 7pt;
	color: #888;
}

p.note {
	font-size: 8pt;
	font-style: italic;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}




/*	Tables
-------------------------------------------------------------------*/
table#group_classes {
	border: 2px solid #71291a;
	border-collapse: collapse;
	color: #52583e;
/*	width: 105%;*/
}

table#group_classes th {
	text-align: center;
	background: #dfcfb6;
	width: 16.25%;
	border: 1px solid #71291a;
	color: #71291a;
	padding: 2px 0;
}

table#group_classes td {
	padding: 2px 4px;
	border: 1px dotted #71291a;
}