/* --------------------------------------------
	БЛОГ
-------------------------------------------- */

.blog { background: #fafafa; margin-bottom: 10px; border-radius: 0; border: 1px solid #eee; /*overflow: hidden;*/ }


/* Header */
.blog .blog-header 			{ position: relative; padding: 15px 130px 15px 78px; border-bottom: 1px solid #eee; }
.blog .blog-header h2 		{ font-size: 20px; font-weight: bold; line-height: 1em; margin-top: 3px; margin-bottom: 7px; }
.blog .blog-header h2 .btn-group 	{ top: -2px; }
.blog .blog-header h2 .btn-group .caret 	{ position: relative; top: 2px; }
.blog .blog-header h2 i.icon-lock 	{ position: relative; top: 5px; }
.blog .blog-header .avatar 	{ position: absolute; top: 15px; left: 15px; }

.blog .blog-header .count 		{  }

.blog .blog-header .vote 									{ position: absolute; top: 15px; right: 15px; }
.blog .blog-header .vote .vote-count 						{  }
.blog .blog-header .vote .vote-up 							{  }
.blog .blog-header .vote .vote-down 						{  }
.blog .blog-header .vote:hover .vote-up,
.blog .blog-header .vote:hover .vote-down,
.blog .blog-header .vote.voted .vote-up,
.blog .blog-header .vote.voted .vote-down 					{ display: inline-block; }
.blog .blog-header .vote.vote-count-positive .vote-count 	{  }

.blog .blog-header .actions { margin-bottom: 0; }


/* Content */
.blog .blog-content { padding: 15px; border-bottom: 1px solid #eee; }


/* Footer */
.blog .blog-footer { padding: 15px; border-bottom: 1px solid #eee; }


/* More Button */
.blog-more 			{ display: block; padding: 10px 0; text-align: center; text-decoration: none; background: #fafafa; }
.blog-more:hover 	{ background: #eee; }

/* others */
.blog-summary .entry-post.topic-type-wikitopic .entry-header,
.blog-summary .entry-post.topic-type-wikitopic .entry-content,
.blog-detail .entry-post.topic-type-wikitopic .entry-header,
.blog-detail .entry-post.topic-type-wikitopic .entry-content
{
    margin-left: 0;
}
