@charset "UTF-8";
/*	CSS Print	v 1.2
		12/2009
	
	Designed by Alex Stillwagon
	www-holygrafx-com
	
	Notes: 
	--------	
	CSS Print Formatting Overrides
	
*/
html {
text-align:left;
}
/* =REMOVE FROM PRINT
---------------------------------------------------------------*/
div#navigation,
a.read_more {
display:none;
}

/* =LAYOUT
---------------------------------------------------------------*/
body {
text-align:left;
font: normal 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrap {
margin: 0;
position: relative;
}
h1 {
font-size:24pt;
}
h2 {
font-size:18px;
margin: 1em 0;
font-weight: bold;
}
h3 {
font-size:14pt;
margin:.5em 0;
}
h4,
h5,
h6 {
font-size:12pt
}
p {
font: 10pt/1.4 Georgia, "Times New Roman", Times, serif;
margin-bottom: 1em;
}
p.date {
color: #999;
}
a:link {
text-decoration:none;
background: none;
padding-right: 0em;
}
span{
}
ul li {
list-style-type: disc;
list-style-position: inside;
line-height: 1.5;
}
#branding  h1{
text-indent:0;
border-bottom: 1px solid #000;
padding: .5em 0 .3em .5em;
margin: 0 0 .3em .0;
}
#branding p {
text-indent:0;
font-style: italic;
text-align: right;
margin: -2.3em 1em 1em 0;
color: #777;
}
#content {
padding: 0 2.5em;
}
#site_info {
clear: both;
border-top: 1px solid #777;
text-align: right;
padding:.5em 1em 1em 0;
margin: 2em 0;
}
#site_info p {
font-size: 75%;
color: #777;
}
