@media screen and (min-width: 800px) {
	section.theme {
	  float: right;
	  margin-right: -270px;
	}
	section.theme  .section-theme {
	  padding-right: 270px;
	}
	aside.theme {
	  float: left;
	  padding-left: 0;
	  width: 240px;
	  padding-right: 20px;
	}
}