﻿
@media print {
    #header,
    #page-title,
    #footer,
    .sidebar,
    .top-links,
    .line-1,
    .fright,
    .alt-c,
    .button { 
        display: none !important; 
    }
    
    .postcontent,
    #main_content,
    #printblock {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    a[title]:after {
        content: none !important;
    }
    /*
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: none !important;
    }
*/  
}