/*
** General Page Settings
*/

/*
** Page margins, invoked once per page
*/
#margindiv
{
  width: 85%;
  margin: 0 auto;
}

/*
** Structurally, the selected page category should be h1, but I don't want to
** show it to visual visitors, as it's already there in the menu bar. So shove
** it off to the side.
*/
.silent_h1 h1
{
  color: rgb(0%,40%,0%);
  background-color: white;
  position: absolute;
  left: -1600px;
  top: -1600px;
}

/*
** The titlebar with the site name is also a link to the main page, but 
** shouldn't look like one.
*/
.titlebar
{
  text-align: center;
  font-style: italic;
  font-variant: small-caps;
  font-weight: bold;font-size: 2em;
  font-family: sans-serif;
  line-height: 1em;
  margin-top: 0ex;
  margin-bottom: 0.1em;
}

.titlebar a
{
  text-decoration: none;
  color: rgb(0%,40%,0%);
  background-color: white;
}

.titlebar a:visited
{
  color: rgb(0%,40%,0%);
  background-color: white;
}
.titlebar a:hover
{
  text-decoration: none;
  color: rgb(0%,40%,0%);
  background-color: white;
}

body, textarea
{
  font-family: sans-serif;
  background-color: white;
  color: rgb(15%,15%,15%);
}

h1, h2, h3 
{
  color: rgb(0%,40%,0%);
  background-color: white;
}

h2
{
  text-align: center;
}

img
{
  border: none;
}

a
{
  color: rgb(0%,40%,0%);
  background-color: white;
  text-decoration:none;
}

a:visited
{
  color: rgb(30%,40%,30%);
  background-color: white;
}

a:hover
{
  text-decoration: underline;
}

blockquote 
{
  margin: 1ex 1em;
  padding: 0;
  font-weight: bolder;
}

.NoCSS
{
  display: none;
}

.tighttable p
{
  padding: none;
  margin-top: 0ex;
  margin-bottom: 0ex;
}

.code 
{
  color: rgb(30%,30%,100%);
  font-weight: bolder;
  font-family: monospace;
  font-size: 90%;
}

.code_comment
{
  color: rgb(30%,30%,100%);
  font-weight: normal;
  font-family: monospace;
  font-size: 90%;
}

.drabble_navigation
{
  text-align: center;
  font-weight: bolder;
}

/*
** Link from index pages to the actual documents
*/
.doclink
{
  color: rgb(0%,40%,0%);
  background-color: white;
  margin-bottom: 0ex;
  font-weight: bold;
  font-size: 110%;
}

.copyright
{
  text-align: center;
  margin-top: 0ex;
  font-size: 75%;
}

.comment_head
{
  font-weight: bolder;
  text-align: center;
}

.small
{
  margin-top: 0ex;
  margin-bottom: 0ex;
  font-size: 75%;
}

.vignette
{
  margin-top: 0ex;
  margin-bottom: 0;
}

.categories
{
  margin: 1ex;
  vertical-align: baseline;
}

.category 
{
  display: inline;
  margin: 1px;
  padding: 1px;

  color: rgb(0%,0%,50%);
  font-size: 75%;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0%,0%,50%);
  background-color: rgb(80%,80%,100%);
}

/* skip menu */
#skip-menu 
{
  position: absolute;
  left: -1600px;
  top: -1600px;
}

#skip-menu a:active, #skip-menu a:focus 
{
  position: absolute;
  top: 1610px;
  left: 1610px;
  width:8em;
  padding: 0.2em 0.5em;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
  font-size:80%;
  background:#EFFFEF;
  color: #000;
  border: 1px solid rgb(0%, 40%, 0%);
}

/*
** Menus
*/

.menu {
  display:table;
  padding:0;
  margin:0 auto;
  list-style-type:none;
  white-space:nowrap;
  font-family: sans-serif; 
  font-weight: bold;   
  font-size: 100%; 
  border-bottom:1px solid rgb(0%, 40%, 0%);
  border-top:1px solid rgb(0%, 40%, 0%);
  }
.menu li {
  display:table-cell;
  }
* html .menu li {
  float:left;
  }
.menu a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:white;
  background:rgb(0%,40%,0%);
  border-right:1px solid white;
  text-decoration:none;
  }
* html .menu a {
  float:left;
  }
.menu a:hover {
  color: white;
  background:rgb(10%, 50%, 10%);
  text-decoration:none;
  }
.menu a:link {
  color: white;
  background:rgb(0%, 40%, 0%);
  }
.menu a:active {
  color: white;
  background:rgb(0%, 40%, 0%);
  }
/* IE6 shows an ordinary visited link if this isn't included.*/
.menu a:visited {
  color: white;
  background:rgb(0%, 40%, 0%);
  }
.leftmenu {
  border-left:1px solid #fff;
}

.selmenu {
  display:table;
  padding:0;
  margin:0 auto;
  list-style-type:none;
  white-space:nowrap;
  border-left:1px solid #fff;
  }
.selmenu li {
  display:table-cell;
  }
* html .selmenu li {
  float:left;
  }
.selmenu a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:rgb(0%,40%,0%);
  background:white;
  border-right:1px solid #fff;
  text-decoration:none;
  }
* html .selmenu a {
  float:left;
  }
.selmenu a:hover {
  color:rgb(10%,50%,10%);
  background:white;
  }
.selmenu a:visited {
  color:rgb(0%,40%,0%);
  background:white;
  }
.selmenu a:link {
  color:rgb(0%,40%,0%);
  background:white;
  }
.selmenu a:active {
  color:rgb(0%,40%,0%);
  background:white;
  }
  
div#nav{
	color: white;
	background:rgb(0%,40%,0%);
	text-align:center;
}

.container {clear:both; text-decoration:none;display:inline; }
* html .container {display:inline-block;}

.datestamp {
    font-size: 14px;
    margin: 0px 0px 0px 11px;
    color: #adadad;
    font-variant: small-caps;
    letter-spacing: 1px;
    background-color: transparent;
    border-bottom: #d8d7d7 2px dashed;
    padding: 0px 4px 0px 0px;
    text-align: center;
}

#comments {
    padding-top: 24px;
}

#comments .head {
    font-family: sans-serif;
    font-size: 24px;
    color: rgb(0%,40%,0%);
    letter-spacing: 2px;
    text-align: center;
}

#comments .comment, #preview {
    padding: 0px 38px 0px 22px;
    line-height: 20px;
}

#preview {
    border-width: 0;
    border-style: none;
    visibility: hidden;
}

#comments .commentDate, #comments .commentMail, #comments .commentAddr {
    font-size: 12px;
    color: #adadad;
    display: inline;
    font-variant: small-caps;
    letter-spacing: 1px;
    text-transform: lowercase;
    padding-left: 6px;
}

#comments .commentName {
    font-size: 12px;
    color: rgb(0%,40%,0%);
    display: inline;
    font-variant: small-caps;
    font-weight: bold;
}

#comments .commentMail {
    font-weight: normal;
}

#comments .commentText, #preview .commentText {
    margin-left: 6px;
}

#input {
    padding-top: 8px;
    font-weight: normal;
}

#input form {
    margin: 0px;
    padding-left: 20px;
    text-align: center;
}

#input input.text, #input .text {
    font-size: 12px;
    color: #000000;
    font-family: sans-serif;
}

#input .text {
    font-weight: normal;
}

#input div.text {
    width: 100%;
}

#input input.text, #input textarea.text {
    font-weight: normal;
    border: 1px solid #d8d7d7;
    padding: 2px;
}

#input input.text {
    width: 160px;
    margin-top: 2px;
}

#input textarea {
    margin-top: 0px;
    margin-bottom: 4px;
}

#input input.button {
    border: #838181 1px solid;
    width: 64px;
    height: 20px;
    background-image: url('i/button.png');
    color: #7b7b7b;
    font-size: 12px;
    font-variant: small-caps;
    font-family: sans-serif;
    padding-bottom: 3px;
    margin: 10px;
}

#commentLength {
    font-weight: normal;
}
