/*                                                                                                     AURAL.CSS

  Para-Diddle Design Aural CSS File 
  Copyright 2006 by Joshua K Briley
  Additions by Mike Cherim

*/

h1, h2, h3, h4, h5, h6 {
  voice-family : male;
  speech-rate : 180;
  pause : 200%;                     /* pauses before and after */
  azimuth : center-right;
}

p, li, dd {
  voice-family : female;
  pitch : medium;
  speech-rate : 200;
  azimuth : center;
}

/*
  Accessibility oriented items are using a lower pitched voice so they can be
  differentiated from other items.  Optionally, background could be added
*/
	
#offset li, #footlist li {
  voice-family : male;
  pitch : low;
  azimuth : center-left;
}
	
p { 
  pause-after : 200%;
}

li, dd {
  pause-after: 150%;
}

acronym, abbr {
  speak : spell-out;
}

em, blockquote, dfn {
  pitch : 55;
}

strong, cite {
  richness : 55;
}

/* End aural styles */