.items .item_box {
    min-height: 125px;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border-bottom: 1px solid #e4dede;
    overflow: hidden;
    background: #f6f6f6;
}

.items .item_box.last {
    border-bottom: 0;
}

.items .item_box img {
    width: 20%;
    height: 125px;
    overflow: hidden;
    margin-left: 3%;
    float: right;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url('/css/ie-css3.htc');
    position: relative;
}

.items .item_box .item_text {
    width: 100%;
    color: #646464;
}

.items .item_box h3 a {
    font-size: 24px;
    color: #3a7982;
    font-family: 'Open Sans Hebrew', arial;
    text-decoration: none;
    margin-bottom: 3px;
    overflow: hidden;
    width: 64%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.items .item_box h3 a:hover {
    text-decoration: underline;
}

.items .item_box time {
    float: left;
    font-size: 11px;
    margin-bottom: 5px;
    color: #625548;
}

article > img {
    float: left;
    margin: 10px;
    max-height: 200px;
    max-width: 37%;
}

.searchForm fieldset div.inputArea {
    width: 85%;
}

.searchForm .searchButton {
    float: right;
    margin-right: 15px;
    border: 0;
    background: url('/img/searchButton.png');
    width: 28px;
    height: 28px;
    display: block;
    outline: 0;
    cursor: pointer;
    margin-top: 7px;
}

.pagination{
    float: right;
    margin-top: 20px;
}
.pagination li {
    font-size: 14px;        
}

.pagination li{
    float:right;
}
.pagination li a,.pagination li.dot{
    display:block;
    min-width: 16px;
    text-align: center;
    line-height: 16px;
    background-color: #d4d4d4;
    margin-left: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #585757;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
}

.pagination li.active a, .pagination li:hover a {
    background-color: #3a7982;
    color: #fff; 
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

@media only screen and (max-width: 800px) {
    .items .item_box img {
        width: 33%;
        height: auto;
    }
    
}