@media print {
    header h1 a { font-size: 18px; }
    nav { display: none !important; }
    aside.sidebar { display: none !important; }
    article.hentry footer { display: none !important; }
}
