/********************************************
 * TITLE: Editorial Larger Fonts Stylesheet *
 * URI  : editorial/larger-fonts.css        *
 * MODIF: 2004-Oct-25 22:05 +1000           *
 * MEDIA: screen, projection, tv            *
 ********************************************/

/* DESCRIPTION:
 * This is the larger fonts stylesheet for Editorial. It renders text in a larger font size
 * and uses darker grey colours compared to the default stylesheet. It is made available as an
 * accessibility feature.
 *
 * This stylesheet is best used for display on large display areas (eg: standard computer
 * monitors).
 *
 * NB: this stylesheet cascades styles from the default.css stylesheet.
 */


/* ##### Imports ##### */

@import url("./default.css");


/* ##### Common Styles ##### */

body {
  color: black;
  font-size: 93% !important;  /* Enables font size scaling in MSIE */
}

html > body {
  font-size: 11pt !important;
}


/* ###### Header ###### */

.headerTitle {
  color: gray !important;
}

.subHeader .dateline {
  color: gray !important;
}

.subHeader a {
  color: gray !important;
}

.subHeader .navigation .tab {
  color: gray !important;
  padding: 0.5ex 1.25em 1.1ex 1.25em !important;
}

.subHeader .navigation a.tab:hover {
  padding-bottom: 0.9ex !important;
}

.subHeader .navigation .highlighted {
  color: white !important;
}


/* ##### Main Copy ##### */

#main-copy q {
  color: rgb(175,175,175) !important;
}


/* ###### Footer ###### */

#footer {
  color: gray !important;
}

#footer a {
  color: gray !important;
}
