﻿/* top right bottom left */


.IE-upgrade {
    background: url(ie-upgrade-bg.png) repeat-x #F4891F;
    height: 42px;
    text-align: center;
}

body {
    background-color: #fff;
    font-family: Calibri, Tahoma, Arial, sans-serif;
    margin: 0;
}


/* Standard Styles */
a {
    color: #545C23;
    text-decoration: none;
}

    a img {
        border-style: none;
    }

h1 {
    color: #596325;
    font-size: 1.4em;
    margin: 10pt 0 5pt 0;
    text-shadow: none;
}

h2 {
    color: #000;
    font-size: 1.2em;
    margin: 10px 0 .2em 0;
}

h3 {
    color: #596325;
    font-size: 1em;
    margin-bottom: .2em;
}

p, li {
    font-size: .95em;
}

p {
    /*margin-bottom: 1em;
    font-family: Calibri Light, Calibri, Tahoma, Arial, sans-serif;*/
    line-height: 1.3em;
    margin-top: 0;
    /*width: 700px;*/
}
p a {
	color: blue;
	text-decoration: underline;
}

ul {
    margin-top: 10px;
    padding-left: 20px;
}

li {
    margin-bottom: .5em;
}

.SiteMapPath {
    color: #666;
    font-size: 0.8em;
    line-height: normal;
    margin-top: 0.8em;
    margin-bottom: -0.8em;
}

    .SiteMapPath a {
        text-decoration: none;
    }

.SiteMapPathCurrentNode {
    display: none;
}

.SiteMapPathSeparator {
    color: #999;
    margin: 0 .2em;
}

/* Control Styles */
.ErrorMessage {
    color: red;
    float: right;
}

@media screen {

    /* Layout Definitions */
    #BodyContent {
        overflow: visible;
    }

    .Container {
        margin: 0 auto;
        overflow: auto;
        position: relative;
        width: 955px;
    }

    #BodyContent .Container {
        background: url(columns-bg.png) repeat-y;
        min-height: 500px;
        padding-bottom: 60px;
    }

    #BodyContent a[href$=".pdf"] {
        background: url(icon-pdf.gif) center right no-repeat;
        padding-right: 20px;
    }

    .BodyColumn {
        float: left;
        padding-right: 40px;
        width: 600px;
    }

        .BodyColumn h1.PageTitle {
            color: #6D782E;
            font-size: 1.8em;
            margin: 0 0 10px 0;
            padding-top: 20px;
            text-shadow: 0 0 3px #aaa;
        }


    .SideColumn {
        float: left;
        padding: 0 20px 0 20px;
        width: 271px;
    }

    .SideColumnImage {
        border-top: 1px solid #D9C68C;
        border-bottom: 1px solid #D9C68C;
        margin-left: -20px;
        margin-top: -1px;
    }

    .SearchBox {
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: 270px;
    }

    .HeaderTop {
        padding-top: 10px;
        background-color: #6D782E;
        border-bottom: 1px solid #92915F;
        top: 0;
    }

        .HeaderTop .Container {
            height: 70px;
            position: relative;
        }

            .HeaderTop .Container img {
                bottom: 3px;
                position: absolute;
            }

        .HeaderTop .MissionStatement {
            color: #D9C68C;
            font-family: Cambria;
            font-size: 16px;
            font-style: italic;
            float: right;
            line-height: 130%;
            margin-right: 20px;
            margin-top: 10px;
            text-align: right;
            width: 580px;
        }

    .HeaderBottom {
        background-color: #596325;
        /*828E37;*/
        background: linear-gradient(to bottom, #535B22 0%,#596325 100%);
        /*background: linear-gradient(to bottom, #8A983A 0%,#828E37 100%);*/
        border-bottom: solid 1px #92915F;
        height: 45px;
        padding: 2px 0 0 0;
    }

        .HeaderBottom img {
            margin-top: 2px;
        }
}

@media mobile {
    .Container {
        width: auto;
    }
}

.gsc-input {
    color: #666;
    font-family: Calibri, Tahoma, Arial, sans-serif !important;
    font-size: 14px !important;
}


/* Top Navigation */
.AspNet-Menu-Horizontal ul {
    /*background-color: #8A983A;*/
    top: -2px;
    font-size: 18px;
    list-style-type: none;
    /*height: 25px;*/
    margin: 0;
overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 660px;
}

    .AspNet-Menu-Horizontal ul li {
        border-right: 2px solid #7D8A37; /* #535B24;*/
        display: inline-block;
        /*height: 22px;*/
        margin-left: 0;
        margin-right: 0;
        margin-top: -5px;
        margin-bottom: 0;
    }

        .AspNet-Menu-Horizontal ul li:last-child {
            border-right-style: none;
            /*zbackground-color: red;
            color: Red;
            margin-left: -6px;
            padding-left: 6px;
            padding-right: 6px;*/
        }

        .AspNet-Menu-Horizontal ul li a {
            color: white;
            font-weight: bold;
            text-decoration: none;
            ztext-shadow: 0 0 0.2em #333, 0 0 0.2em #333;
            text-shadow: 0 0 3px #444a1c;
            padding: 12px 15px 14px 15px;
            text-transform: lowercase;
            vertical-align: middle;
            width: 115px;
        }

        .AspNet-Menu-Horizontal ul li:last-child a {
            color: chocolate;
            text-transform: uppercase;
        }

        .AspNet-Menu-Horizontal ul li a:hover {
            /*zbackground-color: #AABB4D;
            background: linear-gradient(to bottom, #535B22 0%,#8A983A 50%, #535B22 100%);
            margin-left: -7px;
            margin-right: -2px;
            padding-left: 22px;
            padding-right: 17px;*/
            color: wheat;
            text-shadow: 0 0 15px #ADAC81;
        }



#ImageBand {
    background-color: #000; /*#596325;*/
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    text-align: center;
}

    #ImageBand > div {
        margin-left: auto;
        margin-right: auto;
	max-height: 400px;
	overflow: hidden;
    }

    #ImageBand > img {
        width: 100%;
    }

/* Make sure some content is visible below
	the front page image for all viewports */
/* @media screen { */

    #ImageBand > img {
	max-height: 400px;
	height: auto !important;
    }
 /* }  */

@media screen and (min-height: 701px) and (max-height: 1100px) {
    #ImageBand {
        max-height: 750px;
        overflow: hidden;
    }
}
*/

#ImageBand > div.caption {
    background-color: #333;
    bottom: 0;
    font-size: 11px;
    height: 15px;
    opacity: 0.4;
    padding: 5px 0 5px 0;
    position: absolute;
    width: 100%;
}

    #ImageBand > div.caption:hover {
        opacity: 0.8;
    }

    #ImageBand > div.caption > p {
        color: white;
        font-size: 11px;
        margin: 0 auto;
        text-align: right;
        width: 925px; /* smaller than total width so it's inset a bit */
    }

        #ImageBand > div.caption > p > a {
            color: white;
        }




/*.features-column {
    background-color: #E7DBB8;
    border-left: solid 2px #D9C68C;
    border-right: solid 2px #D9C68C;
    float: left;
}*/


/*.infobox-title, .infobox-info {
    font-size: 10px !important;
    padding: 2px !important;    
}
.Infobox {
    height: auto !important;
}*/


#Pre-Footer {
    background-color: #E7DBB8;
    /*f9f6ed;*/
    border-bottom: solid 1px #f9f6ed;
    /*D9C68C;*/
    border-top: solid 1px #D9C68C;
    /*D9C68C;*/
    overflow: visible;
    padding: 15px 0 15px 0;
}

    #Pre-Footer container {
        min-height: 125px;
    }

    #Pre-Footer ul, #Pre-Footer address {
        color: #333;
        font-size: 10pt;
        font-style: normal;
        margin: 0;
    }

    #Pre-Footer ul {
        padding-left: 10px;
    }

    #Pre-Footer .column {
        float: left;
        margin-right: 50px;
        white-space: nowrap;
    }

    #Pre-Footer a {
        text-decoration: none;
    }

        #Pre-Footer a:hover {
            text-decoration: underline;
        }

#Footer {
    background-color: #6D782E;
    padding: 10px 0;
    color: white;
    font-size: .8em;
    /*position: static;
    bottom: 0;*/
    width: 100%;
}

    #Footer a {
        color: #fff;
        text-decoration: none;
    }

        #Footer a:hover {
            color: wheat;
        }


/* Dynamic Content */

img.framed-image {
    background-color: white;
    border: solid 1px #ccc;
    border-radius: 3px;
    box-shadow: 5px 5px 10px rgba(70, 70, 70, 0.75);
    padding: 7px;
    margin-left: 30px;
    margin-bottom: 10px;
}

zdiv.news-column img {
    margin-left: 0;
}

div.DynamicContent p {
    /*zwidth: 900px;*/
}


/* News Page */

h1.PostTitle {
    margin-bottom: 0;
}

p.PostDateLine {
    color: #888;
    font-size: .8em;
    font-weight: bold;
}

/* Front Page */

.news-column {
    float: left;
    margin-right: 30px;
    width: 610px;
}

.news-item {
    clear: both;
    overflow: visible;
    padding: 20px 10px 10px 20px;
}

.news-item-alt {
    background-color: whitesmoke;
    border-bottom: solid 1px wheat;
    border-top: solid 1px wheat;
    margin-right: -30px;
    padding-right: 30px;
}

.news-item a {
    text-decoration: none;
}

.news-item img {
    background-color: white;
    border: solid 1px #ccc;
    border-radius: 2px;
    box-shadow: 5px 5px 10px rgba(70, 70, 70, 0.75);
    padding: 4px;
    margin-bottom: 30px !important;
    margin-left: -20px !important;
    margin-right: 25px !important;
    margin-top: 0;
    float: left;
}

.news-item-alt img {
    margin-left: 20px !important;
    margin-right: 0 !important;
    float: right;
}

.news-item h2 {
    color: #6D782E;
    margin-top: 0;
}



.twitter-timeline {
    background-color: transparent;
    width: 300px;
}

.event {
    display: block;
    margin: 0 -10px;
    padding: 10px;
    text-decoration: none;
}

    .event:hover {
        background-color: #F2ECD9;
        border-bottom: solid 1px #D9C68C;
        border-top: solid 1px #D9C68C;
        margin: 0 -20px;
        padding: 9px 20px;
    }

    .event h3 {
        /*color: #6D782E;*/
        font-size: 12pt;
        font-weight: bold;
        margin: 0;
    }

    .event p {
        color: #111;
        font-size: 11pt;
        margin: 0;
    }


/* Forms */


label {
    clear: both;
    float: left;
    text-align: right;
    width: 100px;
}

    label + input {
        float: left;
        margin-left: 20px;
    }

input + span, input + span + span {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
}


/* Buttons */

input[type="submit"], input[type="button"], input[type="reset"], .LinkButton {
    background-color: #f1f1f1;
    background-position: 3px top;
    background-repeat: no-repeat;
    border: solid 1px #aaa;
    border-radius: 2px;
    color: #545C23;
    cursor: pointer;
    display: inline-block;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
}

    input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .LinkButton:hover {
        background-color: #fafafa;
    }

.ImageButton {
    padding-left: 30px;
}


/* Events */

.calendar {
    float: left;
    font-family: Verdana, Arial, sans-serif;
    height: 70px;
    margin-right: 10px;
    position: relative;
    width: 72px;
}

    .calendar .month, .calendar .year {
        background-color: #ADAC81;
        background: linear-gradient(to bottom, #adac81 0%,#878668 100%);
        border: solid 1px #92915F;
        font-size: 11px;
        padding: 4px 4px 8px 4px;
        position: absolute;
        top: 0;
    }

    .calendar .month {
        border-right-style: none;
        color: white;
        display: block;
        text-transform: uppercase;
        width: 50px;
    }

    .calendar .year {
        border-left-style: none;
        border-top-right-radius: 5px;
        color: #f1f1f1;
        position: absolute;
        display: block;
        right: 0;
    }

    .calendar .day {
        background-color: white;
        background: linear-gradient(to bottom, #e2e2e2 0%,#ffffff 100%);
        border: solid 1px #92915F;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: solid 1px white;
        bottom: 0;
        color: #5F5E3D;
        display: block;
        font-size: 40px;
        line-height: 42px;
        padding-bottom: 4px;
        position: absolute;
        text-align: center;
        width: 70px;
    }


.RSVPview {
    background-color: #f9f6ed;
    border: solid 2px #92915F;
    border-radius: 5px;
    overflow: auto;
    padding: 20px;
    width: 425px;
}

    .RSVPview h3 {
        margin-top: 0;
    }

    .RSVPview input[type="submit"] {
        clear: both;
        float: left;
        margin-left: 120px;
    }

.Contact-Info {
    font-size: 0.8em;
}

.People-Info {
    zborder-bottom: dotted 1px #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: auto;
}

    .People-Info div {
        float: left;
        width: 470px;
    }

    .People-Info h2, .People-Info h3, .People-Info p {
        margin: 0;
    }

    .People-Info p {
        font-size: .95em;
    }

    .People-Info img {
        background: #f7f7f7 url('person-placeholder.gif') no-repeat center center;
        border: solid 1px #ccc;
        float: left;
        height: 100px;
        margin-right: 20px;
        margin-top: 5px;
        padding: 10px;
        width: 85px;
    }


.gridview {
    border-style: none;
    font-size: .8em;
    width: 100%;
}

    .gridview td, .gridview th {
        border-style: none;
        padding: 4pt;
    }

    .gridview th {
        background-color: #c3c2a2; /*6d782e;*/
        color: #596325;
        text-align: left;
    }

        .gridview th a, .gridview td a {
            color: #333;
            596325;
            text-decoration: none;
        }

            .gridview th a:hover, .gridview td a:hover {
                text-decoration: underline;
            }

.altrow {
    background-color: #e8e8dc;
}
