/**
 * 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-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;
	margin-right: 10px;
	font-size: 1em;
}
ul.cpw li {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0 0 15px;
    position: relative;
}

/* Custom Post Default Settings */
.cpw-title {
	display: block;
}
.cpw-date {
    background: url("../images/icons.png") no-repeat scroll 0 0 transparent;
    color: #555555;
    font-size: 11px;
    padding-left: 20px;
	margin-right: 10px;
}
.cpw-comments {
    background: url("../images/icons.png") no-repeat scroll 0 -223px transparent;
    font-size: 11px;
    padding-left: 20px;
}
.clear{
	clear:both
}