body, html
{
  height: 100%;
}

body
{
  background: url(/gfx/body-bg.gif);
  font-family: Trebuchet MS, Verdana, sans;
  font-size: 84%;
}

a
{
  color: #900000;
  text-decoration: none;
}

a:hover
{
  color: #000;
}

#sidebar a
{
  border: solid 1px #fff;
  color: #900000;
  text-decoration: none;
}

#sidebar a:hover
{
  background: #f9f9f9;
  border: solid 1px #f0f0f0;
  color: #333;
}

h1, h2, h3, h4, h5, p, body, #sidebar ul
{
  font-family: Trebuchet MS, Verdana, sans;
  margin: 0;
  padding: 0;
}

h1
{
  color: #900000;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
}

h2
{
  color: #222;
  font-size: 12px;
  font-weight: bold;
}

hr
{
  border: 0;
  border-bottom: solid 1px #333;
}

pre, p, .code
{
  font-size: 12px;
}

p, ol, ul
{
  color: #151515;
  line-height: 160%;
  margin: 0;
  padding: 0;
  margin-top: 0.4em;
  margin-bottom: 1.0em;
  text-align: justify;
}

.commentlink a
{
  background: #f9f9f9;
  border: solid 1px #f0f0f0;
  color: #333;
  padding: 1px 5px;
  font-family: Verdana, sans;
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
}

.commentlink a:hover
{
  background: #900000;
  border: solid 1px #700000;
  color: #f5f5f5;
}

pre
{
  background: #fafafa;
  border: solid 1px #bbb;
  border-left: solid 3px #8a2323;
  font-size: 11px;
  font-family: Consolas, Courier New, Courier, serif;
  padding: 3px;
}

input, textarea
{
  font-family: Trebuchet MS, Verdana, Helvetica, sans;
  font-size: 1.0em;
}

textarea
{
  background: #f5f5f5;
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  border-right: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  width: 100%;
}

#shadows, #main
{
  margin-left: auto;
  margin-right: auto;
}  

#shadows
{
  background: url(/gfx/shadows.gif) repeat-y;
  width: 722px;
}

#main
{
  background: #fff url(/gfx/main-bg.gif) left repeat-y;
  display: block;
  width: 700px;
}

#main img
{
  border: solid 1px #f0f0f0;
}

#navigation
{
  font-size: 0.9em;
  margin-bottom: 20px;
}

#logo
{
  background: url(/gfx/logo-shadow.gif);
  height: 252px;
  margin-bottom: 10px;
}

#logo img
{
  border: 0;
}

#sidebar
{
  float: left;
  padding-left: 8px;
  margin-top: 5px;
  width: 140px;
}

#sidebar h3
{
  color: #900000;
  font-family: "Lucida Grande", Trebuchet MS, Verdana, sans;
  font-size: 15px;
  font-weight: normal;
  padding-left: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#sidebar ul
{
  list-style: none;
  margin-bottom: 20px;
}

#sidebar li
{
  color: #333;
  font-family: Candara, Arial, sans;
  font-size: 0.9em;
  padding: 1px 10px;
  text-transform: capitalize;
}

#sidebar li a
{
  color: #333;
}

#sidebar li a:hover
{
  color: #000;
}

#sidebar a:hover
{
  color: #000;
}

#content

{
  margin-left: 150px;
  width: 530px;
}

#content ul, #content ol
{
  color: #151515;
  font-size: 0.9em;
  margin-left: 15px;
}

#content li
{
  padding-bottom: 5px;
}

.comments
{
  border-bottom: dotted 1px #333;
  margin-bottom: 1.3em;
}

.comment
{
  margin-bottom: 1.8em;
}

.entry
{
  border-bottom: dotted 1px #333;
  padding-bottom: 1.4em;
  margin-bottom: 1.3em;
}

.entry .bottom-line
{
display: block;
font-size: 0.9em;
}

.comments p
{
  margin-top: 0.1em;
}

#footer
{
  background: #222;
  clear: both;
  color: #f0f0f0;
  text-align: center;
  font-size: 0.8em;
  padding-top: 3px;
  padding-bottom: 5px;
}

.function-name 
{
  color: #008e0d;
}

.comment 
{
  color: #b22222;
}

.constant 
{
  color: #008e0d;
}

.keyword 
{
  color: #8a2323;
}

.string 
{
  color: #1f54ff;
}

.type 
{
  color: #228b22;
}

.variable-name 
{
  color: #d45a00;
}

.ad
{
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  width: 600px;
  text-align: center;
}

.ad-vert
{
  margin-top: 10px;
}

hr {
  border: 0;
  border-bottom: 1px dotted #333333;
}

strong.signature {
  display: block;
  font-size: 11px;
}