﻿/************************************************************************************
GENERAL STYLING
*************************************************************************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

/* set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

html, body {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

body {
    margin: 0 auto;
    background: #dfdfdf;
    font-size: 15px;
    line-height: 1.2;
    font-family: Arial,Helvetica,sans-serif;
    color: #2c2c2c;
}


#wrapper {
    height: 100%;
    position: relative;
}



#container {
    margin: 30px auto;
    width: 1280px;
    position: relative;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 15px #8b8b8b;
    -webkit-box-shadow: 0px 0px 15px #8b8b8b;
    box-shadow: 0px 0px 15px #8b8b8b;
    display: block;
}

#contentpad {
    padding: 30px;
    text-align: left;
}


hr {
    width: 100%;
    margin: 35px auto;
    height: 1px;
    border-top: 1px solid #d7d7d7;
}

.clearit {
    clear: both;
}


.thepot {
    display: none;
}

#footer {
    width: 100%;
    background: #000000;
    text-align: center;
    text-align: center;
    font-size: 0.85em;
    color: #686868;
}

#footer_pad {
    padding: 20px 0;
}



    #footer_pad a {
        color: #9b9b9b;
    }

        #footer_pad a:hover {
            color: #ffffff;
        }

#banner {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    background: #a00001;
    color: #ffffff;
    text-align: center;
    font-size: 1.3em;
}

#banner_pad {
    padding: 15px 0;
}

    #banner_pad a {
        color: #ffd46e;
    }

/************************************************************************************
SPACERS, PADS, COLUMNS
*************************************************************************************/
.spacer5 {
    margin: 0;
    padding: 0 0 5px 0 !important;
    line-height: 0;
}

.spacer10 {
    margin: 0;
    padding: 0 0 10px 0 !important;
    line-height: 0;
}

.spacer25 {
    margin: 0;
    padding: 0 0 25px 0 !important;
    line-height: 0;
}

.spacer50 {
    margin: 0;
    padding: 0 0 50px 0 !important;
    line-height: 0;
}

.column_half {
    width: 49%;
    float: left;
    margin: 0;
}


/************************************************************************************
TEXT STYLING
*************************************************************************************/
a {
    text-decoration: none;
    color: #a80000;
    font-weight: bold;
}

    a:hover {
        text-decoration: none;
        color: #7b0202;
        font-weight: bold;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 3px 0;
    color: #000000;
}

h1 {
    font-size: 3.75em;
}
/* 60px */
h2 {
    font-size: 2.75em;
}
/* 48px */
h3 {
    font-size: 2.25em;
}
/* 36px */
h4 {
    font-size: 1.5em;
}
/* 24px */
h5 {
    font-size: 1.3125em;
}
/* 21px */
h6 {
    font-size: 1.125em;
}
/* 18px */
p, blockquote, pre, td, th, label {
    line-height: 1.5;
    margin: 5px 0 19px 0;
}
/* 13px */

.private {
    color: #831c00;
}

.social {
    display: inline-block;
    vertical-align: bottom;
}

.soldout {
    font-size: 1.4em;
    color: #d40000;
}

.smalltxt {
    font-size: 0.80em;
}

.green {
    color: #33745c;
}

.red {
    color: red;
}

ul, ol {
    margin: 0;
    padding: 5px 0 0 35px;
}

li {
    margin-bottom: 8px;
}

.centerit {
    text-align: center !important;
}

.registro_container label {
    margin: 15px 0 0 0;
    display: block;
}

    .registro_container label.required {
        font-weight: bold;
    }

    .registro_container label em {
        color: #c83333;
        font-style: none;
    }


/************************************************************************************
FORMS & BUTTONS
*************************************************************************************/
#form_container {
    margin: 7px auto;
}


    #form_container label {
        margin: 15px 0 0 0;
        display: block;
    }

        #form_container label.required {
            font-weight: bold;
        }

        #form_container label em {
            color: #c83333;
            font-style: none;
        }

    #form_container input[type=text] {
        background: #ffffff;
        padding: 6px;
        border: 1px solid #bfbfbf;
        color: #5b5b5b;
        margin: 5px 0;
        font-size: 0.85em;
        width: 80%;
        display: block;
    }

    #form_container textarea {
        background: #ffffff;
        padding: 6px;
        border: 1px solid #bfbfbf;
        color: #5b5b5b;
        margin: 5px 0;
        font-size: 0.85em;
        width: 90%;
        height: 300px;
        display: block;
    }

    #form_container input[type=password] {
        background: #ffffff;
        padding: 6px;
        border: 1px solid #bfbfbf;
        color: #5b5b5b;
        margin: 5px 0;
        font-size: 0.85em;
        width: 30%;
        display: block;
    }

    #form_container input[type=email] {
        background: #ffffff;
        padding: 6px;
        border: 1px solid #bfbfbf;
        color: #5b5b5b;
        margin: 5px 0;
        font-size: 0.85em;
        width: 80%;
        display: block;
    }

    #form_container select {
        background: #ffffff;
        padding: 6px;
        border: 1px solid #bfbfbf;
        color: #5b5b5b;
        margin: 0 0 5px 0;
        font-size: 0.85em;
    }

.error {
    margin: 0 0 5px 0;
    color: #C40A11;
    font-weight: bold;
}

.form_select {
    font-size: 1.2em;
    padding: 10px;
    margin: 0 0 8px 0;
}


.rsvpbtn {
    background-color: #dfad3a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-weight: normal;
    padding: 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000000;
}

    .rsvpbtn:hover {
        font-weight: normal;
        text-decoration: none;
        color: #ffffff;
        background-color: #b48926;
    }



.submitbtn {
    background: #dfad3a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: normal;
    padding: 12px 24px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0px 1px 0px #000000;
}

    .submitbtn:hover {
        font-weight: normal;
        text-decoration: none;
        color: #ffffff;
        background: #b48926;
    }


.cancelbtn {
    background: #a00000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: normal;
    padding: 12px 24px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0px 1px 0px #000000;
}

    .cancelbtn:hover {
        font-weight: normal;
        text-decoration: none;
        color: #ffffff;
        background: #710404;
    }




/************************************************************************************
TABLE FORMAT
*************************************************************************************/
#mainlist {
    clear: both;
    width: 100%;
    margin: 12px auto;
    background: #ffffff;
    border: 1px solid #c5c5c5;
    border-collapse: collapse;
}

    #mainlist th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        padding: 10px 8px;
        color: #ffffff;
        background: #000000;
        border-bottom: 1px solid #c5c5c5;
    }

    #mainlist tbody td {
        padding: 8px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        border-bottom: 1px solid #c5c5c5;
        border-collapse: collapse;
    }

    #mainlist tbody tr.odd td {
        background-color: #f6f6f6;
    }

    #mainlist tbody tr.over td {
        background-color: #f1f1f1;
    }




/************************************************************************************
PAGINATION
*************************************************************************************/
.pagination {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pagination li {
        float: left;
        margin-right: 2px;
        border: 1px solid #bababa;
        padding: 0;
        font-size: 0.70em;
    }

    .pagination .active {
        border: none;
        display: block;
        padding: 3px 6px;
        font-weight: bold;
    }

    .pagination a {
        display: block;
        padding: 3px 6px;
        background: #eaeaea;
        font-weight: bold;
    }

        .pagination a:hover {
            text-decoration: none;
            background: #dbdbdb;
        }
