/*h2 {
    font-size: 18px;
    margin: 15px 0px 3px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #ffffff;
}*/

.weblogitem {
    clear: both;
    padding: 8px 8px 8px 0px;
}

.weblogitem .weblogitem_right .paragraph {
	width: auto;
}

.weblogitem_left {
    float: left;
    width: 5%;
    display: table-row;
}

.weblogitem_right {
    float: left;
    line-height: 1.4em;
    margin: 0px 0px 10px 0px;
    width: 95%;
}

.weblogitem_title {
    color: #ffffff;
    text-decoration: none;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    display: block;
}

.weblog_search {
    margin: 20px 0px 0px 25px;
    padding: 0px;
}

.weblog_search .td_head {
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

a.link_bold {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}