/**************************************************
* Standardize the fonts, using YUI
**************************************************/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */

body {font:.81em arial,helvetica,clean,sans-serif;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

/******************************************
*
******************************************/
h1,h2,h3,h4,h5,h6{
	margin:.5em 0;
	font-weight:normal;
}	

h1{
	font-size:200%;	
}
h2{
	font-size:170%;
}
h3{
	font-size:135%;
}
h4{
	font-size:100%;
}
h5{
	font-size:90%;
}
h6{
	font-size:80%;
}
p{
	margin:.5em 0 .5em 0;
}

ul{
	list-style:disc;
	margin:0 0 0 1em;
}
ol{
	list-style:decimal;
	margin:0 0 0 1em;
}
li{
	margin:0 0 0 1em;
}

/************************
* Handy classes
************************/
.clear {
	clear:both; 
	overflow:hidden; 
	height:0px;
	display:block;
	line-height:0px;
	font-size:0px;
	border-width:0px;
}

/************************
* HTML5
************************/
section, header, footer, nav, article{
 display:block; 
}
