/*
  Adap.tv basics stylesheet
  Author: Calvin Chan
  Version: 2009.01
*/

@import url("reset.css");
@import url("typography.css");
@import url("master.css");

/* Global Classes */
.center { text-align: center; }
.left { float: left; }
.whiteBorder { border: solid 1px white; }
.right { float: right; }
.clear { clear: both; }
.hidden { display: none; }
.alignleft { text-align: left; }
.alignright { text-align: right; }

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
