/*searchform*/
#searchform {
    height: 55px;
    padding: 10px 0;
}
#searchform label {
    display: none
}
#searchform #s { width: 172px;}
#searchsubmit {float: right; margin: 10px 0;}


/*comments*/
#respond, #comments {
    border-top: 1px dotted #cacaca;
}
ul.commentlist li {
    list-style-type: none;
}
.commentlist li img  {
    display: block;
    float: none;
}

/*sidebar*/
.left_col .round_block .container .children {
    padding: 0 0 0 15px;
}
.children a {
    font-size: 11px;
}
.current-cat>a, .current_page_item a {
    color: #000;
    text-decoration: none;
}

/*breadcrumbs*/
.navigation {
    height: 15px;
}
.alignleft {
    float:left;
}
.alignright {
    float: right;
}
.left_col {
    margin-top: 15px;
}

/*comments*/
.comment-author img {
}
.comment-author cite {
    font-style: normal;
    color: #003366;
    font-size: 14px;
}
