/*---------------------------------------
Gambaru Fitness Basic Style Sheet
Author: Neil Mills optimasemper.com
---------------------------------------*/

/* - Import styles */

@import url("layout.css");
@import url("typography.css");

/* - Global */

* {
	margin:0;
	padding:0;
	border:0;
}
body{
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #FFF;
	background:#000;
	text-align:center;
	margin:10px ;
}

/* - Common */

.hide {
	position: absolute;
	left: -9999px;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	content:"."; 
	display:block; 
	height:0px; 
	clear:both; 
	visibility:hidden}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%}
.clearfix {display:block}
/* End hide from IE-mac */


.floatright {
	float:right;
	padding-left:10px;
}
.floatleft {
	float:left;
}

.clear{
	clear:both;
}

