body, html
{
  height: 100%;
  margin: 0;
}

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;
}

a.more-link {
  display: block;
  line-height: 100%;
  margin: 12px 0;
  font-weight: bold;
}

#sidebar a
{
  border: solid 1px #fff;
  color: #900000;
  text-decoration: none;
}

#sidebar a:hover
{
  background: #f9f9f9;
  border: solid 1px #f0f0f0;
  color: #333;
}

p, ol, ul
{
  font-family: Helvetica, Arial, sans;
}

h1, h2, h3, h4, h5, body, #sidebar ul
{
  font-family: Trebuchet MS, Verdana, sans;
  padding: 0;
}

h2
{
  color: #900000;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0;
  line-height: 100%;
}

h3
{
  color: #555;
  font-size: 20px;
  font-weight: normal;
  float: right;
  padding: 0;
  margin: 0;
  line-height: 100%;
}

h5
{
  background: #f0f0f0;
  border: solid 1px #e5e5e5;
}

hr
{
  border: 0;
  border-bottom: solid 1px #333;
}

pre, p, .code
{
  font-size: 13px;
}

#content p, #content  ol, #content ul
{
  color: #151515;
  line-height: 150%;
  margin: 0 0 12px 0;
  padding: 0;
  text-align: justify;
}

.commentlink a
{
  color: #222;
  font-family: Verdana, sans;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 25px;
}

.commentlink a:hover
{
  text-decoration: underline;
}

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: 882px;
}

#main
{
  background: #fff url(/gfx/main-bg.gif) left repeat-y;
  display: block;
  width: 860px;
}

#main img
{
  border: solid 1px #f0f0f0;
}

#navigation
{
  font-size: 0.9em;
  margin-bottom: 20px;
}

#logo
{
  background: url(/gfx/logo-shadow.gif) bottom no-repeat;
  height: 210px;
  margin-bottom: 10px;
}

#logo img
{
  border: 0;
}

#sidebar
{
  float: left;
  margin-left: 25px;
  margin-top: 10px;
  width: 165px;
}

#sidebar h4
{
  color: #900000;
  font-family: "Lucida Grande", Trebuchet MS, Verdana, sans;
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  display: block;
}

#sidebar ul
{
  list-style: none;
  margin-top: -15px;
  margin-bottom: 20px;
}

#sidebar li
{
  color: #333;
  font-family: Candara, Arial, sans;
  font-size: 14px;
  padding: 1px 10px;
  text-transform: uppercase;
}

#sidebar li a
{
  color: #333;
}

#sidebar li a:hover
{
  color: #000;
}

#sidebar a:hover
{
  color: #000;
}

#content
{
  margin: 0 0 0 214px;
  width: 617px;
}

#content ul, #content ol
{
  color: #151515;
  font-size: 13px;
  list-style-position: inside;
}

#content li
{
  margin-bottom: 12px;
}

.comments
{
  border-bottom: dotted 1px #333;
  margin-bottom: 1.3em;
}

.comment
{
  margin-bottom: 1.8em;
}

.entry
{
  border-bottom: dotted 1px #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.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;
}