.social-info {
	float: left;
	height: 30px;
	width: 100%;
}
.social-info ul {
    margin: 0;
    padding: 0;
}
.social-info ul li {
    float: right;
    line-height: 15px !important;
    list-style-type: none;
}
.social-info ul li.comments {
    float: left;
}
.social-info li {
    margin: 0 0 0 10px;
}
.social-info td{
	padding:0;
	vertical-align:middle;
}

.social-btn .social-btn-count {
    margin-left: 3px;
}
.social-btn .social-btn-arrow {
    background: url("../images/social-graphics.jpg") no-repeat scroll -247px 0 transparent;
    height: 20px;
    width: 4px;
}
.social-btn .social-btn-count {
    display: none;
}
.social-btn .social-btn-count-text {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FCF9F9;
    border-color: #C8C5C5 #C8C5C5 #C8C5C5 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    color: #777777;
    font-family: arial;
    font-size: 10px;
    line-height: 8px;
    padding: 5px;
}
.social-btn .social-btn-share {
    background: url("../images/social-graphics.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
}

.social-btn-twitter .social-btn-share {
    background-position: -72px 0;
    width: 60px;
}
.social-btn-twitter .social-btn-share:hover {
    background-position: -72px -20px;
}
.social-btn-twitter .social-btn-shared {
    background-position: -72px -40px !important;
}
.social-btn-facebook .social-btn-share {
    background-position: -132px 0;
    width: 60px;
}
.social-btn-facebook .social-btn-share:hover {
    background-position: -132px -20px;
}
.social-btn-facebook .social-btn-shared {
    background-position: -132px -40px !important;
}
.social-btn-pintrest {
    background: url("../images/social-graphics.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
	background-position: -192px 0;
    width: 55px;
	cursor:pointer;
}
.social-btn-pintrest:hover {
    background-position: -192px -20px;
}
.social-btn-pintrest.shared {
    background-position: -192px -40px !important;
}
.gplus {
    background: url("../images/social-graphics.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    background-position: -251px 0;
    width: 55px;
	cursor:pointer;
}
.gplus:hover {
    background-position: -251px -20px;
}
.gplus.shared {
    background-position: -132px -40px !important;
}
.entry-content .social-info table {
  margin:0
}
