/*
 * Various CSS hacks
 */

/*
 * Float clearing
 */

div.clearer {
	line-height: 0;
	height: 0;
}

.clearLeftFix:after,.clearRightFix:after,.clearBothFix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearLeftFix:after, .clearLeft {
	clear: left;
}

.clearRightFix:after, .clearRight {
	clear: right;
}

.clearBothFix:after, .clearBoth {
	clear: both;
}

.clearLeft, .clearRight, .clearBoth {
	height: 0;
}

/* Always show a vertical scroll bar in Firefox, Safari, Chrome and Opera */
html {
	overflow-y: scroll;
}
