/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
div#container div#sidebar {
  display: none; }

div#container div#main {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

div#header ul.social, div#header ul#menu {
  display: none; }

div#header h1 {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%; }

div#header h3 {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
  float: right; }

/*# sourceMappingURL=maps/print.css.map */
