/**
 * CSS - Custom Post
 * 
 * @package zFrame 1.0
 * @subpackage CSS
 * For another improvement, you can drop email to zourbuth@gmail.com or visit http://zourbuth.com/
**/

ul.cpw {
	list-style-type: none;
	margin: 0 !important;
}
.cpw-title {
	font-weight: bold;
}
.cpw-post-thumbnail {
	position: absolute;
	left: 0;
	top: 5px;
}
.template-right .cpw-post-thumbnail {
	right: 0;
	left: auto;
}
.template-block .cpw-post-thumbnail {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	top: 0;
}
.cpw-post-info {
    display: block;
}
ul.cpw li {
	clear: both;
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 0;
	position: relative;
	padding:0;
	background: none;
	overflow: hidden;
}

/* Custom Post Default Settings */
.cpw-date, .cpw-comments, .cpw-author, .cpw-category  {
    font-size: 11px;
    padding-left: 20px;
	color: inherit;
	display: inline-block;
}
.cpw-date {
    background: url("../img/date.png") no-repeat scroll 0 0 transparent;
	margin-right: 10px;
}
.cpw-comments {
    background: url("../img/comments.png") no-repeat scroll 0 0 transparent;
}
.cpw-author {
    background: url("../img/author.png") no-repeat scroll 0 0 transparent;
	margin-left: 10px;
}
.cpw-category {
    background: url("../img/category.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);    
    padding-left: 20px;
	margin-right: 10px;
}
.clear{
	clear:both
}