/* inner page print styles for Mapping Controversies site  */


/* DECORATIVE PHOTO */

#divphoto {
  display: none;
}



/* SITE TITLE */

#divtitle {
  position: static;
  padding-bottom: 10px;
}



/* MASSACHUSETTS INSTITUTE OF TECHNOLOGY */

#divmit {
  position: static;
  padding-bottom: 40px;
}



/* SECTION NAME */

#divsectionname {
  position: static;
  padding-bottom: 20px;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  display: none;
}



/* CONTACT LINK */

p#divcontact {
  display: none;
}



/* TEXT AREAS */

#divtext {
  margin-left: 8px;
}
/* page title */
#divtext h1 {
  color: #000000;
}
/* subheadings */
#divtext h2 {
  color: #000000;
}
#divtext p {
  color: #000000;
}
/* subtitle under page title */
#divtext h2.subtitle {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/* subtext under subtitle */
#divtext p.subtitlesubtext {
  border-bottom: 1px solid #cccccc;
}
#divtext a.pluslink {
  display: none;
}


/* left column postion and size */
#divleftcolumn {
  position: static;
  padding-bottom: 0px;
}

/* right column postion and size */
#divrightcolumn {
  display: none;
}



/* ALL OPENER */

#divallopener {
  display: none;
}

