/* Resolutions */
.wide		{width:930px;}
/* 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:48%;
}
.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;}

/*Images*/
img.floatLeft { 
    float: left; 
    margin: 5px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}

/** 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 */
