﻿/* ------------------------------- *\
            $HomePage
start home page styles, pr-nav is program nav
\* ------------------------------- */
#pr-nav {
    position: relative;
    width: 980px;
    z-index: 9998;
}

    .js #pr-nav {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: 50px;
        background: #FFF; /* old browsers */
        background: -moz-linear-gradient(top, #FFF 0, #e0e0e0 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#FFF), color-stop(100%,#e0e0e0)); /* webkit */
        background: -o-linear-gradient(top, #FFF 0,#e0e0e0 100%); /* opera */
        border-bottom: 5px solid #c75b12;
        z-index: 9998;
    }

ul#pr-list {
    line-height: 50px;
    list-style: none outside none;
    margin: 0 0 0 11px;
}

    ul#pr-list li {
        display: inline;
        padding: 0;
        background: none;
    }

.pr-group {
    margin: 0;
}

a.pr-link {
    color: #6a6a6a;
    /*color: #808080; 10.09.14 color darkened for accessibility gmertens*/

    display: inline-block;
    /*gmertens font-family: Interstate, Calibri,Trebuchet MS,Arial,sans-serif; - changed to Arial to fix header overrun */
    font-family: Arial,sans-serif;
    /*gmertens 10.09.14 - font size reduced from 14px*/
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

a.tab-selected {
    background: none repeat scroll 0 0 #e9e9e9;
    color: #c75b12;
    border-color: #CDCDCD #cdcdcd #e9e9e9 #cdcdcd;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    z-index: 10000;
    text-shadow: 0 1px 1px #fff;
    position: relative;
    left: -1px;
    margin-right: -2px;
}

.js .pr-content {
    background: #fff;
    border-color: #CDCDCD;
    border-style: solid;
    border-width: 1px;
    height: 395px;
    left: 11px;
    margin: 0;
    position: absolute;
    top: 50px;
    width: 960px;
    z-index: 9999;
}

.pr {
    background: #E9E9E9; /* old browsers */
    background: -moz-linear-gradient(top, #E9E9E9 0, #FFFFFF 99%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#E9E9E9), color-stop(99%,#FFFFFF)); /* webkit */
    background: -o-linear-gradient(top, #E9E9E9 0,#FFFFFF 99%); /* opera */
    float: left;
    height: 360px;
    line-height: 22px;
    padding: 20px 10px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#FFFFFF',GradientType=0); /* ie */
}

#pr-ug .pr {
    width: 220px;
}

#pr-phd .pr, #pr-alumni .pr, #pr-exec .pr {
    width: 460px;
}

#pr-report .pr {
    width: 940px;
}

#pr-exec .pr p {
    margin-top: 5px;
}

#pr-gr .pr {
    font-size: 12px;
    width: 172px;
}

.pr h2 {
    color: #244363;
    font-family: Interstate, Calibri,Trebuchet MS,Arial,Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

#pr-phd .pr h2 {
    margin-bottom: 10px;
}

.pr h3 {
    color: #244363;
    font-family: Interstate, Calibri,Trebuchet MS,Arial,Sans-Serif;
    font-size: 12px;
    letter-spacing: 0;
    margin: 0;
    text-transform: none;
}

.pr ul {
    margin: 10px 0 0;
}

ul#pr-list .pr li {
    background: url("/assets/themes/default/images/list-tri-orange.png") no-repeat scroll 0 7px transparent;
    color: #616161;
    display: block;
    list-style-image: none;
    margin: 0;
    padding-left: 12px;
}

.pr p {
    color: #616161;
    font-style: italic;
    margin-top: 10px;
    padding-right: 10px;
}

#pr-phd p {
    margin-top: 40px;
}

.pr strong {
    color: #505050;
}

#feature-tabs {
    margin: 0;
    padding: 30px 20px 15px 20px;
    position: relative;
}

#feature-thumbs {
    float: left;
    list-style: none outside none;
    margin: 0 20px 0 0;
}

    #feature-thumbs li {
        background-image: none;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    #feature-thumbs a {
        border: 4px double #D0D0D0;
        display: block;
        height: 50px;
        margin-bottom: 10px;
        width: 70px;
    }

        #feature-thumbs a:hover {
            border-color: #C75B12;
        }

    #feature-thumbs .ui-tabs-selected a {
        -webkit-box-shadow: 0 2px 5px #aaa;
        -moz-box-shadow: 0 2px 5px #aaa;
        box-shadow: 0 2px 5px #aaa;
        border-color: #AA9C8F;
    }

.feature {
    height: 360px;
}

    .feature img, .feature object {
        -webkit-box-shadow: 0 2px 5px #aaa;
        -moz-box-shadow: 0 2px 5px #aaa;
        box-shadow: 0 2px 5px #aaa;
        border: 4px double #AA9C8F;
        float: left;
        margin-right: 20px;
        position: relative;
        z-index: 0;
    }

    .feature object {
        border: medium none;
    }

    .feature h2 {
        font-family: Cambria,Georgia,Serif;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 27px;
        margin: 0 0 10px;
    }

        .feature h2 a {
            color: #000000;
            text-decoration: none;
        }

    .feature h3 {
        font-family: Interstate, Calibri,Trebuchet MS,Arial,sans-serif;
        font-size: 12px;
        margin: 0;
    }

        .feature h3 a {
            color: #606060;
            letter-spacing: 3px;
            text-decoration: none;
        }

            .feature h2 a:hover, .feature h3 a:hover {
                color: #C75B12;
            }

    .feature p {
        color: #981E32;
        font-size: 18px;
        line-height: 23px;
        margin: 10px 0;
    }

.link-order {
    border-top: 1px solid #000000;
    display: block;
    float: left;
    font-weight: bold;
}

#home-feeds {
    background: url("/assets/themes/default/images/home-nav-bg.gif") repeat scroll 0 0 #B7AD66;
    width: 980px;
}

#home-feeds-helper1 {
    background: url("/assets/themes/default/images/home-nav-top.png") repeat-x scroll 0 0 transparent;
}

#home-feeds-helper2 {
    background: url("/assets/themes/default/images/home-nav-bottom.png") repeat-x scroll left bottom transparent;
    padding-bottom: 15px;
}

.home-feed-group1 {
    float: left;
    margin-top: 20px;
    padding-left: 20px;
    width: 450px;
    border-right: 1px dotted #F1E3BB;
}

.home-feed-group2 {
    float: left;
    margin-top: 20px;
    padding: 0 20px 0 12px;
    width: 450px;
}

#home-feeds h2 {
    color: #303030;
    margin: 0 0 10px 0;
    padding-left: 12px;
    line-height: 18px;
    font-size: 18px;
}

    #home-feeds h2 span {
        font-size: 12px;
        font-weight: normal;
        letter-spacing: normal;
        padding-left: 10px;
        text-transform: none;
    }

        #home-feeds h2 span a {
            color: #fff;
        }

#home-feeds .home-feed-group1 h2 {
    padding-left: 0;
}

#home-feeds ul {
    margin: 0;
    padding: 0 10px 0 0;
}

    #home-feeds ul.agenda-links {
        position: relative;
        top: 1px;
    }

    #home-feeds ul.last {
        border-right: medium none;
        width: 196px;
    }

    #home-feeds li, #home-feeds ul.agenda-links li {
        background: none repeat scroll 0 0 transparent;
        font-family: Interstate, Calibri,Trebuchet MS,Sans-Serif;
        font-size: 12px;
        line-height: 15px;
        list-style: none outside none;
        margin: 0;
        padding-bottom: 6px;
        font-weight: 100;
    }

#home-feeds .textEvent {
    font-family: Interstate, Calibri,Trebuchet MS,Sans-Serif;
    font-weight: 100;
}

#home-feeds li a {
    color: #f1e3bb;
    display: block;
    text-align: left;
    font-size: 12px;
}

    #home-feeds li a:hover {
        color: #fff;
    }

#full-calendar-link {
    position: absolute;
    margin-left: 165px;
    font-size: 12px;
    font-family: Interstate, Calibri,Trebuchet MS,Sans-Serif;
    line-height: 19px;
    z-index: 9;
}

    #full-calendar-link a {
        color: #fff;
    }

.home-feed-more {
    font-size: 12px;
    font-family: Interstate, Calibri,Trebuchet MS,Sans-Serif;
    line-height: 19px;
    z-index: 9;
    position: absolute;
}

    .home-feed-more a {
        /*color: #fff; darkened for accessibility - 10.09.14 - gmertens*/
        color: #42320d;
    }

.home-feed-news {
    margin-left: 190px;
}

.home-feed-cal {
    margin-left: 165px;
}

.rssRow h4 {
    color: #f1e3bb;
    margin: 0;
    line-height: 18px;
}

.rssRow.odd a, .rssRow.odd span {
    text-shadow: none;
}

.rssDate, .home-feed-group2 .agendaDate {
    color: #303030;
    font-family: Interstate, Calibri,Trebuchet MS,Sans-Serif;
    font-size: 11px;
    padding-left: 1px;
    font-weight: normal;
}

#home-feeds td {
    border: none;
    padding: 0;
}

#home-feeds ul.agenda-links li {
    border: none;
    margin: 0;
    padding: 0 0 6px 12px;
}


.commencement-flag {
    position: relative;
}

    .commencement-flag a {
        background: url("/assets/themes/default/images/commencement.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 60px;
        position: absolute;
        right: -12px;
        text-indent: -9999px;
        top: -30px;
        width: 265px;
    }

.centennial-flag {
    position: relative;
}

    .centennial-flag a {
        background: url("/assets/themes/default/images/centennial.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 60px;
        position: absolute;
        right: -12px;
        text-indent: -9999px;
        top: -30px;
        width: 265px;
    }

#home-nav {
    position: relative;
    width: 980px;
}

    #home-nav ul {
        border-right: 1px solid #F1E3BB;
        float: left;
        margin: 0;
        padding: 30px 0 20px;
        width: 195px;
    }

        #home-nav ul.last {
            border-right: medium none;
            width: 196px;
        }

    #home-nav li {
        background: none repeat scroll 0 0 transparent;
        font-family: Cambria,Georgia,Serif;
        font-size: 14px;
        list-style: none outside none;
        margin: 0;
        padding: 0 0 10px;
    }

        #home-nav li a {
            /*color: #C75B12; color darkened for accessibility 10.09.14 gmertens*/
            color: #ba5613;
            display: block;
            text-align: center;
            text-decoration: none;
        }

            #home-nav li a:hover {
                color: #244363;
            }

#home-footer {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: none repeat scroll 0 0 #202020;
    height: 34px;
    position: relative;
    width: 980px;
}

    #home-footer .footer-ut {
        border-top: 1px solid #999156;
        top: 0;
    }



/* ------------------------------- *\
        $HomeSidebar
    HOMEPAGE SIDEBAR BANNER
\* ------------------------------- */
.sidebar-widget {
    position: relative;
}

img.sidebarImage {
    background: no-repeat scroll 0 0 transparent;
    display: block;
    height: 60px;
    position: absolute;
    right: -12px;
    text-indent: -9999px;
    top: -30px;
    width: 265px;
}

.clearfix:after {
    content: "" !important;
}
