/* -------------------------------------------------------------------
	ОБЩИЕ СТИЛИ
------------------------------------------------------------------- */


/* Голосование 
---------------------------------------------------- */
.vote .vote-count               { display: inline-block; color: #aaa; position: relative; bottom: -3px; }
.vote .vote-count a             { text-decoration: none; color: #aaa!important; outline: none; }
.vote .vote-count a:hover       { color: #EBE7D7; }
.vote.vote-count-positive .vote-count     { color: #5b9a68; }
.vote.vote-count-negative .vote-count     { color: #DB575F; }

.vote .vote-up,
.vote .vote-down              { display: inline-block; cursor: pointer; vertical-align: text-top; opacity: .9; filter:alpha(opacity=90); bottom: -2px; position: relative; z-index: 5; font-size: 11px; }
.comment .comment-info .vote .vote-up,
.comment .comment-info .vote .vote-down { bottom: -2px; opacity: .6; filter:alpha(opacity=60); }

.comment .comment-info .vote .vote-down { bottom: -6px; }
.vote .vote-down                        { bottom: -5px; }

.vote .vote-up:before                { content: '\e819'; }
.vote .vote-down:before              { content: '\e83c'; }
.vote .vote-up:hover                 { opacity: .8; filter:alpha(opacity=80); color: #5b9a68; }
.vote .vote-down:hover               { opacity: .8; filter:alpha(opacity=80); color: #DB575F; }

.vote.voted.voted-up  .vote-up          { opacity: 1; filter:alpha(opacity=100); color: #5b9a68; }
.vote.voted.voted-down  .vote-down      { opacity: 1; filter:alpha(opacity=100); color: #DB575F; }
.vote.voted.voted-up  .vote-down:hover  { opacity: .3; filter:alpha(opacity=30); }
.vote.voted.voted-down  .vote-up:hover  { opacity: .3; filter:alpha(opacity=30); }


/* Избранное 
---------------------------------------------------- */
.favourite 			    { display: inline-block; }
.topic .topic-footer .topic-info li.topic-info-favourite .favourite.active i { color: #f8cc63; }
.favourite:hover 	  { opacity: .7; filter:alpha(opacity=80); }
.favourite-count    { margin-left: 0; }


/* Пагинация 
---------------------------------------------------- */
.pagination                   { zoom: 1; overflow: hidden; }
.pagination ul                { zoom: 1; line-height: 1em; float: left; font-size: 14px; }
.pagination ul li             { float: left; margin-right: 5px; }
.pagination ul li span,
.pagination ul li a           { float: left; padding: 4px 6px; border: 1px solid transparent; }
.pagination ul li span        { color: #aaa; }
.pagination ul li.active span { color: #fff; border-radius: 50%; background: #aaa; }
.pagination ul li.prev span,
.pagination ul li.prev a      { padding-left: 0; }
.pagination ul li.next        { margin-right: 50px; }


/* Actions 
---------------------------------------------------- */
.actions 						            { overflow: hidden; zoom: 1; margin-bottom: 10px; }
.actions li 				          	{ float: left; margin-right: 10px; }
.actions li a 			         	  { color: #5b9a68; }
.actions li a.actions-delete    { color: #DB575F; }
.actions li a:hover 		      	{ text-decoration: underline; }
.actions li a.link-dotted 		  { }
.actions li a.link-dotted:hover { text-decoration: none; }

.actions-blog-info     { overflow: hidden; zoom: 1; margin: 5px 0 5px; background: #F5F5F5; border: 1px solid #ECECEC; border-radius: 4px; padding: 10px 15px; } 
.actions-blog-info li  { text-align: left; }


/* Toolbar 
---------------------------------------------------- */
.toolbar-margin          { margin-right: 15px;}

.toolbar {
  bottom: 0;
  z-index: 100;
  position: fixed;
  width: 265px;
}

.toolbar section {
  margin-right: 7px; 
  float: right; 
}

.toolbar section a {
  display: block; 
  border-radius: 3px 3px 0 0;
  padding: 11px 8px; 
  font-weight: bold; 
  color: #6b7a81;
  height: 15px;
  box-shadow: 0 0 #FFFFFF, 0 0px 2px rgba(34,25,25,0.206); 
  -webkit-box-shadow: 0 0 #FFFFFF, 0 0px 2px rgba(34,25,25,0.206); 
  -moz-box-shadow: 0 0 #FFFFFF, 0 0px 2px rgba(34,25,25,0.206); 

  -moz-transition: all 1s ease; 
  -ms-transition: all 1s ease; 
  -webkit-transition: all 1s ease; 
  -o-transition: all 1s ease; 
  transition: all 1s ease; 
    background-color: #F7F7F7; 
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFF), color-stop(100%, #f3f1ec)); 
  background: -webkit-linear-gradient(#FFF,#f3f1ec); 
  background: -moz-linear-gradient(#FFF,#f3f1ec); 
  background: -o-linear-gradient(#FFF,#f3f1ec); 
  background: linear-gradient(#FFF,#f3f1ec); 
}

.toolbar section a:hover {
  background-color: #FDFAFB; 
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FDFAFB), color-stop(100%, #F0EDED)); 
  background: -webkit-linear-gradient(#FDFAFB,#F0EDED); 
  background: -moz-linear-gradient(#FDFAFB,#F0EDED); 
  background: -o-linear-gradient(#FDFAFB,#F0EDED); 
  background: linear-gradient(#FDFAFB,#F0EDED);
  color: #6CADA3; 
}

.toolbar section a:hover i {
  color: #6CADA3; 
}

.toolbar section i {
  display: block; 
  font-size: 12px; 
  color: #6b7a81; 
  background: none; 
  width: auto; 
  height: auto; 
}

.toolbar section a:focus {
  outline: medium none currentColor; 
}

/* Admin button */
.toolbar .toolbar-admin a { display: block; }

/* Update comments button */
.toolbar .toolbar-update                             { -webkit-transition: all 1s linear; -moz-transition: all 1s linear; -o-transition: all 1s linear; -ms-transition: all 1s linear; transition: all 1s linear; }
 .toolbar .toolbar-update .update-comments 		       { }
.toolbar .toolbar-update .update-comments i 	       {  }
.toolbar .toolbar-update .update-comments.active i 	 { color: green; opacity: 0.5; }

.toolbar .toolbar-update .new-comments 				       { color: #6cada3; font-weight: bold; }

/* Topic navigation */
.toolbar .toolbar-topic a.toolbar-topic-prev         {}

/* Scroll up */
.toolbar .toolbar-scrollup                           { display: none; }


/* Поиск 
---------------------------------------------------- */
.search 						{ margin-bottom: 20px; position: relative; }
.search .input-text 			{ padding-right: 25px; }
.search .input-submit 			{ border: none; width: 16px; height: 16px; position: absolute; top: 10px; right: 8px; opacity: .7; filter:alpha(opacity=70); }
.search .input-submit:hover 	{ opacity: 1; filter:alpha(opacity=100); }

.search.search-item 			{ margin-bottom: 15px; width: 100%; }
.search.search-item .input-text { width: 100%; padding-right: 5px; }

.search-abc 					{ overflow: hidden; zoom: 1; padding: 10px 15px; margin-bottom: 15px; border: 1px solid #eee; }
.search-abc li 					{ float: left; margin-right: 10px; }
.search-abc li.active a 		{ color: #333; border: none; }

.search-tags 					{ margin: 10px 5px 5px; }



/* Облако тегов 
---------------------------------------------------- */
.tag-cloud 				   	{ width: 100%; }
.tag-cloud li 				{ display: inline; margin-right: 5px; line-height: 22px; }

.tag-cloud li a,
.block-blog-list li a { text-decoration: none; border-radius: 14px;  padding: 1px 6px; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; color: #777; text-shadow: 0px 1px 0 #FFF; }
.block-blog-list li a:hover,
.tag-cloud li a:hover       { text-decoration: underline; }
.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: 13px; }
.tag-cloud li .tag-size-4   { font-size: 13px; }
.tag-cloud li .tag-size-5   { font-size: 14px; }
.tag-cloud li .tag-size-6   { font-size: 14px; }
.tag-cloud li .tag-size-7   { font-size: 15px; }
.tag-cloud li .tag-size-8   { font-size: 15px; }
.tag-cloud li .tag-size-9   { font-size: 16px; }
.tag-cloud li .tag-size-10  { font-size: 16px; }

.footer-tag-line .tag-cloud li a       { text-shadow: none; }
.footer-tag-line .tag-cloud li a:hover { text-decoration: none; }
.block-type-foldable .tag-cloud li a   { color: #B1B1B1!important; }


/* Хелперы
---------------------------------------------------- */
.mt-10 { margin-bottom: 10px !important; }
.mt-20 { margin-bottom: 20px !important; }

.mb-10 { margin-bottom: 10px !important; }
.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; }

.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; 
	white-space: normal; 
}


/*  ITEM LIST */
.list-item-container                        { overflow: hidden; }
.list-item-container .list-item-block       { width: 33%; float: left; height: 350px; }
.list-item-container.users .list-item-block { height: 350px; }

.list-item-container .list-item       { margin: 60px auto 40px; width: 180px; position: relative; background: #F2F1F1; padding: 55px 10px 5px; vertical-align: top; box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); border: 1px dashed #EBE7D7; border-radius: 3px; }

.list-item-container .item-avatar     { left: 48px; position: absolute; top: -55px; display: block; height: 106px; width: 106px; }
.list-item-container .item-avatar a   { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: block; -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.2); box-shadow: 0 0 0 1px rgba(0,0,0,0.2); background: #fff; padding: 3px; }
.list-item-container img   { display: block; width: 100%; border: 0; margin: 0; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }

.list-item-container .name    { text-align: center; margin-bottom: 5px; }
.list-item-container .name h3 { font-weight: bold; font-size: 16px; line-height: 1em; }
.list-item-container .name p  { display: inline-block; font-size: 12px; }

.list-item-container .users-info li { position: relative; background-color: #fff; color: #333; margin-bottom: 10px; padding: 4px 29px 4px 7px; font-size: 9px; font-weight: bold; }
.list-item-container li.blog-join   { text-align: center; padding: 4px; background: none; }

.list-item-container .info-name     { position: relative; }
.list-item-container .info-number   { position: absolute; top: 4px; right: 7px; color: #d7b279; }

.list-item-container .info-number.rating { color: #5b9a68; }
.list-item-container .info-number.skill  { color: #5f7fa2; }
.list-item-container .info-number.visit  { color: #9B825B; }
.list-item-container .info-number.reg    { color: #6b7a81; }

.list-item-container span.info-item    { position: absolute; left: 5px; top: 5px; font-size: 11px; }
.list-item-container span.info-item a  { color: #fff; }


/* Разное
---------------------------------------------------- */
.system-message-error 	{ padding: 8px 15px; margin-bottom: 15px; background-color: #FCF8E3; border: 1px solid #FBEED5; color: #C09853; border-radius: 4px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.system-message-notice 	{ padding: 8px 15px; margin-bottom: 15px; background-color: #DFF0D8; border: 1px solid #D6E9C6; color: #468847; border-radius: 4px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.notice-empty 			{ color: #aaa; }

.loader { background: #fafafa url(../images/loader.gif) 50% 50% no-repeat; }

.user, .ls-user 	{ color: #333; }
.user.inactive 		{ color: #aaa; }

a.disabled  { cursor: default; }


/* Vintage 404
---------------------------------------------------- */
.vintage-404                { background: url(../images/404.png) no-repeat center; display: block; }
.vintage-404 h2.page-header { padding-top: 250px; }
.vintage-404 p              { text-align: center; font-size: 13px; margin-bottom: 5px; }
.vintage-404 a              { padding: 0 20px; text-transform: lowercase; }


/* Лента
---------------------------------------------------- */
.slider-ribbon {
  width: 240px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  top: 80.26px;
  left: -87.36000000000001px;
  -webkit-transform: rotate(-65deg);
  -moz-transform: rotate(-65deg);
  -o-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  transform: rotate(-65deg);
  display: inline-block;
  position: absolute;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  background: url(../themes/nav.png) #65C0BB;
}

.slider-ribbon span {
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  color: #FFF;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.2);
  margin-left: 55px;
  font-family: sans-serif;
}


.markItUpHeader { 
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  padding: 7px 10px 5px; 
  border-top: medium double #eee; 
  border-left: medium double #eee; 
  border-right: medium double #eee; 
  border-radius: 5px 5px 0 0;
}

.markItUpEditor {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.markItUpHeader ul li {
  margin-right: 12px;
}

.markItUpEditor {
  height: 200px;
}

/* Alto CMS
---------------------------------------------------- */
.topic-additional-fields         { overflow: hidden; padding: 10px 1px; }
.topic-additional-fields .button { float:left; margin-right: 10px!important; }
.topic-additional-fields .topic-photo-upload,
.topic-additional-fields .poll-create { clear: both; margin-top: 60px; }