/* perth-aural.css
   
   Look, learn, but please don't steal. */

/* For BOTH Layouts, see:
   /includes/perth.css

   For HOME Layout, see:
   /includes/perth-home.css

   For CONTENT Layout, see:
   /includes/perth-content.css

   For lte IE 7 OVERRIDE, see:
   /includes/perth-override7.css

   For lte IE 6 OVERRIDE, see:
   /includes/perth-override.css

   For PRINT Layout, see:
   /includes/perth-print.css

   For AURAL Layout, see:
   /includes/perth-aural.css

   For HANDHELD Layout, see:
   /includes/perth-handheld.css */

* { speak-punctuation: none; }

*:after, script { speak: none; }

acronym { speak: spell-out; }
acronym:after { content: attr(title);
	speak: normal; }

address { speak-numeral: digits; }

/* HEADER Layout */
div#entirety div#header h1, div#entirety div#header div#menu_accessibility { voice-family: announcer, male;
	pause: 200% 300%; }
/* EO.HEADER Layout */

/* MENU Layout */
div#entirety div#shell div#menu h2 { voice-family: announcer, male;
	pause: 200% 200%; }
div#entirety div#shell div#menu ul li { pause: 200% 200%; }
/* EO.MENU Layout */

/* CONTENT Layout */
div#entirety div#shell div#content h2 { voice-family: announcer, male;
	pause: 200% 200%; }

/* SEMI-GLOBALS */
div#entirety div#shell div#content { voice-family: female; }
/* div#entirety div#shell div#content .accessible { voice-family: announcer, male;
	pause: 200% 200%; } */
/* EO.SEMI-GLOBALS */
/* EO.CONTENT Layout */

/* FOOTER Layout */
div#entirety div#footer h2 { voice-family: announcer, male;
	pause: 200% 200%; }
/* EO.FOOTER Layout */

div#entirety h2#document_end { voice-family: announcer, male;
	pause: 200% 200%; }
