﻿body
{
    background-color: #b7b28b;
    background-image: url(images-design/bg.jpg);
    background-repeat: repeat-x;
    background-position: -50px 0;
    background-attachment: fixed;
    margin: 20px;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Century Gothic, Sans-Serif;
}
a img
{
    border: none;
}
#wrap
{
    width: 765px;
    border: solid 1px #a87c04;
}
#container
{
    display: block;
    margin: 0 auto;
    width: 777px;
}
h2
{
    font-size: 2.2em;
}
p, li
{
    font-size: 1.4em;
}


h2.pagetitle
{
    font-size: 1.6em;
}


h3
{
    font-size: 1.8em;
}
h4
{
    font-size: 1.4em;
}
h1, h1 a, h1 a:hover, h1 a:visited
{
    text-decoration: none;
    color: Black;
    text-align: center;
    padding-left: 10px;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
    color: #800000;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited
{
    text-decoration: none;
}
.clear
{
    clear: both;
}
span
{
    color: Gray;
}
.red
{
    color: #800000;
    font-size: 1.4em;
}
cite
{
    font-size: 10px;
    text-align: right;
    display: block;
}
/*************************Header*******************/
#header
{
    background-image: url(images-design/coinbg.png);
    background-repeat: repeat-x;
    height: 157px;
}
#header img
{
    float: right;
}
#header h1, #header h2
{
    text-align: center;
}
#header h1
{
    padding-top: 30px;
    margin: 0;
    font-size: 36px;
}
#header h2
{
    padding-top: 5px;
    margin: 0;
    font-weight: normal;
    font-size: 24px;
}


#bar
{
    background-image: url(images-design/bar.png);
    background-repeat: repeat-x;
    height: 24px;
}
.imgRight
{
    float: right;
    margin: 5px;
}
.imgLeft
{
    float: left;
    margin: 5px;
}
.imgCenter
{
    display: block;
    margin: 0 auto;
}
/****************Navigation*****************/
#nav
{
    padding-top: 5px;
    padding-left: 2px;
    padding-bottom: 2px;
    margin-left: 0px;
    height: 2.5em;
    background-color: #aea770;
}
#nav ul li
{
    float: left;
    list-style-type: none;
    font-size: 160%;
    margin: 0;
    padding: 0;
}
#nav ul li:first-child
{
    border-left: 0;
}
#nav ul li a
{
    margin: 0;
    padding: .25em 1em .25em 1em;
    border-right: 1px solid #666666;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
#nav ul li a:hover
{
    background-color: #f0f0f0;
    text-decoration: none;
    color: #0066d6;
}
#nav ul
{
    margin: 0;
    padding: 0;
}
/*********************Content*********************/
#contentWrap
{
    background-color: #f2f0df;
    margin: 0;
    padding: 1em;
}
#content
{
    width: 700px;
}
#decanter
{
    padding: 0 0 10px 20px;
}
h3#title
{
    font-size: 2em;
    color: Gray;
    font-style: italic;
    text-align: center;
}
.restWeek
{
    width: 335px;
    float: right;
    padding: 6px;
    margin-bottom: 10px;
}
.restWeekLeft
{
    width: 335px;
    float: left;
    padding: 6px;
    margin-top: 13px;
}
.restWeekSect
{
    border-bottom: dotted 1px #999999;
    padding: 5px;
    overflow: auto;
}
#what
{
    display: block;
    float: right;
    font-size: 1.3em;
}
.center
{
    text-align: center;
}
#colLeft
{
    width: 335px;
    float: left;
    padding: 6px;
    margin-top: 13px;
}
#colRight
{
    width: 335px;
    float: right;
    padding: 6px;
    margin-bottom: 10px;
}
/*********************Footer*********************/
#footer img
{
    display: block;
    margin: 0 auto;
}
/****************Comments*********************/
.comName
{
    width: 600px;
    display: block;
}
.comDate
{
    display: block;
    float: right;
    text-align: right;
}
.comComment
{
    display: block;
    font-size: 12px;
    border-bottom: dotted 1px #cccccc;
    margin: 1em;
}
.comments
{
    width: 700px;
}
#commentForm
{
    width: 300px;
    float: left;
    margin: 10px;
}
#sendForm
{
    width: 300px;
    float: right;
    margin: 10px;
}