/* global styles  */



 /* hide navigation and hidden elements  */

 	.element-invisible { display:none;  } 
	div#region-gateways.grid-12.region.region-gateways   { display:none;  }
  	div#zone-header  { display:none;  }
 	section#region-header-navigation.grid-12.region.region-header-navigation  { display:none;  }
 	section#block-system-main-menu   {display:none; }
	section#region-sidebar-first  {display:none; }
#section-footer {display:none; }

/* inline images  */
	figure.caption  { width:1.75in; margin-right:.2in; margin-left:.2in; height: auto;  } 	
	figure.caption img { width:1.75in;  height: auto;  } 
	figure.caption figcaption  { font-size:9pt; }	

/* video treatment */
	div#player  {  width:1.75in;  }
	figure.caption iframe   {  width:1.75in; height:auto; }


	div.eyebrow  { 	font-size:11pt; text-transform:uppercase; font-weight:bold; }
	h2.article-headline  { font-size: 36pt; line-height:100%; font-family: "Times New Roman", Times, serif; font-weight:normal; margin-top:.2in; margin-bottom:0; }
 	div.byline  { font-size:9pt; margin-top:.1in; font-weight:bold; margin-bottom:.2in;  }
 	div.article-summary {   font-size:9pt; font-style: italic; line-height:140%;  }
 	div.field-story-body p { font-size:9pt; line-height:170%;  }
 	div.field-story-body li { font-size:9pt; line-height:150%;  }
 	div.field-story-body img { float:left; margin-right:.2in; }
 	div.field-story-body hr { margin-top:.5in; margin-bottom:.5in;     height: 1px;  }
 	
 	aside.note-to-editors  {  font-size:8pt; margin-top:.8in; border-top:1px solid #e4e4e4; }
 	div#zone-footer { display:none; }

/* layout stuff  */	 
body.node-type-article #region-sidebar-first {
  display: none;
}
body.node-type-article #region-content {
  width: 100% !important;
	display:block;
}

/* drupal stuff  */	
.logged-in #toolbar, div.tabs {
	 display:none !important;
	 position: relative !important;
 }

 
 /* typography stuff  */	
h1, h2, h3 {
   page-break-after: avoid;
}
ul, img {
   page-break-inside: avoid;
}
body.node-type-article .content .byline {
	font-weight: bold
}
 /* images - CSS4 */	
$a:after > img {
   content: "";
}


