/**
 * Print styles for AAGrapevine.org
 */

/* Hide regions of the page that don't make sense to print */
#header-right,
h1.print-title,
#promo-area,
#topNav,
.tabs,
.shareIcons,
.audioSection,
.comments,
#rightColumn,
#Footer { display: none; }

/* Shrink the logo down a bit */
#logo,
#logo img { max-width: 320px; }

#content h1,
#content #block-block-36 h2 {
  margin: 10px 0;
}

div.featureImage img {
  float: right;
  margin: 10px;
}

#content h2,
#content #rightColumn #block-block-44 .featureBox.stories h2 {
  font-size:12px;
  margin:10px 0;
}

/**
 * Custom styles for the homepage
 */
.front #centerColumn { display: none; }
.front .storyBox { clear: both; }
.front .storyBox img {
  float:right;
  margin: 10px;
}

/**
 * Print Page Styles for the print module
 */
.print-title,
.print-breadcrumb,
.print-site_name,
.print-links {
  display: none;
}

.print-content h1,
.print-content h2 {
  margin: 0 0 10px 0;
}

p.deck { font-size:20px; font-weight: bold; margin: 0; }
