/*
 Theme Name:     #ANCHORDOWN Child - Undergrad Research
 Description:    Undergraduate Research
 Author:         Vanderbilt Web Communications
 Author URI:     http://web.vanderbilt.edu
 Template:       ANCHORDOWN-Vanderbilt
 Version:        1.0.0
*/

/*
 Overwrite the text header font-size
 */
.header-background .livetextheader {
    font-size: 3.45em;
}

.home-row {
    margin-bottom: 1em;
}
.home-widget {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}
.home-widget:last-child {
    margin-right: 0;
}
.home-widget h3 {
    background-color: #183468;
    color: #fff;
    padding: .5em;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin: 0;
}
.home-widget p {
    margin-bottom: 0;
    line-height: 0;
}
.home-widget ul {
    border: 1px solid #ccc;
    padding: 0 1em;
    list-style-type: none;
    margin: 0;
}
.home-widget ul li {
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.home-widget ul li:last-child {
    border-bottom: none;
}

/*
.secnav {
    border-top-color: #006699;
    border-bottom-color: #183468;
}
.form-inline .form-control {
    border-radius: 8px;
}
.form-inline .btn {
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.secnav .rssnews {
    background: #183468;
    margin-bottom: 0;
}
.secnav .rssnews h3 a {
    color: #fff;
}
.secnav .rssnews h3 a:first-child {
    display: none;
}
.secnav .rssnews ul {
    color: #fff;
    font-size: 1.1em;
    list-style-type: none;
}
.secnav .rssnews ul li a {
    border-bottom: 1px solid #006699;
    color: #f5f5f5;
    display: block;
    padding: 10px;
}
.secnav .rssnews ul li a:hover {
    background-color: #006699;
    color: #fff;
    text-decoration: none;
}
*/

/* colors for areas */
.home-row h4 {
    font-family: 'Bree Serif', Georgia, serif;
    text-transform: uppercase;
    color: #183468;
    padding: 0;
    margin: 0;
    font-size: 1.0em;
}

.home-row ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.home-row li {
    list-style: none;
    border-bottom: 1px dotted #CCC;
    font-size: .8em;
}

.home-row li.first {
    margin-bottom: 0;
    font-size: 110%;
    padding: 0 !important;
}

.home-row li.more {
    text-align: right;
    border-bottom: 0 !important;
    font-size: 0.7em;
}

.home-row li span {
    padding: 5px 8px !important;
    display: block;
}

.home-row h4 a:link, .home-row h4 a:visited {
    border-bottom: none;
    display: block;
    padding: 10px;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-radius: 6px 6px 0 0;
    text-decoration: none;
}

.home-row li a:link, .home-row li a:visited {
    border-bottom: none !important;
    display: block;
    color: #555 !important;
    padding: 5px 8px;
}

.home-row li a:hover {
    background: #666;
    color: #FFF !important;
}

.home-row li.first a:link, .home-row li.first a:visited {
    padding: 0 !important;
    color: #333;
}

.social-sciences h4 a:link, .social-sciences h4 a:visited {
    background: #c4eeea;
    color: #339999;
}
.natural-sciences h4 a:link, .natural-sciences h4 a:visited {
    background: #ead5d5;
    color: #bd0000;
}
.creative h4 a:link, .creative h4 a:visited {
    background: #ceedce;
    color: #00aa00;
}
.humanities h4 a:link, .humanities h4 a:visited {
    background: #c9d3df;
    color: #0055bd;
}
.engineering h4 a:link, .engineering h4 a:visited {
    background: #f2e3cd;
    color: #ef6d00;
}
.education h4 a:link, .education h4 a:visited {
    background: #d6c3d6;
    color: #990099;
}

.social-sciences h4 a:hover {
    color: #c4eeea;
    background: #339999;
}
.natural-sciences h4 a:hover {
    color: #ead5d5;
    background: #bd0000;
}
.creative h4 a:hover {
    color: #ceedce;
    background: #00aa00;
}
.humanities h4 a:hover {
    color: #c9d3df;
    background: #0055bd;
}
.engineering h4 a:hover {
    color: #f2e3cd;
    background: #ef6d00;
}
.education h4 a:hover {
    color: #d6c3d6;
    background: #990099;
}

.social-sciences li.first a:hover {
    color: #c4eeea;
    background: #339999;
}
.natural-sciences li.first a:hover {
    color: #ead5d5;
    background: #bd0000;
}
.creative li.first a:hover {
    color: #ceedce;
    background: #00aa00;
}
.humanities li.first a:hover {
    color: #c9d3df;
    background: #0055bd;
}
.engineering li.first a:hover {
    color: #f2e3cd;
    background: #ef6d00;
}
.education li.first a:hover {
    color: #d6c3d6;
    background: #990099;
}

.social-sciences li.more a {
    color: #339999 !important;
}
.natural-sciences li.more a {
    color: #bd0000 !important;
}
.creative li.more a {
    color: #00aa00 !important;
}
.humanities li.more a {
    color: #0055bd !important;
}
.engineering li.more a {
    color: #ef6d00 !important;
}
.education li.more a {
    color: #990099 !important;
}

.home-row li.more a:hover {
    background: #FFF;
    color: #000 !important;
    font-weight: bold;
}