.comments {
    clear: left;
    padding-bottom: 12px;
}
.comments-content {
    margin-bottom: 15px;
}
.comment-content {
    font-family: Georgia;
    font-size: 13px;
}
.comment-content p {
    margin-bottom: 10px;
}
.comment {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.comment .byline img {
    display: none;
}
.comment .user-pic {
    float: left;
    border: 1px solid #ddddd9;
    padding: 2px;
    display: none;
}
.comment .asset-meta {
    color: #666662;
    font-size: 11px;
}
.comment .comment-header {
    background: #fff url(entry-comment-bg-bot.gif) no-repeat 0 0;
    padding: 8px 0 0 25px;
}
.comment .comment-content {
    background: #eeeeea url(entry-comment-bg-top.gif) no-repeat 0 0;
    padding-top: 5px;
}
.comment-content-inner {
    padding: 5px 15px;
}
.comment-by-author .comment-content-inner {
    border-left: 1px solid #cedde6;
    border-right: 1px solid #cedde6;
}
.comment-by-author .comment-header {
    background: #fff url(entry-comment-blue-bg-bot.gif) no-repeat 0 0;
}
.comment-by-author .comment-content {
    background: #e7eef3 url(entry-comment-blue-bg-top.gif) no-repeat 0 0;
}
.comment-highlight .comment-content-inner {
    border-left: 1px solid #fc3 !important;
    border-right: 1px solid #fc3 !important;
}
.comment-highlight .comment-header {
    background: #fff url(entry-comment-hl-bg-bot.gif) no-repeat 0 0 !important;
}
.comment-highlight .comment-content {
    background: #ffd url(entry-comment-hl-bg-top.gif) no-repeat 0 0 !important;
}

.comments-open-header,
.comments-header,
.comments-open-content,
.comments-content {
    margin-left: 55px;
}
.comments-open-header,
.comments-header {
    font-family: Georgia;
    font-weight: normal;
    margin-bottom: 10px;
}
.comments-open-content {
    
}
.comments-open form.comments-form {
    background: url(entry-footer-bg-bot.gif) no-repeat left bottom;
    padding-bottom: 5px;
}
.comments-open form.comments-form #comments-form-inner {
		width: 505px;
    background: #eeeeea url(entry-footer-bg-top.gif) no-repeat left top;
    margin: 0;
    padding: 15px 10px 10px 10px;
}
#comment-greeting {
		clear: both;
    margin-bottom: 5px;
}
#comments-form div {
    clear: left;
    margin-bottom: 5px;
}
#comments-form label {
    display: block;
    float: left;
    width: 90px;
    text-align: right;
    color: #666662;
    margin-right: 10px;
}
#comments-form input.ti,
#comments-form textarea {
    float: left;
    width: 330px;
}
#comment-form-remember-me,
#comment-form-reply,
#comments-open-footer {
    padding-left: 100px;
}
#comment-form-remember-me label,
#comment-form-reply label {
    float: none;
    width: auto;
    text-align: left;
    display: inline;
}
/* captcha */
#comments-open-captcha div.label {
    display: inline;
}
#comments-open-captcha div.field {
    padding-left: 100px;
    clear: none;
}
#comments-open-captcha div.field img {
    margin-bottom: 5px;
}
#comments-open-captcha div.field p {
    color: #666662;
}


h1.search-results-header {
    margin-bottom: 10px !important;
}

/* Utilities ----------------------------------------------------------------- */

.hidden {
    display: none;
}

.pkg:after,
#comments-form div:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #comments-form div {
    display: block;
}
/* no ie mac \*/
* html #comments-form div {
    height: 1%;
}
#comments-form div {
    display: block;
}
/* */

.navigation {
	height: 20px;
}

h2.comments-open-header,
h2.comments-header {
		clear: both;
		margin-top: 20px;
    font-weight: bold;
}

abbr {
	border: none;
}

