a {
    color: #660000;
    text-decoration: none;
}
.italics {
    font-style: italic;
}
body {
    background-color: #c59c74;
    font-family: Georgia;
    padding: 0px;
    margin: 0px;
}
#page {
    width: 100%;
    position:absolute;
    z-index: 0px;
}
#loginbar {
    background-color: #660000;
    color: #fff;
    padding: 5px;
    text-align: right;
    height: 25px;
}
#loginbar a {
    text-decoration: none;
}
#loginbar a:hover {
    text-decoration: none;
    background-color: #ee7a53;
}
#isaacjogues-title {
    font-weight: bold;
    float: left;
    font-size: 1.25em;
}
#watershed-logo-div {
    text-align: right;
    margin-top: 3px;
    width: 181px;
    height: 69px;
    margin-left: auto;
}
.logo-div {
    background: url(/media/isaacjogues/img/watershed-logo-light.jpg) no-repeat left top;
}
.logo-div-hover {
    background: url(/media/isaacjogues/img/watershed-logo.jpg) no-repeat left top;
}
#loginbar a {
    color: #fff;
}
.welcome-banner {
    padding-right: 20px;
}
#isaacjogues-title a {
    font-size: 1em;
}
#content {
    padding: 10px;
}
.month_wrapper {
    background-color: #debd8b;
}
.month_wrapper a {
    padding: 2px;
    color: #660000;
    text-decoration: none;
}
.month_wrapper a:hover {
    background-color: #660000;
    color: #fff;
}
.month_title {
    background-color: #660000;
    color: #fff;
    padding: 5px;
    font-size: 1.25em;
}
.chant-container {
    /* contains individual chant printouts @ chant/##/ */
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid white;
}
.chant-details-body {
    margin: 5px;
}
.chant-details-wrapper {
    text-align: center;
}
.chant-title {
    background-color: #660000;
    color: #fff;
    padding: 5px;
    font-size: 1.25em;
}
.year {
    background-color: #660000;
    padding-left: 30px;
    margin-bottom: 10px;
}
.year_A {
    background-image: url(/media/isaacjogues/img/year-a-background.jpg);
    background-repeat: no-repeat;
}
.year_B {
    background-image: url(/media/isaacjogues/img/year-b-background.jpg);
    background-repeat: no-repeat;
}
.year_C {
    background-image: url(/media/isaacjogues/img/year-c-background.jpg);
    background-repeat: no-repeat;
}
.feast_header {
    font-family: Arial;
    font-weight: bold;
    font-size: 1.05em;
    padding: 3px;
}
.chant_wrapper {
    padding: 5px;
}
.dim {
    color: #666;
}
.hidden {
    display: none;
}
.more-info-wrapper {
    z-index: 5;
    position: fixed;
    background-color: #debd8b;
    border: 1px solid #000;
}
#dimmer {
    z-index: 3;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #444455;
    opacity: 0.5;
}
.logindiv {
    z-index: 5;
    position: fixed;
    background-color: #eee;
    border: 1px solid #999;
    left: 300px;
    top: 300px;
    width: 50%;
    height: 150px;
    border: 1px solid #444455;
}
#loginproblems {
    color: red;
    font-weight: bold;
    height: 15px;
}
#date-navigation-container {
    margin-top: 5px;
}
#date-navigation-container a {
    padding: 3px;
}
#date-navigation-container a:hover {
    background-color: #660000;
    color: #fff;
}

#contribute-wrapper {
    width: 400px;
    border: 1px solid  black;
}

.small-description {
    font-size: small;
    font-style: italic;
}

.webcounter-container {
    padding: 5px;
    padding-bottom: 15px;
}
.padding5 {
    padding: 5px;
}
.registration-form-content {
    width: 500px;
    border: 1px solid #444455;
}
