/* ========================================== Primary Nav ========================================== */div#page ul#primary-nav{	display: none; /* removing the navigation; we want the printed page to be as clean as possible */}/* ========================================== Secondary Nav ========================================== */div#page ul#secondary-nav{	display: none; /* removing the navigation; we want the printed page to be as clean as possible */}/* =================================== Search Container ==================================== *//* Search Container holds all the search bits within #photo-and-search */div#page div#search-container{	display: none; /* removing the search form; we want the printed page to be as clean as possible */}/* =========================================== Content ======================================= *//* #content holds the main content of the page */div#page div#content{	width: 100%; /* this is 500px in global.css */}/* ========================================== Login Form ========================================== *//* The login form is at the top of the home page (among other pages, potentially) */div#page form#login-form{	display: none; /* removing the login form; we want the printed page to be as clean as possible */}
