.newsitem {

}

.newsitem .newsheadline {
    font-size: 18px;
    color: #f99f1c; 
    margin-bottom: 5px; 
}
.newsitem .newsdetails {
    float: right;
    
}

.newsitem .newsdetails .newsauthor {
    font-weight: bold; 
}
.newsitem .newsdetails .newstime {
    font-weight: bold; 
}
.newsitem .news {

}
.newsseperator hr {
    background-color: transparent;
    background-image: url(/assets/images/news/divider.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
    height: 3px;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
}