/* -------------------------------------------------------------------
	ОБЩИЕ СТИЛИ
------------------------------------------------------------------- */

/* Голосование
---------------------------------------------------- */
.vote { overflow: hidden; zoom: 1; }

.vote .vote-count { float: left; padding: 0 7px; color: #aaa; }
.vote .vote-count a { text-decoration: none; color: #999; outline: none; }

.vote.vote-count-positive .vote-count { color: #390; }
.vote.vote-count-negative .vote-count { color: #f00; }

.vote .vote-up,
.vote .vote-down 		{ width: 9px; height: 12px; float: left; display: block; background: url(../images/comment-voting.gif) no-repeat; position: relative; top: 6px; outline: none; }
.vote .vote-up 			{ background-position: 0 0; }
.vote .vote-down 		{ background-position: -10px 0; }
.vote .vote-up:hover 	{ background-position: -40px 0; }
.vote .vote-down:hover 	{ background-position: -50px 0; }

.vote.voted.voted-up 	.vote-up 			{ background-position: -40px 0; }
.vote.voted.voted-down .vote-down 			{ background-position: -50px 0; }
.vote.voted.voted-up 	.vote-down:hover 	{ background-position: -10px 0; }
.vote.voted.voted-down .vote-up:hover 	    { background-position: 0 0; }

.vote.guest .vote-up:hover 	{ background-position: 0 0; }
.vote.guest .vote-down:hover 	{ background-position: -10px 0; }

/* Избранное
---------------------------------------------------- */
.favourite 			{ display: inline-block; width: 11px; height: 11px; vertical-align: text-top; background: url(../images/icons-synio.png) 0 -37px no-repeat; cursor: pointer; }
.favourite.active 	{ background-position: 0 -65px; }
.favourite-count    { margin-left: 0; }

.follow 			{ display: inline-block; width: 17px; height: 17px; vertical-align: text-top; background: url(../images/icons-synio.png) 0 -76px no-repeat; cursor: pointer; }
.follow.active 		{ background-position: -17px -76px; }

/* Pagination
-------------------------------------------------------------------*/
#pagination { padding-left: 40px; width:450px; margin:0 auto; }
#pagination p { font-size: 14px; color: #bbb; }
#pagination ul { overflow: hidden; margin-top: 10px; }
#pagination ul li { float: left; margin-right: 8px;  }

#pagination ul li.active {color:#fff; background: url(../images/pagination-bg.gif) no-repeat top center; padding: 0 6px 1px 6px; }
#pagination.onpage { padding-left: 0px; }

/* Actions 
---------------------------------------------------- */
.actions { overflow: hidden; zoom: 1; font-size: 11px; }
.actions a { overflow: hidden; zoom: 1; margin-right: 10px; text-decoration: none; }
.actions li { float: left;}
.actions .edit { padding-left: 16px; }
.actions .delete { padding-left: 15px; color: #f00; }
.actions .rss { display: block; width: 10px; height: 10px; background: url(../images/icons.gif) no-repeat -70px -250px; margin-right: 4px; margin-top: 4px; }
.actions .join { margin-top: 4px; }
.actions a:hover { text-decoration: underline; }

/* Switcher */
.nav-pills { overflow: hidden; margin-bottom: 5px; }
.nav-pills li { font-size: 11px; line-height: 11px; float: left; background: url(../images/block-bg.gif) repeat-x scroll 0 -53px; padding: 0 !important; }
.nav-pills li a { color: #dd0606; outline: none; padding: 5px 0 8px 0; margin: 0 8px; display: block; float: left; }
.nav-pills li strong { float: left; display: block; width: 7px; height: 25px; margin-right: -7px; background: url(../images/block-bg.gif) no-repeat scroll -15px 0px; }
.nav-pills li em { float: left; display: block; width: 7px; height: 25px; margin-left: -7px; background: url(../images/block-bg.gif) no-repeat scroll -8px 0px; }
.nav-pills li.active { background: #dd0606 url(../images/block-bg.gif) repeat-x 0 -26px !important; }
.nav-pills li.active strong { background: url(../images/block-bg.gif) no-repeat 0 0 !important; }
.nav-pills li.active em { background: url(../images/block-bg.gif) no-repeat -23px 0 !important; }
.nav-pills li.active a {text-decoration: none;  color: #fff; }

.nav-pills li.dropdown 			{ position: relative; }
.nav-pills li.dropdown a 		{ padding-right: 12px; }
.nav-pills li.dropdown i 		{ position: absolute; top: 4px; right: 3px; cursor: pointer; }
.nav-pills li.dropdown ul 		{ display: none; position: absolute; }
.nav-pills li.dropdown.opened a {   }

.dropdown-menu 						{ display: none; padding: 10px 15px 13px; border-radius: 5px; -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5); box-shadow: 0 0 4px rgba(0,0,0,.5); position: absolute; top: 28px; overflow: hidden; z-index: 10; background: #fff; min-width: 150px; }
.dropdown-menu li 					{ line-height: 1em; margin-bottom: 15px; }
.dropdown-menu li:last-child 		{ margin-bottom: 0; }
.dropdown-menu li a 				{ display: block; }
.dropdown-menu li a:hover 			{  }
.dropdown-menu li.active a 			{ color: #339900 }

/* Toolbar 
---------------------------------------------------- */
.toolbar 					{ position: fixed; top:390px !important; z-index: 20; display: none;  }
.plusob						{ position: fixed; top:390px !important; z-index: 20; display: none;  }
.toolbar section 			{ text-align: center;width: 24px; padding: 8px 0; overflow: hidden; line-height: 14px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.03); margin-bottom: 10px; border-radius: 10px; }
.toolbar section i			{ display: inline-block; width: 25px; height: 15px; }

/* Admin button */
.toolbar .toolbar-admin i 			{ background: url(../images/icons-synio.png) -268px -27px no-repeat;; }
.toolbar .toolbar-admin i:hover 	{ background-position: -268px -52px; }
.toolbar .toolbar-admin i:active 	{ background-position: -268px -77px; }

/* Update comments button */
.toolbar .toolbar-update {  }
.toolbar .toolbar-update .update-comments 			{  }
.toolbar .toolbar-update .update-comments i 		{ height:52px; margin-left:3px; background: url(../images/update.png) no-repeat; }
.toolbar .toolbar-update .update-comments.active i 	{ background: url(../images/update_act.gif) no-repeat; }
.toolbar .toolbar-update .new-comments 				{ display: block; padding-top:7px; font-size: 11px; text-align: center; text-decoration: none; width: 26px; }

/* Topic navigation */
.toolbar .toolbar-topic 								{ width: 19px; padding: 0; margin: 0 auto 10px; display: block;}
.toolbar .toolbar-topic a.toolbar-topic-prev i 			{ display: block; width: 19px; height: 32px; background: url(../images/icons-synio.png) -211px -23px no-repeat; }
.toolbar .toolbar-topic a.toolbar-topic-prev i:hover 	{ background-position: -230px -23px; }
.toolbar .toolbar-topic a.toolbar-topic-prev i:active 	{ background-position: -249px -23px; }
.toolbar .toolbar-topic a.toolbar-topic-next i			{ display: block; width: 19px; height: 32px; background: url(../images/icons-synio.png) -211px -55px no-repeat; }
.toolbar .toolbar-topic a.toolbar-topic-next i:hover 	{ background-position: -230px -55px; }
.toolbar .toolbar-topic a.toolbar-topic-next i:active 	{ background-position: -249px -55px; }

/* Scroll up */
.toolbar .toolbar-scrollup 			{ display: none; padding: 0; width: 25px; height: 25px; border-radius: 0; margin-left: -1px; background: transparent;}
.toolbar .toolbar-scrollup i 		{ background: url(../images/icons-synio.png) -294px -23px no-repeat; width: 25px; height: 25px;}
.toolbar .toolbar-scrollup i:hover 	{ background-position: -294px -48px; }
.toolbar .toolbar-scrollup i:active { background-position: -294px -73px; }

/* Список пользователей 
---------------------------------------------------- */
.user-list-avatar 			{ overflow: hidden; zoom: 1; }
.user-list-avatar li 		{ width: 48px; overflow: hidden; display:inline-block; margin-right: 12px; margin-bottom: 12px; text-align: center; font-size: 11px; }
.user-list-avatar li img	{ margin-bottom: 2px; display: block; }

.user-list-mini li 			{ padding: 0 25px 4px 5px; margin-bottom: 0; position: relative; }
.user-list-mini li img 		{ width: 17px; height: 17px; position: relative; top: 4px; margin-right: 2px; }
.user-list-mini li input 	{ position: relative; top: 2px; }
.user-list-mini li i 		{ position: absolute; top: 4px; right: 5px; cursor: pointer; display: none; }
.user-list-mini li:hover	{ background: #fcfce9; }
.user-list-mini li:hover i	{ display: block; }

/* Поиск 
---------------------------------------------------- */
.search                         { margin-bottom: 20px; position: relative; }
.search .input-text             { padding-right: 25px; }
.search .input-submit 			{ border: none; width: 16px; height: 16px; position: absolute; top: 6px; right: 5px; opacity: .7; filter: alpha(opacity=70); }
.search .input-submit:hover 	{ opacity: 1; filter: alpha(opacity=100); }

.search-item 				{ margin-bottom: 35px }
.search-item .input-text 	{ width: 100%; padding-right: 5px; }
.search-item .submit	 	{ width: 16px; height: 16px; background: url(../images/icons-synio.png) -115px -55px no-repeat; }

.search-item.search-item-abc ul 					{ overflow: hidden; zoom: 1; margin-top: 10px; }
.search-item.search-item-abc ul li 					{ float: left; }
.search-item.search-item-abc ul li a 				{ float: left; color: #727a90; text-decoration: none; padding: 1px 5px; border-radius: 3px; }
.search-item.search-item-abc ul li a span 			{ border-bottom: 1px dotted #727a90; }
.search-item.search-item-abc ul li a:hover 			{ background: #FF6468; color: #fff; }
.search-item.search-item-abc ul li a:hover span 	{ border: none; }
.search-item.search-item-abc ul li.active a 		{ color: #333; }
.search-item.search-item-abc ul li.active a:hover 	{ color: #333; background: none; }
.search-item.search-item-abc ul li.active a span 	{ border: none; }

.search-tags 							{ margin-bottom: 15px; }

.search-form-wrapper						{ padding:10px 0; margin-bottom: 15px; }
.search-input-wrapper						{ position: relative; }
.search-input-wrapper .input-submit     { position: absolute; top: 3px; right: 3px; width: 22px; height: 22px; border: none; background: url(../images/icons-synio.png) -319px -24px no-repeat; cursor: pointer; }
.search-input-wrapper .input-submit:hover 	{ background-position: -341px -24px; }
.search-input-wrapper .input-submit:active 	{ background-position: -363px -24px; }
.search-input-wrapper .input-text 			{ padding-right: 25px; }

/* Облако тегов 
---------------------------------------------------- */
.tag-cloud           { text-align: center; width: 100%; }
.tag-cloud li 				{ display: inline; margin-right: 5px; line-height: 22px; }
.tag-cloud li a 			{ color: #727a90 }
.tag-cloud li a:hover 		{ color: #f00; }
.tag-cloud li .tag-size-1 	{ font-size: 12px; }
.tag-cloud li .tag-size-2 	{ font-size: 12px; }
.tag-cloud li .tag-size-3 	{ font-size: 14px; }
.tag-cloud li .tag-size-4 	{ font-size: 14px; }
.tag-cloud li .tag-size-5 	{ font-size: 18px; }
.tag-cloud li .tag-size-6 	{ font-size: 18px; }
.tag-cloud li .tag-size-7 	{ font-size: 20px; }
.tag-cloud li .tag-size-8 	{ font-size: 20px; }
.tag-cloud li .tag-size-9 	{ font-size: 22px; }
.tag-cloud li .tag-size-10 	{ font-size: 22px; }

/* Item List 
---------------------------------------------------- */
.item-list 					{ border-top: 1px solid #eee; }
.item-list li 				{ min-height: 51px; padding: 7px 0 10px 58px; border-bottom: 1px solid #eee; position: relative; zoom: 1; }
.item-list li p 			{ padding-top: 2px; font-size: 11px; }
.item-list li a 			{ text-decoration: none; }
.item-list li .avatar 		{ position: absolute; top: 10px; left: 0; margin-right: 10px; }
.item-list li .author 		{ font-weight: bold; color: #333; }
.item-list li .blog-name 	{ font-weight: bold; }

/* Хелперы
---------------------------------------------------- */
.mt-10 { margin-bottom: 10px !important; }
.mt-20 { margin-bottom: 20px !important; }


.topic-type-selection .mb-10 { margin: 30px 0 10px 30px; }

.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }

.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }
.va-m { vertical-align: middle; }
.fl-r { float: right !important; }
.fl-l { float: left !important; }

.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix 		{ zoom: 1; }

.wrapper 			{ overflow: hidden; zoom: 1; }
.wrapper-content 	{  }
.wrapper-content h3 { font-size: 15px; margin-bottom: 10px; font-family: Verdana, sans-serif; }
.wrapper-content.wrapper-content-dark 	{ padding: 15px 20px }

.word-wrap {
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap; 
	white-space: pre-wrap;
	word-wrap: break-word; 
	word-break: break-all;
	white-space: normal;
}


/* Login and Lite Pages
-------------------------------------------------------------------*/
.lite-header { padding: 30px 20px; }
.lite-header a { color: #c7c7c7; font-size: 26px; text-decoration: none; }
.lite-header a span { color: #dedede; }
.lite-header a:hover { color: #333; }
.lite-header a:hover span { color: #777; }

.lite-center { margin: 0 auto 20px; top: 200px;  width: 400px; color: #888; }
.lite-center h3, .login-popup h3 { color: #bec0bf; margin-bottom: 20px; }
.lite-center button, .login-popup button { float: right; }
.lite-center .input-text, .login-popup .input-text { width: 350px; font-size: 18px; padding: 4px 0; border: 1px solid #d7d7d7; color: #555; }
.lite-center .input-checkbox, .login-popup .input-checkbox { padding-top: 7px; }
.lite-center .input-checkbox input, .login-popup .input-checkbox input { position: relative; top: 2px; }
.lite-center .input-note { display: block; color: #bbb; font-size: 11px; line-height: 14px; }

.lite-center.error h1 { font-size: 28px; color: #888; }
.lite-center.error p { margin-bottom: 10px; color: #888; }

.lite-center.register { position: static; margin: 0 auto; }

.lite-note { overflow: hidden; zoom: 1; }
.lite-note a { float: right; font-size: 11px; }


/* Разное
---------------------------------------------------- */
.system-message-error 	{ background: #f0c8c8; color: #b22626; padding: 10px 15px; margin-bottom: 15px; }
.system-message-notice 	{ background: #dafad8; color: #4bb23b; padding: 10px 15px; margin-bottom: 15px; }

.notice-empty 			{ color: #aaa; }

.loader { background: #fafafa url(../images/loader.gif) 50% 50% no-repeat; }

.join button { border:0; display: block; text-indent:-9999px; height: 10px; width: 10px; background: url(../images/icons.gif) no-repeat scroll 2px -250px; }
.join button i { display:none; }
.join button span { display:none; }
.join button:hover { background: url(../images/icons.gif) no-repeat scroll -8px -250px; }
.join button.active { background: url(../images/icons.gif) no-repeat scroll -8px -250px; }

.user, .ls-user 	{ font-weight: bold; color: #333; }

.user .icon-user 	{ margin-right: 3px; }
.username.inactive,
.user.inactive           { color: #aaa !important; }

.user-avatar img { width: 16px; height: 16px; vertical-align: middle; margin-right: 1px; }
.user-avatar a { color: #000; font-size: 11px; }
.user-avatar.user-avatar-n a { color: #3F8AD7; font-size: 12px; }

.counter.exceeded { color: #f00; }

.page-header-menu { overflow: hidden; zoom: 1; margin-bottom: 10px; }
.page-header-menu .page-header { float: left; margin-right: 20px; margin-bottom: 10px; }
.page-header-menu .nav.nav-pills { margin-top: 5px; float: left; }

.js-block-stream-dropdown { display:none !important; }