/* home page styles for Tod Machover site  */


/* PAGE STRUCTURE */

/* background */
body {
  background-color: #424242;
}

/* first band */
#divband1 {
  background-image: url(../img/home/bkg1b_outer.jpg);
  background-position: center top;
}
#divband1a {
  background-image: url(../img/home/bkg1a_outer.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}
#divband1 .divoutershell {
  background-image: url(../img/home/bkg1b_inner.jpg);
}
#divband1 .divpagearea {
  min-height: 493px;
  background-image: url(../img/home/bkg1a_inner.jpg);
  background-repeat: no-repeat;
  position: relative;
}

/* second band */
#divband2 {
  background-image: url(../img/home/bkg2_outer.jpg);
  background-position: center top;
}
#divband2 .divoutershell {
  background-image: url(../img/home/bkg2_inner.jpg);
}
#divband2 .divpagearea {
  min-height: 62px;
}

/* third band */
#divband3 {
  background-image: url(../img/home/bkg3_outer.jpg);
  background-position: center top;
}
#divband3 .divoutershell {
  background-image: url(../img/home/bkg3_inner.jpg);
}
#divband3 .divpagearea {
  min-height: 3px;
  font-size: 0px;
  line-height: 0px;
}

/* fourth band */
#divband4 {
  background-image: url(../img/home/bkg4_outer.jpg);
  background-position: center top;
}
#divband4 .divoutershell {
  background-image: url(../img/home/bkg4_inner.jpg);
}
#divband4 .divpagearea {
  min-height: 62px;
}

/* fifth band */
#divband5 {
  background-image: url(../img/home/bkg5_outer.jpg);
  background-position: center top;
}
#divband5 .divoutershell {
  background-image: url(../img/home/bkg5_inner.jpg);
}
#divband5 .divpagearea {
  min-height: 3px;
  font-size: 0px;
  line-height: 0px;
}

/* sixth band */
#divband6 {
  background-color: #000000;
  min-height: 192px;
}



/* TITLE */

#divband1 h1 {
  padding: 30px 0px 25px 0px;
  height: 58px;
  margin: 0px;
  font-size: 10px;
  line-height: 100%;
}



/* INTRODUCTION */

#divintroduction {
  padding: 0px 0px 10px 132px;
  width: 480px;
  min-height: 325px;
}
/* graphic heading */
#divintroduction h2 {
  padding: 0px;
  margin-bottom: 6px;
  font-size: 10px;
  line-height: 100%;
}
/* text */
#divintroduction p {
  font-size: 0.75em;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0.85em;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  position: relative;
  height: 45px;
  z-index: 1;
}
#divprimarynav ul {
  position: absolute;
  left: 129px;
  top: 0px;
  width: 300px;
  height: 45px;
  z-index: 1;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#divprimarynav ul li {
  display: block;
  float: left;
}



/* FEATURED PROJECT */

#divband2 h2 {
  float: left;
  width: 108px;
  padding: 14px 0px 0px 8px;
  margin: 0px 20px 0px 0px;
  font-size: 12px;
  line-height: 100%;
  color: #FFF;
  font-family: "trebuchet ms", trebuchet, arial, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  text-align: right;
}
#divband2 div.photo {
/*    float: left; */
/*  padding: 27px 0px 0px 0px; */
  margin: 0px 36px 0px 0px;
}
#divband2 div.text {
  float: left;
  position: relative;
  padding: 14px 0px 0px 0px;
  margin: 0 14px 0 0;
}
#divband2 div.text p {
/*    float: left; */
  font-size: 0.70em;
  line-height: 120%;
  color: #000000;
  margin-bottom: 0.85em;
  margin-right: 14px;
}

#divband2.old div.text p {
    width: 432px;
}

#divband2 div.text a,
#divband2 div.text a:link {
  color: #000000;
  text-decoration: underline;
}
#divband2 div.text a:visited {
  color: #000000;
  text-decoration: underline;
}
#divband2 div.text a:hover {
  color: #000000;
  text-decoration: none;
}
#divsample {
  display: none;
}
#divsample p {
  margin-bottom: 5px;
}
#divflash {
}



/* UPCOMING PROJECT */

#divband4 h2 {
  float: left;
  width: 102px;
  padding: 7px 0px 0px 8px;
  margin: 0px 10px 0px 0px;
  font-size: 12px;
  line-height: 100%;
  color: #FFF;
  font-family: "trebuchet ms", trebuchet, arial, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  text-align: right;
}
#divband4 div.photo {
  float: left;
  padding: 6px 0 0 0;
  margin: 0px;
}
#divband4 p {
  float: left;
  width: 490px;
  padding: 8px 10px 10px 18px;
  font-size: 0.75em;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0px;
}
#divband4 p.wide {
  width: 172px;
}
#divband4 p.narrow {
  width: 110px;
}

#specialStatement {
	color: #1c80b4;
	font-family: trebuchet, "trebuchet ms", verdana, sans-serif;
	position: absolute;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.05em;
	bottom: 0;
	right: 0;
	margin: 0 12em 0.75em 0;
}
