@charset "UTF-8";
/*
	CSS Theme by
	JC John SESE Cuneta
*/

/*
	common.css is where the common styles are found

	This stylesheet must always be called (fourth), after fonts.css.
*/

/* Alternative to <nobr></nobr> */
/* No alternative to <wbr></wbr> */
.nobr, .nowrap {
	white-space: nowrap;
}

.noliststyle {
	list-style: none;
}

/* START: Fix IE's inherits */
.IE {
	font-weight: normal;
}
/* END: Fix IE's inherits */

/* START: Show-Hide */
.show {
	display: block;
}

.hide {
	display: none;
}
/* END: Show-Hide */

/* START: ALIGNMENTS */
.justify {
	text-align: justify;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}
/* END: ALIGNMENTS */

/* START: FLOATS */
.clear {
	clear: both;
}

.sherlenefloaters {
}

.sherlenefloatleft {
	float: left;
}

.sherlenefloatright {
	float: right;
}
/* END: FLOATS */
