/* Foxhound Latest Posts */
.foxhound-widget-latest-posts .latest-item {
	margin-bottom: 20px;
}

.foxhound-widget-latest-posts .latest-item img {
	border: 1px solid #444444;
	padding: 1px;
}
.foxhound-widget-latest-posts .latest-item .latest-posts-title {
	clear: none;
}
.foxhound-widget-latest-posts .thumbnail.left {
	float: left;
	margin-right: 13px;
}
.foxhound-widget-latest-posts .thumbnail.right {
	float: right;
	margin-left: 13px;
}
.foxhound-widget-latest-posts .latest-item p {
	margin: 0;
}
.foxhound-widget-latest-posts .latest-posts-more {
	margin: 0px auto;
}

/* Foxhound Latest Tweet */

.foxhound-widget-latest-tweet .social-wrapper > div {
  border-bottom: 1px solid #333333;
    clear: both;
    margin-bottom: 13px;
    padding-bottom: 10px;
}
.foxhound-widget-latest-tweet .social-wrapper > div:last-child {
	margin-bottom: 0;
}

.foxhound-widget-latest-tweet .img {
	float: left;
	display: none;
}

.foxhound-widget-latest-tweet .date {
color: #777777;
}
.foxhound-widget-latest-tweet p,
.foxhound-widget-latest-tweet .twitter-intents {
margin: 0 0 8px 0;
}

.foxhound-widget-latest-tweet a.bnt:link,
..foxhound-widget-latest-tweet a.bnt:visited {
	border: solid 1px #333;
}
.foxhound-widget-latest-tweet a.bnt:hover {
	color: #979da3
}
.foxhound-widget-latest-tweet a.bnt,
.foxhound-widget-latest-tweet a.bnt:link,
.foxhound-widget-latest-tweet a.bnt:visited,
.foxhound-widget-latest-tweet a.bnt:hover,
.foxhound-widget-latest-tweet a.bnt:active {
    background: none repeat scroll 0 0 #151515;
    font-size: 10px;
    margin: 0 5px 5px 0;
    padding: 4px 8px;
    text-decoration: none;
    text-transform: uppercase;
}
.foxhound-widget-latest-tweet a.bnt:active {
	position: relative;
	top: 1px;
	left: 1px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}