﻿#header {
    display: none;
}
h2 {
    padding-right: 150px;
}
.left {
    float: left;
    clear: left;
    margin: 8px 20px 12px 0;
}
.right {
    float: right;
    clear: right;
    margin: 8px 0 20px 12px;
}

/* Typography/visuals */
h2 {
    font-size: 182%;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 3px solid #786442;
    
    line-height: 27px;
    font-family: Georgia;
}
h3, h4, h5, h6 {
    line-height: 20px;
    font-family: Georgia;
}
h3 {
    font-size: 123.1%;
    font-weight: bold;
    margin-bottom: 0px;
}
h4 {
    font-weight: bold;
    font-size: 116%;
}
h5, h6 {
    font-size: 108%;
}
/* Apply basic fonts to content elements */
#content p, 
#content li, 
#content dl, 
#content address, 
#content blockquote {
    line-height: 20px;
    font-size: 108%;
}
p, address, blockquote
{
    margin-bottom: 20px;
}

/* Format lists */
/* These two rules are for IE6 which doesn't support ">".
   Nested lists of varying types won't have the correct kind of bullet. */
ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }

ul > li {
    list-style-type: disc;
}
ol > li {
    list-style-type: decimal;
}

li {
    line-height: 20px;
    margin-left: 10px;
}
ul, ol, dl {
    margin-left: 20px;
    margin-bottom: 10px;
    /* half-line space between top of list and preceeding element */
    margin-top: -10px; 
}
/* if a list comes after a header, put a full line after it and
   nothing before */
h2 + ol, h3 + ol, h4 + ol,
h2 + ul, h3 + ul, h4 + ul,
h2 + dl, h3 + dl, h4 + dl {
    margin-top: 0px;
    margin-bottom: 20px;
}
/* Don't line-space nested lists */
li ul, li ol, li dl {
    margin-top: 0px;
    margin-bottom: 0px;
}
/* make sublists the same font-size as the parent list */
li li {
    font-size: 100% !important;
}
dt {
    color: #2a2215;
    font-weight: bold;
}
dd {
    margin-left: 20px;
}
/* Format basic HTML elements */
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
cite, abbr, acronym {
    font-style: italic;
}
blockquote {
    margin-left: 20px;
    margin-right: 20px;
}
/* Typography/visuals end */

/* Misc classes */
.skipnav {
    display: none;
}
.hidden {
    display: none;
}
#content .vcard abbr {
    /* the hCard spec says that the actual value of a field should be
       in an abbr[title], (in our case on the french complaint page)
       so we want these <abbr>s styled normally */
    border-bottom: none;
    cursor: auto;
    font-style: normal;
}
/* Sidebar */
#sidebar p, #sidebar ul {
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 100%;
    font-family: Georgia;
}

/* Footer */
#footer {
    zoom: 1; /* apply hasLayout in IE */
    padding-top: 6px;
    border-top: 1px solid #f0cc02;
    clear: both;
}
#footer h2
{
    display: none;
}
#footer 
{
    text-align: center;
}
#footer ul
{
    display: block;
    margin: 0;
}
#footer li
{
    display: inline;    
    font-family: Georgia;
    font-size: 93%;
    line-height: 20px;    
    padding: 0 6px 0 8px;
    margin: 0;
    border-left: 1px solid #f0cc02;
    white-space: nowrap;
    list-style-type: none;
}
#footer li.first-of-type
{
    border-left: none;
}
#footer a
{
    color: Black;
    text-decoration: none;
}
#footer abbr
{
     border-bottom: none;
     cursor: auto;
     font-style: normal;
}

