/* news/events section styles for Koch Institute site  */


/* Overview page */

div.news_overview #divtext .divcenterbar {
  width: 796px;
  margin-left: 0px;
}

/* position context for brochure blurb */
#divbrochure {
  position: relative;
  width: 1px;
  height: 1px;
  z-index: 1;
  margin: 0px;
}
#divbrochure h2 {
  position: absolute;
  left: 618px;
  top: 4px;
  width: 156px;
  z-index: 1;
  margin: 0px;
  font-size: 0.70em;
  font-weight: normal;
  line-height: 160%;
}



/* Symposium page */

#divtext div.symposiuminfo {
  position: relative;
  z-index: 1;
  margin-top: 44px;
}

/* symposium theme image */
#divtext div.symposiuminfo p.themeimage {
  float: right;
  margin: 0px 0px 6px 24px;
}
#divtext div.symposiuminfo p.themeimage img {
  border: 1px solid #f36f21;
}

/* symposium info */
#divtext div.symposiuminfo h2 {
  font-size: 0.70em;
  font-weight: normal;
  margin-bottom: 0px;
}
#divtext div.symposiuminfo p.speakers {
  font-size: 0.70em;
}
#divtext div.symposiuminfo p.speakers strong {
  font-weight: normal;
  color: #000000;
}

/* past symposia */
#divtext div.symposiuminfo div.pastsymposialist {
  position: absolute;
  left: 608px;
  top: 0px;
  width: 188px;
  z-index: 1;
}
#divtext div.symposiuminfo div.pastsymposialist h2,
#divtext div.symposiuminfo div.pastsymposialist p {
  margin: 0px 0px 0.80em 0px;
  font-size: 0.70em;
  font-weight: bold;
  line-height: 130%;
}


/* Symposium archive page */

#divtext div.pastsymposiuminfo {
  position: relative;
  z-index: 1;
  margin-top: 0px;
}

/* symposium info */
#divtext div.pastsymposiuminfo h2 {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 150%;
  margin-top: 0.75em;
  margin-bottom: 0px;
}
#divtext div.pastsymposiuminfo p.date {
  margin-bottom: 1.5em;
}

#divtext div.pastsymposiuminfo h3 {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 150%;
  color: #666666;
  margin-top: 0.75em;
  margin-bottom: 0px;
}

/* past symposia */
#divtext div.pastsymposiuminfo div.pastsymposialist {
  position: absolute;
  left: 608px;
  top: 4em;
  width: 188px;
  z-index: 1;
}
#divtext div.pastsymposiuminfo div.pastsymposialist h2,
#divtext div.pastsymposiuminfo div.pastsymposialist p {
  margin: 0px 0px 0.80em 0px;
  font-size: 0.70em;
  font-weight: bold;
  line-height: 130%;
}
