/* WORDPRESS STYLES 
Contents
 +WORDPRESS STYLES
 +UTILITY STYLES
*/
html {
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wp-caption { 
	text-align:center;
	max-width : 100%;	
}

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft { margin: 5px 20px 5px 0; }

.wp-caption.alignleft { margin: 5px 10px 5px 0; }

img.alignright { margin: 5px 0 5px 20px; }

.wp-caption.alignright { margin: 5px 0 5px 10px; }

img.aligncenter { margin: 5px auto; }

img.alignnone { margin: 5px 0; }

/* +SHORTCODE STYLES */


.divider {
	display: block;
	height: 1px;
/*	border-bottom : 1px solid #444; */
	margin: 10px 0;
}

.line-space {
	display: block;
	height: 1px;
	margin: 17px 0 0 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* +UTILITY STYLES */
/* Not needed if Boostrap used
.clearfix { *zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after { clear: both; }

*/
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

em {font-style : italic;}