

/* the whole news item (div) */
#news .newsblock {
color: #fff;
font-family: 'Verdana', sans-serif;
padding-bottom: 10px;
margin-bottom: 50px;
}

/* name of the export forum */
#news .newsforum {
margin-bottom: 0;
color: #fff;
font-family: 'Arial', sans-serif;
}

/* the title of the newspost */
#news .newsheading {
margin-top: 7px;
padding-bottom: 5px;
border-bottom: 1px solid #27b448;
color: #27b448;
font-size: 1.5em;
font-family: 'Verdana', sans-serif;
}

/* div around the avatar and actual post contents */
#news div.post {
color: #fff;
clear: left;
}

/* member name and avatar */
#news .post > .postmember {
float: left;
text-align: center;
margin: 10px;
padding: 5px;
border: 1px solid #333;
min-width: 100px;
}
#news .post > .postmember > img{
margin-bottom: 3px;
}

/* post date */
#news .post > .postinfo {

}

/* post contents */
#news .post > .postdata {
margin-top: 10px;
}

/* link to topic + comment count */
#news .comments {
color: #fff;
}


/* fix code and code float */
#news .quotetop, #news .quotemain, #news .codetop, #news .codemain {
clear: left;
}

#news .quotetop
{
display: none;
}
#news .quotemain
{
background-color: #504838;/*[e]_boxbackground*/
margin: 20px 30px;
padding: 5px;
border: 1px solid #111111;/*[e]1px solid _boxborder*/
}



