/* interior page styles for Tod Machover site  */


/* PAGE STRUCTURE */

/* background */
body {
  background-color: #181818;
}

/* first band */
#divband1 {
  background-image: url(../img/lev2/bkg1_outer.jpg);
  background-position: center top;
}
#divband1 .divoutershell {
  background-image: url(../img/lev2/bkg1_inner.jpg);
}
#divband1 .divpagearea {
  height: 121px;
}

/* second band */
#divband2 {
  background-color: #424242;
  background-image: url(../img/lev2/bkg2_outer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
#divband2 .divoutershell {
  background-image: url(../img/lev2/bkg2_inner.jpg);
  background-repeat: no-repeat;
}
#divband2 .divpagearea {
}

/* third band */
#divband3 {
  background-color: #181818;
}
#divband3 .divoutershell {
}
#divband3 .divpagearea {
  background-image: url(../img/lev2/bkg_vline.gif);
  background-repeat: repeat-y;
  height: 64px;
  font-size: 0px;
  line-height: 0px;
}



/* TITLE */

#divband1 h2 {
  padding: 41px 0px 22px 3px;
  height: 58px;
  margin: 0px;
  font-size: 10px;
  line-height: 100%;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  position: relative;
  height: 85px;
  z-index: 1;
}
#divprimarynav ul {
  position: absolute;
  left: 153px;
  top: 0px;
  width: 300px;
  height: 45px;
  z-index: 1;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#divprimarynav ul li {
  display: block;
  float: left;
}



/* TEXT */

#divtext {
  min-height: 317px;
  background-image: url(../img/lev2/bkg_vline.gif);
  background-repeat: repeat-y;
  padding-bottom: 32px;
}
/* text styles */
#divtext h2 {
  font-size: 1.0em;
  font-weight: bold;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 1.8em;
}
#divtext h3 {
  font-size: 0.80em;
  font-weight: bold;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0.25em;
}
#divtext p {
  font-size: 0.75em;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0.85em;
}
#divtext .divquote {
  width: 620px;
  padding-bottom: 32px;
}
#divtext .divquote p.quote {
  font-size: 0.80em;
}
#divtext .divquote p.attribution {
  font-size: 0.70em;
  padding-left: 36px;
}

#divtext p.warning {
  color: #ffff00;
}


/* left column - heading */
#divtext #divleftcolumn {
  float: left;
  width: 180px;
  padding: 0px 0px 40px 18px;
  margin-right: 76px;
}
#divtext #divleftcolumn h1 {
  margin-bottom: 6px;
  line-height: 100%;
}
#divtext #divcentercolumn {
  float: left;
  width: 632px;
}



/* BIO */

body.bio #divtext #divcentercolumn {
  width: 620px;
  padding-right: 18px;
}



/* MUSIC */

body.music #divtext #divcentercolumn {
  width: 638px;
}
body.music #divmusiclist p {
  float: left;
  width: 158px;
  min-height: 97px;
  padding: 0px 46px 20px 104px;
  margin: 0px;
}
body.music #divmusiclist p img {
  float: left;
  margin-left: -104px;
}



/* PROJECTS */

body.projects #divtext #divcentercolumn {
  width: 638px;
}
body.projects #divprojectlist {
  float: left;
  width: 424px;
  border-right: 1px solid #666666;
  margin-right: 18px;
}
body.projects #divprojectlist p {
  float: left;
  width: 100px;
  min-height: 73px;
  padding: 0px 32px 14px 80px;
  margin: 0px;
}
body.projects #divprojectlist p img {
  float: left;
  margin-left: -80px;
}
body.projects #divmoreinfo {
  float: left;
  width: 180px;
}



/* NEWS */

body.news #divtext #divcentercolumn h3 {
  width: 580px;
  padding-right: 58px;
}
body.news #divtext #divcentercolumn p {
  width: 580px;
  padding: 0px 58px 16px 0px;
  border-bottom: 1px solid #666666;
}
body.news #divtext #divcentercolumn h3 span.date {
  display: block;
  float: right;
  padding-left: 40px;
  font-weight: normal;
  font-style: italic;
  font-size: 90%;
}

/* a news story... this is all geared to the Skellig page, so may need to be altered to accommodate other stories */
body.newsstory #divtext #divcentercolumn {
  width: 580px;
  padding-right: 58px;
}
body.newsstory #divtext #divcentercolumn p {
  margin-bottom: 16px;
}
body.newsstory #divtext #divcentercolumn p.sidebar {
  float: right;
  width: 140px;
  padding: 0px 0px 8px 8px;
  font-size: 0.70em;
  line-height: 140%;
  text-align: center;
}
body.newsstory #divtext #divcentercolumn p.sidebar img {
  margin-bottom: 6px;
}




/* VIDEOS */

/* body.videos */ #divvideolist {
  width: 620px;
  padding-right: 18px;
}
/* body.videos */ #divvideolist p {
  min-height: 90px;
  padding: 0px 0px 14px 128px;
  margin: 0px;
}
/* body.videos */ #divvideolist p img {
  float: left;
  margin-left: -128px;
}


/* CONTACT */

body.contact #divtext #divcentercolumn h2 {
  width: 620px;
  padding-right: 18px;
}
body.contact #divtext #divcentercolumn p {
  width: 620px;
  padding: 0px 18px 16px 0px;
  border-bottom: 1px solid #666666;
}

