/*

Print.css
*/
* { background: #fff; }
body { font-family: georgia, times, serif; color: black; }
blockquote { font-style: italic; color: black; }
a:link, a:visited { border-bottom-width: 1px; border-bottom-style: solid; }

/*

Hiding elements
*/
#navPrimary, #navTop, #right, #left, #head h1 {
  display: none !important;
}

/*

Print Logo
*/
#hhma-logo-print {
  display: block !important;
  width: 50%;
}

/*

Modifying Gallery
*/

#gallery, #scroller {
/*  border: 2px solid blue;*/
  height: auto !important;
  left: auto !important;
  overflow: visible !important;
  position: relative !important;
  width: auto !important;
}

  #gallery a.picture {
    float: none;
  }
  
  #gallery a.picture img {
    display: inline;
    height: 200px;
    opacity: 1 !important;
  }
  
  .galleryTitle, .galleryDescription {
    display: block !important;
  }
