/**
 * Etnas Css Framework - CSS DEFAULTS
 *
 * A syntax CSS Framework.
 * This stylesheet contains a set of useful rules about a commons HTML tags.
 *
 * @project Etnas CSS Framework
 * @version 2.0
 * @author Etnas
 * @2010
 * @Creative Commons 3.0
 */


/* GENERALS
--------------------------------------------------------------------------- */
html											{	height:100%;font-size:100%;	/*min-height:101%; /*Prevents the Firefox page jump when a vertical scroll is needed. */ }
body											{	font-size:10px;	font-family: Verdana, Geneva, sans-serif;	color:#666;	padding:0; background: /*url(../images/layout/xxxx.jpg)*/ #FFF  no-repeat; letter-spacing:-0.04em; line-height:1.9em; word-spacing:0.05em; }
a 												{ text-decoration:none; color:#666; outline:none; cursor:pointer; }


/* HEADINGS
--------------------------------------------------------------------------- */
h1 												{ font-size:2.2em; line-height:1.2em; }
h2 												{ font-size:1.5em; margin-bottom:0.9em; line-height:0.9em; }
h3 												{ font-size:1.3em; line-height:1.2em; }
h4 												{ font-size:1.2em; margin-bottom:1.5em; line-height:1.5em; }
h5 												{ font-size:1.3em; font-weight:bolder; line-height:1.2em; color:#EE3E33; text-decoration:underline; }
h6 												{ font-size:1em; margin-bottom:1.8em; line-height:1.8em; }


/* LISTS
--------------------------------------------------------------------------- */
ul.squares								{ list-style:square inside; }
ul li 										{ font-size:1em; line-height:12px;  }
ul li.caption 						{ /* Apply this class to the first list item in a list to give it a caption */ font-variant:small-caps; list-style:none; color:#000; }
li > ul, li > ol 					{ margin-bottom:0; margin-left:5em; }
li > ul li, li > ol li 		{ font-size:0.7em; line-height:1.4em }
ol 												{ margin-bottom:1.8em; list-style:decimal inside; }
ol li 										{ font-size:1.2em; line-height:1.5em; }
dl												{ font-size:12px;}
dt												{ font-weight:bolder; margin-top:5px;  color:#0CF !important; }
dt a											{text-decoration:underline; font-size:15px; }
dd												{ margin:3px 15px 23px 15px; line-height:16px; }