/*                           Styles for all A-V webpages - HTML5 & CSS3
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~   ~~~~~   ~~~~

Styles specific to the main (tb01*) pages are in ../01av/tb010.css

*/

/* ================================================================================ Document-wide == */
abbr { color: #420 ; }

h6 {
    margin: 1.5ex 0 -0.3ex -0.1ex ;
    letter-spacing: 0.2ex ; font-size: 95% ;
}
p { max-width: 59ex ; }

table {
    margin: 0 1ex 1ex 1ex ; padding: 0 0 1ex 0 ;
    color: black; background: white; border-spacing: 1ex 1ex ;
}
    td, th { /* Cells have padding, but not margins */
        padding: 0 1ex 0 1ex ;
        line-height: 105% ;
    }
        td li { white-space: nowrap ; }

/* ---------------------------------- Navigation in general -- */
a { color: #228 ; background: transparent ; }

/* ==================================================================================== Divisions == */
/* -------------------------------------------------------------------------------- Content areas -- */
#pageHead { min-height: 55ex ; } /* Allow for all menu items e.g. current event */

div#pageBody { display: block ; min-height: 20ex ; }
    main .Tab, #pageBody .Tab {
        margin: -3ex 4ex 0 0 ;
        text-align: right ; white-space: nowrap ;
    }

section, figure, main header { max-width: 60ex ; }
main header { margin: 5ex 0 5ex 5ex ; text-align: center ; }
  main header h3 {
      margin: 0 ; color: rgba(64, 32, 0, 0.5) ; font-size: 250% ; letter-spacing: 1ex ; word-spacing: 0.5ex ;
  }
  main header h4 { margin: 1ex 0 0 0 ; font-size: 120% ; letter-spacing: 0.5ex ; }
section#headings { display: none ; }
aside { max-width: 50ex ; padding: 3ex 0 0 10ex ; }
  aside h3 { padding: 2ex 0 0.3ex 0 ; border-top: 1px solid rgba(0, 0, 0, 0.5) ; }

/* --------------------------------- Illustrations -- */
figure.Photograph {
    color: #000 ; background: #fff ;
    margin: 2ex 0 2ex 0 ;
}

#app { border: 1px solid #999 ; }

/* ------------------------------------------------------------------------------------ Endings -- */
/* ------------------- Navigation arrows -- */

/* --------------------------- Footnotes -- */
/* ================================================================================================= */
