/*
-----------------------------------------------
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 15px 50%;
  color:#9ab;
  }
#header h1 a {
  color:#9ab;
  }
#header h1 em {
  color:#89a;
  border-color:#789;
  }


/* TitleSlide
----------------------------------------------- */
body#titleslide {
  background:#eed url("nature_bg.jpg") no-repeat 50px 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 20px 50%;
  color:#abc;
  }
#titleslide #header h1 em {
  color:#9ab;
  border-color:#567;
  }


/* 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:2px 2px 2px #123;
  color:#eed;
  }
#presented-by {
  text-shadow:2px 2px 2px #eed;
  }


/* Content
----------------------------------------------- */
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;
  }
.divider {
  border-color:#ccc;
  }
th, td {
  border-bottom-color:#cc9;
  }
td {
  color:#575;
  }
#ex-prev-button {
  background:url("btn_prev.gif") no-repeat;
  text-indent:-1000px;
  width:30px;
  height:60px;
  }


/* Lists
----------------------------------------------- */
li li {
  color:#567;
  }
li em {
  color:#123;
  }
