@media print {
    
    #cleo, #breadcrumb, #navigation, #sub-navigation, #searchform, #header, #footer, #respond, .WP-PrintIcon, embed, iframe, #openbarre, nav {
	display: none;
    }

    /* not really shared among all theme, anyway ... */
    #commentlist, #comments {
	display: none;
    }

    
    /* Weird FF bug: http://www.codingforums.com/archive/index.php/t-156048.html */
    #gripH_0, #gripV_0, #gripX_0, #showCursor {
	height: 0px !important;
    }
}
