/* Body Base
------------------------------------------------------------ */
body
{
  margin: 0;
  padding: 0;
  background: #135 url('img/stripes.gif');
  font: small/1.4em tahoma, sans-serif;
  text-align: center;
  color: #fff;
}
.container
{
  background: #C2D5E1 url('img/body_bars.gif') repeat-y 0 0;
  width: 700px;
  margin: 0 auto;
  border: solid #122;
  border-width: 6px 1px 9px;
  text-align: left;
  color: #fff;
  position: relative;
}


/* Header
------------------------------------------------------------ */
#header
{
  background: #000 url('img/silence.jpg') no-repeat 0 0;
  width: 100%;
  height: 100px;
  margin-top: 1px;
}


/* Links
------------------------------------------------------------ */
a
{
  color: #569;
  text-decoration: none;
  border-bottom: 1px dotted #67a;
}
a:visited
{
  color: #679;
  border-color: #78a;
}
a:hover
{
  color: #347;
  border-color: #458;
  border-bottom-style: solid;
}
a img, a.noline, a.thumb
{
  border-width: 0;
}
h1 a, h2 a
{
  border-width: 0;
}


/* Navigation
------------------------------------------------------------ */
#navigation
{
  background: #000;
  float: left;
  width: 100%;
  margin: 1px 0;
}
#navigation ul
{
  margin: 0;
  padding: 0 40px;
  list-style: none;
  font-size: 85%;
  text-transform: lowercase;
}
#navigation li
{
  float: left;
  margin: 0;
  padding: 0;
  background-image: none;
  line-height: normal;
  text-indent: 0;
}
#navigation a
{
  display: block;
  padding: 4px 10px;
  border: solid #126;
  border-width: 0 0 0 1px;
  color: #7ac;
  text-decoration: none;
  white-space: nowrap;
}
/* The following rule allows the entire region of a link to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #navigation a
{
  width: 1%;
}
#navigation a.active, #navigation a:hover.active
{
  background: #135;
}
#navigation a.active strong
{
  color: #eee;
}
#navigation a:hover
{
  background: #231;
}


/* Page
------------------------------------------------------------ */
#mainbody
{
  color: #000;
  font-size: 90%;
  line-height: 1.3em;
}
#sidebar
{
  width: 220px;
  float: right;
}
#sidebar ul, #sidebar p, #sidebar h3
{
  padding: 0 4px;
}
#sidebar h3
{
  margin: 2ex 0 0.5ex 0;
  color: #547;
}
#sidebarheader
{
  margin: 0;
  padding: 0 4px 0 14px;
  background: url('img/bar_sidebar.gif') no-repeat 0 0;
  height: 30px;
  text-align: left;
  color: #bbc;
}
#content
{
  width: 480px;
  float: left;
  margin-right: -220px;
}
#content h3, #content p, #content ul
{
  padding: 0 5px;
}
#content p
{
}
#content h3
{
  margin: 2ex 0 0.5ex 0;
  color: #436;
  clear: left;
}
#contentheader
{
  margin: 0;
  padding: 0 14px 0 4px;
  background: url('img/bar_content.gif') no-repeat 0 0;
  height: 30px;
  text-align: right;
  color: #fff;
}


/* Headings
------------------------------------------------------------ */
h1, h2
{
  font: 140%/1.4em georgia, serif;
}
h3
{
  font: 120%/1.2em georgia, serif;
}


/* Lists
------------------------------------------------------------ */
ul
{
  margin: 0.5em 0 1em;
  padding: 0;
  list-style: none;
}
ul li
{
  margin: 0;
  padding: 0 0 4px 24px;
  text-indent: -20px;
}
ul.thumbs li
{
  display: inline;
  padding: 0 0 6px 10px;
  text-indent: 0;
  float: left;
  font-size: 85%;
  line-height: 1em;
  text-align: center;
}
ul.thumbs li a
{
  border-width: 0;
}
ul.haiku li
{
  padding: 0 0 4px 8px;
  text-indent: 0;
}


/* Misc
------------------------------------------------------------ */
p
{
  margin: 0 0 0.8em;
}
p.haiku
{
  margin-left: 30px;
  font: 110%/1.2em georgia, serif;
  font-style: italic;
}
hr
{
  display: none;
}
.dateheader
{
  font-size: 80%;
}
.updatedheader
{
  font-size: 80%;
  color: #98a;
  margin-top: 8ex;
}

em.name
{
  font-family: monospace;
}

p.indent
{
  margin-left: 1em;
}

code.block, code.file
{
  display: block;
  margin: 0.5em 1em;
  padding: 3px 6px;
  border: 1px dashed;
  background-color: #E2DBE9;
}
code.file
{
  border: 1px solid #888888;
  background-color: #C2C2D9;
}

/* Footer
------------------------------------------------------------ */
#footer
{
  clear: both;
  background: #122;
  width: 100%;
  padding: 10px 0 5px;
  margin-bottom: 1px;
  font-size: 85%;
}
#footer p
{
  margin: 0;
  padding: 0px 20px;
  color: #264;
  text-align: center;
  line-height: 1.5em;
}
#footer a, #footer a:visited
{
  color: #486;
  border-color: #264;
}
#footer a:hover
{
  color: #6a8;
  border-color: #597;
}
