/* TAG HEADER
****************************************/
#amet-tag-image-container img,
.amet-category-image {
	border: 0;
	/*border-radius: 200px; /* Uncomment to get round image */
	/*-moz-border-radius: 200px; /* Uncomment to get round image */
	/*-webkit-border-radius: 200px; /* Uncomment to get round image */
}
#amet-tag-meta-box {
	margin: 15px 0;
	padding: 4%;
	/*background-color: rgb(254, 231, 222); /* Set the background color of the box */
}
#amet-tag-meta-box:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
}
#amet-tag-image-container {
	float: left;
	width: 25%;
	padding-right: 4%;
}
#amet-tag-image-container img.amet-tag-image {
	max-width: 100%;
}
#amet-tag-image-container + #amet-tag-meta-container {
	position: relative;
	float: right;
	width: 71%;
}
#amet-tag-meta-container h1 {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border: 0;
	border-bottom: 1px;
	border-style: solid;
	/*border-color: rgb(240, 192, 174); /* Set the border color under h1 */
	/*color: rgb(60, 60, 60); /* Set the text color for h1 */
}
#amet-tag-meta-description {
	/*color: rgb(100, 100, 100);  /* Set the text color for description text */
}
/* CATEGORY HEADER
****************************************/
#amet-category-meta-box {
	margin: 15px 0;
	padding: 4%;
	/*background-color: rgb(254, 231, 222); /* Set the background color of the box */
}
#amet-category-meta-box:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
}
#amet-category-meta-container {
	position: relative;
	float: right;
	width: 100%;
}
#amet-category-meta-container h1 {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border: 0;
	border-bottom: 1px;
	border-style: solid;
	/*border-color: rgb(240, 192, 174); /* Set the border color under h1 */
	/*color: rgb(60, 60, 60); /* Set the text color for h1 */
}
#amet-category-meta-description {
	/*color: rgb(100, 100, 100);  /* Set the text color for description text */
}
/* GENERAL
****************************************/
#amet-fade-out-overlay {
	display: none;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 40%;
	text-align: center;
	margin: 0;
	/* Gradient fade out color */
    /*background: -moz-linear-gradient(top,  rgba(254, 231, 222, 0) 0%, rgba(254, 231, 222, 1) 65%, rgba(254, 231, 222, 1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254, 231, 222, 0)), color-stop(65%,rgba(254, 231, 222, 1)), color-stop(100%,rgba(254, 231, 222, 1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(254, 231, 222, 0) 0%,rgba(254, 231, 222, 1) 65%,rgba(254, 231, 222, 1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(254, 231, 222, 0) 0%,rgba(254, 231, 222, 1) 65%,rgba(254, 231, 222, 1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(254, 231, 222, 0) 0%,rgba(254, 231, 222, 1) 65%,rgba(254, 231, 222, 1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(254, 231, 222, 0) 0%,rgba(254, 231, 222, 1) 65%,rgba(254, 231, 222, 1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#amet-fade-out-overlay .amet-read-more {
	font-weight: bold;
	text-transform: uppercase;
	/*color: rgb(235, 174, 151); /* Set the text color for Read more text */
	position: absolute;
	bottom: 0; right: 0;
	cursor: pointer;
}

/* Style for export to theme */
/* PLUGIN -> Aller Media Extended Taxonomy
*******************************************/
/*
#amet-tag-meta-box {
	background-color: rgb(254, 231, 222);
}
#amet-tag-meta-container h1 {
	border-color: rgb(240, 192, 174);
	color: rgb(60, 60, 60);
}
#amet-tag-meta-description {
	color: rgb(100, 100, 100);
}
#amet-fade-out-overlay {
    background: -moz-linear-gradient(top,  rgba(254, 231, 222, 0) 0%, rgba(254, 231, 222, 1) 65%, rgba(254, 231, 222, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254, 231, 222, 0)), color-stop(65%,rgba(254, 231, 222, 1)), color-stop(100%,rgba(254, 231, 222, 1)));
	background: -webkit-linear-gradient(top,  rgba(254, 231, 222, 0) 0%,rgba(254, 231, 222, 1) 65%,rgba(254, 231, 222, 1) 100%);
	background: -o-linear-gradient(top,  rgba(254, 231, 222, 0) 0%,rgba(254, 231, 222, 1) 65%,rgba(254, 231, 222, 1) 100%);
	background: -ms-linear-gradient(top,  rgba(254, 231, 222, 0) 0%,rgba(254, 231, 222, 1) 65%,rgba(254, 231, 222, 1) 100%);
	background: linear-gradient(to bottom,  rgba(254, 231, 222, 0) 0%,rgba(254, 231, 222, 1) 65%,rgba(254, 231, 222, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
#amet-fade-out-overlay span {
	color: rgb(235, 174, 151);
}
*/
