div.wox_news_item , .item {
    overflow: hidden;
    border-bottom: 1px dotted #D6DEE4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

div.wox_news_item h2.item_title , .item_title {
    font-family: georgia, times, serif;
    font-weight: normal;
    font-size: 2em;
    margin: 5px 2px 2px 2px;
    color: #333;
}

div.wox_news_item span.item_info , .item_info {
    font-size: 0.8em;
    text-transform: uppercase;
    display: block;
    margin: 2px 2px 10px 2px;
}

div.wox_news_item div.item_text ,.item_text {
    line-height: 150%;
    margin: 1px;
    text-align: justify;
}

div.wox_news_item a.item_image , .item_image {
    float: left;
    display: block;
}

div.wox_news_item a.item_image img , .item_image img{
    width: 120px;
    padding: 1px;
    border: 1px solid #666;
}

div.wox_news_item div.item_reduced , .item_reduced{
    float: right;
    width: 500px;
}

div.wox_news_item span.item_info_foot , .item_info_foot{
    font-size: 0.8em;
    display: block;
    margin: 10px 1px 1px 1px;
    text-transform: uppercase;
    text-align: right;
}

div.wox_news_item a.item_comments , .item_comments{
    display: block;
    float: right;
    margin-left: 10px;
    background: url(../images/com.png) no-repeat center bottom;
    padding-bottom: 9px;
    margin-top: 6px;
}

div.wox_news_item a.item_comments strong {
    display: block;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #D6DEE4;
    padding: 5px 10px;
}

div.wox_news_banner {
    text-align: center;
    width: 468px;
    height: 60px;
    padding: 5px;
    background: #ebebeb;
    border: 1px solid #CCC;
    margin: 20px auto 20px auto;
}

div.wox_news_item img {
    max-width: 630px;
}

/** Heading **/
div.wox_news_item h1,
div.wox_news_item h2,
div.wox_news_item h3 {
    font-family: georgia, times, serif;
    font-weight: normal; /*color: #14655C;*/
    color: #333;
}

div.wox_news_item h1 {
    font-size: 2em;
}

div.wox_news_item h2 {
    font-size: 1.8em;
}

div.wox_news_item h3 {
    font-size: 1.6em;
}

/** SIngle Post **/
div.wox_news_single_item h2.item_title {
    font-size: 2.2em;
    color: #14655C;
}

div.wox_news_single_item span.item_info {
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC;
}

div.wox_news_single_item a.item_comments {
    display: none;
}

/** Next Previous Links **/
div.wox_nextprev {
    overflow: hidden;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}

div.wox_nextprev a {
    display: block;
    background: #3f3f3f;
    padding: 3px 6px;
    color: #D6DEE4;
}

div.wox_nextprev a.next {
    float: right;
}

div.wox_nextprev a.prev {
    float: left;
}

div.top a {
    background: none;
    color: #666;
}