/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	/*font:13px/1.231 arial,helvetica,clean,sans-serif;*/
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

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

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

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

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts { display: none; }


.font10px { font-size:77%; letter-spacing: 1px;}
.font11px { font-size:85%; }
.font12px { font-size:93%; }
.font13px { font-size:100%; }
.font14px { font-size:108%; }
.font15px { font-size:116%; }
.font16px { font-size:123.1%; }
.font17px { font-size:131%; }
.font18px { font-size:138.5%;}
.font19px { font-size:146.5%; }
.font20px { font-size:153.9%; }
.font21px { font-size:161.6%; }
.font22px { font-size:167%;}
.font23px { font-size:174%; }
.font24px { font-size:182%; }
.font25px { font-size:189%; }
.font26px { font-size:197%; }
.font27px { font-size:207.7%; }
.font28px { font-size:215.4%; }
.font29px { font-size:223.1%; }
.font30px { font-size:230.8%; }
.font32px { font-size:246.1%; }
.font34px { font-size:261.5%; }
.font36px { font-size:276.9%; }
.font48px { font-size:369.2%; }

/* -----------------------------
	Font-size Adjustment.
	77% = 10px	|	123.1% = 16px	|	167% = 22px
	85% = 11px	|	131% =  17px	|	174% = 23px 
	93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
----------------------------- */

.lh100 { line-height:1; }
.lh110 { line-height:1.1; }
.lh120 { line-height:1.2; }
.lh130 { line-height:1.3; }
.lh140 { line-height:1.4; }
.lh150 { line-height:1.5; }
.lh160 { line-height:1.6; }
.lh170 { line-height:1.7; }
.lh180 { line-height:1.8; }
.lh190 { line-height:1.9; }
.lh200 { line-height:2; }
.lh210 { line-height:2.1; }
.lh220 { line-height:2.2; }
.lh230 { line-height:2.3; }
.lh240 { line-height:2.4; }
.lh250 { line-height:2.5; }
.lh260 { line-height:2.6; }
.lh270 { line-height:2.7; }
.lh280 { line-height:2.8; }
.lh290 { line-height:2.9; }
.lh300 { line-height:3; }

.ls50  { letter-spacing: 0.5em; }
.ls100 { letter-spacing: 1em; }

