/* -------------------------------------------------------------- 
  
   typography.css
   * Cascaded Style Sheet for http://denis.turnthelighton.fr/
   * Author : Denis Fongue
   
   This file defines the typography (font, size, ...) of the website
   
-------------------------------------------------------------- */

/* GENERAL *****************************************************
****************************************************************/

html {font-size:100%; }
body {text-shadow: 0px 0px; font: .75em/1.5em 'Trebuchet MS',Arial,sans-serif; color: #b3b3b3}

h1, h2, h3, #about dt {font-family: Didot; font-style: italic;}

h1{font-size:3.333em;line-height:0.9em;font-weight: normal; *+line-height:6px; }
h2{font-size:1.667em; text-transform: uppercase;font-weight: normal;}
h3{font-size:2.5em;line-height:1.07em; font-weight: normal;}
h4{font-size:1.33em; font-weight: normal;}

h1, h2 {color:#000; }
h3, h4, #about dt {color:#808080; }

a, a:hover, a:active {outline:none;}

li a, dl a {color:#b3b3b3; text-decoration:none; padding: 2px 1px 1px; border-bottom: 1px dotted #ccc; *+padding-bottom:0px;}
li a:hover, dl a:hover {padding-bottom:2px; *+padding-top:0px;}
li a:hover, dl a:hover, div#header dt:hover, div#header dt:hover > a, dl dt a:hover,div#header dd:hover, div#header dd:hover > a, dl dd a:hover {color:#fff; text-decoration: none; background-color: #fd0; border: none;}

div#header{font-size:.917em;} /*11px*/
	html div#header dl dd.selected{ color:#b3b3b3; background-color: transparent;}
	div#header a{display:block; width:147px; height:19px; border: none; }
	div#header a:hover{border: none;}
	div#header dl a {padding:0;}
	

#about dt{font-size:2em; line-height: 1em }
#about dd{margin-top:3px;}

