/* 
    Document   : forum
    Created on : 25-apr-2010, 15:05:42
    Author     : Kaj Nelissen
*/

div.forum_post {
    width: 770px;
    display: block;
    margin: 8px 0 8px 0;
    clear: left;
}

div.forum_post div.header {
    width: 750px;
    height: 30px;
    float: left;
    background: #fff url("../images/forum_post.png") no-repeat top left;
    color: #fff;
    font: bold 10px/30px Verdana;
    text-align: right;
    padding-right: 20px;
}

div.forum_post div.content {
    width: 770px;
    background: #fff url("../images/forumpost_bg.png") repeat-y top left;
}

div.forum_post div.info {
    padding: 10px;
    width: 130px;
    vertical-align: top;
    text-align: center;
    float: left;
}

div.forum_post div.post {
    min-height: 100px;
    padding: 10px;
    width: 600px;
    /*background-color: #eafedd;*/
    vertical-align: top;
    float: left;
}

div.forum_post div.footer {
    width: 600px;
    padding: 0 10px 0 160px;
    color: #000;
    font: bold 0.8em/24px Verdana;
    height: 24px;
    text-align: right;
    float: left;
    background: #fff url("../images/forum_post.png") no-repeat bottom left;
}

div.forum_post div.footer div:hover {
    cursor: pointer;
}

table.normal_listing div.forumlink {
    display: block;
    font: bold 1.2em/30px Verdana;
}

table.normal_listing div.forum_description {
    line-height: 20px;
}

table.normal_listing span.small {
    display: block;
    font: 11px/16px Verdana;
}

div.avatar {
    width: 100px;
    height: 100px;
}