﻿@charset "utf-8";
/* Royal Holloway Website - About us CSS Document */

    /* Set top nav selected item bg */
    #siteheader #TopNav a.sys_aboutus {
    color:#000000 !important;
    background-color:#eb641e;}		

/*********************/
/* Left Menu colours */
/*********************/
/* Child - v.pale */
.sys_menu DIV {
    background: #fffcfa;
}

/* Current folder - strong */
div.sys_current_folder:after {
    color:#eb641e;
}
 
/* Parent folder - weak */ 
div.sys_parent_folder:after {
    color:#fff3e8;
}    

/* Top level - strong */
div.sys_current_folder:first-child, div.sys_parent_folder:first-child {
    background: #eb641e;
}

/* Current item - weak */
div.sys_current_item {
     background: #fff3e8;
}
/*********************/
/*DC colour profiling*/
/*********************/
    /* Set headings*/
    h1, h2, h3, h4, h5, h6,
    .sys_sitewrap h1 a, .sys_sitewrap h2 a, .sys_sitewrap h3 a, .sys_sitewrap h4 a, .sys_sitewrap h5 a, .sys_sitewrap h6 a {
        color:#eb641e;
    }
    
    /* Set elements */
    .sys_contentbox h2.sys_contentbox-hdr,
    .sys_content-area .sys_tabbedarea-control ul.sys_tabs li,
    .sys_content-area .sys_tabbedarea-control ul.sys_tabs li a,
    .sys_content-area .sys_tabbedarea-control ul.sys_tabs li a:hover,
    .sys_content-area .sys_tabbedarea-control ul.sys_tabs li a:before,
    .sys_content-area .sys_tabbedarea-control ul.sys_tabs li a:after,
	.sys_content-area div.sys_fieldset h2.sys_legend,
	.sys_content-area table.standardTable th,
    .sys_content-area .sys_featuretable h2.sys_tbl-hdr,
	.sys_featuretable h2.sys_tbl-hdr,
	.sys_content-area .sys_link, 
	.sys_fasttrack-withtext h2,
    .sys_simplevideobox,
	.sys_cta-link{
	    background-color:#eb641e;
    }
    .sys_content-area .sys_rss-scrolling-area{
        border-color:#eb641e;
    }

    /* Set lighter elements */
    .sys_content-area table.standardTable tr td,
	.sys_content-area .sys_featuretable table tr.sys_altrow th,
	.sys_content-area .sys_featuretable table tr.sys_altrow td {
	    background:#fff3e8;
    }
/*End colour profiling*/
.sys_carouselNav .sys_activePager {background:#eb641e; color: #ffffff !important;}
.sys_carouselText h2 {color:#eb641e;}

@media handheld, only screen and (max-width: 650px) {


    #sitebody div.sys_breadcrumb {
        background: #eb641e;
    }
    #sitebody .sys_sectionMenu {
        background: #eb641e;
    }
    .sys_menu A {
        border-bottom: 1px solid #eb641e;
    }
    .sys_menu div:last-of-type a {
        border-bottom: none;
    }
    .sys_nav-area.sys_menuShown br {
        display: none;
    }
}
