/* $Id: isnm.css 206 2006-12-07 04:03:17Z dret $ */

body
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  color: #000000;
  background-color: #ffffff;
  font-family: arial, verdana, helvetica, sans-serif;
}

/* Toolbar is the "help? contents? restart?" area below the footer */
/* Note, some toolbar styles are overwritten from within slidy.js */
div.toolbar {
  position: fixed; z-index: 200;
  top: auto; bottom: 0; left: 0; right: 0;
  height: 1.2em; text-align: right;
  padding-left: 1em;
  padding-right: 1em; 
  font-size: 50%;
  color: #000000; 
  background-color:  #D0D0F0;
}

div.slide {
  z-index: 20;
  margin: 0;
  padding: 0;
  border-width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 120%; 
    width:  100%;
    height:  100%;
  background-color: transparent;
}

/* Content Page Background */

div.background {
  z-index: 1;
    margin: 0;
  padding: 0;
    position: absolute;
  bottom: 0;
  right: 0;
    background-image:  url("circles.gif");
    background-repeat:  no-repeat;
    background-position:  bottom right;
    background-color:  #ffffff;
    width:  283px;
    height:  311px;
}

/* Header Style */

div.slide h1 {
    font-size: 160%;
    background-color:  #9090F0;
    border-bottom:  5px #5050F0 solid;
    padding:  0.8em;
    margin: 0;
    color:  #ffffff;
}

/* Overrides slidy.css second bullet italic style */
li li, li ul li { 
  font-style: normal;
}

/* Overrides some slidy.css bullet styles */
ul li, ol li {
  margin: 0.1em 0em 0.5em 1.5em;
}

/* Makes default li a blue square */
ul li {
  list-style: square url(bullet.gif);
}

/* Makes subsequent li's standard shapes */
li li 
{
  list-style: disc none;
}

li li li { 
  list-style: circle none;
}

li li li li {
  list-style: disc none;
}

pre { white-space: pre-wrap ; white-space: -moz-pre-wrap ; white-space: -pre-wrap ; white-space: -o-pre-wrap; word-wrap: break-word ; }

blockquote { margin : 3% ; padding : 3% ; border : 5px #5173B6 double ; }
.quotenote { text-align : right ; margin-right : 3% ; }

/* Cover Page Styles */

div.slide.cover {
    background-image:  url("backgrounds/rotator");
    background-repeat:  no-repeat;
    background-position:  bottom right;
    background-color:  #ffffff;
}

div.slide.cover h1 {
  font-size: 180%;
    background-color:  #D0D0F0;
    border-bottom:  5px #A0A0F0 solid;
    padding:  1.5em 1em 1.5em 15%;
    margin: 0;
    color:  #000000;
}

div.slide.cover h2 , div.slide.cover h3 , div.slide.cover h4 , div.slide.cover h5 , div.slide.cover h6  {
    padding-left: 15%;
    margin-left: 0;
}

div.slide.cover a {
}

a:hover, a:active {
  background-color :  #E0E0E0;
  color : black;
  text-decoration : none;
}

div.cover p.explanation {
  font-style: italic;
  margin-top: 3em;
}

/* for Bert as an ardent user of the old W3C slidemaker tool */

div.comment { display: none; visibility: hidden }

@media print { div.comment { display: block; visibility: visible } }

