/**
 * 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.super-post {
    clear: both;
    list-style-type: none;
    margin: 0 !important;
    overflow: hidden;
}
ul.super-post > li:after {
    clear: both;
}
ul.super-post > li:before, ul.super-post > li:after {
    content: "";
    display: table;
    line-height: 0;
}
ul.super-post > li {
    width: 100%;
}
.sp-thumbnail-wrapper {
    display: block;
    float: left;
	margin-top: 5px;
}
.template-right .sp-thumbnail {
	float: right;
}
.template-block .sp-thumbnail {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	float: none;
}
.sp-post-info {
    display: block;
}
ul.super-post > 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 */
.sp-title {
	display: block;
}
.sp-date {
    background: url("../images/date.png") no-repeat scroll 0 0 transparent;
    color: #555555;
    padding-left: 20px;
	margin-right: 10px;
}
.sp-comments {
    background: url("../images/comments.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}
.sp-date, .sp-comments {
    font-size: 11px;
}
.sp-noicon {
    background: none;
    padding-left: 0;
}
.sp-load-more {
    font-size: 11px;
    margin-top: 10px;
	line-height: 18px;
}
.sp-load-more > span,
.sp-load-more > a {
    border: 1px solid #E5E5E5;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;	
    display: inline-block;
    padding: 0 5px;
}
.sp-load-more > .sp-loading {
    background: url(../images/loading.gif) no-repeat scroll left center transparent;
	padding-left: 25px;
	margin-left: 10px;
	border: none;
}
.clear{
	clear:both
}