.accordion h5 {
    margin-bottom: 2px;
}

/* type */
.accordion h5 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
}

/* colors */
.accordion h4 {
    border-top: 1px solid white;
}

/* bg */
.accordion h4 a {
    display: block;
    background: rgb(14,51,46) url('../imgs/users_h4.png') no-repeat scroll top left;
    width: 305px;
    height: 25px;
    text-indent: -9999px;
}
.accordion #last_comments h4 a {
    display: block;
    height: 25px;
}
.accordion #last_comments h4.selected a {
    background-position: bottom left;
}

.accordion h4 a {
    display: block;
    background: rgb(14,51,46) url('../imgs/users_h4.png') no-repeat scroll top left;
    width: 305px;
    height: 25px;
    text-indent: -9999px;
}
.accordion .selected h4 a {
    background-position: bottom left !important;
}

.accordion .hentry {
	padding: 10px;
}
.accordion .hentry .author {
	padding-top: 10px;
	border-top:1px solid #666;
	float:none;
}

.accordion .title-comments {
	float: left;
	width: 100px;
	margin: 10px 0 0 7px;
	padding: 0 0 0 30px;
}

.accordion .entry-title-comments {
	font-family:Helvetica,Arial,sans-serif;
	font-size:1.1em;
	line-height: 14px;
}
.accordion .entry-title-comments a {
	font-family:Helvetica,Arial,sans-serif;
	font-size:1em;
	line-height: 14px;
	color:#E33460;
}


.accordion .text-comments p {
	font-size:1.1em;
	line-height: 14px;
	color:#333;
}
