
/* ARCHIVE PAGE */

.archive-header {
	margin-top: 15px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(img/format/archive.png);
}
.archive-cat {
	background-image: url(img/format/categories.png);
}

.archive-tags {
	background-image: url(img/format/tag.png);
}
.archive-search {
	background-image: url(img/format/mysearch.png);
}
.archive-header h1 {
	font-size: 20px;
	line-height: 24px;
	color: #232323;
}

.archive-meta {
	color: #757575;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.archivepost .p2date {
	display: inline-block;
	padding: 0;
	font-size: 12px;
	color: #121212;
}
.archivepost h2 {
	text-transform: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}
.archivepost {
	margin-bottom: 15px;
	line-height: 20px;
	height: 82px;
	overflow: hidden;
}
.archivepost .imgpost {
	height: 84px;
	width: 84px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #FFFFFF;
}
.archivepost .imgpost:hover {
	background-position: center top;
	background-color: #505050;
}
.archivepost .imgpost img {
	height: 84px;
	width: 84px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #3D3D3D;
	background-image: url(../images/pre84.png);
}
.archivepost img:hover {
	opacity: .7;
	transform: rotate(20deg) scale(1.67) skew(1deg) translate(0px);
	-webkit-transform: rotate(20deg) scale(1.67) skew(1deg) translate(0px);
	-moz-transform: rotate(20deg) scale(1.67) skew(1deg) translate(0px);
	-o-transform: rotate(20deg) scale(1.67) skew(1deg) translate(0px);
	-ms-transform: rotate(20deg) scale(1.67) skew(1deg) translate(0px);
}


/* CATEGORIES PAGE */ 
.postcat {
	clear: both;
	height: 150px;
	overflow: hidden;
	margin-bottom: 15px;
}
.postcat h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #F2F2F3;
	text-transform: uppercase;
	letter-spacing: -.01px;
	font-size: 15px;
}
.postcat .p2date {
	font-weight: bold;
	padding-left: 0px;
	font-size: 12px;
	color: #121212;
}
.postcat h2 {
	border-bottom-width: 0;
}
.postcat .imgpost {
	float: left;
	width: 150px;
	height: 150px;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #EDEDED;
}
.postcat img { 
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/loadcatz.gif');
	background-color: #EFEFEF;
}

/* CATEGORIES WIDGETS */
.widget_categories ul {
	margin-top: 15px;
}
.widget_categories li {
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.widget_categories li:last-child {
	border-bottom-width: 0;
}


/* DECORE */
.vdecored {
	height: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-image: url(img/pt1.png);
	background-color: #E5E5E7;
}
.indexdecored {
	height: 7px;
	margin: 5px 0;
	border-radius: 36px;
	background-image: url(img/patterns.png);
}
 
.head-clear {
/*	height: 15px;*/
}
 

 