/*
 * 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;
}
p, ul, dl
{
   margin: 0;
   padding: 5px 6px;
}


/*
 * Main Structure
 */
html, body
{
   font: 13px arial, sans-serif;
   background: #e2f1c5;
   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: 10px;
   color: #333;
   float: right;
}
h1 span
{
   background-color: inherit;
   color: #628338;
}


/*
 * Print overrides
 */
ul#blog-links, ul.navigation, html body div#side-bar
{
   display: none;
}
html body div#articles
{
   width: 100%;
}


/*
 * Main Content
 */
h2
{
   padding: 5px 0 0 10px;
   background-color: inherit;
   color: #628338;
   border-bottom: 1px solid #628338;
   clear: both;
}
img.right, img.left
{
   border: 4px solid #e2f1c5;
   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;
}



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