/* ForeverHome Community Pages Print Base */
@media print
{
  .pageHeader, #myGallery, #myGallery *, .pageNav 
  {
    display: none;
  }
  .communityLogo
  {
    width: 1.5in;
    height: 1in;
    
    margin: 0 0 0 0;
   
    
    text-align: center;
    float: left;
  }
  .communityLogo img
  {
    width: 1.5in;
    height: 1in;
  }
  
  .pageBody
  {
    margin-top: 0px;
  }
  
  a.activeMain
  {
    display: block;  
    height: 23px;
    margin: 5px 4px 0 4px;
    padding: 0 2px 0 2px;
    
    line-height: 20px;
    
    background: url('../images/interface/nav-main-highlight.png') repeat-x;
    
  }
  .contentHeader
  {
    height: 1in;
    
    margin: 0;
    padding: 0 0 5px 0;
    
    text-align: center;
    border-bottom: 1px solid black;
  }
  .community-masthead
  {
    width: 5.45in;
    height: 1in;
    
    float: right;
    margin: 0;
  }
  .community-masthead h2
  {
    display: inline;
    margin: 0 0 0 0;
    
    font-size: 2em;
    line-height: 30px;
  }
  .community-masthead h3
  {
   
    margin: 15px 0 0 0;
    
    font-size: 1.4em;
    line-height: 20px;
  }
  .column1
  {
    width: 3.5in;
    
    margin: 18px .2in 0px 0px;
    /*margin: 36px 18px 18px 0px;*/
  }
  .column2
  {
    /*width: 472px;*/
    
    width: 3.3in;
    margin: 18px 0 0px 0;
    
    float: right;
    
    text-align: center;
  }
  .pageText 
  {
    width: 3.5in;
    
    margin: 0px 18px 0px 0;
    
    font-size: 1.2em !important;
    
  }
  .pageText *
  {
    font-size: 1em !important;
  }
  .pageText li
  {
    margin: 6px 0 6px 0;
  }
  .pageImage
  {
    padding: 5px;
  }
  .printImage
  {
    display: none;
  }
   
  .infoCallout
  {
    width: 3.3in;
    
    margin: 0px 0 18px 0;
    font-size: 1.0em;
    text-align: center;
  }
  .infoCallout h3
  {
    display: inline;
  }
  .infoCallout ul
  {
    text-align: left;
  }
  .infoCallout ul h3
  {
    display: inline;
    font-weight: 400;
  }
  .infoCallout img
  {
    width: 1.6in;
    height: auto;
  }
  .images
  {
    text-align: center;
  }
  .homePreview
  {
    margin: 18px 0 18px 0;
  }
  .images img
  {
    display: block;
    width: 1.3in;
    height: auto;
    margin: 0 auto 10px auto;
  }
  .images a
  {  
    font-size: 1.2em;
  }
  .images span
  {  
    font-size: 1.2em;
  }
  
}
