/* -------------------------------------------------------------------
	БЛОКИ
------------------------------------------------------------------- */

.block {
    margin-bottom: 30px;
    text-shadow: 0 1px 0 #fff;
}

.js-block-stream-nav {
    display: block!important;
}
.js-block-stream-dropdown {
    display: none!important;
}

.block.style-1 .block-header {
    border-bottom: 1px solid #C8C8C8;
    box-shadow: 0 1px 0 0 #FFF;
    line-height: 32px;
    height: 32px;
    margin-bottom: 13px;
}
.block.style-1 .block-header h3 {
    font-family: "PT Sans", serif;
    font-size: 16px;
}
.block.style-1 .block-content {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 20px;
}

.block:last-child {
    margin-bottom: 0;
}

.sidebar-left .block {
    margin-bottom: 10px;
}

.block .block-header {
    line-height: 25px;
    /*height: 25px;*/
    position: relative;
    margin-bottom: 10px;
}

.block .block-header h3 {
    font-size: 18px;
    font-weight: bold;
}

.block .block-header h3 a {
    text-decoration: none;
}

.block .block-header h3 a.link-dotted {}

.block .block-content {
    padding: 0;
}

.block footer {
    margin-top: 15px;
    font-size: 12px;
}
.block footer a {
    text-decoration: none;
    text-transform: uppercase;
}

.block .max-height-200 {
    overflow: auto;
    max-height: 200px;
    _height: expression( this.scrollHeight > 200 ? "200px" : "auto" );
    position: relative;
}

/* Block Type - Stream */
.block .block-update {
    position: absolute;
    top: 5px;
    left: 110px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #999;
    font-size: 13px;
}

.block .block-update.active {
    opacity: 0.5;
}

/* Block Type - Activity Settings */
.block.block-type-activity p {
    margin-bottom: 15px;
}

.block.block-type-activity ul li {
    margin-bottom: 5px;
}

.block.block-type-activity .note {
    display: block;
    margin-bottom: 15px;
    color: #777;
}

/* Block Type - Profile */
.block.block-type-profile {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 15px;
}

.block.block-type-profile .profile-photo-wrapper {
    position: relative;
    min-height: 50px;
}
.block.block-type-profile .profile-photo {
    vertical-align: top;
    border: 1px solid #fff;
    border-radius: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.block.block-type-profile .status {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 11px;
    text-shadow: none;
}

.block.block-type-profile .status.status-online {
    background: green;
    color: #fff;
}

.block.block-type-profile .status.status-offline {
    background: #333;
    color: #fff;
    opacity: .5;
    filter: alpha(opacity = 50);
}

.block.block-type-profile .upload-photo {
    padding: 7px 10px 10px;
    background: #f7f7f7;
}

.block.block-type-profile-note {
    background: #F1F7AF;
    border: 1px solid #E1EA83;
    padding: 15px;
    margin-bottom: 20px;
}

.block.block-type-profile-note p {
    margin-bottom: 10px;
}

.block.block-type-profile-note .actions {
    margin-bottom: 0;
}

.block.block-type-profile-nav {
    padding: 0;
    background: none;
}

.block.block-type-profile-actions {
    margin-bottom: 15px;
}
.block.block-type-profile-actions .block-content {
    font-size: 14px;
    font-weight: bold;
}

.block.block-type-profile-actions ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #C8C8C8;
    box-shadow: 0 1px 0 0 #FFF;
}
.block.block-type-profile-actions ul li:last-child {
    border-bottom: none;
    box-shadow: none;
}

.block.block-type-profile-actions ul li a {
    display: block;
}
.block.block-type-profile-actions ul li a .icox {
    position: relative;
    top: 2px;
    margin-right: 15px;
    color: #c4c4c4;
}

.block.block-type-profile-actions ul li a:hover {
    text-decoration: none;
}
.block.block-type-profile-actions ul li a.followed {
    color: #f00;
}

.block.block-type-friends {}
.block.block-type-friends h2 {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #C8C8C8;
    box-shadow: 0 1px 0 0 #FFF;
    color: #c4c4c4;
    padding: 0 3px;
    font-weight: normal;
    margin-bottom: 10px;
}
.block.block-type-friends h2 a {
    color: #444444;
    font-weight: bold;
}
.block.block-type-friends h2 a:hover {
    text-decoration: none;
}
.block.block-type-friends .user-list-avatar {
    padding: 0 3px;
}
.block.block-type-friends .user-list-avatar li {}
.block.block-type-friends .user-list-avatar li .avatar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #FFF;
    border-radius: 1px;
    width: 30px;
    height: 30px;
    margin: 4px;
}


/* Block Type - Foldable */
.block.block-type-foldable {
    background: none;
}

.block.block-type-foldable .block-header {
    background: none;
    border: none;
    padding: 0 0 10px;
}

.block.block-type-foldable .block-content {
    display: none;
    background: #FFF;
    padding: 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.block.block-type-talk-search {
    margin-bottom: 10px;
}

.block.block-type-talk-friends {
    margin-bottom: 10px;
}




/* Special Block Tags */
#tag-nav-sub {
    padding: 15px 20px;
    width: 330px;
}

#tag-nav-sub .nav {
    width: 100%;
    border-bottom: 1px solid #e7a47e;
    margin-bottom: 10px;
    height: 30px;
    box-shadow: none;
}
#tag-nav-sub .nav li {
    float: left;
    line-height: 30px;
    height: 30px;
    width: 120px;
    background: none;
    margin: 0;
}
#tag-nav-sub .nav li a {
    line-height: 30px;
    height: 30px;
    background: none;
    padding: 0;
    margin: 0;
    color: #fff;
    opacity: 1;
    width: auto;
    float: none;
    display: inline;
    font-size: 10px;
}
#tag-nav-sub .nav li.active a {
    border-bottom: 1px solid #FFF;
    line-height: 32px;
    padding: 9px 0;
}

#tag-nav-sub .search-tags {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 7px;
    height: 30px;
}
#tag-nav-sub .search-tags input {
    background: none;
    height: 22px;
    font-size: 10px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-family: 'PT Sans', serif;
    color: #eac9bb;
    width: 90px;
    padding: 1px 20px 1px 2px;
}
#tag-nav-sub .search-tags input:focus {
    background: rgba(0, 0, 0, 0.7);
    color: #ECD3C9;
    outline: medium none;
    padding: 5px 15px 5px 10px;
}
#tag-nav-sub .search-tags .icox {
    position: absolute;
    right: 9px;
    top: 15px;
    color: #fff;
}
    
#tag-nav-sub .search-tags input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ecd3c9;
}
#tag-nav-sub .search-tags input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ecd3c9;
}
#tag-nav-sub .search-tags input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ecd3c9;
}
#tag-nav-sub .search-tags input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ecd3c9;
}

#tag-nav-sub .js-block-tags-content {}
#tag-nav-sub .js-block-tags-content .tag-cloud {}
#tag-nav-sub .js-block-tags-content .tag-cloud li {
    float: left;
    margin-right: 8px;
    background: none;
    width: auto;
    height: auto;
}
#tag-nav-sub .js-block-tags-content .tag-cloud li a {
    background: none;
    padding: 0;
    display: inline;
    width: auto;
    height: auto;
    opacity: 1;
    text-transform: none;
    line-height: 22px;
}

#tag-nav-sub .js-block-tags-content .tag-cloud li a:hover {
    color: #000000;
}

/* Special Block Blogs */
#blogs-nav-sub ul li a {
    width: 175px;
}
#blogs-nav-sub ul li.last a {
    font-weight: bold;
    opacity: 1;
}


/*blog-left-info*/
.block.blog-left-info {
    width: 250px;
    height: 250px;
    margin: 0 0 20px 0;
    position: relative;
}
.block.blog-left-info .avatar {
    width: 248px;
    border: 1px solid #FFF;
    border-radius: 1px;
    box-shadow: 0 3px 7px -5px #000;
}

.block.blog-left-info .shadow:hover {
    opacity: 0;
}

.block.blog-left-info .shadow {
    background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.8)) repeat scroll 0 0 transparent;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 248px;
    height: 248px;
    opacity: 0.5;
}

.block.blog-left-info .title:hover {
    text-decoration: underline;
    transition: all 0.25s ease-in-out 0s;
}

.block.blog-left-info .title {
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 55px;
    left: 15px;
    text-shadow: 1px 2px 6px #5E5E5E;
    line-height: 32px;
}
.block.blog-left-info .title i {
    width: 8px;
    height: 10px;
    position: relative;
    left: -5px;
    top: 11px;
    color: #FFF;
}
.block.blog-left-info .topics {
    font-size: 13px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 15px;
    text-shadow: 1px 2px 2px #555;
}
.block.blog-left-info .rss {
    position: absolute;
    left: 15px;
    bottom: 10px;
    text-shadow: 0 1px 0 #000;
    color: #fff;
}
.block.blog-left-info button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 3px 7px;
    font-size: 10px;
    border-radius: 2px;
}

.block-type-blogs {}
.js-block-blogs-content {
    font-size: 11px;
    text-transform: uppercase;
}
.js-block-blogs-content ul {
    padding: 1px;
    overflow: hidden;
}
.js-block-blogs-content ul li {
    float: left;
    width: 115px;
    margin-right: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.js-block-blogs-content ul li:nth-child(2n) {
    margin-right: 0;
    width: 125px;
}
.js-block-blogs-content ul li.bad_buy a {
    white-space: nowrap;
}
.js-block-blogs-content ul li a {
    display: block;
    padding: 6px 7px;
    outline: 1px solid rgba(0, 0, 0, 0);
}
.js-block-blogs-content ul li.active a {
    background: #00b5e0;
    color: #fff;
    text-shadow: 0 1px 0 #007e9c;
    box-shadow: 0 0 12px -4px #000;
}
.js-block-blogs-content ul li a:hover {
    background-color: #efefef;
    text-shadow: 0 1px 0 #fff;
    outline: 1px solid #d8d8d8;
}
.js-block-blogs-content ul li.active a:hover {
    background: #00b5e0;
    color: #fff;
    text-shadow: 0 1px 0 #007e9c;
    box-shadow: 0 0 12px -4px #000;
}