﻿html, body {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bg.gif);
}

h1, h2, h3, h4, h5, h6, p, form {
    margin: 0px;
    padding: 0px;
}

#wrapper {
    width: 95%;
    margin: 0px auto;
    background-color: #FFF;
}

#content {
    width: 95%;
    margin: 0px auto;
    background-image: url(../images/bg_header_top.gif);
    background-repeat: repeat-x;
    background-position: top;
}

#header {
    height: 96px;
}

#logo {
    width: 258px;
    float: left;
}

    #logo h1 {
        font-family: "Trebuchet MS";
        font-size: 26px;
        color: var(--primary-theme-color);
        font-weight: normal;
        text-decoration: none;
        padding-left: 40px;
        padding-top: 30px;
    }

    #logo h4 {
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #808080;
        font-weight: normal;
        text-decoration: none;
        padding-left: 75px;
    }

#links ul {
    margin: 0px;
    padding-top: 67px;
    float: right;
}

#links li {
    float: left;
    list-style-type: none;
    width: 110px;
    height: 30px;
    text-align: center;
    background-color: var(--primary-theme-color);
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 4px;
}

#links a {
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 8px;
}

    #links a:hover {
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        text-decoration: underline;
    }

#mainimg {
    background-image: url(../images/main_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 132px;
    text-align: right;
}

    #mainimg h3 {
        font-family: "Trebuchet MS";
        font-size: 48px;
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        padding: 20px 40px 0px 0px;
    }

    #mainimg h4 {
        font-family: "Trebuchet MS";
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        padding: 0px 40px 0px 0px;
    }

#contentarea {
    clear: both;
    padding: 25px 0px;
}

.row h2 {
    font-family: "Trebuchet MS";
    font-size: 26px;
    color: var(--primary-theme-color);
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 5px;
}

.row p {
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #222;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 40px;
}

.row a {
    font-family: "Trebuchet MS";
    font-size: 1rem;
    color: var(--primary-theme-color);
    font-weight: bold;
    text-decoration: none;
}

    .row a:hover {
        font-family: "Trebuchet MS";
        font-size: 1rem;
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }

#leftbar {
    float: left;
    width: 45%;
    border-right: 1px solid #BCBDBC;
}

    #leftbar h2 {
        font-family: "Trebuchet MS";
        font-size: 26px;
        color: var(--primary-theme-color);
        font-weight: normal;
        text-decoration: none;
        padding-left: 40px;
        padding-bottom: 5px;
    }

    #leftbar p {
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #222;
        font-weight: normal;
        text-decoration: none;
        padding: 0px 40px;
    }

    #leftbar a {
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: var(--primary-theme-color);
        font-weight: bold;
        text-decoration: none;
        padding: 0px 40px;
    }

        #leftbar a:hover {
            font-family: "Trebuchet MS";
            font-size: 14px;
            color: #000;
            font-weight: bold;
            text-decoration: none;
            padding: 0px 40px;
        }

#rightbar {
    float: left;
    width: 45%;
}

    #rightbar h2 {
        font-family: "Trebuchet MS";
        font-size: 26px;
        color: var(--primary-theme-color);
        font-weight: normal;
        text-decoration: none;
        padding-left: 25px;
        padding-bottom: 5px;
    }

    #rightbar p {
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #222;
        font-weight: normal;
        text-decoration: none;
        padding: 0px 25px;
    }

.orangetext {
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: var(--primary-theme-color);
    font-weight: bold;
    text-decoration: none;
}

#bottom {
    clear: both;
    height: 32px;
    padding-top: 25px;
}

#email {
    float: left;
    width: 100%;
    background-color: var(--primary-theme-color);
    height: 27px;
    padding-top: 5px;
}

    #email a {
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        text-decoration: underline;
        padding: 0px 40px;
    }

        #email a:hover {
            font-family: "Trebuchet MS";
            font-size: 14px;
            color: #fff;
            font-weight: normal;
            text-decoration: none;
            padding: 0px 40px;
        }

#validtext {
    float: left;
    width: 100%;
    background-color: var(--primary-theme-color);
    height: 27px;
    padding-top: 5px;
}

    #validtext p {
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        text-align: right;
        padding-right: 35px;
    }

    #validtext a {
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        text-decoration: underline;
    }

        #validtext a:hover {
            font-family: "Trebuchet MS";
            font-size: 14px;
            color: #fff;
            font-weight: normal;
            text-decoration: none;
        }

.calendar {
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 4px;
}

.calendar-row {
    width: 100%;
    min-height: 200px;
    border-bottom: 1px solid #aaa;
    display: table;
}

.calendar-day-label {
    width: 100%;
    text-align: center;
}

.calendar-weekcol {
    width: 14.2857%;
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #aaa;
    min-height: 200px;
    background-color: white;
    padding: 1px 4px 1px 4px;
}

.calendar-item {
    text-align: left;
    width: 100%;
    display: block;
    padding: 4px;
    border: 1px solid #777;
    border-radius: 4px;
    background-color: white;
    margin-top: 1px;
}

.calendar-item:hover {
    cursor: pointer;
}

.firstcol {
    border-left: none;
}

.today {
    background-color: palegoldenrod;
}

.notinmonth {
    background-color: #ccc;
}

.overlay {
    width: 80%;
    margin-left: 5%;
    min-height: 250px;
    position: fixed;
    display: none;
    top: 100px;
    border-radius: 20px;
    border: 3px solid black;
    background-color: white;
    padding: 20px;
    text-align: center;
    overflow-y: scroll;
    max-height: calc(95% - 100px);
}

.overlay-background {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
}

.fullwidth {
    width: 100%;
    max-width: 800px;
}

.rightalign {
    float: right;
}

.wedding-section {
    width: 100%;
    display: none;
}

.resources {
    width: 100%;
    display: none;
    text-align: left;
}

.resources-cbl {
    width: 100%;
    max-width: 800px;
    border: 1px solid #777;
    border-radius: 10px;
    margin: auto;
}

.resources-cbl input {
    margin-left: 5px;
}

.resources-cbl label {
    margin-left: 5px;
}


div.checkRadioContainer > label > input {
    opacity: 0;
    position: absolute;
    width: 35px;
    height: 40px;
}

div.checkRadioContainer {
    background-color: white;
}

    div.checkRadioContainer > label {
        display: block;
        margin-bottom: -2px;
        cursor: pointer;
        width: 100%;
        max-width: 100%;
    }

        div.checkRadioContainer > label > span {
            display: inline-block;
            vertical-align: top;
            line-height: 2em;
            font-size: 20px;
            color: black;
        }

        div.checkRadioContainer > label > input + i {
            color: white;
            border: 2px solid grey;
        }

        div.checkRadioContainer > label > input:checked + i {
            color: green;
        }






        div.checkRadioSmall > label > input {
            opacity: 0;
            position: absolute;
            width: 21px;
            height: 21px;
        }

div.checkRadioSmall {
    background-color: white;
    display: inline-block;
    padding-right: 6px;
}

    div.checkRadioSmall > label {
        display: block;
        margin-bottom: -2px;
        cursor: pointer;
        width: 100%;
        max-width: 100%;
    }

        div.checkRadioSmall > label > span {
            display: inline-block;
            vertical-align: top;
            line-height: 2em;
            font-size: 20px;
            color: black;
        }

        div.checkRadioSmall > label > input + i {
            color: white;
            border: 2px solid grey;
        }

        div.checkRadioSmall > label > input:checked + i {
            color: green;
        }

.floatingupdate {
    position: fixed;
    right: 40px;
    padding: 10px;
    top: 150px;
    border: 1px solid black;
    border-radius: 8px;
    background-color: #ffe;
    display: none;
}