/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */

@media print {
  #logo {
    float: none;
  }
  .print_logo {
    display: block;
    width: 96px;
    margin: 0 auto;
  }
  .block-title,
  .view-content-archive h3,
  .page-video .featured_video .field-name-body p,
  a:link,
  a:visited { /* underline all links */
    text-decoration: none;
    color: #000 !important;
  }

  #site-name a:link,
  #site-name a:visited { /* Don't underline header */
    text-decoration: none !important;
  }
  
  #content { /* Un-float the content */
    float: none !important;
    width: 96% !important;
    margin: 0 !important;
    padding: 0 2% !important;
  }

  body,
  #page,
  #main,
  #content { /* Turn off any background colors or images */
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  #skip-link,
  .block-dfp,
  .dfp-tag-wrapper,
  #toolbar,
  #navigation,
  .header_blocks,
  #header_blocks,
  #header_controls,
  .region-sidebar-first,
  .region-sidebar-second,
  .region-highlighted,
  .region-content-bottom,
  .region-above-title,
  .page-bottom .region,
  .sidebars,
  .easy-breadcrumb,
  #footer,
  .breadcrumb,
  .tabs,
  #content > div.block,
  .term-listing-heading,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .flippy,
  .views-exposed-form,
  .node-type-people .region-column-right,
  .node .clearfix,
  #logo a,
  .page-node a.disqus-comments,
  .disqus-comments span,
  .addthis_toolbox,
  .addthis_sharing_toolbox,
  .share,
  .social-share-bottom,
  .page-bottom .region.region-copyright .block-menu,
  .feed-icons { /* Hide sidebars and nav elements */
    visibility: hidden;
    display: none;
  }
  
  .node .credits,
  .node .field-name-field-image {
    width: 645px;
    margin: 0 auto;
  }
  
  .node .field-name-field-image {
    margin-top: 10px;
  }
  
  .article-tags label {
   color: #000;  
  }
  
  .section-blogs.page-taxonomy-term #page-title {
    display: block !important;
  }
  
  .page-bottom .region.region-copyright {
    visibility: visible;
    display: block;
  }
  
  .page-bottom {
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;    
  }
  .page-bottom .region-copyright {
    color: #000;
    width: auto;
    margin: 0 2%;
    background: none;
    padding: 0;
  }
  
  .page-node.sidebar-second #content,
  .sidebar-second #content {
    border: none;
    margin: 0;
  }
  
  .page-bottom #block-menu-menu-anchor-menu ul > li a {
    color: #000;
  }
  #block-menu-menu-anchor-menu ul > li.leaf:not(.last) {
    border-right: 1px solid #000;
  }
  #thehill_blocks_frontpage_blogs .blog_section {
    background: #fff;    
    width: auto;
    padding: 0;
  }
  .view-content-archive .views-view-grid, 
  .page-video .featured_video .content {
    background: #fff;
  }
  .page-galleries #content > .gallery-latest, .page-video #content > .video-category, .page-video #content > .video-latest {
    background: #fff;
  }
  #thehill_blocks_frontpage_blogs .blog_section a {
    color: #000;
  }
  .page-video #page-title, .section-video.node-type-video #hilltube-line {
    margin: 0 auto;
    width: 645px;
  }
  .featured-other--articles #content .other_nodes {
    background: url(../images/gray-dot.png) repeat-y scroll 50% top;
  }
  .featured-other--articles #content .other_nodes .view-mode-list_item,
  .featured-other--articles #content .other_nodes article.node {
    width: 50%;
    margin: 0;   
    padding: 0;
  }
  .featured-other--articles #content .other_nodes .view-mode-list_item header,
  .featured-other--articles #content .other_nodes .view-mode-list_item div,
  .featured-other--articles #content .other_nodes article.node header,
  .featured-other--articles #content .other_nodes article.node div {
    padding: 5px;
  }
  .views-view-grid {
    width: 100%;
  }
  .view-content-archive .views-view-grid td {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .view-content-archive .views-view-grid td.col-1 {
    margin-right: 0;
  }
  .view-content-archive .views-view-grid td div {
    padding: 5px;
  }
  .view-content-archive.view-display-id-block_1 .col {
    width: 50%;
    margin: 0;
  }
  .view-content-archive.view-display-id-block_1 .col div {
    padding: 5px;
  }
  
  .node-type-people .region-column-left {
   float: none;
   width: 100%;
   margin: 0;
   border: none;
  }
  .node-type-people .columns {
    background: none;
  }
  
  #header {
    height: 100px !important;    
  }
  
  #header .floating-block-active {
    position: relative;
  }
  
  #main {
    padding-top: 10px;
  }
  
  #thehill_blocks_frontpage_stories .frontpage_item_content {
    float: none;
    width: auto;
  }
  
  #thehill_blocks_frontpage_stories .story_image {
    margin-right: 10px;
  }
  
} /* End @media print */
