/* Block tags */
div.tags_block .block_content { padding: 3px 6px 0 }
div.tags_block p {
	text-align: justify;
	font-size: 0.9em
}
div.tags_block p a {
	margin: 0 0.1em;
	line-height: 1.5em;
	padding:2px;
}
div.tags_block p a:hover {
	background-color: #ccc;
	text-decoration: none;
	padding:2px;
	color:#333333;
}
a.tag_level3 { font-size: 1.8em; font-weight: bold }
a.tag_level2 { font-size: 1.4em }
a.tag_level1 { font-size: 1em; color: #888 }
.tagsearch{
	clear: both;
}
	#search_block_top{
		display: none;
	}
	#tags_block_left{
		margin-bottom: 0;
		padding-top: 10px;
		
	}
	.tagsearch h4.title_block{
			font-size: 12px;
			text-transform: inherit;
			display: inline-block;
			float: left;
			padding: 2px 8px;
			color: #fff;
			font-weight: 100;
			margin-right: 1em;
	}
	.tagsearch h4.title_block:after{
		   position: absolute;
		  content: '';
		  top: 0;
		  right: -10px;
		  width: 10px;
		  z-index: 0;
		  display: block;
		  height: 100%;
		  left: auto;
	}
	.tags_block .block_content a:nth-child(2n){
		font-size: 12px !important;
	}
	.tags_block .block_content a{
		font-size: 12px;
		font-weight: 100;
		
	}
	.tags_block .block_content a {
		display: inline-block;
		padding: 1px 5px !important;
		margin: 0px 2px 0px 0;
		text-transform: capitalize;
		font-weight: 100;
		transition: 0.3s all ease 0s;
		font-size: 12px;
		 line-height: 14px;
	}
	div.tags_block p a:hover {
		background-color: #EDEDED;
		text-decoration: none;
		padding: 2px;
		color: #333333;
	}
	div.tags_block .block_content {
		padding: 3px 6px 3px;
	}



