body {
    background-color: #5d662d;
}

a, a:visited {
    font-weight: normal;
    color: #507B26;
}

a:hover{
    color: #92BB69;
}

#container {
    width: 760px;
    margin: auto;
    padding: 10px 0px;
}
    #header {
        text-align: center;
        margin-bottom: -3px;
    }

    #flashMessage, .message {
        background: transparent;
    }

    #sidebar {
        width: 226px;
        float: left;
    }

        #sidebar ul {
            background: url(/img/sidebar-background.png) no-repeat bottom left #9e2d1b;
            list-style-type: none;
            margin: 0px;
            padding: 10px 15px 25px 0px;
        }

            #sidebar a,
            #sidebar a:visited {
                text-decoration: none;
                color: white;
            }

                #sidebar a:hover {
                    color: #F7CCC5;
                }

            #sidebar ul li {
                margin-left: 20px;
                font-size: 14px;
                padding: 5px 0px;
                clear: both;
            }

                #sidebar ul li a {
                    display: block;
                    border-bottom: 1px solid white;
                }

                #sidebar ul li ul {
                    background: 0;
                    padding: 0px;
                    margin-bottom: -10px;
                }

                #sidebar ul li ul li {
                    font-size: 12px;
                }

                    #sidebar ul li ul li ul {
                        margin-bottom: -5px;
                    }

            #sidebar a.selected {
                font-weight: bold;
            }

            #sidebar .sponsors {
                background: #5D662D;
                color: transparent;
                float: left;
                margin-left: -10px;
                margin-top: 10px;
                padding-top: 0px;
                text-align: center;
                width: 226px;
            }

                #sidebar .sponsors img {
                    display: block;
                    margin: auto;
                    margin-bottom: 10px;
                }

            #sidebar .events {
                color: white;
                clear: both;
            }
                #sidebar .events strong,
                #sidebar .events b,
                #sidebar .events span {
                    display: block;
                    margin-top: 5px;
                }

                    #sidebar .events ul {
                        margin-bottom: 0px;
                    }

                    #sidebar .events ul li a {
                        display: inline;
                        color: #F3A80B;
                        text-decoration: underline;
                        border-bottom: 0px;
                    }

            #sidebar ul .news {
                color: white;
            }

                #sidebar ul .news span.date {
                    font-size: 10px;
                    color: white;
                    display: block;
                    text-align: right;
                    margin-bottom: -2px;
                }

                #sidebar ul .news div {
                    font-size: 12px;
                    margin: 5px;
                    margin-bottom: 0px;
                }

                #sidebar ul a.read-more {
                    display: inline;
                    float: right;
                    font-size: 11px;
                }
        #sidebar a.events-calendar {
            display: inline;
            float: right;
            font-size: 77%;
        }

    #links table {
    }
        #links td.name {
            margin-bottom: 5px;
            border-bottom: 1px solid #507B26;
            padding-top: 10px;
        }
            #links td.name a {
                text-decoration: none;
            }

        #links td.image {
            padding-top: 5px;
            padding-right: 10px;
            text-align: center;
        }

        #links td.description {
            padding-top: 2px;
        }


    #content {
        width: 520px;
        padding: 5px;
        background-color: #ded085;
        border: 2px solid #f9eba1;
        border-bottom: 0px;
        float: right;
        margin: 0;
        padding-bottom: 0px;
        margin-left:-226px;
    }

        #content a:hover, #fckEditor a:hover {
        }

        .error_message {
            color: #00407A;
        }

        #content h1 {
            border-bottom: 1px solid #e38d03;
            font-size: 120%;
            font-weight: bold;
            margin: 0px;
            color: #80320e;
            margin-bottom: 10px;
        }

        #content .footer {
            border-top: 2px solid #f9eba1;
            background: #262d0b;
            margin: -7px;
            margin-top: 7px;
            padding: 7px;
            font-size: 10px;
            color: white;
            height: 25px;
            clear: both;
            position: relative;
            z-index: 1;
        }

            #content .footer .address {
                float: left;
                padding-left: 30px;
                background: url(/img/footer-arrows-icon.png) no-repeat 5px 7px;
            }

            #content .footer .contact-info {
                float: right;
                text-align: right;
                padding-left: 30px;
                background: url(/img/footer-mail-icon.png) no-repeat 5px 7px;
            }

            #content .footer a,
            #content .footer a:visited {
                color: white;
            }


        .calendarNav {
            text-align: center;
            width: 100%;
            margin: 0px;
            clear: both;
        }

            .calendarNav td {
                vertical-align: bottom;
            }

            .calendarNav .current {
                font-size: 28px;
                padding: 0px;
                text-align: center;
            }

            .calendarNav .prev {
                text-align: left;
                width: 130px
            }

            .calendarNav .next {
                text-align: right;
                width: 130px
            }

            .calendarNav a {
                display: block;
                padding-bottom: 4px;
            }

        table.event
        {
            clear: both;
            margin: 0px;
            margin-left: 5px;
        }

            table.event th
            {
                color: black;
                background: transparent;
                padding: 5px 0px;
                padding-bottom: 0px;
                text-transform: uppercase;
                font-size: 12px;
            }

            table.event td
            {
                border: 1px solid white;
                vertical-align: top;
                white-space: normal;
                width: 71px;
                height: 71px;
                font-size: 11px;
                margin: 0px;
                padding: 0px;
                padding-left: 2px;
            }

                table.event td.weekend {
                    background: #F9EBA1;
                }

                .eventDate {
                    float: right;
                    font-size: 14px;
                    font-weight: bold;
                    text-align: right;
                    padding: 5px;
                    width: 60px;
                }

                table.event td .square {
                    border: 1px solid #000000;
                    text-decoration: none;
                    float: left;
                    width: 5px;
                    height: 5px;
                    color: transparent;
                    margin-top: 6px;
                    margin-right: 4px;
                    margin-left: 1px;
                }

                table.event td a {
                    display: block;
                    padding-bottom: 10px;
                }

                .square .squareId {
                    display: none;
                }

        #sidebar .newsletter {
            color: white;
            font-size: 13px;
            padding: 0px 10px;
        }

        #subscribe {
            margin-top: 10px;
            text-align: center;
            width: 130px;
            display: none;
            text-align: center;
        }

            #subscribe-link {
                margin-top: 10px;
                cursor: pointer;
                display: block;
                text-align: center;
                color: white;
                text-decoration: underline;
            }

            #subscribe label {
                margin: auto;
                margin-left: 30px;
            }

            #subscribe .input {
                width: 165px;
            }

            #subscribe .submit {
                margin: auto;
                margin-top: 2px;
                margin-left: 30px;
            }

            #subscribe #subscribe-message {
                margin-top: 10px;
            }


/* PAGES START */
    #content .index-list {
    }

        #content .index-list ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }

            #content .index-list li {
                clear: both;
                margin-left: 15px;
                padding-left: 32px;
            }

            #content .index-list li.oddRow {
                background: #FFF6C7;
            }

        #content .index-list .admin-buttons {
            margin-left: -32px;
            margin-right: 15px;
            width: 75px;
        }

            #content .index-list ul li ul li .admin-buttons {
                margin-right: 8px;
            }

    #map {
        border: 1px solid #F9EBA1;
        width: 495px;
        height: 400px;
        margin-left: 10px;
        margin-top: 10px;
    }

/* PAGES END */

/* PHOTOS START */
        #photos {
        }
            #photos .add-photo {
                float: right;
                font-size: 80%;
                font-style: normal;
                margin-top: -23px;
            }

            #photos .navigation {
                margin-bottom: 10px;
                font-size: 11px;
                height: 10px;
                white-space: nowrap;
                overflow: hidden;
            }

                #photos .navigation .left {
                    float: left;
                    width: 33%;
                    text-align: left;
                }

                #photos .navigation .center {
                    float: left;
                    width: 33%;
                    text-align: center;
                }

                #photos .navigation .right {
                    float: right;
                    width: 33%;
                    text-align: right;
                }

                #photos .navigation a {
                    font-weight: normal;
                }

        #photos .container {
            float: left;
            text-align: center;
            margin-left: 5px;
        }

            #photos .container.thumb {
                width: 230px; /* Needs to be 20px wider than the actual thumbnail for the drop shadow */
                text-align: center;
                margin: auto;
                margin-right: 6px;
                margin-left: 8px;
            }

            #photos .container .photo {
                float:left;
                background: url(/img/drop-shadow-alpha.png) no-repeat bottom right !important;
                background: url(/img/drop-shadow.gif) no-repeat bottom right;
                margin: 10px 0 0 10px !important;
                margin: 10px 0 0 5px;
            }

                #photos .container .photo img {
                    display: block;
                    background-color: #fff;
                    border: 1px solid #a9a9a9;
                    margin: -6px 6px 6px -6px;
                    padding: 4px;
                }

                #photos .container .name {
                    clear: both;
                    display: block;
                    text-align: center;
                    font-size: 14px;
                }

                #photos .container .description {
                    margin-top: 5px;
                    font-size: 12px;
                }

        #photos .brief {
            margin-top: -5px;
            margin-bottom: 10px;
        }

            #photos .brief .link, #pages .featured-project .brief .link {
                display: block;
                text-align: right;
                margin-top: 7px;
            }


/* PHOTOS END */

/* NEWS */
    #news {
    }

        #news h1 {
            color: #00407A;
            font-size: 18px;
            font-style: normal;
            margin-bottom: 3px;
            margin-top: 15px;
        }

        #news h1 a, #news h1 a:visited {
            text-decoration: none;
        }

        #news h1 a:hover {
            border-bottom: 1px solid black;
        }

        #news .navigation {
            font-size: 11px;
            height: 10px;
        }

            #news .navigation .left {
                float: left;
                width: 45%;
                text-align: left;
            }

            #news .navigation .right {
                float: right;
                width: 45%;
                text-align: right;
            }

            #news .navigation a {
                font-weight: normal;
            }

            #news .navigation.bottom {
                margin-top: 10px;
            }

        #news .title {
            font-size: 11px;
            margin-bottom: 25px;
        }
            #news .title .date {
                padding-top: 2px;
                width: 50%;
                margin: 0px;
                float: left;
            }

            #news .title .pdf-version {
                margin: 0px;
                padding-top: 1px;
                padding-right: 20px;
                background: url(/img/icon-pdf.gif) no-repeat top right;
                width: 45%;
                float: right;
                text-align: right;
                height: 15px;
            }

            #news .title a {
                text-decoration: none;
                font-weight: normal;
                color: #8F8F8F;
            }

            #news .title a:hover {
                text-decoration: underline;
            }

        #news .body {
            clear: both;
            margin-bottom: 10px;
        }

        #news .readMore {
            font-size: 11px;
            text-align: right;
            clear: both;
        }
            #news .readMore a {
            }
/* NEWS END */

        #content #pagination {
            clear: both;
            text-align: center;
        }

#footer {
    clear: both;
    margin: 5px 0px;
    font-size: 80%;
    color: white;
}


table {
}
    table th {
        background: #e69802;
        color: white;
        font-weight: bold;
        border: 0px;
        padding: 2px;
    }
        table th a, table th a:visited {
            color: white;
            font-weight: bold;
        }

        table th a:hover {
            color: #ddd;
        }

    table .oddRow {
        color: black;
        background: #FFF6C7;
    }

    table .evenRow {
    }

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.link {
    cursor: pointer;
}

.print {
    display: none;
    visibility: hidden;
}

em {
    font-style: italic;
}

img {
    font-size: 10px;
    color: #bbb;
}

.admin-buttons {
    float: left;
    width: 32px;
    margin-right: 5px;
    white-space: nowrap;
}
