/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 75%;
	font: 12px/1.5 'AvenirRegular', Lucida Sans, Lucida Sans Unicode, Lucida Grande, Verdana, Sans-serif;
	color:#666;
}

a    {
	text-decoration: none;
	color:#666;
	}
	
	
h1 {
}

h2 {
}

h5 {
	float:right;
	font: 10px/1.5 'AvenirRegular', Lucida Sans, Lucida Sans Unicode, Lucida Grande, Verdana, Sans-serif;
	margin-left:3px;	
}

h4 {
	color:#00d8ff;
	font: 12px/1.5 'AvenirRegular', Lucida Sans, Lucida Sans Unicode, Lucida Grande, Verdana, Sans-serif;
	display: inline;
	}
		


/* ------------------------------- COPYRIGHT IN FOOTER ------------------------------- */


#copyright {
font-size:75%;
text-align:center;
margin:0px 10px -20px 10px;}


li ul, 
li ol, li a { margin:0; }
ul, ol      { margin:0; }



strong	{ font-family: 'AvenirBlack', Lucida Sans, Lucida Sans Unicode, Lucida Grande, Verdana, Sans-serif;}

