/*---------------------------------------------
Ben Sturmfels, ben@boojum.com.au
---------------------------------------------*/

/* hide sections that aren't relevant to print */
#overall-menu, #banner-image, #section-menu,
#search-navigation, #breadcrumbs, 
#page-navigation, #subcontent,
#footer li.link { 
  display: none;
}

#title { margin: 0 0 1em; }

/* content should fill the page width */
#content { 
  width: auto;
  float: none;
}

h1 { clear: left; }

#news { 
  background: transparent; 
  clear: left;  
  width: auto;
  margin: 0; 
}

#news li:first-line { font-weight: normal; }

#news .more { display: none; }
