/**
 * Issuer CSS
 * For another improvement, you can drop email to zourbuth@gmail.com or visit http://zourbuth.com/
**/

ul.issuer {
	list-style-type: none;
	margin: 0 !important;
}
.issuer-title {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: -40px;
    margin-top: 0;
}
.issuer-post-thumbnail {
	position: absolute;
	left: 0;
	top: 5px;
}
.issuer-post-info {
    display: block;
}
.issuer ul > li {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    list-style-type: none;
    margin: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

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