/* home page print styles for Tod Machover site  */


/* PAGE STRUCTURE */

/* background */
body {
  background-color: #ffffff;
}

/* first band */
#divband1 {
  background-image: none;
}
#divband1a {
  background-image: none;
}
#divband1 .divoutershell {
  background-image: none;
}
#divband1 .divpagearea {
  min-height: 0px;
  height: auto;
  background-image: none;
}

/* second band */
#divband2 {
  background-image: none;
}
#divband2 .divoutershell {
  background-image: none;
}
#divband2 .divpagearea {
  min-height: 0px;
  height: auto;
}

/* third band */
#divband3 {
  display: none;
}

/* fourth band */
#divband4 {
  background-image: none;
}
#divband4 .divoutershell {
  background-image: none;
}
#divband4 .divpagearea {
  min-height: 0px;
  height: auto;
}

/* fifth band */
#divband5 {
  display: none;
}

/* sixth band */
#divband6 {
  display: none;
}



/* TITLE */

#divband1 h1 {
  padding: 0px 0px 25px 0px;
}



/* INTRODUCTION */

#divintroduction {
  padding: 0px 0px 10px 0px;
  width: auto;
  min-height: 0px;
  height: auto;
}
/* text */
#divintroduction p {
  color: #000000;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  display: none;
}



/* FEATURED PROJECT */

#divband2 h2 {
  float: none;
  padding: 10px 0px 20px 0px;
  margin: 0px 0px 10px 0px;
}
#divband2 div.photo {
  float: left;
  padding: 0px;
  margin: 0px 20px 0px 0px;
}
#divband2 div.text {
  float: left;
  width: 420px;
  padding: 10px 0px 0px 0px;
  margin: 0px;
}



/* UPCOMING PROJECT */

#divband4 h2 {
  float: none;
  padding: 30px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
#divband4 div.photo {
  float: left;
  padding: 10px 0px 10px 0px;
  margin: 0px;
}
#divband4 p {
  clear: both;
  padding: 10px 10px 10px 0px;
  color: #000000;
}
#divband4 p.wide {
  width: 172px;
}
#divband4 p.narrow {
  width: 172px;
}
