.blogs-home #tag-about .bio {
  font-size: 14px; }
.blogs-home .column-left {
  width: 268px;
  float: left;
  padding-right: 42px;
  border-right: 1px solid gainsboro; }
.blogs-home .column-right {
  width: 268px;
  float: right;
  margin-right: 28px;
  margin-left: 25px; }
.blogs-home .article {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 20px;
  margin-bottom: 24px; }
  .blogs-home .article:last-child {
    border-bottom: 0; }
  .blogs-home .article .feature {
    background: #fff;
    padding: 3px;
    border: 1px solid #cbcbcb;
    width: 260px;
    height: 156px; }
  .blogs-home .article .category-name {
    display: block;
    float: left;
    height: 19px;
    position: relative;
    top: 3px;
    margin-right: 7px; }
  .blogs-home .article .sep {
    font-size: 16px; }
  .blogs-home .article .profile {
    float: left; }
    .blogs-home .article .profile .top {
      border-bottom: 1px solid #bfbfbf;
      margin-bottom: 1px;
      width: 267px; }
    .blogs-home .article .profile .name {
      position: relative;
      top: 5px;
      font-size: 12px;
      color: #2b2b2b;
      font-weight: bold; }
      .blogs-home .article .profile .name span {
        text-transform: uppercase; }
    .blogs-home .article .profile .function {
      font-size: 11px;
      color: #848484; }
    .blogs-home .article .profile .author {
      height: 31px;
      margin-right: 10px;
      margin-left: 5px; }
  .blogs-home .article .defaultTitle {
    display: block; }
  .blogs-home .article .meta {
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px; }
.blogs-home .homeblog-style .page-switch {
  float: left;
  width: 280px;
  border-top: 1px solid #e3e3e3;
  margin-left: 160px;
  margin-top: 25px; }
  .blogs-home .homeblog-style .page-switch .arrow.left {
    margin-left: 66px; }
.blogs-home .tabs-large li {
  top: 1px; }
  .blogs-home .tabs-large li a {
    font-size: 14px; }
  .blogs-home .tabs-large li .current {
    color: #8f2e17; }
.blogs-home .listing-bloguri {
  margin-top: 20px; }
  .blogs-home .listing-bloguri .icon-search {
    background: url("../img/icons-sprite.png") no-repeat -143px -933px;
    width: 21px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 7px; }
  .blogs-home .listing-bloguri .current .icon-search {
    background-position: -104px -933px; }
  .blogs-home .listing-bloguri .fixh {
    display: inline;
    position: relative;
    top: 2px; }
.blogs-home .search-blogs {
  position: relative;
  margin-top: 11px; }
  .blogs-home .search-blogs .text {
    background: #fff;
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: inset 0px 1px 0px #e0e0e0;
    -moz-box-shadow: inset 0px 1px 0px #e0e0e0;
    box-shadow: inset 0px 1px 0px #e0e0e0;
    font-size: 24px;
    color: #474747;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 15px;
    width: 520px;
    padding-right: 109px; }
    .blogs-home .search-blogs .text:focus {
      outline: 0; }
  .blogs-home .search-blogs .submit {
    position: absolute;
    top: -1px;
    right: 0;
    color: #d1d1d2;
    font-size: 18px;
    font-weight: bold;
    font-weight: bold;
    padding: 9px 15px 9px 15px;
    margin: 6px 4px 0px 0px;
    text-shadow: 0px -1px #404143;
    border: 1px solid #565656;
    background-color: #7c7f82;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7c7f82), to(#606265));
    background-image: -webkit-linear-gradient(top, #7c7f82, #606265);
    background-image: -moz-linear-gradient(top, #7c7f82, #606265);
    background-image: -o-linear-gradient(top, #7c7f82, #606265);
    background-image: linear-gradient(to bottom, #7c7f82, #606265);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0px 1px 0px #919395;
    -moz-box-shadow: inset 0px 1px 0px #919395;
    box-shadow: inset 0px 1px 0px #919395; }
    .blogs-home .search-blogs .submit:hover {
      -webkit-box-shadow: inset 0px 1px 0px #B5B5B5;
      -moz-box-shadow: inset 0px 1px 0px #B5B5B5;
      box-shadow: inset 0px 1px 0px #B5B5B5; }
    .blogs-home .search-blogs .submit:active {
      -webkit-box-shadow: inset 0px 1px 0px #424242;
      -moz-box-shadow: inset 0px 1px 0px #424242;
      box-shadow: inset 0px 1px 0px #424242;
      background-color: #5d5f63;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5d5f63), to(#7a7c7f));
      background-image: -webkit-linear-gradient(top, #5d5f63, #7a7c7f);
      background-image: -moz-linear-gradient(top, #5d5f63, #7a7c7f);
      background-image: -o-linear-gradient(top, #5d5f63, #7a7c7f);
      background-image: linear-gradient(to bottom, #5d5f63, #7a7c7f); }
.blogs-home .alph-sort {
  margin-top: 10px;
  height: 22px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  .blogs-home .alph-sort .clearfix {
    position: relative;
    top: -3px; }
  .blogs-home .alph-sort li {
    display: block;
    float: left; }
    .blogs-home .alph-sort li a {
      display: block;
      text-align: center;
      padding: 7px 7px 10px 7px;
      font-size: 11px;
      font-weight: bold;
      color: #474747;
      min-width: 9px; }
  .blogs-home .alph-sort .active {
    background: url(../img/icons-sprite.png) no-repeat -48px -976px;
    color: #fff; }
  .blogs-home .alph-sort .wider .active {
    background: url(../img/icons-sprite.png) no-repeat -7px -976px;
    color: #fff; }
.blogs-home .the-list {
  margin-top: 25px; }
  .blogs-home .the-list li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    padding-top: 17px; }
    .blogs-home .the-list li:first-child {
      border-top: 1px solid #cccccc; }
  .blogs-home .the-list .odd {
    background-color: #fafafa;
    -webkit-box-shadow: inset 0px 0px -1px #fff;
    -moz-box-shadow: inset 0px 0px -1px #fff;
    box-shadow: inset 0px 0px -1px #fff; }
  .blogs-home .the-list .blogger-pic {
    float: left;
    display: block;
    max-width: 57px;
    margin-right: 10px; }
  .blogs-home .the-list .nume {
    font-size: 18px;
    font-weight: bold;
    color: #2b2b2b; }
  .blogs-home .the-list .function {
    font-size: 12px;
    color: #848484; }
.blogs-home .page-nav {
  margin-top: 20px; }
.blogs-home .mtop {
  margin-top: 50px; }
.blogs-home .request-blog {
  margin-bottom: 20px;
  display: none; }
.blogs-home .box-bloginput .semititle {
  font-size: 18px;
  font-weight: bold;
  color: #535353;
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.blogs-home .box-bloginput .inf {
  font-size: 12px;
  font-weight: bold;
  color: #535353;
  margin-bottom: 10px;
  display: block; }
.blogs-home .box-bloginput label {
  font-size: 14px;
  color: #535353;
  margin-right: 5px; }
.blogs-home .box-bloginput textarea,
.blogs-home .box-bloginput input[type="text"],
.blogs-home .box-bloginput input[type="email"] {
  background: #fbfbfb;
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: inset 0px 1px 2px #e0e0e0;
  -moz-box-shadow: inset 0px 1px 2px #e0e0e0;
  box-shadow: inset 0px 1px 2px #e0e0e0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  color: #535353;
  padding: 5px 10px;
  width: 205px; }
.blogs-home .box-bloginput fieldset {
  margin-bottom: 10px;
  text-align: right; }
.blogs-home .box-bloginput .CV label {
  float: left; }
.blogs-home .box-bloginput .CV .blg-button {
  position: relative;
  top: -2px;
  margin-left: 23px; }
.blogs-home .box-bloginput .textarea {
  border-top: 1px solid #cccccc;
  text-align: left;
  margin-top: 10px;
  padding-top: 10px; }
  .blogs-home .box-bloginput .textarea label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px; }
  .blogs-home .box-bloginput .textarea textarea {
    width: 265px;
    height: 140px; }
.blogs-home .box-bloginput .trimite {
  float: left;
  font-size: 12px;
  padding: 5px 7px;
  font-weight: normal; }
.blogs-home .box-bloginput .recomanda {
  float: right;
  font-size: 12px;
  position: relative;
  padding-right: 25px; }
  .blogs-home .box-bloginput .recomanda .icon {
    position: absolute;
    top: 7px;
    right: 9px;
    background: url("../img/icons-sprite.png") no-repeat -87px -987px;
    width: 6px;
    height: 10px; }
.blogs-home .box-bloginput .unu {
  width: 214px !important; }
.blogs-home .box-bloginput .trei {
  width: 217px !important; }
.blogs-home .box-bloginput .inf2 {
  font-style: italic;
  font-size: 14px;
  color: #161616;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  margin-top: 20px; }

.blogs-home .form2 input[type='text'],
.blogs-home .form2 input[type='email'] {
  width: 192px; }
.blogs-home .form2 .anuleaza {
  padding-right: 6px; }

.blg-button {
  font-weight: bold;
  padding: 3px 6px;
  cursor: pointer;
  font-size: 11px;
  color: #535353;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, white, #f3f3f3);
  background-image: -moz-linear-gradient(top, white, #f3f3f3);
  background-image: -o-linear-gradient(top, white, #f3f3f3);
  background-image: linear-gradient(to bottom, white, #f3f3f3);
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0px 1px 0px #cecece;
  -moz-box-shadow: 0px 1px 0px #cecece;
  box-shadow: 0px 1px 0px #cecece; }
  .blg-button:hover {
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#fdfdfd));
    background-image: -webkit-linear-gradient(top, white, #fdfdfd);
    background-image: -moz-linear-gradient(top, white, #fdfdfd);
    background-image: -o-linear-gradient(top, white, #fdfdfd);
    background-image: linear-gradient(to bottom, white, #fdfdfd); }
  .blg-button:active {
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(white));
    background-image: -webkit-linear-gradient(top, #f3f3f3, white);
    background-image: -moz-linear-gradient(top, #f3f3f3, white);
    background-image: -o-linear-gradient(top, #f3f3f3, white);
    background-image: linear-gradient(to bottom, #f3f3f3, white); }

.blg-button.dark {
  color: #dadada;
  text-shadow: 0px -1px #27292c;
  border: 1px solid #2b2b2b;
  background-color: #4e5156;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4e5156), to(#2a2d32));
  background-image: -webkit-linear-gradient(top, #4e5156, #2a2d32);
  background-image: -moz-linear-gradient(top, #4e5156, #2a2d32);
  background-image: -o-linear-gradient(top, #4e5156, #2a2d32);
  background-image: linear-gradient(to bottom, #4e5156, #2a2d32);
  -webkit-box-shadow: inset 0px 1px 0px #6d6f73;
  -moz-box-shadow: inset 0px 1px 0px #6d6f73;
  box-shadow: inset 0px 1px 0px #6d6f73; }
  .blg-button.dark:hover {
    -webkit-box-shadow: inset 0px 1px 0px #a3a6ac;
    -moz-box-shadow: inset 0px 1px 0px #a3a6ac;
    box-shadow: inset 0px 1px 0px #a3a6ac; }
  .blg-button.dark:active {
    background-color: #2a2d32;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2d32), to(#4e5156));
    background-image: -webkit-linear-gradient(top, #2a2d32, #4e5156);
    background-image: -moz-linear-gradient(top, #2a2d32, #4e5156);
    background-image: -o-linear-gradient(top, #2a2d32, #4e5156);
    background-image: linear-gradient(to bottom, #2a2d32, #4e5156); }

.profil .meta-info {
  position: relative;
  color: #6a6a6a;
  font-size: 12px;
  margin-bottom: 25px;
  z-index: 3; }
  .profil .meta-info .info {
    float: left;
    width: 735px;
    height: 8px;
    border-bottom: 1px solid #b4b4b4;
    position: relative; }
    .profil .meta-info .info span {
      background: #fff;
      margin-right: 3px;
      padding: 0 7px;
      float: right; }
    .profil .meta-info .info .who {
      padding-right: 22px;
      float: none; }
    .profil .meta-info .info .right {
      position: absolute;
      top: 0;
      right: 0; }
    .profil .meta-info .info .comments {
      padding-left: 22px; }
    .profil .meta-info .info .since {
      margin-right: 0;
      padding-right: 5px; }
  .profil .meta-info .tools {
    position: absolute;
    top: 0;
    right: 0; }
    .profil .meta-info .tools a {
      color: #116DA7;
      font-weight: bold;
      position: relative;
      margin-left: 40px; }
    .profil .meta-info .tools .preferences {
      width: 115px;
      height: 15px;
      position: absolute;
      top: 0;
      left: -130px; }
      .profil .meta-info .tools .preferences .icon {
        position: absolute;
        top: -3px;
        left: -30px;
        display: block;
        background: url(../img/icons-sprite.png) no-repeat -96px -40px;
        width: 23px;
        height: 21px;
        float: left; }
      .profil .meta-info .tools .preferences:hover .icon {
        background-position: -96px -19px; }
      .profil .meta-info .tools .preferences .close {
        display: none; }
    .profil .meta-info .tools .preferences-active {
      color: #000; }
      .profil .meta-info .tools .preferences-active .icon {
        background-position: -119px -82px; }
      .profil .meta-info .tools .preferences-active:hover .icon {
        background-position: -119px -82px; }
      .profil .meta-info .tools .preferences-active .close {
        display: block; }
      .profil .meta-info .tools .preferences-active .edit {
        display: none; }
    .profil .meta-info .tools .logout .icon {
      background: url(../img/icons-sprite.png) no-repeat -119px -40px;
      width: 23px;
      height: 21px;
      float: left;
      display: block;
      position: absolute;
      top: -3px;
      left: -30px; }
    .profil .meta-info .tools .logout:hover .icon {
      background-position: -119px -19px; }
.profil .tab-group-top .tab {
  padding: 25px 0px 0px 20px; }
.profil .search-listing li {
  margin-bottom: 25px;
  min-height: 110px; }
  .profil .search-listing li .meta {
    border-bottom: 1px solid #e3e3e3;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px; }
    .profil .search-listing li .meta .action {
      margin-right: 3px;
      color: #ac2a51; }
    .profil .search-listing li .meta .author a {
      color: #125782;
      font-size: 13px;
      font-style: italic;
      margin-right: 3px; }
    .profil .search-listing li .meta .time a {
      color: #6a6a6a; }
.profil .search-listing .img-post {
  background: #fff;
  padding: 1px;
  border: 1px solid #cccccc; }
.profil .search-listing h2 {
  margin-bottom: 5px; }
.profil .simple-listing li {
  position: relative;
  min-height: 60px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
  margin-bottom: 15px; }

.social-rating {
  margin: 50px 0 20px 0; }

.top-area {
  position: relative;
  border-top: 1px solid #cecece;
  -webkit-box-shadow: inset 0px 1px 0px #fff;
  -moz-box-shadow: inset 0px 1px 0px #fff;
  box-shadow: inset 0px 1px 0px #fff;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, #e9e9e9, #d6d6d6);
  background-image: -moz-linear-gradient(top, #e9e9e9, #d6d6d6);
  background-image: -o-linear-gradient(top, #e9e9e9, #d6d6d6);
  background-image: linear-gradient(to bottom, #e9e9e9, #d6d6d6); }
  .top-area .blockAccount {
    cursor: pointer;
    color: white;
    font-size: 10px;
    padding: 3px 5px;
    border: 1px solid white;
    background-color: #d53232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d53232), to(#b82929));
    background-image: -webkit-linear-gradient(top, #d53232, #b82929);
    background-image: -moz-linear-gradient(top, #d53232, #b82929);
    background-image: -o-linear-gradient(top, #d53232, #b82929);
    background-image: linear-gradient(to bottom, #d53232, #b82929);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .top-area .blockAccount:hover {
      background: #d53232; }
    .top-area .blockAccount:active {
      background: #b82929; }
  .top-area .general-profile {
    padding: 25px 20px 5px 20px;
    position: relative;
    min-height: 130px; }
   .top-area .general-profile .follow {
      margin-top: 5px;
      margin-left: 14px; }
   .top-area .general-profile .ban-toggle {
      margin-top: 3px;
      margin-left: 14px; 
	float:left; }
  .top-area .profile-pic {
    background: #fff;
    border: 1px solid #cccccc;
    padding: 3px;
    float: left;
    width: 110px;
    height: 90px; }
  .top-area h1, .top-area h2 {
    padding-left: 135px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6a6a6a;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: 0px 1px 0px #f1f1f1;
    text-shadow: 0px 1px white;
    width: 250px;
    line-height: 30px;
    padding-bottom: 8px; }
    .top-area h1 a, .top-area h2 a {
      color: #6a6a6a; }
  .top-area .favorite-quote {
    width: 255px;
    padding-left: 135px;
    font-size: 12px;
    font-style: italic;
    color: #6a6a6a;
    margin-top: 10px; }
  .top-area .user-social-links {
    padding: 0px 12px;
    background: #e2e2e2;
    position: absolute;
    top: 45px;
    right: 35px; }
    .top-area .user-social-links a {
      background: url(../img/icons-sprite.png) no-repeat 0px -286px;
      text-indent: -9999px;
      width: 32px;
      height: 32px;
      display: block;
      float: left;
      margin-right: 8px;
      position: relative; }
      .top-area .user-social-links a:hover {
        top: -1px; }
      .top-area .user-social-links a:last-child {
        margin-right: 0; }
    .top-area .user-social-links .twitter {
      background-position: -32px -286px; }
    .top-area .user-social-links .linkedin {
      background-position: -64px -286px; }
    .top-area .user-social-links .google {
      background-position: -96px -286px; }
    .top-area .user-social-links .pinterest {
      background-position: -32px -318px; }

.edit-profile {
  background: #EAEAEA;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: inset 0px 0px 0px 2px white, 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 2px white, 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px white, 0px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 35px;
  z-index: 3;
  width: 908px;
  margin-bottom: 20px;
  display: none; }
  .edit-profile .avatar {
    background: #fff;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 15px -10px black;
    -moz-box-shadow: 0px 0px 15px -10px black;
    box-shadow: 0px 0px 15px -10px black;
    float: left; }
  .edit-profile .main {
    -webkit-box-shadow: 0px 1px 0px #f5f5f5;
    -moz-box-shadow: 0px 1px 0px #f5f5f5;
    box-shadow: 0px 1px 0px #f5f5f5;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .edit-profile .padded {
    padding-left: 115px; }
  .edit-profile .field-name {
    width: 310px;
    height: 140px;
    float: left;
    margin-right: 30px; }
  .edit-profile .name,
  .edit-profile .functie,
  .edit-profile .description {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    border: 0;
    border-top: 1px solid #cacaca;
    height: 45px;
    display: block;
    font-family: Tahoma, sans-serif;
    color: #6a6a6a;
    padding: 0px 20px;
    margin: 10px 0;
    width: 260px;
    -webkit-box-shadow: inset 3px 5px 3px -4px #DFDFDF;
    -moz-box-shadow: inset 3px 5px 3px -4px #DFDFDF;
    box-shadow: inset 3px 5px 3px -4px #DFDFDF; }
  .edit-profile .name {
    line-height: 45px;
    font-size: 26px;
    font-weight: bold; }
  .edit-profile .functie {
    width: 405px;
    padding-top: 10px;
    height: 35px;
    resize: none;
    overflow: hidden;
    line-height: 25px; }
  .edit-profile .field-name .name:focus,
  .edit-profile .field-functie .functie:focus {
    outline: none;
    -webkit-box-shadow:  				inset 0px 8px 20px -4px #DFDFDF, 				0px 0px 0px 7px #E1E1E1,  				1px 1px 0px 7px #D4D4D4;
    -moz-box-shadow:  				inset 0px 8px 20px -4px #DFDFDF, 				0px 0px 0px 7px #E1E1E1,  				1px 1px 0px 7px #D4D4D4;
    box-shadow:  				inset 0px 8px 20px -4px #DFDFDF, 				0px 0px 0px 7px #E1E1E1,  				1px 1px 0px 7px #D4D4D4; }
  .edit-profile .field-functie {
    width: 420px;
    height: 140px;
    float: left; }
  .edit-profile .description {
    width: 740px;
    padding-top: 10px;
    resize: none; }
  .edit-profile .field-desc {
    border-top: 1px solid whitesmoke;
    -webkit-box-shadow: 0px -1px 0px #d8d8d8;
    -moz-box-shadow: 0px -1px 0px #d8d8d8;
    box-shadow: 0px -1px 0px #d8d8d8;
    padding-top: 20px;
    float: left; }
  .edit-profile fieldset label {
    color: #afafaf;
    font-size: 14px;
    display: block;
    margin-bottom: 10px; }
  .edit-profile fieldset .desc {
    font-size: 14px;
    color: #afafaf;
    font-style: italic;
    display: block;
    margin-top: 17px; }
    .edit-profile fieldset .desc span {
      border-bottom: 1px solid white;
      border-top: 1px solid #cecece;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background: #e1e1e1;
      color: #707070;
      font-style: normal;
      padding: 3px 9px; }
  .edit-profile .field-email {
    width: 323px;
    float: left;
    margin-right: 30px; }
    .edit-profile .field-email input {
      width: 303px; }
  .edit-profile .field-password {
    width: 258px;
    float: left;
    margin-right: 30px; }
    .edit-profile .field-password input {
      width: 238px; }
  .edit-profile .field-checkpw {
    width: 253px;
    float: left; }
    .edit-profile .field-checkpw input {
      width: 233px; }
  .edit-profile .middle {
    padding-bottom: 30px; }
    .edit-profile .middle fieldset input {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 0;
      background: #fff;
      border-top: 1px solid #cacaca;
      color: #595959;
      font-size: 14px;
      font-weight: bold;
      padding: 6px 9px;
      display: block; }
  .edit-profile .button-submit,
  .edit-profile .inchide-box-profil {
    font-size: 24px;
    text-transform: none;
    font-weight: normal; }
  .edit-profile .inchide-box-profil {
    color: #6a6a6a;
    margin-left: 28px; }
    .edit-profile .inchide-box-profil:hover {
      color: #1E1E1E; }
  .edit-profile .button-close {
    font-size: 24px;
    text-transform: none;
    font-weight: normal;
    color: #6a6a6a; }

.social-profiles-container {
  position: relative;
  background: #d8d8d8;
  height: 45px;
  border-bottom: 1px solid #bebebe;
  -webkit-box-shadow: 0px 1px 0px #dbdbdb;
  -moz-box-shadow: 0px 1px 0px #dbdbdb;
  box-shadow: 0px 1px 0px #dbdbdb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .social-profiles-container .social-sites {
    position: absolute;
    top: 6px;
    left: 12px; }
    .social-profiles-container .social-sites a {
      position: relative;
      width: 32px;
      height: 32px;
      display: block;
      float: left;
      margin-right: 20px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .social-profiles-container .social-sites a img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 32px;
        height: 32px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .social-profiles-container .social-sites a .grayscale {
        z-index: 2;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
      .social-profiles-container .social-sites a:hover .grayscale {
        z-index: 2;
        opacity: 0;
        filter: alpha(opacity=0); }
      .social-profiles-container .social-sites a .color {
        z-index: 1;
        width: 32px;
        height: 32px;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
    .social-profiles-container .social-sites .active-profile {
      z-index: 3; }
      .social-profiles-container .social-sites .active-profile .color {
        z-index: 3; }
    .social-profiles-container .social-sites .large {
      width: 54px;
      height: 54px;
      background: #d8d8d8;
      border: 1px solid #cbcbcb;
      border-top: 1px solid gainsboro;
      border-bottom: 2px solid #cbcbcb;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: relative;
      top: -12px;
      left: 0px; }
      .social-profiles-container .social-sites .large .color {
        z-index: 3; }
      .social-profiles-container .social-sites .large img {
        width: 42px;
        height: 42px;
        padding: 7px 0 0 6px; }
  .social-profiles-container .social-input {
    color: #6a6a6a;
    font-size: 14px;
    margin-top: 7px;
    padding: 6px;
    border: 0;
    border-top: 1px solid #c5c5c5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 1px 0px #dfdfdf;
    -moz-box-shadow: 0px 1px 0px #dfdfdf;
    box-shadow: 0px 1px 0px #dfdfdf;
    width: 502px;
    margin-right: 5px;
    position: absolute;
    top: 1px;
    right: 91px; }
    .social-profiles-container .social-input:focus {
      outline: 0; }
  .social-profiles-container .submit-social {
    background: url(../img/icons-sprite.png) no-repeat -88px -172px;
    width: 43px;
    height: 28px;
    text-indent: -9999px;
    border: 0;
    border-right: 1px solid #c2c2c2;
    -webkit-box-shadow: 1px 0px 0px #e6e6e6;
    -moz-box-shadow: 1px 0px 0px #e6e6e6;
    box-shadow: 1px 0px 0px #e6e6e6;
    position: absolute;
    top: 10px;
    right: 47px; }
  .social-profiles-container .cancel-social {
    background: url(../img/icons-sprite.png) no-repeat -119px -172px;
    width: 38px;
    height: 28px;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 10px;
    right: 7px; }

.edit-profile-st {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 1px #f5f5f5;
  -moz-box-shadow: 0px 1px #f5f5f5;
  box-shadow: 0px 1px #f5f5f5;
  height: 9px;
  margin: 35px 0px 30px 0px span;
    margin-background: #eaeaea;
    margin-padding: 0px 8px 0px 0px;
    margin-font-size: 14px;
    margin-text-transform: uppercase;
    margin-color: #6a6a6a; }

.privacy-options li {
  float: left;
  width: 72px;
  margin-right: 20px;
  text-align: center;
  font-size: 14px;
  color: #292929; }
  .privacy-options li:hover div {
    border-bottom: 2px solid white;
    -webkit-box-shadow: inset 0px 1px 0px #e1e1e1;
    -moz-box-shadow: inset 0px 1px 0px #e1e1e1;
    box-shadow: inset 0px 1px 0px #e1e1e1; }
  .privacy-options li div {
    margin-bottom: 10px;
    width: 72px;
    height: 72px;
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, white, #eeeeee);
    background-image: -moz-linear-gradient(top, white, #eeeeee);
    background-image: -o-linear-gradient(top, white, #eeeeee);
    background-image: linear-gradient(to bottom, white, #eeeeee);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 2px solid #cccccc;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .privacy-options li .active, .privacy-options li:active {
    background: #eeeeee;
    -webkit-box-shadow:  				inset 0px 1px 0px #e1e1e1, 				inset 0px 2px 0px #d9d9d9;
    -moz-box-shadow:  				inset 0px 1px 0px #e1e1e1, 				inset 0px 2px 0px #d9d9d9;
    box-shadow:  				inset 0px 1px 0px #e1e1e1, 				inset 0px 2px 0px #d9d9d9;
    border-bottom: 2px solid white; }

.form-buttons {
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 1px 0px #f5f5f5;
  -moz-box-shadow: 0px 1px 0px #f5f5f5;
  box-shadow: 0px 1px 0px #f5f5f5;
  margin-bottom: 30px;
  height: 75px; }
  .form-buttons input {
    margin-left: 18px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 0px 7px #E1E1E1;
    -moz-box-shadow: 0px 0px 0px 7px #E1E1E1;
    box-shadow: 0px 0px 0px 7px #E1E1E1;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #005C96;
    border: 1px solid #d9d9d9;
    border-bottom: 1px solid #bcbcbc;
    background-color: #fefefe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #fefefe, #e9e9e9);
    background-image: -moz-linear-gradient(top, #fefefe, #e9e9e9);
    background-image: -o-linear-gradient(top, #fefefe, #e9e9e9);
    background-image: linear-gradient(to bottom, #fefefe, #e9e9e9);
    float: right; }

.bg-box {
  background: #eaeaea;
  padding-left: 10px;
  float: right;
  margin-top: 45px; }

.search-listing-notificari .padded {
  padding-left: 64px; }
.search-listing-notificari article .padded {
  padding-left: 87px; }
.search-listing-notificari .read-more {
  border-bottom: 1px solid #ebebeb;
  margin: 5px 0px 20px 0px;
  height: 11px; }
  .search-listing-notificari .read-more a {
    background: #fff;
    color: #2e77b9;
    padding-right: 8px; }
.search-listing-notificari .own-comment .padded {
  padding-left: 149px; }

.comment-replies .commentText {
  width: 548px; }

.privacy-mode {
  width: 170px;
  height: 50px;
  background: #e3e3e3;
  position: absolute;
  top: 38px;
  right: 40px;
  padding-left: 13px; }
  .privacy-mode li {
    position: relative;
    cursor: pointer;
    display: block;
    float: left;
    width: 43px;
    height: 40px;
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #fafafa, #eeeeee);
    background-image: -moz-linear-gradient(top, #fafafa, #eeeeee);
    background-image: -o-linear-gradient(top, #fafafa, #eeeeee);
    background-image: linear-gradient(to bottom, #fafafa, #eeeeee);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 13px;
    -webkit-box-shadow: 0px 2px 0px #cdcdcd;
    -moz-box-shadow: 0px 2px 0px #cdcdcd;
    box-shadow: 0px 2px 0px #cdcdcd;
    text-align: center; }
    .privacy-mode li:hover {
      background-color: white;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(whitesmoke));
      background-image: -webkit-linear-gradient(top, white, whitesmoke);
      background-image: -moz-linear-gradient(top, white, whitesmoke);
      background-image: -o-linear-gradient(top, white, whitesmoke);
      background-image: linear-gradient(to bottom, white, whitesmoke); }
    .privacy-mode li:last-child {
      margin-right: 13px; }
    .privacy-mode li .desc {
      font-size: 11px;
      color: #838383;
      bottom: -10px;
      width: 43px;
      position: absolute;
      top: 48px;
      left: 1px;
      width: 43px; }
  .privacy-mode li.active,
  .privacy-mode li:active {
    background: #eeeeee;
    background-image: none;
    -webkit-box-shadow:  				inset 0px 1px #d4d4d4, 				0px 2px #f5f5f5;
    -moz-box-shadow:  				inset 0px 1px #d4d4d4, 				0px 2px #f5f5f5;
    box-shadow:  				inset 0px 1px #d4d4d4, 				0px 2px #f5f5f5; }
  .privacy-mode li.active {
    font-weight: bold;
    color: #666; }
  .privacy-mode .icon {
    display: block;
    background-image: url("../img/icons-sprite.png"); }
  .privacy-mode .pm-public .icon {
    background-position: -1px -709px;
    width: 37px;
    height: 20px;
    margin: 8px 0 0 4px; }
  .privacy-mode .pm-public .ic-active, .privacy-mode .pm-public:active .icon {
    background-position: -1px -740px; }
  .privacy-mode .pm-public-active .icon {
    background-position: -1px -740px; }
  .privacy-mode .pm-friends .icon {
    background-position: -47px -707px;
    width: 21px;
    height: 24px;
    margin: 8px 0 0 12px; }
  .privacy-mode .pm-friends .ic-active, .privacy-mode .pm-friends:active .icon {
    background-position: -47px -738px; }
  .privacy-mode .pm-friends-active .icon {
    background-position: -47px -738px; }
  .privacy-mode .pm-private .icon {
    background-position: -78px -707px;
    width: 25px;
    height: 26px;
    margin: 8px 0 0 10px; }
  .privacy-mode .pm-private .ic-active, .privacy-mode .pm-private:active .icon {
    background-position: -78px -738px; }
  .privacy-mode .pm-private-active .icon {
    background-position: -78px -738px; }
  .privacy-mode > .desc {
    font-size: 12px;
    color: #6a6a6a;
    position: absolute;
    top: -22px;
    left: 4px;
    display: block; }

.badge {
  float: left;
  display: block;
  width: 60px;
  min-height: 15px;
  background: url(../img/categories-sprite.png) no-repeat 0px 0px;
  padding-top: 50px;
  text-align: center;
  margin: 0px 7px 10px 7px; }

.badge-user {
  background-position: -194px -688px; }

.badge-superuser {
  background-position: -259px -688px; }

.badge-moderator {
  background-position: -325px -688px; }

.badge-political {
  background-position: -377px -688px; }

.sidebar-profile .box .left {
  float: left;
  width: 45%;
  margin-left: 3%;
  margin-bottom: 25px; }
.sidebar-profile .box .right {
  float: right;
  width: 48%; }
.sidebar-profile .box h2 {
  font-size: 14px;
  color: #5c5c5c;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 10px; }
.sidebar-profile .box li {
  font-weight: bold;
  color: #3c3c3c;
  min-height: 19px;
  position: relative; }
  .sidebar-profile .box li span {
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 14px;
    color: #2e77b9; }
.sidebar-profile .friends-list > li {
  position: relative;
  height: 56px;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 0;
  margin-left: 70px; }
  .sidebar-profile .friends-list > li:last-child {
    border-bottom: 0; }
  .sidebar-profile .friends-list > li img {
    background: #fff;
    padding: 2px;
    border: 1px solid #cccccc;
    position: absolute;
    left: -70px; }
.sidebar-profile .friends-list .share {
  float: none;
  margin-top: 0px;
  margin-left: 10px; }
  .sidebar-profile .friends-list .share li {
    width: 16px;
    height: 16px;
    min-height: 16px;
    display: block;
    float: left;
    text-indent: -9999px;
    padding-left: 0px;
    margin-right: 5px; }
    .sidebar-profile .friends-list .share li a {
      display: block; }
.sidebar-profile .friends-list .profile-link {
  color: #125782;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  margin: 2px 0 0 10px;
  display: block; }
.sidebar-profile .sidebar-box-profile-paged header {
  height: 11px;
  position: relative; }

.sidebar-box-tag .content .box {
  padding: 14px;
  line-height: 18px; }

.permalink .top-area {
  background-color: #e6e6e6;
  background-image: none; }
  .permalink .top-area h2 {
    padding-left: 128px;
    font-family: Tahoma, sans-serif;
    color: #6A6A6A;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    -webkit-box-shadow: 0px 1px 0px #F1F1F1;
    -moz-box-shadow: 0px 1px 0px #F1F1F1;
    box-shadow: 0px 1px 0px #F1F1F1;
    text-shadow: 0px 1px white; }
.permalink .general-profile .box-badges {
  position: absolute;
  top: 15px;
  right: 5px;
  background-color: #e6e6e6;
  color: #9d9d9d; }

.comment-to {
  display: block;
  color: #9e9e9e;
  margin: 20px 0px 10px 0px; }
  .comment-to strong, .comment-to span {
    color: #6a6a6a; }

#permalink-container .narrow {
  text-align: center;
  margin: 3px 0;
  height: 28px;
  background: #bdbdbd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bdbdbd 0%, #bdbdbd 50%, #777777 50%, #9e9e9e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdbdbd), color-stop(50%, #bdbdbd), color-stop(50%, #777777), color-stop(100%, #9e9e9e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bdbdbd 0%, #bdbdbd 50%, #777777 50%, #9e9e9e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bdbdbd 0%, #bdbdbd 50%, #777777 50%, #9e9e9e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bdbdbd 0%, #bdbdbd 50%, #777777 50%, #9e9e9e 100%);
  /* IE10+ */
  background: linear-gradient(top, #bdbdbd 0%, #bdbdbd 50%, #777777 50%, #9e9e9e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#9e9e9e',GradientType=0 );
  /* IE6-9 */ }
  #permalink-container .narrow span {
    cursor: pointer;
    color: #fff;
    text-shadow: 0px -1px #8e8e8e;
    background: #bdbdbd;
    padding: 4px 7px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    top: 4px;
    border-bottom: 1px solid #767676;
    font-weight: bold; }
    #permalink-container .narrow span:hover {
      -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.3);
      box-shadow: 0px 1px 0px rgba(0,0,0,0.3); }

.permalink-article-title {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  margin: 5px 0 15px 0; }
  .permalink-article-title a {
    color: #000; }

.linked-article .permalink-article-title {
  font-size: 24px;
  line-height: 30px; }
.linked-article p {
  font-size: 14px; }

.selected-comment {
  border-top: 0;
  padding: 10px;
  background-color: #c35326;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c35326), to(#ed8a63));
  background-image: -webkit-linear-gradient(top, #c35326, #ed8a63);
  background-image: -moz-linear-gradient(top, #c35326, #ed8a63);
  background-image: -o-linear-gradient(top, #c35326, #ed8a63);
  background-image: linear-gradient(to bottom, #c35326, #ed8a63); }
  .selected-comment .comment-to {
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px #c25225;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px; }
    .selected-comment .comment-to span {
      display: block;
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      transform: rotate(-180deg);
      float: left;
      color: #fff;
      text-shadow: 0px -1px #c25225;
      font-weight: normal;
      margin-right: 5px; }
  .selected-comment .container {
    background: #fcf1ec;
    padding: 25px 25px 15px 25px; }
    .selected-comment .container .commentText {
      width: 554px; }
    .selected-comment .container .social-checkboxes fieldset {
      width: 172px; }
    .selected-comment .container .comment-posting {
      display: none; }
  .selected-comment .poster-info {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px; }
    .selected-comment .poster-info .author {
      display: block;
      color: #ed8a63; }
    .selected-comment .poster-info .time {
      color: #c8c8c8; }
      .selected-comment .poster-info .time strong {
        color: #6a6a6a; }
  .selected-comment .content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333; }
    .selected-comment .content p {
      margin-bottom: 20px; }
  .selected-comment .like-menu .round {
    float: left; }
    .selected-comment .like-menu .round .icon {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background: url(../img/icons-sprite.png) no-repeat 0px -57px;
      position: absolute;
      top: 0;
      left: 0; }
  .selected-comment .like-menu .upvote {
    margin-right: 3px; }
    .selected-comment .like-menu .upvote .icon {
      background-position: -21px -59px; }
  .selected-comment .like-menu .downvote {
    margin-right: 10px; }
    .selected-comment .like-menu .downvote .icon {
      background-position: 0px -57px; }
  .selected-comment .like-menu .votes {
    font-size: 14px;
    font-weight: bold;
    color: #1e1e1e;
    line-height: 25px; }
    .selected-comment .like-menu .votes span {
      color: #666666;
      font-size: 11px;
      font-weight: normal; }

#narrow-area-top,
#narrow-area-bottom {
  display: none; }

.comment-list .collateral {
  display: none; }

.comment-posting {
  margin-top: 10px; }

.row-one {
  min-height: 60px; }

.blog-articles .authors {
  background: #eeeeee;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: inset 0px 0px -1px #fff;
  -moz-box-shadow: inset 0px 0px -1px #fff;
  box-shadow: inset 0px 0px -1px #fff;
  padding: 1px 0px 1px 0px;
  margin-bottom: 25px; }
  .blog-articles .authors .author {
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 114px;
    padding-left: 127px; }
    .blog-articles .authors .author .abonare {
      background: none;
      border: 0;
      box-shadow: none;
      width: auto;
      height: auto;
      margin-right: 20px; }
    .blog-articles .authors .author h1 {
      color: #231511;
      font-family: Tahoma, Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 30px;
      text-shadow: 0px 1px white;
      display: inline;
      margin-right: 18px; }
    .blog-articles .authors .author h2 {
      font-size: 12px;
      color: #6a6a6a;
      font-weight: normal;
      display: inline; }
.blog-articles .tabs {
  margin-bottom: 20px; }
.blog-articles .name-title {
  padding-top: 16px; }
.blog-articles .time-posted {
  float: left;
  display: block;
  width: 100px;
  margin-top: 5px; }
.blog-articles .share .like-menu {
  position: absolute;
  top: 0;
  right: 0; }
  .blog-articles .share .like-menu > span {
    float: right;
    display: inline; }
.blog-articles article {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8; }
  .blog-articles article:last-child {
    border-bottom: 0; }
  .blog-articles article header {
    margin-bottom: 20px; }
    .blog-articles article header .padding {
      padding-left: 110px; }
  .blog-articles article .categorii ul {
    display: inline;
    font-weight: bold; }
    .blog-articles article .categorii ul li {
      display: inline;
      font-weight: bold; }
  .blog-articles article h2 {
    font-size: 30px;
    line-height: 35px; }
    .blog-articles article h2 a {
      color: #000; }
  .blog-articles article .share {
    position: relative;
    margin-top: 20px;
    width: 647px; }
    .blog-articles article .share .like-menu {
      float: right; }
      .blog-articles article .share .like-menu .icc {
        float: right;
        margin-left: 10px; }
      .blog-articles article .share .like-menu .icon {
        width: 20px;
        height: 20px; }
      .blog-articles article .share .like-menu .upvote .icon {
        background-position: -35px -34px; }
      .blog-articles article .share .like-menu .downvote .icon {
        background-position: -4px -34px; }
      .blog-articles article .share .like-menu .votes {
        font-size: 11px;
        color: #999999;
        display: block;
        float: left;
        margin: 4px 0px 0px 6px; }
        .blog-articles article .share .like-menu .votes strong {
          font-size: 16px;
          font-weight: bold;
          color: #333; }
.blog-articles .keywords span {
  text-transform: uppercase;
  font-weight: bold; }
.blog-articles .article-excerpt {
  font-size: 14px; }
  .blog-articles .article-excerpt .keywords {
    display: block;
    float: left;
    width: 100px;
    font-size: 11px; }
    .blog-articles .article-excerpt .keywords ul {
      padding-left: 0; }
      .blog-articles .article-excerpt .keywords ul li a {
        font-weight: bold; }
.blog-articles .article-excerpt .content,
.blog-articles .share .padding {
  padding-left: 110px; }

.author .tools {
  margin-top: 10px; }
  .author .tools .tweet-button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #40bcd8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#40bcd8), to(#239cc7));
    background-image: -webkit-linear-gradient(top, #40bcd8, #239cc7);
    background-image: -moz-linear-gradient(top, #40bcd8, #239cc7);
    background-image: -o-linear-gradient(top, #40bcd8, #239cc7);
    background-image: linear-gradient(to bottom, #40bcd8, #239cc7);
    color: #fff;
    text-shadow: 0px 1px #1a6e8d;
    float: left;
    padding: 2px 6px;
    border-top: 1px solid #64c7dd;
    border-bottom: 1px solid #70adc3;
    font-weight: bold;
    margin: -3px 0px 0px 10px;
    cursor: pointer; }
    .author .tools .tweet-button:hover {
      -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3);
      -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3);
      box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3); }
    .author .tools .tweet-button:active {
      background-color: #239cc7;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#239cc7), to(#40bcd8));
      background-image: -webkit-linear-gradient(top, #239cc7, #40bcd8);
      background-image: -moz-linear-gradient(top, #239cc7, #40bcd8);
      background-image: -o-linear-gradient(top, #239cc7, #40bcd8);
      background-image: linear-gradient(to bottom, #239cc7, #40bcd8); }
    .author .tools .tweet-button .icon {
      background: url("../img/icons-sprite.png") no-repeat -117px -328px;
      width: 14px;
      height: 12px;
      float: left;
      margin: 2px 4px 0px 0px; }

#user-bio .box {
  padding: 13px; }
#user-bio .bio {
  font-size: 14px;
  line-height: 20px;
  color: #535353; }

.blog-listings {
  margin-top: 15px;
  width: 655px; }
  .blog-listings li {
    display: block;
    float: left;
    width: 206px;
    height: 163px;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-top: 2px solid #565656;
    margin: 0px 10px 14px 0px;
    background: #f1f1f1;
    -webkit-box-shadow: inset 0px 0px -1px #fff;
    -moz-box-shadow: inset 0px 0px -1px #fff;
    box-shadow: inset 0px 0px -1px #fff; }
    .blog-listings li .author {
      padding: 2px 3px;
      background: url(../img/sample/author-index.png) no-repeat bottom left;
      background-color: #fff;
      padding-left: 65px;
      min-height: 50px;
      margin-bottom: 1px; }
      .blog-listings li .author h3 {
        font-size: 12px;
        font-weight: bold;
        padding-top: 12px; }
    .blog-listings li h2 {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 18px;
      border-top: 1px solid #e3e3e3;
      padding: 8px 8px; }
      .blog-listings li h2 .category-name:after {
        content: '/';
        color: #999999;
        font-size: 17px;
        margin-left: 5px;
        font-weight: normal;
        top: 2px; }

.blog-home .blog-articles .share-buttons li {
  float: left;
  height: auto;
  margin-top: 0; }

.bloguri-sortare li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0; }
  .bloguri-sortare li:first-child {
    border-top: 1px solid #cccccc; }
  .bloguri-sortare li:last-child {
    border-bottom: 0; }
  .bloguri-sortare li .left {
    float: left;
    width: 265px; }
.bloguri-sortare .blog-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px; }
.bloguri-sortare .descriere-blog {
  font-size: 12px;
  line-height: 16px;
  color: #666666; }

.letter-sort {
  height: 35px;
  padding-top: 18px; }
  .letter-sort li {
    display: inline;
    color: #2b2b2b;
    font-size: 11px;
    padding: 4px 5px;
    font-weight: bold;
    margin-right: 4px;
    border-radius: 4px; }
    .letter-sort li:last-child {
      margin-right: 0; }
  .letter-sort .active {
    background: #003968; }
    .letter-sort .active a {
      color: #fff; }

.blogs-articol .sidebar-box .tab {
  padding-top: 0px; }

.blog-listings .news {
  border-top: 2px solid #9b2e15; }

.npt .mainOther {
  border-bottom: 3px solid #9b2e15; }

.blog-listings .economie {
  border-top: 2px solid #ac2a51; }

.economie .mainOther {
  border-bottom: 3px solid #a04763; }

.blog-listings .politica {
  border-top: 2px solid #8f3add; }

.politica .mainOther {
  border-bottom: 3px solid #9258c6; }

.blog-listings .entertainment {
  border-top: 2px solid #ac2a51; }

.entertainment .mainOther {
  border-bottom: 3px solid #9258c6; }

.blog-listings .international {
  border-top: 2px solid #2492c6; }

.international .mainOther {
  border-bottom: 3px solid #34a5da; }

.blog-listings .tech {
  border-top: 2px solid #046c75; }

.tech .mainOther {
  border-bottom: 3px solid #005d65; }

.blog-listings .educatie {
  border-top: 2px solid #0b62b2; }

.educatie .mainOther {
  border-bottom: 3px solid #0c6bc3; }

.blog-listings .lifestyle {
  border-top: 2px solid #ea6024; }

.lifestyle .mainOther {
  border-bottom: 3px solid #d9642d; }

.blog-listings .cultura {
  border-top: 2px solid #c9a011; }

.cultura .mainOther {
  border-bottom: 3px solid #ffd637; }

.blog-listings .sanatate {
  border-top: 2px solid #3daeb0; }

.sanatate .mainOther {
  border-bottom: 3px solid #39aaac; }

.blog-listings .sport {
  border-top: 2px solid #5c891b; }

.sport .mainOther {
  border-bottom: 3px solid #207a49; }

.blog-listings .societate {
  border-top: 2px solid #44a35c; }

.societate .mainOther {
  border-bottom: 3px solid #c7488d; }
