/* 
 * build 2
 *
 */

/** 
 * 1) Turn off clutter
 *    ================
 */
#header, #modules, #footer div.webfooter, #crumb-trail, #theme-nav, #sub-nav{display: none !important; background: none !important}

/** 
 * 2) Reorganise visible content to print 
 *    ===================================
 */

/* remove borders, bgs, margin, padding, floating, absolute positioning and overflow statements */
body, #main, #main div.paragraph, #container, #content-container, #content-body, #crumb-trail, #footer div.printfooter{float: none !important; margin: 0 !important; padding: 0 !important; position: static; width: 100% !important; background: none !important; overflow:visible !important;}
h1, h2, h3, h4{margin-left: 0 !important; padding-left: 0 !important; background: none !important}
#content-container{border: 0;}

