/**
 * Raindrops Fonts Style Rules
 * 
 * YUI Fonts
 *
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 *
 * Filetype: CSS
 * @package Raindrops
 */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body {
	font:13px arial,helvetica,clean,sans-serif;
	line-height:1.231;
}
body.ie7{
	/* for IE6/7 */ 
	font-size:small; 
	/* for IE Quirks Mode */
	font:x-small sans-serif; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100% sans-serif;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	line-height:100%;
}
.ie7 pre,
.ie7 code,
.ie7 kbd,
.ie7 samp,
.ie7 tt {
	font-size:108%;
}
