body [class^="icon-"],
body [class*=" icon-"] {
	display: inline-block;
	width: auto;
	height: auto;
	*margin-right: .3em;
	line-height: inherit;
	background-image: none;
	margin: 0;
}
body {
	font-size: 62.5% !important;
	line-height: 1.2em !important;
	font-family: Helvetica, Arial, sans-serif !important;
}
body .module .nav.menu,
body .module .nav.menu .nav-child {
	padding: 0 0 0 0;
	margin: 1em 1em 1em 1em;
	font-size: 100%;
}

body li {
	line-height: inherit;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-size: inherit;
	line-height: inherit;
}

/* Pagination Overrides */
.pagination [class^="icon-"], 
.pagination [class*=" icon-"] {
	width: auto;
	height: auto;
	line-height: inherit;
}
.pagination .icon-next:before,
.pagination .icon-forward:before {
	content: "\e000";
}
.pagination .icon-previous:before,
.pagination .icon-backward:before {
	content: "\7d";
}
.pagination .icon-first:before,
.pagination .icon-step-backward:before {
	content: "\7c";
}
.pagination .icon-last:before,
.pagination .icon-step-forward:before {
	content: "\7b";
}
