﻿/* *************************************************************************************
 
   Client:      All Things Ginger
  
   Module:      MASTER_PRINT.CSS

   Description: This is the print CSS file.

   Version History
   ===============
   25/01/10   1.0   IDM    Development
  
   *************************************************************************************
*/
  body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12pt;
    width: auto;
  }
  #header, #menu-section, #right-column, #left-column, #search-and-share, #above-footer, #bottom-menu {
    display: none;
  }
  .clearone, .top-of-page, .image-and-caption {
    display: none;
  }
  #footer {
    margin-top: 50px;
  }
  #welcome-heading, .section-heading, #product-of-the-week-heading, #recipe-of-the-week-heading {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .news-item-heading {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .news-item-text {
    margin-top: 0;
    padding-top: 0;
  }
  #print-heading {
    font-size: 1.5em;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 1em;
  }
  #product-of-the-week-image, #drinks-page-image, .product-image, #recipe-page-image, #recipe-of-the-week-image {
    display: none;
  }
  #ginger-forms-text h1 {
    font-size: medium;
  }
  .product-description h1, .product-description h2 {
    font-size: medium;
  }
  .product-description h1 {
    text-decoration: underline;
  }
  .section-heading {
    margin-top: 20px;
  }
  #medium-rectangle-example, #paypal-link, #world-ginger-map-container, #zingiber-officinale-image, .products-gallery, .product-buy-links, .book-image, .recipe-gallery, #advertising-image {
    display: none;
  }
  .all-about-ginger-section-heading, #homeware-introduction-heading, #health-introduction-heading, .section-heading {
    text-decoration: underline;
    font-weight: bold;
  }
  .product-title a, .recipe-title a, .centre-right-section-text a {
    text-decoration: none;
    color: #000000;
  }
  .book-description h1, .book-description h2, .centre-right-section-text h1 {
    font-size: 1em;    
  }
  .book-description h2 {
    margin-top: -10px;
  }

