/*Новости и гостевая*/
.post{
border:1px solid #7A9FC0;
display:block;
margin-bottom:10px;
background-color:#F4EFE8;
position:relative;
}
.post .post_caption{
font-size:10pt;
border-bottom:1px solid #7A9FC0;
padding:5px 10px 5px 10px;
position:relative;
color:#325A68;
z-index:2;
}

.post .guest_caption{
font-size:10pt;
padding:10px 10px 10px 120px;
position:relative;
min-height:103px;
position:relative;
color:#325A68;
z-index:2;
}
.post .guest_caption a.anchor{
position:absolute;
right:10px;
top:10px;
color:#999999
}
.post .guest_caption .avatar{
position:absolute;
left:10px;
top:10px;
width:100px;
height:100px;
padding:0;
border:1px solid #457DB6;
}

.post .post_footer{
font-size:10pt;
font-family:Georgia, "Times New Roman", Times, serif;
border-top:1px solid #7A9FC0;
padding:5px 0 5px 15px;
color:#16659a;
position:relative;
z-index:2;
}
.post .post_footer strong{
color:#16659a
}
.post .post_footer a{
color:#16659a
}
.post_text{
min-height:50px;
height:auto !important;
height:50px;
padding:5px;
position:relative;
font-size:9pt;
font-family:Arial, Helvetica, sans-serif;
background-color:#fff;
color:#1a1a1a;
}
.post_text a{
text-decoration:underline;
}
.post_text img{
float:left; 
border:3px solid #457DB6;
padding:2px;
margin-right:5px;
}
.post p{text-indent:0 !Important;}
.post p.admin_comment{
background-color:#ffcccc;
border:1px solid #999;
margin-left:10px;
margin-bottom:10px;
padding:5px;
}
.post .more{
display:block;
clear:both;
position:absolute;
right:10px;
bottom:10px;
color:#333}
.post .more:hover{
color:#000;
text-decoration:underline;
}


/* модификации для полной новости и анонса */
div.post_one img{
margin-right:10px;
}
div.anons{
border:none;
margin:0 10px 5px 10px;
font-size:8pt;
background:url(/image/li_border.png) center bottom no-repeat;
text-align:left !Important;
}
.anons_caption{
background-color:#fff;
border:none;
padding-bottom:4px;
}
.anons_text{
min-height:25px;
height:auto !important;
height:25px;
position:relative;
}

/* окно рейтинга */
#ratingWindow{
float:right;
border:1px solid #DDB4C5;
background-color:#FFFAFC;
padding:12px;
line-height:2em;
}
#ratingWindow span{
border:1px solid #333;
color:#333;
padding:2px;
margin-left:2px;
cursor:pointer;
}
#ratingWindow span.curr{
border:2px solid #000;
color:#000;
}
#ratingWindow span:hover{
border-color:#f00;
color:#f00;
}
#ratingWindow strong{
font-size:125%;
}

