@import "reset.css";
@import "typography.css";
@import "styles.css";

/** sekalaista **/

/*
 * Good old Clearfix. Due respect and recognition to everone/anyone who invented this, or helped develop it.
 * Search for the responsibles with google. I could mention positioniseverything.net and 456bereastreet.com
 * for the starters...
 */

.clearfix:after, .form-field:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .form-field {display: inline-block;}

/* Hides from IE-Mac \*/
* html .clearfix, * html .form-field {height:1%;}
.clearfix, .form-field {display:block;}
/* End hide from IE-Mac */