@charset "UTF-8";
/* CSS Document */

#container {
	width: 6.25in;
	height: auto;
	position: absolute;
	margin: 0;
	padding: 0;
}

#header #header_banner,
#header #header_global,
#header #header_section,
#header #header_search,
#leftBar,
#footer { display: none; }

#header #header_print,
#header #header_print img {
	display: block;
	width: 6.25in;
}


/*-- BEGIN: Critelli Blog print styles --*/
html body {
	background: white;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	text-align: left;
}
html body #container {margin: 0; padding: 0; width: 4in;}
html body #container #supplementalArea {clear: both; width: auto; margin: 8px 0 0 0; padding: 0; float: none; font-size: 10pt;}
html body #container #supplementalArea .adBlock {display: none;}

.blogEntry {width: auto;}

html *,
html body #container,
html body #container #content
html body #container *,
html body #container #content * {float: none; position: relative;}

html body #container #leftSideNav {display: block; margin: 0; padding: 0; width: 5in;}
html body #container content {float: none; clear: none; margin: 0;}
html body #container #leftSideNav p.leftSideNavHeader,
html body #container #leftSideNav ul {display: none;}
html body #container #leftSideNav * {font-size: 10pt;}

html body #container #leftSideNav div#bioArea,
html body #container #leftSideNav div#bioArea p,
html body #container #leftSideNav div#bioArea img {float: left;}
html body #container #leftSideNav div#bioArea a.aboutMikeCritelli {display: none;}

div#supplementalArea div.suppBlock p.blockHeader {border: none;}

html body #header {margin: 0; padding: 0; height: auto;}

#container, #content {
   width: 6.25in;

   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   padding-top: 1em;
   border-top: 1px solid #930;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

/*
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.mikecritelli.com" attr(href) ") ";
}
*/
/*-- END: Critelli Blog print styles --*/