/* Time-stamp: <2009-05-20 15:31:55 mambur> */

#comments{
 margin: 50px 0 10px 0;
}

#comments .cmthead{
 color: #95a70c;
}

/* Date */
div.comment{
 margin: 15px 1% 15px 1%;
 qbackground-color: #FFFFFF;
 qbackground: -webkit-gradient(linear, left top, left bottom, from(white), to(#7fb40e));
 qbackground-image: -moz-linear-gradient(top, white, #F8FFE6);
 qborder-right: 2px solid #AEFF00;
}

div.comment .post-date a{ 
 text-decoration: none;
}

div.comment code, div.comment  pre, div.comment  tt {
 font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console",  Monaco, "Courier New", Courier, monospace;
}

div.comment .head{ 
 border-top: 1px dotted silver;
 font-style: italic;
}

div.comment .text{ 
}

div.comment .url,div.comment .dtreviewed{
 display: none;
}

div.comment .post-date{
 width: 45px;
 height: 49px;
 float: left;
 background-color: transparent;
 background-image: url(//php5.kiev.ua/images/date-bg.gif);
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-x-position: 0%;
 background-y-position: 0%;
 margin-right: 5px;
}

div.comment .post-month{
 font-size: 10px;
 color: #ffffff;
 text-align: center;
 display: block;
 line-height: 11px;
 padding-top: 2px;
 margin-left: -3px;
}

div.comment .post-day{
 font-size: 18px;
 text-transform: uppercase;
 color: #999999;
 text-align: center;
 display: block;
 line-height: 18px;
 padding-top: 7px;
 margin-left: -3px;
}
