/* 
Title: Client Name
Author: you@domain.com
*/

/* import advanced styles */
@import url("layout.css");
@import url("typog.css");


* {
	/*border: 0;*/
	outline: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #f3f3f3;  
	padding-bottom: 2em;
} 

/*table {
border-collapse: collapse;
border-spacing: 0;
}*/

/* ------------------------------------------------------------

	self-clearing floats

------------------------------------------------------------ */

.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 */
