/* slidy.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;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, sans-serif;  font-size: 14pt;
}

.hidden   { display: none;  /* pm: versus: visibility: hidden */ }

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: 60%;  color: red;  background: #5C4DC4;
}
div.background {  display: none; }
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: 0;  padding-bottom: 0;  padding-left: 20px;  padding-right: 20px;
  border-width: 0;  top: 0;  bottom: 0;  left: 0;  right: 0;  line-height: 120%;
  background-color: transparent;
}
/* this rule is hidden from IE 6 and below which don't support the "+" selector */
div.slide + div[class].slide { page-break-before: always;}
div.slide h1 
{ padding-left: 0;  padding-right: 20pt;  padding-top: 4pt;  padding-bottom: 4pt;
  margin-top: 0;  margin-left: 0;  margin-right: 60pt;  margin-bottom: 0.5em;
  display: block;   font-size: 160%;  line-height: 1.2em;
  background: transparent;
}

pre 
{ font-size: 90%; font-weight: bold; line-height: 120%;
  padding-top: 0.2em; padding-bottom: 0.2em; padding-left: 1em; padding-right: 1em;
  border-style: solid; border-left-width: 1em; border-top-width: thin;
  border-right-width: thin; border-bottom-width: thin;
  border-color: #5C4DC4; color: #00428C; background-color: #E4E5E7;
}
li pre { margin-left: 0; }
@media print { div.slide pre { font-size: 80%; padding-left: 0.5em; } }

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: navy }
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}


div dt { margin-left: 0;  margin-top: 1em;  margin-bottom: 0.5em;  font-weight: bold; }
div dd { margin-left: 2em;  margin-bottom: 0.5em; }
p,pre,ul,ol,blockquote,h2,h3,h4,h5,h6,dl,table { margin-left: 1em;  margin-right: 1em; }
p.subhead { font-weight: bold; margin-top: 2em; }
p.smaller { font-size: smaller }
td,th { padding: 0.2em;  font-size: 100%; }




ul { /*pm: overridden by w3c-blue2.css anyway*/  list-style-type: square;
     margin: 0.5em 1.5em 0.5em 1.5em;  padding: 0; vertical-align: top; }
ol {                           margin: 0.5em 1.5em 0.5em 1.5em;  padding: 0; }
ul ul { list-style-type: disc; }
ul ul ul { list-style-type: circle; }
ul ul ul ul { list-style-type: circle; } 

li { margin-left: 0.5em;  margin-top: 0.5em; }
li p { /*pm: my addition */ margin-left: 0.1em; white-space:pre; }

ul li { /* list-style: none;*/  margin: 0.1em 0em 0.6em 0;  padding: 0 0 0 0; 
        background-color: red;  line-height: 140%; }
ol li { margin: 0.1em 0em 0.6em 1.5em;  padding: 0 0 0 0px;  line-height: 140%; }

   li li { /*pm: with "ul" in front, ol ul has a blue square and not in the right place */
           /*pm: font-size: 85%;   font-style: italic; */ background: transparent;  padding: 0 0 0 0;
           list-style-type: disc; /* pm: curiously necessary HERE for having ul li li bullets */ }
   li li li { /*pm:  font-size: 85%;  font-style: normal; */
              list-style-type: circle;  /* pm: otherwise, disc bullets inherited, even instead inner ol bullets */
              background: transparent;  padding: 0 0 0 0; /* pm: useless: }
ul li li li li { list-style-type: circle;  background: transparent;  padding: 0 0 0 0; */ }


/* setting class="outline on ol or ul makes it behave as an
 ouline list where blocklevel content in li elements is
 hidden by default and can be expanded or collapsed with
 mouse click. Set class="expand" on li to override default */
ol.outline li:hover { cursor: pointer }
ol.outline li.nofold:hover { cursor: default }
ul.outline li:hover { cursor: pointer }
ul.outline li.nofold:hover { cursor: default }
ol.outline { list-style:decimal; }
ol.outline ol { list-style-type:lower-alpha }
ol.outline li.nofold {  padding: 0 0 0 20px;
  background: transparent url(nofold-dim.bmp) no-repeat 0px 0.5em; }
ol.outline li.unfolded {  padding: 0 0 0 20px;
  background: transparent url(fold-dim.bmp) no-repeat 0px 0.5em; }
ol.outline li.folded {  padding: 0 0 0 20px;
  background: transparent url(unfold-dim.bmp) no-repeat 0px 0.5em; }
ol.outline li.unfolded:hover { padding: 0 0 0 20px;
  background: transparent url(fold.bmp) no-repeat 0px 0.5em; }
ol.outline li.folded:hover { padding: 0 0 0 20px;
  background: transparent url(unfold.bmp) no-repeat 0px 0.5em; }
ul.outline li.nofold {  padding: 0 0 0 20px;
  background: transparent url(nofold-dim.bmp) no-repeat 0px 0.5em; }
ul.outline li.unfolded { padding: 0 0 0 20px;
  background: transparent url(fold-dim.bmp) no-repeat 0px 0.5em; }
ul.outline li.folded {  padding: 0 0 0 20px;
  background: transparent url(unfold-dim.bmp) no-repeat 0px 0.5em; }
ul.outline li.unfolded:hover {  padding: 0 0 0 20px;
  background: transparent url(fold.bmp) no-repeat 0px 0.5em; }
ul.outline li.folded:hover {  padding: 0 0 0 20px;
  background: transparent url(unfold.bmp) no-repeat 0px 0.5em; }

