/*
	RoZ 2004-2005
	(c) 2004 Roberto Zingales (www.cyboroz.com)
	All Rights Reserved
	
	CSS developed by R.Zingales.
	Stili aurali per la sintesi vocale ( ad esempio opera8).
	esempi e stili: http://css.html.it/articoli/leggi/256/aural-css-i-fogli-di-stile-uditivi/5/
	http://www.w3.org/TR/REC-CSS2/aural.html
	http://www.w3.org/TR/CSS21/aural.html
	http://lau.csi.it/realizzare/accessibilita/fogli_di_stile/CSS_audio/aural.shtml#cue
*/




H1, H2, H3, H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 ;
  				cue:url ("/audio/ping2.wav");
				elevation:above;
				pause-after:50ms
				azimuth:center-left;
				
				}
  H2            { pitch: x-low; pitch-range: 80;
  				cue:url ("/audio/ping2.wav");
				elevation:above;
				pause-after:50ms
				azimuth:center;}
  H3            { pitch: low; pitch-range: 70 ;
  cue:url ("/audio/ping2.wav");
				elevation:higher;
				pause-after:50ms
				azimuth:center;}
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: betty, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
  
acronym, abbr, span.caps { voice-family: betty, male; pitch: medium; pitch-range: 40;}

#sidebar h2, #sidebar h3 { voice-family: harry, male; pitch-range: 60; stress: 60; richness: 50;
	elevation:higher; azimuth:center-left;  }

#sidebar a { pitch-range: 60; stress:60; }
#sidebar a:hover { color: #000; text-decoration: none;  }

#sidebar ul {voice-family: betty, female; pitch-range: 60; stress: 60; richness: 50 }
#sidebar ul li h2 {voice-family: betty, female; pitch-range: 80; stress: 60; richness: 70 }
#sidebar ul ul ul.children { voice-family: betty, female; pitch-range: 80; stress: 70; richness: 80; }

.navbar ul {voice-family: betty, female; pitch-range: 60; stress: 60; richness: 50 }
.navbar ul li h2 {voice-family: betty, female; pitch-range: 80; stress: 60; richness: 70 }
.navbar ul ul ul.children { voice-family: betty, female; pitch-range: 80; stress: 70; richness: 80; }




  