/* 
Filename: 		class.css
Author: 		Jean Rodeghiero Marques (jean@e-desegno.com)
Creation Date: 	00/00/00
*/
/* Resolutions */
.narrow		{width:708px;}
.wide		{width:920px;}
/* Position Classes */
.left		{float:left;}
.right		{float:right;}
.center		{margin-left:auto; margin-right:auto;}
.centered	{padding:0px 25%;} /* Alternative */
.relative	{position:relative;}
.absolute	{position:absolute;}
/* Display Classes */
.block		{display:block;}
.hidden		{display:none;}
.strict		{overflow:hidden;}
/* Width Classes */
.full		{width:100%;}
.half		{width:49.8%;}
.one3		{width:32.8%;}
.two3		{width:65.8%;}
.one4		{width:24.8%;}
.one10		{width:9.8%;}
.three4		{width:74.8%;}
.clear		{clear:both;}
/* Menus */
.h-menu		{margin:0; padding:0; display:block;}
.h-menu li	{float:left; display:block;}
/* Align */
.c-align	{text-align:center;}
.l-align	{text-align:left;}
.r-align	{text-align:right;}



/** Other */
/* Float containers fix */ 
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */