/* common print styles for Harpswell Foundation site  */


/* GENERAL */

body {
  background-color: #ffffff;
  background-image: none;
}

.offscreen {
  display: none;
}
#divskiplink,
#divtopanchor {
  display: none;
}
/* elements for screen display or print display only */
span.screenonly {
  display: none;
}
span.printonly {
  display: inline;
}
div.screenonly {
  display: none;
}
div.printonly {
  display: block;
}



/* OUTER SHELL */

#divoutershell {
  width: 620px;
  margin: 0px;
  padding: 0px;
}



/* PAGE AREA */

#divpagearea {
  position: relative;
  border: none;
}



/* FOOTER */

#divfooter {
  padding: 4px 0px 0px 0px;
}



/* RIGHT COLUMN */

#divrightcolumn {
  float: none;
  width: 1px;
  height: 1px;
  padding: 0px;
}
/* site title (graphic) */
#divrightcolumn h1,
#divrightcolumn h2 {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px;
}
/* primary navigation */
#divprimarynav {
  display: none;
}



/* CENTER COLUMN */

#divcentercolumn {
  width: 620px;
  padding: 160px 0px 24px 0px;
}



/* TAG LINE */

#divtagline {
  position: absolute;
  left: 270px;
  top: 93px;
  background-color: transparent;
  padding: 0px;
  border: none;
}



/* IMAGE BAND */

#divimageband {
  display: none;
}



/* CONTENT AREA */

#divcontent {
  padding: 0px;
  background-color: transparent;
}



/* SECONDARY NAVIGATION */

#divsecondarynav {
  display: none;
}



/* MAIN TEXT */

#divtext {
  padding-top: 0px;
}



/* HOME PAGE STYLES */

/* tag line */
body.home #divtagline {
  position: absolute;
  left: 270px;
  top: 93px;
  background-color: transparent;
  padding: 0px;
  border: none;
}
/* thumbnail band */
body.home #divthumbband {
  display: none;
}
/* large photo */
body.home #divphoto {
  background-color: transparent;
}

