/**
 * Etnas Css Framework - CSS TYPO
 *
 * A syntax CSS Framework.
 * This stylesheet loads a useful set of rules about fonts: styles, sizes, families, colors and paragraphs.
 *
 * @project Etnas CSS Framework
 * @version 2.0
 * @author Etnas
 * @2010
 * @Creative Commons 3.0
 */

/* align */
.ar{text-align: right;}
.ac{text-align: center;}
.al{text-align: left;}

 /* TYPO STYLING
--------------------------------------------------------------------------- */
.text_normal		{ text-transform: none !important; }
.capitalize 		{ text-transform:capitalize !important; }
.uppercase 			{ text-transform:uppercase !important; }
.bolder 				{ font-weight:bolder !important; }
.thin						{ font-weight:normal !important; }
.error 					{ color:#f00 !important; }
.italic 				{ font-style:italic !important; }
.underline 			{ text-decoration:underline !important; }

/* FONT-SIZE
--------------------------------------------------------------------------- */
.s8 						{ font-size: 8px !important; }
.s9 						{ font-size: 9px !important; }
.s10 						{ font-size: 10px !important; }
.s11 						{ font-size: 11px !important; }
.s12 						{ font-size: 12px !important; }
.s13 						{ font-size: 13px !important; }
.s14 						{ font-size: 14px !important; }
.s15 						{ font-size: 15px !important; }
.s16 						{ font-size: 16px !important; }
.s17 						{ font-size: 17px !important; }
.s18 						{ font-size: 18px !important; }
.s19 						{ font-size: 19px !important; }
.s20 						{ font-size: 20px !important; }
.s30 						{ font-size: 30px !important; }
.s40 						{ font-size: 40px !important; }
.s50 						{ font-size: 50px !important; }
.s60 						{ font-size: 60px !important; }
.s70 						{ font-size: 70px !important; }
.s80 						{ font-size: 80px !important; }
.s90 						{ font-size: 90px !important; }
.s100 					{ font-size: 100px !important; }
.s110 					{ font-size: 110px !important; }
.s120 					{ font-size: 120px !important; }
.s130 					{ font-size: 130px !important; }
.s140 					{ font-size: 140px !important; }
.s150 					{ font-size: 150px !important; }
.s160 					{ font-size: 160px !important; }
.s170 					{ font-size: 170px !important; }
.s180 					{ font-size: 180px !important; }
.s190 					{ font-size: 190px !important; }
.s200 					{ font-size: 200px !important; }


/* FONT-COLOR
--------------------------------------------------------------------------- */
.black 					{ color: #444 !important; }
.white 					{ color: #F1F1F1 !important; }
.red 						{ color: #BA3530 !important; }
.blue 					{ color: #08A4CC !important; }
.pure_white			{ color: #fff !important; }
.dark_blue 			{ color: #00f !important; }
.dark_red				{ color: #BC0B0B !important; }
.grey						{ color: #CCC !important; }


/* FONT-FAMILY
--------------------------------------------------------------------------- */
.times 					{ font-family: "Times New Roman", Times, serif; }
.arial 					{ font-family: Arial, Helvetica, sans-serif; }
.courier 				{ font-family: "Courier New", Courier, monospace; }
.georgia 				{ font-family: Georgia, "Times New Roman", Times, serif; }
.verdana 				{ font-family: Verdana, Arial, Helvetica, sans-serif; }
.geneva 				{ font-family: Geneva, Arial, Helvetica, sans-serif; }
.trebuchet 			{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica sans-serif; }


/* DENIFITIVE FONT-FAMILY STACKS
--------------------------------------------------------------------------- */
.font1					{ font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif; }
.font2					{ font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; }
.font3					{ font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; }
.font4					{ font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.font5					{ font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; }
.font6					{ font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; }


/* PARAGRAPH
--------------------------------------------------------------------------- */
.generic				{	margin-bottom:2em; }
p.generic 			{	font-size:1em; font-weight:normal;	line-height:1.5em;	margin-bottom:1.5em; }