@charset "utf-8";

/* Mason Rowe -> added to hide menus and unnecessary content when printing (6/11/14) */

@media print{
  /* reduce all font size and remove any special fonts */
  * {
	font-size: 10px;
	font-family: Arial;
  }
  
  /* force breadcrumbs along top of page to form a single line */
  #breadcrumbs li{display:inline; list-style-type:none; padding-right: 10px;}
  
  /* hide content on the top of the page and the footer */
  #header{display: none;}
  #top {margin: 10px;}
  #place-holder-header-nav {display: none;}
  #global-nav {display: none;}
  #footer {display: none;}
  
  /* hide tabs at top of content and social media buttons */
  .tabs {display: none;}
  #socialmedia {display: none;}
  #share-this {display: none;}
  
  /* stacking the 3 columns and resizing */
  #side-nav {float:left; width:22%;}
  #content-center{float:left; width:60%;}
  #content-right{float:left; width:18%;}
}
