@charset "utf-8";
/*
Profilmet CSS :: Print Layout
IMPORTANT:
This stylesheet is a mirror and only addresses the layout and other variables sensitive to output.
Other layout files use the same class and ID structures for mobile, print, etc. - Class and ID names shouldn't be changed in this document alone.
Selectors may also have entries on the respective "style" sheets and should be commented.


------ TABLE OF CONTENTS ------
1. BASE STRUCTURE
2. CONTENT VARIABLES
3. IMAGE GALLERIES

*/



/* ======================================================================================== 1. BASE STRUCTURE ======================================================================================== */
#masthead, #main-navi, #footer {}
#main-navi {display:none;}
#extraNoteSpace {}

#footer {}
	
#wrapper {}


/* ======================================================================================== 2. CONTENT VARIABLES ======================================================================================== */
.content {}

.left-content, .main-content {}

.location h1 {
	position:relative;
	top:0; left:0;
	width:100%; height:auto;
	}

.section-nav, .sidebar-content {}
.section-nav {display:none;}