.sidebar .container {
	width: auto;
	padding: 0;
}

.sidebar .item {
    background-color: #f0f5f7;
	border-bottom: 3px solid #46000c;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.sidebar .item .wrap {
	background-color: #f0f5f7;
	color: #000;	
    padding: 10px 20px 15px;
	color: #7b7d85;
    font-family: "Droid Serif",serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.4;
	position: relative;
	z-index: 9;
    float: left;
    width: 55%
}

.sidebar .item a {
	color: inherit
}
.sidebar .item .desc {
	font-size: 13px;
    line-height: 1.3;
}
.sidebar .item .heading {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}
.sidebar .item .heading a:hover {
	text-decoration: none;
}
.sidebar .item .image > img {
	display: block;
    float: left;
    height: 100%;
    max-width: none;
    width: 100%;
}
