a {
    color: #383D44;
    text-decoration: none;
}
.italics {
    font-style: italic;
}
body {
    background: url(/media/images/star-tile.jpg);
    font-family: Georgia;
    padding: 0px;
    margin: 0px;
}
#page {
    width: 100%;
    position:absolute;
    z-index: 0px;
    color: #393d44;
}
#header-div {
    /*background: url(/media/images/header.png) no-repeat center;*/
    width: 1024px;
    height: 279px;
    border: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#header-div img {
    border: 0px;
}
.headerlinks {
    position: absolute;
    top: 150px;
    right: 35px;
    color: #000;
    font-weight: bold;
}
.headerlinks a {
    color: #000;
    text-decoration: none;
}
.headerlinks a:hover {
    color: #000;
    text-decoration: none;
}
#footer-div {
    
}
#loginbar {
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    top: 145px;
    right: 30px;
    color: #000000;
    padding: 5px;
    text-align: right;
    height: 25px;
}
#loginbar a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
#loginbar a:hover {
    text-decoration: underline;
}
#isaacjogues-title {
    font-weight: bold;
    float: left;
    font-size: 1.25em;
}
.logo-div {
    background: url(/media/images/watershed-logo-renegoupil.jpg) no-repeat left top;
}
.logo-div-hover {
    background: url(/media/images/watershed-logo-renegoupil-hover.jpg) no-repeat left top;
}
.welcome-banner {
    font-weight: bold;
    padding-bottom: 10px;
}
#isaacjogues-title a {
    font-size: 1em;
}
#content {
    width: 1104px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background: url(/media/images/tile.png) center repeat-y;
}
.bottomimg {
    margin-right: auto;
    margin-left: auto;
    width: 1104px;
    margin-bottom: 35px;
}
.month_wrapper {
    padding-bottom: 15px;
}
.month_wrapper a {
}
.month_wrapper a:hover {
}
.month_title {
    background: url(/media/images/month-header.png) no-repeat;
    width: 295px;
    height: 38px;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
}
.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: url(/media/images/blue-title-middle.png) repeat-x;
    color: #fff;
    padding: 0px;
    font-size: 1.25em;
    height: 45px;
}
.chant-title-words {
    padding-top: 6px;
}
.year {
    margin-bottom: 10px;
}
.year_A {
}
.year_B {
}
.year_C {
}
.feast_header {
    font-family: Arial;
    font-weight: bold;
    font-size: 1.05em;
    padding: 3px;
    margin-top: 15px;
}
.feast_wrapper {
    padding-left: 60px;
    padding-right: 60px;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.chant_wrapper {
    padding: 5px;
    padding-left:20px;
}
.dim {
    color: #999;
}
.hidden {
    display: none;
}
.more-info-wrapper {
    z-index: 5;
    position: fixed;
    background: url(/media/images/tile.png) repeat-y;
    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-display {
    padding: 15px;
}
#date-navigation-container {
    position: absolute;
    bottom: 30px;
    right: 5px;
    width: 750px;
}
#date-navigation-container td {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
#date-navigation-container a {
    color: #fff;
}
#date-navigation-container a:hover {
    text-decoration: underline;
    color: #fff;
}

#contribute-wrapper {
    width: 600px;
    border: 1px solid white;
    background: url(/media/images/tile.png) repeat-y;
}
.contribute-title {
    width: 400px;
    height: 45px;
    color: #fff;
    background: url(/media/images/blue-title-middle.png) repeat-x;
    font-size: 1.0em;
}

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

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


/* contact page */
.contact_form_wrapper {
    text-align: center;
}
.contact_form_wrapper form {
    margin-left: auto;
    margin-right:auto;
    width: 500px;
}
