/* 
Title: Amandine Café
Author: pjackson@fluidesign.com
*/

/* import advanced styles */
@import url(layout.css); 
@import url(typog.css);


* {
	outline: none;
	list-style: none;
	margin: 0;
	padding: 0;
}  

img {
	border: 0;
}

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 */
