/*
 * Global Styles
 */
*
{
   margin: 0;
   padding: 0;
}
a:link, a:active
{
   background-color: inherit;
   color: #628338;
}
a:hover
{
   text-decoration: none;
   background-color: inherit;
   color: #a2c378;
}
a:visited
{
   background-color: inherit;
   color: #a2c378;
}
h1 a, h2 a, h3 a, h4 a, a.footlink
{
   text-decoration: none;
}
p, ul, dl
{
   margin: 0;
   padding: 5px 10px;
}


/*
 * Main Structure
 */
html, body
{
   font: 13px arial, sans-serif;
   background: #e3ebd5;
   color: #333;
   padding: 5px;
}
div#content
{
   background: #fff;
   color: #333;
   padding: 0 20px 20px 20px;
   border: 1px solid #628338;
   min-width: 920px;
}


/*
 * Header
 */
h1
{
   font-size: 200%;
   margin: 10px 0 0 0;
   padding: 130px 0 0 150px;
   width: 240px;
   height: 75px;
   background: #fff url('/images/logo.png') no-repeat top right;
   color: #333;
   float: right;
}
h1 span
{
   display: block;
   background-color: inherit;
   color: #628338;
   margin-left: -20px;
   font-size: 90%;
}


/*
 * Navigation
 */
ul.navigation
{
   margin: 28px 0 0 0;
   padding: 10px;
   list-style-type: none;
   display: inline;
   float: left;
   height: 155px;
}
ul.navigation li
{
   background: none;
   padding: 0;
}
ul.navigation a
{
   display: block;
   font-weight: bold;
   text-decoration: none;
   padding: 7px 0 7px 4px;
   border-left: 30px solid #a5a5a5;
   margin: 5px 0;
   height: 16px;
   background-color: inherit;
   color: #a5a5a5;
}
ul.navigation a:hover, ul.navigation li#current-page a
{
   background-color: inherit;
   border-color: #628338;
   color: #628338;
   background-position: 0 0;
}
ul.navigation li.heading
{
   height: 18px;
}
ul.navigation h3
{
   padding: 0;
   background-color: inherit;
   color: #628338;
}
ul#blog-links
{
   margin-left: 10px;
   padding-left: 20px;
   border-left: 1px dotted #a5a5a5;
}


/*
 * Main Content
 */
h2
{
   padding: 5px 0 0 10px;
   background-color: inherit;
   color: #628338;
   border-bottom: 1px solid #628338;
   clear: left;
}
h3
{
   padding: 5px 0 0 5px;
}
img.right, img.left
{
   border: 4px solid #e3ebd5;
   margin: 10px;
}
img.right { float: right; }
img.left { float: left; }
dl dt
{
   font-weight: bold;
}
dl dd
{
   padding: 4px 0 4px 30px;
}
ul, dl
{
   list-style-type: none;
}
ul li, dl dt
{
   background: url('/images/bullet.png') no-repeat 13px 9px;
   padding: 4px 0 4px 30px;
}

p#footlinks
{
   margin-top: 10px;
   padding-top: 10px;
   border-top: 1px solid #628338;
}



/*
 * Copyright
 */
p#copyright
{
   padding: 8px 0 16px 0;
   text-align: center;
   background: inherit;
   color: #000;
   font-size: 90%;
}
p#copyright a
{
   background-color: inherit;
   color: #333;
}
