/* $Revision: 1.4 $

Simple Lingweenie.org Style

*/

body {
  font-family: Optima, Verdana, "Palatino Linotype", Gentium,
    "Arial Unicode MS";
  background: #EEF;
}


#content {
  width: 72%;
  margin-right: 11%;
  margin-left: 11%;
  padding-left: 1ex;
  padding-right: 1ex;
  text-align: justify;
  padding-bottom: 6em;
  align: center;
  color: #000;
  background-color: #FFE;
}

#content h3 {
  font-weight: normal;
  font-size: 15pt;
  line-height: 1.5em;
  margin-top: 3em;
  margin-left: -1ex;
  margin-right: -1ex;
  padding-left: 3ex;
  background-color: #FEC;
}

#content h4 {
  margin-top: 2.25em;
}

#content pre.code {
  border: 1px solid grey;
  background-color: #EEE; 
}

/*
#content a {
  color: #C63633;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content a:visited {
  color: #000;
  text-decoration: underline;
}
*/

#content acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}

#sidebar {
  float: right;
  display: inline;  /* IE: ABRAXAS! IAO SABAOTH! */
  font-size: 11pt;
  width: 14%;
  margin-left: 5px;
  background-color: #CFC;
}

#sidebar a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: black;
  padding-left: 3px;
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 1px;
  margin-top: 1px;
  border: 1px solid grey;
}

#sidebar a:hover {
  background-color: #AAF;
}

/* For my nice grammar charts and tables. */
table.grammar {
    background-color: #f9f9f9;
    border: 1pt solid #c0c0c0;
}

th.grammar, tr.grammar {
    text-align: center;
    background-color: #efefef;
}

/* The combination ķi needs help in some fonts. */
span.legex {
    font-weight: bold;
    letter-spacing: 0.07em;
}