html {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  margin: 0px;
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
}

.sidebar ul {
  list-style-type: none;
  padding: 6px;
  margin: 0px;
}

.sidebar span.selflink {
  color: #2020ff; 
}

.sidebar span.selflink:before {
  content: "> ";
}

.sidebar span.selflink:after {
  content: " <";
}

#comments, #content {
  text-align: justify;
  line-height: 1.5em;
  margin: 8px;
  margin-left: 16ex;
}

.sidebar {
  text-align: center;
  margin: 0px;
  padding: 8px;
  width: 14ex;
  float: left;
  border: none;
}

div.header, #pageinfo {
  margin: 8px;
}

div.pageheader {
  border-top: 1px solid #0080ff;
  border-bottom: 1px solid #0080ff;
  position: relative;
  width: 100%;
  top: 0px;
}

span.parentlinks {
  color: #80c0ff; 
}

div.pageheader .title {
  color: #4080ff; 
}

div.pageheader .actions {
  text-align: right;
  font-size: 50%;
}

#footer {
  margin: inherit;
  position: relative;
  width: 100%;
  bottom: 0px;
  border-top: 1px solid #0080ff;
  background-color: #f2f6ff;
  color: #4080ff;
  font-size: 85%;
  text-align: right;
}

#pageinfo {
	border-top: none;
}

pre {
  border: 1px dotted #d7d7d7;
  background-color: #ffffdd;
  margin: 1em 0;
  padding: .3em;
  overflow: auto
}

/* Borrowed from bluehaze */
h1, h2, h3, q 
{ /* Text Color: */  color: #4080ff; }

h1, q
{ /* Border Color: */  border-color: #0080ff; }

div.pageheader
{ /* Background Color (darker): */  background-color: #e8f0ff; }

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  background-color: #fafcff;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

#content p {
  padding-bottom: 2ex;
}

a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4080ff;
  border-bottom-color: #4080ff;
}

div.pageheader a {
  border-bottom: none;
}

a:hover {
  border-bottom: none;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

img {
  border: none;
}

div.pagecloud {
  margin: 8px;
}


