/*
LAYOUT: Print style sheet
DESCRIPTION: A basic print style sheet that does include CSS 2.1 (i.e., not IE 6 & 7 friendly) descriptors
*/
body {
margin:12pt 6pt;
padding:3pt;
}
body,td,th {
		font-family: Helvetica, Arial, sans-serif; font-size:9pt; line-height: 11pt;
		
}

body a,body a:link,body:visited,body a:hover,body a:active {
background:#FFF;
color:#000;
text-decoration:none;
}



body h1 {
font:bold 10pt/150% helvetica, arial, sans-serif;
letter-spacing:0.3pt;
margin:6pt 0 0;
}

body h2 {
font:14pt/150% helvetica, arial, sans-serif;
margin:18pt 0 6pt;
padding:0 2pt 0 0;
}

body h3 {
font-size:9pt;
margin:18pt 0 3pt;
}

body p {
margin:0 0 12pt;
}

body div.entry-date {
float:right;
font-size:7pt;
margin:0 3pt;
padding:1pt 3pt;
text-transform:uppercase;
}

body abbr.published {
border:none;
}

/*body div.entry-content p a:link:after, body div.entry-content p a:visited:after {
content:" (link:" attr(href) ") ";
font-size:6pt;
color:#333; 
}
*/

body div.entry-content abbr:after {
content:" (ie, " attr(title) ") ";
font-size:6pt;
color:#333; 
}

body div.sidebar,body div#access,body div#globalnav, body div#footer,body div.navigation,div#respond,div#trackbacks-list,body div.formcontainer,body form, .entry-meta { display:none;}







body {margin: 24px}
a:link, a:visited {
	color: #010101;
}
a:hover, a:active {
text-decoration:none;
}


h1 { line-height: 12px; font-size: 12px;}

h2 {font-size: 12px; margin:  0; line-height:12px;}


.entry-date {font-size:11px; line-height:12px; color:#666666; text-transform:lowercase;}

#blog-title, #blog-description { }

#blog-description { font-size: 12px; font-weight:normal; font-family:Georgia,"Times New Roman",Times,serif; font-style:italic; }


h1, h2, h3, h4, h5 {text-transform:lowercase;}

div.post {margin-bottom: 12pt; page-break-inside:avoid; page-break-after: always; margin:0 ; }

div.categoryheader{ color:#000; padding:0; width:auto; margin:0; }
div.categoryheader h2.page-title { margin: 0; display:inline; font-size:16pt; line-height:19pt; font-weight:bold; }
div.categoryheader h2.page-title span.archive-meta p{  display:inline; font-weight:normal; 	}

p {margin:0px; font-family:Georgia, "Times New Roman", Times, serif; page-break-inside:avoid; }

img {border:0px; display:block;}
