@import url('reset.css');
@import url('typography.css');


/**************************************/
/*              GLOBALS               */
/**************************************/

body {
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

    #home {
        background: #fff url('../img/bg-home.png') repeat-x 0 188px;
    }

/**************************************/
/*              HEADER                */
/**************************************/

#header-wrapper {
    background: url('../img/bg-header.png') repeat-x;    
    height:auto !important;
    margin:0 auto;
    position:relative;
    width:100%;
}
    
    #header {
        margin: 0 auto;
        width: 960px;
        height: 196px;
    }

#logo {
    background: url('../img/bg-logo-gradient.png')    no-repeat;
    float: left;
    height:134px;
    margin: 7px 0 0 0;
    width:608px;
}

    #logo a img {
        margin: 20px 0 0 0;
    }

.search {
    background:transparent url('../img/bg-search.png') no-repeat;
    float:right;
    height:50px;
    width:252px;
    padding: 0 0 0 34px;
}

    #search label {
        display: none;
    }

    .searchInput {
        background: #fff url('../img/bg-search-box.png') repeat-y;
        border:1px solid #8A453E;
        height:21px;
        padding:5px 0 0 5px;
    }

    .searchButton {
        background:transparent url('../img/btn-search.png') no-repeat;
        border:0 none;
        height:27px;
        margin:14px 0 0 10px;
        text-indent:-999em;
        width:75px;
    }
    
        .searchButton:hover {
            background:transparent url('../img/btn-search.png') no-repeat;
            background-position:0px -27px;
            cursor:pointer;
        }
    
/**************************************/
/*             NAVIGATION             */
/**************************************/

#top-navigation .globalRootMenu {
    float:left;
    height:35px;
    margin:5px 0 0;
    position:relative;
    width:928px;
}

    #top-navigation .globalRootMenu li {
        background:transparent url('../img/nav-separator.png') no-repeat left top;
        display:block;
        float:left;
        height:41px;
        position:relative;
        width:116px;
    }

    #top-navigation .globalRootMenu li:first-child {
        background:none;
    }

        #top-navigation .globalRootMenu li a {
            display:block;
            height:100%;
        }        

        .selectedPage {
            color:#700011;
        }
#sub-navigation {
    float: left;
    width: 175px;
}

#sub-content {
    float: left;
    width: 660px;
    margin: 30px;
}

#sub-content-resource {
    float: left;
    width: 475px;
    margin: 30px;
}

#content-full {
    float: left;
    width: 900px;
    margin: 30px;
}

#sub-content-audio-wrapper {
    float: left;
    margin: 40px 0 0 0;
    width: 210px;
}

#sub-content-audio-wrapper h3 {
    margin: 0 0 5px 0;
}

#sub-content-audio {
    background: #F8F6F2;
    border: #E0E0E0 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px;
}

#sub-content-audio p{
    font-size: 12px;
}

    #sub-navigation .sectionMenu {
        background:transparent url('../img/bg-sub-nav.png') no-repeat right top;    
        float: left;
        height: 602px;
        position: relative;
        margin:30px 0 0;
        padding:30px 0 0;
        width: 175px;
    }
    
        #sub-navigation .sectionMenu li {
            background:transparent url('../img/bg-sub-nav-border.png') no-repeat right bottom;    
            display:block;
            float:left;
            height:41px;
            position:relative;
            width:175px;
        }

#sub-navigation .sectionMenu li a.selectedPage {
        background:transparent url('../img/bg-sub-nav-border-hover.png') no-repeat right bottom;
    }
        
            #sub-navigation .sectionMenu li a {
                border:0;
                display:block;
                height:100%;
                margin:0 0 0 20px;
            }
        
/**************************************/
/*            MAIN CONTENT            */
/**************************************/
        
#content {
    margin:0 auto;
    min-height:500px;
    position:relative;
    width:930px;
}

#featured {
    height: 420px;
}

#featured-main {
    background: url('../img/bg-featured-main.png') no-repeat;
    float: left;
    height: 333px;
    margin: 10px 0 0 0;
    width: 547px;
}

    .SlideShowImage img {
        margin: 30px 34px 0 0;
    }
    .SlideShowImage .captionContainer {
        height: 294px !important;
        width:480px;
    }
    
        #featured-welcome {
            height: 300px;
            float: right;
            margin: 10px 0 0 0;
            width: 340px;
        }
        
            #featured-welcome h1 {
                background: url('../img/txt-welcome-home.png') no-repeat;
                height:34px;
                width:189px;
            }
            
            #featured-welcome h2 {
                background: url('../img/txt-welcome-join.png') no-repeat;
                height:45px;
                width:286px;
                margin: 30px 0 0 0;
            }

            #featured-welcome p {
                    margin:5px 0;
            }                 

            #featured-welcome dl dt {
                float: left; 
                    text-align: right;
                    width: 110px;
            }

            #featured-welcome dl dd {
                float: left;
                    width: 200px;
                    text-align: left;
            }

            #feature-directions a {
                    margin:10px 0 0 40px;
            }

            #featured-learn-more a {
                background: url('../img/btn-learn-more.png') no-repeat;
                float:left;
                height:35px;
                margin:10px 0 0 0;                
                width:557px;
            }
            
                #featured-learn-more a:hover {
                    background: url('../img/btn-learn-more.png') no-repeat;
                    background-position:0px -38px;
                    cursor:pointer;    
                }
                
                #featured-learn-more a:visited {
                    background: url('../img/btn-learn-more.png') no-repeat;
                    background-position:0px -76px;
                }

#news-inside, #visiting-inside {
    background: #F8F6F2;
    border-top: #E0E0E0 1px solid;
    border-bottom: #E0E0E0 1px solid;
    height: 340px;
    padding: 20px;
    width:240px;
}

#news {
    float:left;
    margin:30px 0 0;
    width:300px;
}

    #news h2 {
        background:transparent url('../img/icon-cal.png') no-repeat;
        padding:0 40px 5px;
        width:100%;
    }

#visiting {
    float:left;
    margin:30px 25px;
    width:266px;
}

    #visiting h2 {
        background: url('../img/icon-chat.png') no-repeat;
        padding:0 40px 5px;
        width:100%;
    }
    
#sub-featured {
    float: left;
    margin: 50px 0 0 34px;
    width: 280px;
}

    #sub-featured a:hover {border: none;}

    #sub-featured a img {
        margin: 20px 0 10px 0; 
    }
    
        #sub-featured a img :first-child {
            margin: 47px 0 0 0;
        }

.directions-map {
border: 1px #E0E0E0 solid;
background: #F8F6F2;
width: 640px;
height: 400px;
padding: 20px;
}

.staff-photo {
border:1px solid #D9D9D9;
float:right;
margin:0 10px 10px;
padding:1px;
}

/**************************************/
/*               FOOTER               */
/**************************************/
        
#footer-wrapper {
    background: url('../img/bg-footer.png') repeat-x left top;
    float:left;
    height: 159px;
    width: 100%;
}

    #footer {
        margin: 0 auto;
        width: 960px;
    }


        #footer .nav {
            float:left;
            height:35px;
            margin:50px 0 0;
            position:relative;
            width:700px;
        }
        
            #footer .nav li {
                float:left;
                width:100px;
            }
        
        #footer #copy {
            float:right;
            height:41px;
            margin:50px 0 0;
            position:relative;
            width:230px;
        }

/**************************************/
/*             CALENDAR               */
/**************************************/


    .eventsCalendar table {
        border: 1px solid #242424;
        width: 900px;
        border-collapse: collapse;
    }

.eventsCalendar table {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

        .calendarDay, .calendarToday, .calendarDayHeader, .calendarTitle td, .calendarWeekendDay, .calendarOtherMonthDay   {
                padding: 2px;
                border: 1px solid #F0EED9;
                background: #FFF;
            }

.calendarDay, .calendarToday, .calendarWeekendDay, .calendarOtherMonthDay {height:100px !important;}

        .eventsCalendar table table, .eventsCalendar table table td {
                border: none;
                width: 100%;
                border-collapse: collapse;
            }
.eventsCalendar table table, .eventsCalendar table table td {
    background: #3E1211;
    color:#fff;
    }
    .calendarTitle td {
            text-align: center;
            background: #25576E;
            color: #F0EED9;
            font-weight: bold;
            padding: 6px 4px;
            font-size:1.2em;
        }

        .calendarNextPrevious {
            font-weight: bold;
        }

#inside .calendarNextPrevious a {
            color: #CD9892 !important;
}

            .calendarNextPrevious a {
                color: #8A453E !important;
                text-decoration:none;
            }
    
                #inside .calendarNextPrevious a:hover {
                    color: #FFFFFF !important;
                }    
        #inside .calendarToday a, #inside .calendarDay a {
            font-size:1em;
            font-style:italic;
        }

        .calendarToday a:hover {
            color: #333;
        }

        .calendarDayHeader {
            color: #F0EED9;
            background: #AEAC9A;
            font-weight: bold;
            height: 1px;
            text-align: center;
            padding: 4px 2px;
        }

        .calendarWeekendDay {
            background: #FFF;
            height: 50px;
        }

            .calendarWeekendDay a {
                font-style: italic;
                font-size:1em;
            }        

        .calendarDay {
            height: 50px;
        }

            .calendarDay a {
                font-style: italic;
                font-size:1em;
                text-decoration:none;
            }
    
        .calendarOtherMonthDay {
            color: #AEAC9A;
            background: #FFF;
            height: 30px;
        }

.eventsList ul li {
margin: 0 0 20px 0;
overflow: hidden;
}

.eventsList ul li a {font-size:1em; color:#242424; line-height: 130%;}

.eventDate {margin:5px 0 0 0; font-size:.7em; color:#545454; font-style:italic;}

.eventBody {padding: 30px;}

.rss a {
background: transparent url('../img/icon-rss.png') no-repeat;
border: none;
display: block;
height: 0;
overflow: hidden;
padding: 14px 0 0;
width:21px;
}

#content .rss a:hover {border: none;}

.archive h2.postTitle {font-size:1.1em;}
.archive .postInfo {font-size:.8em;}
.archive .postInfo em, .archive .postInfo .postDate, .postInfo .postDate  {font-size:11px; margin:0 0 0 26px;}
.archive .rss {display: none;}

#content .archive li {
float:left;
margin:15px 10px;
width:45%;
background:#FCFCFC;
border:1px solid #E0E0E0;
padding: 5px;
}

#content .archive li li {
float:none;
margin:0;
width:auto;
background: none !important;
border: none !important;
}

#content .archive li li h2.postTitle {
font-size: 1em;
font-color: #242424 !important;
}

.eventBody p img {
margin: 0 30px 10px 0;
}

#sub-content-resource .blogList li:first-child {
margin: 0;
}

#sub-content-resource .blogList li {
border-bottom:1px solid #ECECEC;
padding:10px;
}

.blogList .rss {
display: none;
}

#element2417505_354939 .blogList .postBody {
font-size: 0.8em;
font-weight: normal;
margin: 5px 0 0 26px;
color: #616161;
}

#element2417505_354939 .blogList ul {
background:#F8F6F2;
}

#element2417505_354939 .blogList li:first-child {
background: #fff;
}

#element2417505_354939 .blogList li h2 {
font-size:1.1em;
}
#element2417505_354939 .blogList li h2 a {
font-weight: normal;
}

.archive ul li .postInfo em { display: none; }

