/* -------------- CLEARFIXES -------------- */

.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%;
}

.clearfix-left:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix-left {
	display: inline-block;
}
 
html[xmlns] .clearfix-left {
	display: block;
}
 
* html .clearfix-left {
	height: 1%;
}


dd:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
dd {
	display: inline-block;
}
 
html[xmlns] dd {
	display: block;
}
 
* html dd {
	height: 1%;
}


.mainbox:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.mainbox {
	display: inline-block;
}
 
html[xmlns] .mainbox {
	display: block;
}
 
* html .mainbox {
	height: 1%;
}

/* -------------- COMMON HTML STYLES -------------- */

.left {
	float: left;
}

img.left, img.alignleft , .wp-caption.alignleft {
	float: left;
	margin: 0.4em 1.5em 1.5em 0;
}

.right {
	float: right;
}

img.right, img.alignright, .wp-caption.alignright {
	float: right;
	margin: 0.4em 0 1.5em 1.5em;
}

.clear {
	clear: both;
}

.noborder {
	border: none !important;
}