﻿@import url('reset-fonts-grid.css');
@import url('common.css');

body, html
{
    margin: 0;
    padding: 0;
    background-image: url('wp/body-bg.jpg');
    background-repeat: repeat-x;
    background-color: #D69A4F;
    text-align: center;
}
.AdminBar
{
    width:960px; background-color:White;margin:auto;
}

#Wrapper
{
    text-align: left;
    width: 970px;
    margin: 0 auto;
    background-image: url('wp/wrapper-bg.png');
    background-repeat: repeat-y;
}

#WrapperTop
{
    text-align: left;
    width: 970px;
    margin: 10px auto 0 auto;
    height: 35px;
    background-image: url('wp/wrapper-top-bg.png');
    background-repeat: no-repeat;
}

#WrapperBtm
{
    text-align: left;
    width: 970px;
    height: 75px;
    margin: 0 auto 10px auto;
    background-image: url('wp/wrapper-btm-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
#Wrapper .Padding
{
    padding: 0 5px;
}
#Masthead
{
    height: 162px;
    background-image: url('wp/masthead-bg.jpg');
}

#FtrNav
{
    padding: 5px 15px;
    min-height: 20px;
}
#FtrNav ul
{
    list-style: none;
}
#FtrNav ul li
{
    float: left;
}
#FtrNav ul li a
{
    padding: 0 10px 0 10px;
    border-left: solid 1px #999999;
}
#FtrNav ul li:first-child a
{
    padding-left: 0;
    border-left: none 0;
}


#SignOff
{
    padding: 0 15px;
    font-size: 11px;
    color: #cccccc;
}
#WrapperBtm a
{
    color: white;
    text-decoration: none;
}
#WrapperBtm a:hover
{
    text-decoration: underline;
}

/* Navigation */
#Navigation
{
    width: 900px;
    height: 40px;
    margin: 10px auto 10px auto;
    background-image: url('wp/nav-bg.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
}
.CenterWrapper
{
    float: left;
    position: relative;
    text-align: left;
    left: 50%;
}
#Navigation ul
{
    position: relative;
    left: -50%;
}
#Navigation ul li
{
    position: relative;
    float: left;
}
#Navigation ul li a
{
    display: block;
    padding: 12px 10px;
    font-family: Arial;
    font-size: 13px;
    color: White;
    text-decoration: none;
    font-weight: bold;
}
#Navigation ul li a:hover
{
    background-image: url('wp/nav-hover-bg.jpg');
    background-repeat: repeat-x;
}
#Navigation ul li a.Selected
{
    background-image: url('wp/nav-selected-bg.jpg');
    background-repeat: repeat-x;
}


.ClearBoth
{
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    font-family: Monospace;
}



body, th, td
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

h1
{
    font-family: Georgia;
    font-size: 36px;
    font-weight: normal;
    padding: 0 0 10px 0;
    line-height: 36px;
    color: #333333;
}
h2
{
    font-family: Georgia;
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 10px 0;
    line-height: 24px;
    color: #666666;
}
h3, h4, h5, h6
{
    font-family: Georgia;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 10px 0;
    line-height: 20px;
    color: #666666;
}
h4
{
    font-size: 16px;
    line-height: 16px;
}
h5
{
    font-size: 14px;
    line-height: 14px;
}
h6
{
    font-size: 12px;
    line-height: 12px;
}
p
{
    padding: 0 0 10px 0;
}

strong
{
    font-weight:bold;
}
em
{
    font-style:italic;
}


.FeatureBox
{
    background-image: url('wp/featurebox-bg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

#SideNavWrapper
{
    padding-right: 20px;
}

#SideNavWrapper ul li li
{
    padding-left: 10px;
}
#SideNavWrapper ul li a
{
    display: block;
    padding: 5px;
    font-family: Georgia;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #333333;
    border-bottom: dotted 1px #B98E5B;
}
#SideNavWrapper li a:hover
{
    background-color: #F9E4CC;
}
#SideNavWrapper li a.Selected
{
    color: #AD7C44;
}

.CrumbTrail
{
    font-size: 11px;
    color: #999999;
    padding-bottom: 10px;
}
.CrumbTrail a
{
    text-decoration: none;
    color: #666666;
}
.CrumbTrail a:hover
{
    text-decoration: underline;
}


/* Content */

.ContentArea
{
    color: #333333;
}

.ContentArea ul
{
    list-style-type: disc;
    margin: 0 0 10px 20px;
}
.ContentArea ul > li
{
    list-style-type: circle;
}
.ContentArea ol
{
    list-style-type: decimal;
    margin: 0 0 10px 20px;
}
.ContentArea ol > li
{
    list-style-type: decimal;
}

.ContentArea a
{
    text-decoration:none;
    color:#AD7C44;
}


/* Edit */

.Editable
{
    border:solid 1px white;
}
.Editable:hover
{
    border:dotted 1px green;
}

.Editable .ContentFragmentEditButton
{
    display: none;
    padding: 5px;
    border: solid 1px #999999;
}
.Editable:hover .ContentFragmentEditButton
{
    display: inline-block;
}
.Editable a.ContentFragmentEditButton
{
    background-color: #eeeeee;
    text-decoration: none;
}
.Editable a.ContentFragmentEditButton:hover
{
    background-color: White;
}
