/* Customizando a impressão do Blog Foto e Grafia */


@media print {

@import url("http://fotoegrafia.com.br/wp-content/themes/thesis_184/style.css") print;
@import url("http://fotoegrafia.com.br/wp-content/themes/thesis_184/custom/layout.css") print;
@import url("http://fotoegrafia.com.br/wp-content/themes/thesis_184/custom/custom.css") print;

#sidebar_1 { display:none !important; }
#footer { display:none !important; }
#menu-categorias { display:none !important; }
#image_box { display:none !important; }

}