﻿/*
    Print Style Sheet

    @@ main font size and page width
*/
    body {
        width: 505px;
        padding: 0 15px;
    }
    body,
    table {
        font-size: 0.85em;
    }
    #breadCrumb {
        font-size: 0.8em;
    }
/* 
    @@ Hidden elements
*/
    #udm, 
    #print, 
    .close,
    .hidden, 
    .searchBackground,
    #quicklinksNav,
    #headerBlock ul,
    #headerBlock form,    
    .leftBlock, 
    .cntWomensStoriesWrapper,
    .rightBlock,
    #toolsNav,    
    #footerNav,
    hr,
    .intro-with-image-82x75 a.lnkURL,
    .intro-with-image-134x121 a.lnkURL,
    .intro-with-image-144x131 a.lnkURL,
    .sub-intro-with-image-82x75 a.lnkURL,
    .sub-intro-with-image-134x121 a.lnkURL,
    .sub-intro-with-image-144x131 a.lnkURL,
    #home .panel .sub-intro-with-image-82x75 a.lnkURL,
    #home #programmes a.lnkURL,
    .alpha-nav,
    p.top,
    #confirm-overlay,
    #confirm-container {    
        display: none;
    }
    
/* 
    @@ colors for print
*/
    
    body,
    a {
        color: #000;
    }
    #breadCrumb a {
        color: #666;
    }    
    #home .panel,
    #home .panel .liner,
    #home .centerBlock,
    .intro-with-image-82x75 a.lnkURL,
    .intro-with-image-134x121 a.lnkURL,
    .intro-with-image-144x131 a.lnkURL,
    .sub-intro-with-image-82x75 a.lnkURL,
    .sub-intro-with-image-134x121 a.lnkURL,
    .sub-intro-with-image-144x131 a.lnkURL,    
    #home .panel .sub-intro-with-image-82x75,
    #home #faqs-and-downloads div.lnkURLs li,
    #home .panel h2  { 
        background: none;
    }
    
/* 
    @@ layout for printed page
         This is predominantly for the homepage, whose unique stylesheet it media 'all'.
         Other unique stylesheets only change skin options.
         This block also contains some duplication of structural layout options for retained page elements such as the breadcrumbs. 
*/    
    
    #home .panel .sub-intro-with-image-82x75,
    #home .sub-intro-with-image-82x75,
    #home .panel h2  {    
        padding-left: 0;
    }
    #home .centerBlock,
    .contentHeaderBlock {
        border: 0;
    }    
    #home .panel,
    #home #programmes .programme,    
    #home #info-and-links .lnkURLs ul {
        float: none;
        width: auto;        
    }
    #home #programmes .programme,
    #home .panel .sub-intro-with-image-82x75 {    
        margin-left: 0;
    }    
    #home #programmes .programme {
        margin-top: 1.5em;
    }
    #home #programmes h3 {
        margin-bottom: 1em;
    }    
    .contentHeaderBlock h1,
    #home .contentHeaderBlock,
    #home .centerBlock-rightBlock,
    #home .centerBlock {    
        width: auto;
    }    
    #headerBlock h1 {
        margin-left: -13px; /* strip horz whitespace from print logo */
    }
    .contentHeaderBlock h1,
    h2 {
        font-weight: normal;
    }
    .contentHeaderBlock h1 {
        line-height: 1.2;
    }    
    a img {
        border: 0;
    }
    #breadCrumb {
        margin-bottom: 2.5em;
    }    
    #breadCrumb ol,
    #breadCrumb li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #breadCrumb p.access,    
    #breadCrumb ol,    
    #breadCrumb li {
        display: inline;
    }
    #breadCrumb ol {
        margin-left: 10px;
    }    
    #breadCrumb li img {
        width: 3px;
        height: 5px;
        padding-left: 10px; /* works for ie and ff */
        margin: 0 7px 0.1em 0;
    }
    .centerBlock h2,
    .centerBlock h3,
    .centerBlock h4,
    .centerBlock h5,
    .centerBlock h6 {
        clear: both; /* clear floated images */
    }        
    .popUp {
        display: block; /* Margin between Banner and content */
    }
    .intro-with-image-82x75,
    .intro-with-image-134x121,
    .intro-with-image-144x131,
    .sub-intro-with-image-82x75,
    .sub-intro-with-image-134x121,
    .sub-intro-with-image-144x131 {
        padding-bottom: 1.5em;
    }
    .intro-with-image-82x75 img,
    .intro-with-image-134x121 img,
    .intro-with-image-144x131 img,
    .sub-intro-with-image-82x75 img,
    .sub-intro-with-image-134x121 img,
    .sub-intro-with-image-144x131 img {
        float: left;
        margin: 0 10px 5px 0;
    }     

/*
     screening matters newsletter
 */
#sm-heading-print
{
   display:block;
}
   
    
/* 
    @@ sIFR 
*/
    .sIFR-flash {
        display: none !important;
        height: 0;
        width: 0;
        position: absolute;
        overflow: hidden;
    }
    
    .sIFR-alternate {
        visibility: visible !important;
        display: block !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
    }
