/*
Theme Name      University of St Andrews 2007 (Global Internal)
Theme URI       http://www.st-andrews.ac.uk
Description     Global stylesheet for internal (Current Staff and Current Students) pages
                which controls height of (horizontal main navigation) #menu
Version         3.1
Author          gjms1

Last updated    Monday 09 July 2007
*/

#header h1 {
    font-size: 2.6em;
    }

h2#categoryheading {
    height: 40px;
    position: relative;
    width: 460px;
    }

#menu {
    height: 36px;
    line-height: 36px;
    }

    #menu a:link, #menu a:visited {
        min-height: 36px;
        }

    #menu ul {
    float: right;
    width: auto;
    }

#menu h1 {
    color: #fff;
    display: inline;
    font-size: 2.4em;
    font-weight: normal;
    position: absolute;
    }

    #menu h1 a:link, #menu h1 a:visited {
    color: #fff;
    }

    #menu h1 a:hover, #menu h1 a:active, #menu h1 a:focus {
        color: #a7b0c9;         /* Blue Nowhere (rgb 167, 176, 201) */
        }

#submenu {
    /* colour is contained within the current_staff.css or current_students.css files */
    width: 165px;
    }

#column1 ul, #column2 ul {
    list-style: none;
    margin: 5px 0 10px 10px;
    padding: 0;
    }

    #column1 ul ul, #column2 ul ul {
        margin: 0 0 0 20px;
        }

/* forces all links within columns 1 and 2 to have no underline*/
#column1 a:link, #column1 a:visited,
#column2 a:link, #column2 a:visited {
    text-decoration: none;
    }

#column1 a:hover, #column1 a:active,
#column2 a:hover, #column2 a:active {
    text-decoration: underline;
    }

#column1 h2 a:hover, #column1 h2 a:active,
#column2 h2 a:hover, #column2 h2 a:active {
    font-weight: bold;
    }


#column1 h3, #column2 h3 {
    margin: 0;
    }
