
@import "print.css";

#footer > #olderbrowsers
{
  display: none;
}

.inline .skipNavigation,
.skipNavigation {
  display: none;
}

#email h2 {
  display: none;
}

/*
URL to custom draft pic
div.draft {
  background-image: url('');
}
*/

@media screen, projection {

/*
inspired by
http://www.craphound.com/down/Cory_Doctorow_-_Down_and_Out_in_the_Magic_Kingdom.htm
*/
/*
not really good yet ...
check with 800X600 after each change
child selectors to hide from IE6-
*/

* > #tocunit {
  left: 0.5em;
  top: 2em;
  padding: 0.5em;
  /*
  padding: 0;
  */
  background-color: white;
  border: 1px solid black;
  position: fixed;
  /*
  width: 9.1em;
  width: 10.2em;
  */
  width: 9.1em;
  display: inherit;
}

* > #all {
  margin-bottom: 50em;
  /*
  margin-left: 8.8em;
  margin-left: 9.9em;
  */
  margin-left: 9.4em;
  /*
  width: 39em;
  */
  width: auto;
  /*
  max-width: 39em;
  */
  max-width: 43em;
  margin-right: 0.5em;
}

#tocunit ul > li {
  display: list-item;
  list-style-type: none;
  /*
  margin-left: 1em;
  border-top: 1px solid black;
  padding: 0.25em 0.5em;
  */
  padding: 0.25em 0em;
}

/*
#tocunit #toc {
  display: block;
  padding: 0.25em 0.5em;
}
*/


/*
#tocunit ul > li .ListItemComma {
*/
#tocunit ul li .ListItemComma {
  display: none;
}

body {
  font-size: 0.9em;
}

* > .toclinkContainer {
  display: none;
}

#tocunit > ul > li.skipNavigation {
  display: none;
}

* > h1 {
  padding-top: 0.5em;
}

h1 > a,
h2 > a {
  padding-top: 0.3em;
}

.toplevel.section > .title,
.sect1 > .title {
}

/*
* {
  border: 1px solid black;
}
*/

}


