/*
-----------------------------------------------
presentation screen style v2
author:   douglas bowman
version:  5 May 2004
----------------------------------------------- */


body {
  background:#eed;
  color:#123;
  }
a {
  color:#359;
  }
a:hover {
  color:#963;
  }


/* Header
----------------------------------------------- */
#header {
  background:url("fauxcol.gif") repeat-y 0 0;
  border-color:#eed;
  }
#header:before {
  content:url("divide_top.gif");
  }
#header:after {
  content:url("divide_bot.gif");
  }
#header h1 {
  background:#567 url("star.gif") no-repeat 12px 50%;
  color:#9ab;
  }
#header h1 a {
  color:#9ab;
  }
#header h1 em {
  color:#9ab;
  border-color:#789;
  }


/* TitleSlide
----------------------------------------------- */
body.titleslide {
  background:#eed url("nature_bgnz.jpg") no-repeat 50px 0;
  }
.titleslide #header {
  background:url("fauxcol.gif") repeat-y 0 0;
  }
.titleslide #header:before {
  content:url("divide_top_title.gif");
  }
.titleslide #header:after {
  content:url("divide_bot_title.gif");
  }
.titleslide #header h1 {
  background:#234 url("star_title.gif") no-repeat 16px 50%;
  color:#abc;
  }
.titleslide #header h1 em {
  color:#9ab;
  border-color:#567;
  }
.titleslide h2 {
  color:#fff;
  text-shadow:2px 2px 1px #246;
  }

/* Navigation
----------------------------------------------- */
#index a {
  background:url("icon_pg.gif") no-repeat 3px 55%;
  }
#prev a {
  background:url("btn_prev.gif") no-repeat 0 0;
  }
#next a {
  background:url("btn_next.gif") no-repeat 0 0;
  }
#theme1 a {
  background:url("btn_theme.gif") no-repeat;
  }
#theme2 a {
  background:url("btn_theme_light.gif") no-repeat;
  }
#pageno {
  color:#C2A385;
  }


/* Meta Info
----------------------------------------------- */
#date {
  text-shadow:none;
  color:#468;
  }
#presented-by {
  text-shadow:2px 2px 2px #eed;
  border-color:#7B9FAD;
  color:#234;
  }
#event {
  color:#579;
  }


/* Content
----------------------------------------------- */
#content strong {
  color:#000;
  }
h2 {
  color:#963;
  }
h3 {
  color:#464;
  border-color:#886;
  }
h4 {
  color:#963;
  }
.left img, .right img, p.img img {
  border-color:#bba;
  }
p.fullimg img {
  border-color:#bba;
  }
.past {
  color:#567;
  }
.codeblock {
  background:#ddb;
  border-color:#aa8;
  }
code {
  color:#464;
  }
code strong {
  background:#fff;
  color:#c30;
  }
p strong {
  color:#000;
  }
p.description strong, p.desc strong {
  color:#920;
  }
p.foot {
  border-color:#bb8;
  }
.divider {
  border-color:#ccc;
  }
th, td {
  border-bottom-color:#cc9;
  }
td {
  color:#575;
  }
td strong {
  color:#333;
  }

#ex-prev-button {
  background:url("btn_prev.gif") no-repeat;
  text-indent:-1000px;
  width:30px;
  height:60px;
  }


/* Lists
----------------------------------------------- */
ul li {
  background-image:url("bullet_light.gif");  
  }
li li {
  color:#567;
  }
li em {
  color:#123;
  }


/* Footer
----------------------------------------------- */
#footer p {
  border-color:#bb8;
  color:#886;
  }