/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

body {
  background: #fffff5;
  color: #333;
  font-family: verdana, helvetica, sans-serif;
  line-height: 1.2; }

body {
  margin-right: 1em;
  padding-right: 0;
  border: 0;
}

div.navcol {
  background: #ccf0b0;
}

div.navcol p {
  margin-top: 0px
}

a.navcollink, span.navcollink, a.two-column-selector, a.single-column-selector {
  font-size: medium;
  background-color: lightblue; 
  text-indent: 0;
  text-align: left;
  border: 2px solid;
  border-color: #AAA #666 #666 #AAA;
  list-style: none
}		/* Remove triangle from H2 */

div.navcol hr {			/* Hide the HR inside the menu */
  display: none }

div.navcol li {
  display: block;
  font-size: medium;
  text-indent: 0;
  text-align: left;
  border: 2px solid;
  border-color: #AAA #666 #666 #AAA;
  list-style: none }		/* Remove triangle from H2 */
div.navbar > ul {
  margin: 0;
  padding: 0 }
div#Menu p.navhead {
  font-weight: bold }

div.navcol ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

div.navcol li { margin: 0 ; }
div.navbar ul ul, div.navcol ul ul { margin-left: 0.6em; }

div.navbar li { background-color: lightblue; }
div.navbar a
{
  /*padding: 2px 4px;*/
}

div.navcol a {  text-decoration: none; }
/* The following is redundant, but is needed for IE 6.0. */
div.navheader ul a {  text-decoration: none; }

div.navcol a:hover
{
color: #fff;
background-color: #69C;
}

div.navheader table, div.navheader tr, div.navheader th { 
  display: block;
}

div.navheader td { 
  display: block;
}

div.navheader  { 
  margin: 2ex 0;
  background-color: lightblue;
 }
div.navheader {  border: 2px red }
div.navheader a { 
  display: block;
  text-decoration: underline;
 }
span.kawa-input { background-color: #FFFFD0 } /* a pale yellow */
span.kawa-prompt { background-color: #E0FFE0 } /* a pale green */
