/* POSTS */

.posts {
  padding: 1em;
}

.posts_sort_bar {
  text-align: right;
}

.posts_sort_bar li{
  list-style-type: none;
  display: inline;
}

.post {
  padding: 1em;
} 
  .post .post_scenario {
  }
  .post .post_content {
    padding: 1em;
  }

post_rating {
  text-align:right;
}
.post .star-rating-control{
  float:none;
}

#post_profile {
  width:100%;  
  float:left;
}
  #profile_info {
    width:30%;  
    float:left;
  }
    .profile_avatar {
      width:100px;
    }
    .profile_name {
      width:100px;
      font-size: 1.2em;
      font-weight: bold;
      text-align: center;
    }
    .profile_reputation {
      width:60%;
      float:right;
      font-size: 0.9em;
    }
  
  #create_your_blog {
    float:right;
    width:38%;  
    text-align: center;
  }
  
  #syntication_icon {
    float:right;
    width:30%;  
    text-align: center;
  }
  
