/*
  show.css
  Copyright (c) 2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
  W3C liability, trademark, document use and software licensing
  rules apply, see:
  http://www.w3.org/Consortium/Legal/copyright-documents
  http://www.w3.org/Consortium/Legal/copyright-software
 */
body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    color: black;
    background-color: white;
    
}

div.toolbar
{
    float: right;
    text-align: right;
    position: fixed;
    z-index: 200;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1em 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.5em;
    font-size: 60%;
    color: white;
    background: #527AE6;
}

div#toolbarCenter
{
    text-align: center;
}

div#toolbarLeft
{
    float:left;
    text-align: left;
}

div#toolbarRight
{
    float:right;
    text-align: right;
    color:silver;
}

div#toolbarCenter a:hover
{
    background-color:white
}

div#toolbarCenter a:link, div#toolbarCenter a:visited
{
    color: silver;
}

div#slideCounter
{
    display: none;
}

div#copyright
{
    color:white;
}

div.background
{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

div.handout
{
    margin-left: 20px;
    margin-right: 20px;
}

div.slide.titlepage
{
    text-align: center;
}

div.slide.titlepage.h1
{
    padding-top: 40%;
}

div.slide
{
    z-index: 20;
    margin: 0 0 0 0;
    padding-top: 1em;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    border-width: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:600px;
    line-height: 120%;
    background-color: transparent;
    font-family: Georgia, serif;
    font-size: 18pt;
}

div.slide h1,
div.slide h3,
div.slide h4,
div.slide h5,
div.slide h6
{
    font-family: Helvetica, sans-serif;
    color: #527ae6;
}
div.slide h1
{
    padding-left: 0;
    padding-right: 20pt;
    padding-top: 4pt;
    padding-bottom: 4pt;
    margin-top: 2em;
    margin-left: 0;
    margin-right: 60pt;
    margin-bottom: 0.5em;
    display: block;
    font-size: 140%;
    line-height: 1.3em;
    background: transparent;
}

pre
{
    color: rgb(0,128,0);
    font-size: 80%;
    font-weight: bold;
    line-height: 120%;
}

blockquote
{
    font-style: italic
}

img
{
    background-color: transparent
}

p.copyright
{
    font-size: smaller
}

.center
{
    text-align: center
}

.footnote
{
    font-size: smaller;
    margin-left: 2em;
}

a img
{
    border-width: 0;
    border-style: none
}

a:visited
{
    color: navy
}

a:link
{
    color: blue
}

a:hover
{
    color: red;
    text-decoration: underline
}

a:active
{
    color: red;
    text-decoration: underline
}

a
{
    text-decoration: none
}

.navbar a:link
{
    color: white
}

.navbar a:visited
{
    color: yellow
}

.navbar a:active
{
    color: red
}

.navbar a:hover
{
    color: red
}

ul
{
    list-style-type: square;
}

ul ul
{
    list-style-type: disc;
}

ul ul ul
{
    list-style-type: circle;
}

ul ul ul ul
{
    list-style-type: disc;
}

li
{
    margin-left: 0.5em;
    margin-top: 0.5em;
}

li li
{
    font-size: 85%;
    font-style: normal
}

li li li
{
    font-size: 85%;
    font-style: normal
}

div dt
{
    margin-left: 0;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

div dd
{
    margin-left: 2em;
    margin-bottom: 0.5em;
}

.comment
{
    color: grey;
    background-color: silver;
}

.talk
{
    color: blue;
    font-size: 10pt;
}

.todo
{
    color: red;
    font-size: 10pt;
}

.demo
{
    background-color:linen;
}

.additionalInfoRef
{
    display: none;
    position: fixed;
    bottom: 1em;
    right: 1em;
}

.chapterTitle h1
{
    position:relative;
    top:35%;
}

#ferdinandsphoto
{
    float:left;
    margin-right: 2em;
    width: 30%;
    z-index: 0;
}

.clearBoth
{
    clear:both
}

.screenshots
{
    width: 60%;
}

.skinShots
{
    width: 50%;
}

#forrestProcessing
{
    height: 70%;
}

#headline{
clear:both;

}

#head-logo
{
   float:right;
   padding: 1em;
}
/*
  #head-logo-left{
  float: left;
  position:absolute;
  top: 0; left: 0;
  z-index: 0;
  }
 */
/*
  #head-logo-right{
  float: right;
  position:absolute;
  top: 0; right: 0;
  z-index: 1;
  }
 */

#FirstButton,#NextButton,#PrevButton,#HelpButton
{
    background-color:#D4D0C8;
    padding: 2px 4px 2px 4px;
    border: outset 1px;
    text-decoration: none;
    color: black;
    margin-right: 1px;
    cursor: pointer;
    font-size: 10px;
}

#buttons
{
    margin: 0 0 0 0;
    float: right;
}
