/* the pre markup was derived from rubyStyle.css, the rest is from previous
iterations of my website http://repose.cx/. help yourself to bits you like. */

body {
 font: 13px/1.2 sans-serif;
 background:#fff;
 padding:15%;
 padding-top:2%;
 margin:0px;
 text-align:justify;
}

a {
 text-decoration:none;
/* font-weight:bold; */
 color:darkslateblue;
}

a:hover {
 background:#fff;
 color:#a00;
}

h1 a {
 color:#666;
}

h2 a {
 color:#666;
}

h3 a {
 color:#666;
}

h4 a {
 color:#666;
}

h1 {
 font-size: 22px;
 color:#666;
 border-bottom: 2px solid #666;
 padding: 2px;
 margin: 0px;
 margin-bottom: 15px;
 margin-top: 15px;
}

h2 {
 color:#666;
 font-size: 16px;
 padding: 2px;
 margin-top: 15px;
 margin-bottom: 10px;
 border-bottom: 1px solid #666;
}

h3 {
 color:#666;
 font-size: 14px;
 padding: 2px;
 margin-top: 15px;
 border-bottom: 1px dashed #666;
 margin-bottom: 10px;
}

h4 {
 color:#666;
 font-size: 14px;
 padding: 2px;
 margin-top: 5px;
}

img {
    /* float: right; */
    margin: 10px;
    border-style:none;
    border-width:0px;
}

#im {
    clear: right;
}

pre {
    border: #777777 1px solid;
    padding: 0.5em;
    margin-left: 1em;
    margin-right: 2em;
    white-space: pre;
    background-color: #e6e6e6;
    color: black;
}

td, tr {
    border: #777777 0px solid;
    margin-left: 0em;
    margin-right: 0em;
    color: black;
    text-align: justify;
    font-size: 13px;
}

table {
    border: #eee 1px solid;
    background: #f3f3f3;
    width: 100%;
    margin-left: 0em;
    margin-right: 0em;
    color: black;
    text-align: justify;
}

.verse {
    white-space: pre;
    margin-left: 1em;
}

dt {
     font-weight: bold;
}

li {
     margin-bottom: 0.9ex;
}

/* tekuti stuff */
#navbar
{
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  position: fixed;
  float: left;
  top: 10%;
  left: 1%;
  width: 150px;
  padding: 10px;
  border-right: 2px solid #888888;
  line-height: 25px;
}

#navbar h2
{
  border-bottom: none;
}

#menu
{
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  position: fixed;
  float: right;
  top: 10%;
  right: 1%;
  width: 220px;
  padding: 10px;
  border-left: 2px solid #888888;
  line-height: 25px;
}

#menu h2
{
  font: normal small "Bitstream Vera Sans", Verdana, sans-serif;
  font-weight: bold;
  border-bottom: none;
}

#menu a
{
  color: #202449;
  text-decoration: none;
}

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

#menu ul 
{
  list-style-type: none;
  margin: 0;
  padding-left: 3px;
  text-transform: lowercase;
  font: normal small "Bitstream Vera Sans", Verdana, sans-serif;
}

#menu ul ul {
  font-variant: normal;
  font-weight: normal;
  line-height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#menu ul ul li {
  border: 0;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 12px;
}

img.alignleft {
    float: left;
    margin: 4px;
    padding-right: 1em;
}

img.alignright {
    float: right;
    margin: 4px;
    padding-left: 1em;
}

