/*
 *	Dryden
 *	v 0.1
 *	Curt Merrill
 *	
 *	The goal of this Sass stylesheet is to set up a baseline stylesheet for interactives
 *	using sensible defaults, but without violating CNN style guides.
*/
/*
 *	Variables
 */
 #custom-tweet-button {
   float: right;
   padding-top: 22px; }

 .fb-like {
   float: right;
   padding-top: 22px;
   right: 10px; }
div.dryden {
  /* reset padding and margins */
  padding: 0;
  margin: 0;
  /*  Adjust sub and sup so they don't affect line-height */ }
  div.dryden * {
    padding: 0;
    margin-left: 0;
    margin-right: 0; }
  div.dryden sub,
  div.dryden sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  div.dryden sup {
    top: -0.5em; }
  div.dryden sub {
    bottom: -0.25em; }
  div.dryden h1, div.dryden h2, div.dryden h3, div.dryden h4, div.dryden h5 {
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 20px; }
  div.dryden h2 {
    font-size: 26px; }
  div.dryden h3 {
    font-size: 24px; }
  div.dryden h4 {
    font-size: 18px; }
  div.dryden h5 {
    font-size: 16px; }
  div.dryden h6 {
    font-size: 16px;
    font-style: italic; }
  div.dryden p {
    margin-bottom: 20px; }
