/********************************************
 Generation Progress Reboot
 
 Print CSS
 
 2013, Matt Pusateri
 Center for American Progress
 *******************************************/
 

/* First, lets normalize everything to flexible, full-width printing */

body {
	width:100%;
	max-width:100%;	
	}


/*  Now let's hide the stuff that isn't useful for paper */
	
  nav.primary,
  nav.trending,
  .navbox,
  header .social-mobile-links,
  footer,
  .comments,
  .package,
  .content article .story-social,
  .related-stories,
  .content article .issue-link 
  	{
  	display:none;
  	}	
	
	
	
/* Let's make sure other stuff isn't oversized or otherwise ridiculous */
header .logo{
    clear:both;
    display:block;
    margin:0 0 2em 0; 
    width:20%;
    }	
    

/* Let's borrow the article styling from the "Big" style */

    article h5 {text-align:left;}
    .content article p.photo-caption {margin-left:30%;}
    .content article p.photo-credit {}
    

	article h1, article h2, article h3 {text-align:left;}

    div.biophoto {
    float:right;
    margin:.33em 5% .5em 1em
    }

/* While we're at it, let's make the feature image less of a space hog on print editions */

img.bigart, .photo-meta, .old-photo-meta {
	width:50%;
	float:right;
	margin:0 0 1em 1em
	}
	
.content article .photo-meta p.photo-caption,
.content article .old-photo-meta p.photo-caption {
	margin:0;
	font-size:.7em;
	text-align:left;
	}
