/* --------------------------------------------------------
    Print stylesheet
    Created by: Guillaume - guillaume@falzhobel.ca
    Filename: css/print.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    Hide and reset for details pages printable view
   -------------------------------------------------------- */
    
    body { background-color: #fff; font-size: 110%; color: #000; } 
    
    /* a:link:after, a:visited:after { content: " (" attr(href) ") "; font-size: 90%; } */
    
    .grid_left, .grid_right { float: none; }
    
    .grid_left_pad, .grid_right_pad { padding: 0px; }
    
    .grid_620, .grid_380 { width: 100%; }
    
    .clearer { overflow: visible; }
   
    #top, #header, #nav, #content_head, #sidebar, #breadcrumb, #footer, .tool_nav, #box_ad_hot { display: none; }
    
    #printable_header { display: inline; }
    #printable_header h3 { text-transform: none; padding: 8px 0px 20px 0px; font-weight: normal; }
    
    .image_caption { text-align: left; padding: 10px 0px; font-style: italic; }
    
    .home_news img { margin-bottom: 10px; }