/* Front Page
---------------------------------------------------------------------------- */

table.content_block_table {

}


table.content_block_table tr {
    height: 1in;
}

table.content_block_table tr.tall {
    height: 1.5in;
}


/*
Forum Aggregator
*/

/*
Forum sub entry
*/
body.main-front_page #forum_activity div.topic div.title {

    background-color: transparent;
    
    text-transform: none;

}

body.main-front_page #forum_activity div.topic div.title {
    font-size: 14px;
    
    margin-bottom: 8px;
}

body.main-front_page #forum_activity div.topic div.posts {
    font-size: 13px;
    
    margin-top: 4px;
}