/* --------------------------------------------
	БЛОГ
-------------------------------------------- */

.blog {
	overflow: hidden;
	margin-bottom: 17px;
}
.blog .blog-mini-panel {	
	padding: 15px;	
	font-size: 11px;
	overflow: hidden; zoom: 1;
	background: #EFEFEF;
	border-radius:0 0 10px 10px
}

.blog .blog-panel-owner { margin:3px 0; font-weight:bold; font-family:Tahoma, Geneva, sans-serif; color:#555555}

.blog .blog-group li { padding:5px 0 0}
.blog .blog-group-name { font-size:14px;}
.blog .blog-group .blog-user-list {padding: 5px 20px; font-size:12px}
.blog .blog-mini-panel button { margin-left: 5px; }
.blog .blog-mini-panel a { margin-left: 5px; }

/*======================================================*/

/* Content */
.blog .blog-content {  }
.blog .blog-description { 
    background: #333;
    border: 0px solid #E2E2E2;
	border-top:none;
    overflow: hidden;
    padding: 20px;
    position: relative;
	color:#eee

 }
.blog .blog-content .user-avatar { margin-right: 10px;white-space: nowrap; }

/* Footer */
.blog .blog-footer { padding: 15px 20px; background: #F9F9F9; font-size: 11px; overflow:hidden; border-left:1px solid #E9E9E9; border-right:1px solid #E9E9E9 }

/*
.blog-rating.vote-count-positive {color:#34A74B}
.blog-rating.vote-count-negative { color:#FF4843}*/

.blog-rating:hover .vote-up, .blog-rating:hover .vote-down 	{ display: inline-block }
.blog-rating .vote-up 										{ position:absolute; top: 15px; right:10%; width:31px; height:31px; background: url(../images/icons-fortune.png) no-repeat; background-position: -32px -129px; display:none }
.blog-rating .vote-down 									{ position:absolute; top: 15px; left:10%; width:31px; height:31px; background: url(../images/icons-fortune.png) no-repeat; background-position: 0 -129px; display:none}
.blog-rating .vote-up i 									{ cursor:pointer; display:inline-block; width:31px; height:31px}
.blog-rating .vote-down i 									{ cursor:pointer; display:inline-block; width:31px; height:31px}
.blog-rating .vote-up:hover 								{ background-position: -32px -97px;}
.blog-rating .vote-down:hover 								{ background-position: 0 -97px;}
.blog-rating.vote-nobuttons .vote-item, .blog-rating.voted .vote-item { display:none }