/* import all styles
---------------------------------------------- */
@import url('base.css');
@import url('layout.css');
@import url('menu.css');
/*@import url('triggers.css');*/
@import url('content.css');

/* Clear Floats Without Structural Markup
----------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;} /* ONLY seen by IE-win */
/* End hide from IE-mac */

.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */