/*
print.css
*/

body{font-size: 10pt; width: 480pt; margin: 0; padding: 0; background: none; }

#wrap { float: none; width: 100%; margin:0 ; padding: 0; background: none; border: none; }
#homepagewrap, #wordindexwrap  { float: none; width: 720pt; margin:0 ; padding: 0; background: none; border: none; }


#header { padding: 0px 0 10px 0; width: 480pt; } 

#Page2Banner { margin: 0px; padding: 0px; width: 480pt; border: none; }
#Page2Banner img.Shauna  { float: none; }
#Page2Banner img.Word  { display: none; }
#WordIndexMakingTheMostOf { padding: 0; height: 110px}

#sidebar{ display: none;}
#leftside { display: none; }

#content { width: 100%; margin: 40pt 0 0 0 ; padding: 0; }
#content p, #content ul, #content ol { padding-right: 0px;  }
#content .Breadcrumbs { display: none; }

#content a:link:after, #content a:visited:after , #footer a:link:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
  content: " (https://shaunakelly.com" attr(href) ") ";
   }

#content .post:last-child { margin-bottom: 0px; padding-bottom: 0px; }

table { width: 98%; }

#content div.post div.QuickReference { background: none; padding-left: 0px; }
#content div.post div.Tip { background: none; padding-left: 0px; } 


#footercontainer { padding: 0px 0 2px 0 ; margin: 0px; }
#footer { border-width: 1px 0 0 0; border-top: 1px solid #000; margin: 0; padding: 15px 0 10px 0; }
#footer p { margin: 0; padding: 0; line-height: 1.4em; }


p.print { display: block; border-top: 10pt solid #ffffff; } /* using the new CSS technique called "cheating" */
p.screen { display: none; }
