tenzing.css 941 Bytes
/* hide the default */

/**
 * TENZING COLOURS:
 *
 * ORANGES:
 * light:		#fce4c0
 * medium:		#fadfb3
 * dark:		#f7bd55
 *
 * PURPLES:
 * light:		#b197ad
 * medium:		#855d7e
 * dark:		#3b0d32
 *
 * ACCENTS:
 * blue:		#71aed7
 * gray: 		#ebebeb
 * 
 */


#wphead { display:none; }

#TzBrandingHeader {
    background-color:#3B0D32;
    color:#fff;
    height:75px;
    background: #3B0D32 url(../images/tenzing.gif) top right no-repeat;
}
#TzBrandingHeader_UtilityMenu {
    font-size:11px;
    padding: 18px 0 0 25px;
}
#TzBrandingHeader_UtilityMenu a { color: #fce4c0; text-decoration:none; }
#TzBrandingHeader_UtilityMenu a:hover { color: #f7bd55; text-decoration:underline;}

#footer { display:none;}
#TzBrandingFooter {
    background-color:#3B0D32;
    color:#f7bd55;
    padding:5px 10px;
    font-size:11px;
    
    clear:both;
    position:relative;
    margin-top: -28px;
}
#TzBrandingFooter a { color:#fff; text-decoration:none; }