/* interior page print styles for Tod Machover site  */


/* PAGE STRUCTURE */

/* background */
body {
  background-color: #ffffff;
}

/* first band */
#divband1 {
  background-image: none;
}
#divband1 .divoutershell {
  background-image: none;
}
#divband1 .divpagearea {
  height: auto;
}

/* second band */
#divband2 {
  background-color: #ffffff;
  background-image: none;
}
#divband2 .divoutershell {
  background-image: none;
}

/* third band */
#divband3 {
  display: none;
}



/* TITLE */

#divband1 h2 {
  padding: 0px 0px 25px 0px;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  display: none;
}



/* TEXT */

#divtext {
  min-height: 0px;
  height: auto;
  background-image: none;
  padding-bottom: 0px;
}
/* text styles */
#divtext h2 {
  color: #000000;
}
#divtext h3 {
  color: #000000;
}
#divtext p {
  color: #000000;
}
#divtext .divquote {
  width: auto;
}
/* left column - heading */
#divtext #divleftcolumn {
  float: none;
  width: auto;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
#divtext #divcentercolumn {
  float: none;
  width: 620px;
}



/* BIO */

body.bio #divtext #divcentercolumn {
  padding: 0px;
}



/* MUSIC */

body.music #divtext #divcentercolumn {
  width: auto;
}



/* PROJECTS */

body.projects #divtext #divcentercolumn {
  width: auto;
}
body.projects #divprojectlist {
  float: none;
  width: auto;
  border: none;
  margin: 0px;
}
body.projects #divprojectlist p {
  width: 158px;
}
body.projects #divmoreinfo {
  float: none;
  width: auto;
}



/* NEWS */

body.news #divtext #divcentercolumn h3 {
  width: auto;
  padding: 0px;
}
body.news #divtext #divcentercolumn p {
  width: auto;
  border: none;
}



/* VIDEOS */

body.videos #divvideolist {
  width: auto;
  padding: 0px;
}



/* CONTACT */

body.contact #divtext #divcentercolumn p {
  padding: 0px 0px 16px 0px;
  border: none;
}

