/*

	Less+ by Jimmy Rosén, https://www.angrycreative.se/projekt/less-framework
	Based on Less Framework 4 by Joni Korpi, https://lessframework.com

*/

/*	5-column layout
	60 px columns, 24 px gutters, 42 px margins, 480 px total
	---------------------------------------------------------
	1     2      3      4      5
	60px  144px  228px  312px  396px	*/


body {
  width: 436px;
  padding: 36px 22px 48px;
}

#example {

  /*height: 600px;background: #F03;*/
  /*	height:146px !important;
	background: #09F;
	background-image:url('/images/assets/exhibition-banner_lg.jpg');
	background-size:436px 146px;*/
  display: none !important;
}

article {
  width: 436px;
  float: right;
}

aside {}


header#masthead nav a {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #DDD;
  background-image: none;
  padding: 0 !important;
  margin: 0;
  margin-bottom: .5em;
}
