div.cat-article
{
    width: 230px;
    height: auto;
    overflow: hidden;
    padding: 0 0 20px 0;

}

div.cat-article .post, div.cat-article .author
{
    margin: 3px 0 0 10px;
}

div.cat-article .cat
{
    /*background: url(../images/bg-title-loop.gif) repeat-x left top;*/
    padding: 0 0 0 0;
    width: 98%;
}
div.cat-article .cat .title
{
    background: url(catetitle.png) no-repeat;
    font-size: 1.2em;
    font-weight: normal;
    color: #1a3665;
    height: 20px;
    width: 225px;
    padding: 7px 0 5px 32px;
    display: inline-block;
    overflow: hidden;
    line-height:14px;
}
