/** TAGS **/ 
.tags-cloud {
	width: 100%;
	float: right;
	margin: 0px 0px 15px 0px;
}
/** UL **/
.wp-tags-post {
	width: 100%;
	float: left;
}
.tags-cloud .wp-tags-post li h5 {
	color: #134d86;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: inherit;
	float: left;
	margin: 4px 4px 4px 0px; padding: 0px;
	border: none;
}
.wp-tags-post li:first-child {
	padding: 0px;
	margin: 10px 10px 0px 0px;
	border: none;
	background: none;
}
.wp-tags-post li {
	display: inline;
	float: left;
	background: #e6e6e6;
	color: #134d86;
	padding: 4px 6px 5px 4px;
	margin: 10px 10px 0px 0px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: solid 0px;
}
.wp-tags-post li a {	
	font: 12px/22px arial;
	color: #134d86;
}