.ipb-miniblog {
	overflow: hidden;
}

.ipb-miniblog .left-header {
	margin-top: 0px;
}

.ipb-miniblog .post-wrapper {
	overflow: hidden;
	margin-bottom: 10px;
}

.ipb-miniblog .post {
	overflow: hidden;
	position: relative;
	padding: 0 10px;
}

.ipb-miniblog .post::before {
	background-color: #000000;
	top: 0;
	-moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 1);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 1);
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1000;
}

.ipb-miniblog .post::after {
	background-color: #000000;
	bottom: 0;
	-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 1);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 1);
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1000;
}

.ipb-miniblog .post .entry > .entry-info,
.ipb-miniblog .post .entry > .entry-text {
	padding: 5px;
	overflow: hidden;
	position: relative;
}

.ipb-miniblog .entry-info h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	white-space: nowrap;
	color: #FFFFFF;
}

.ipb-miniblog .entry-info h3 > span {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ipb-miniblog .entry-info .entry-date {
	margin-bottom: 10px;
}

.ipb-miniblog .post .entry {
	background-color: rgba(58,63,68,0.5);
	background-image: url("/assets/common/background/overlay.png");
	position: relative;
	padding: 0px 5px;
}

.ipb-miniblog .entry-image img {
	max-width: 70%;
	position: relative; 
	margin: 0px auto 20px;
	max-height: 300px;
}

.ipb-miniblog .entry-content {
	position: relative;
}

.ipb-miniblog .post .entry > .entry-info > .entry-details {
}

.ipb-miniblog .ipb-miniblog-buttons {
	bottom: 0;
	left: 0;
	padding: 45px 15px 15px;
	position: absolute;
	right: 0;
	text-align: right;
	background-image: -moz-linear-gradient(top, rgba(26,29,31,0) 0%, rgba(26,29,31,0.7) 50%, rgba(26,29,31,1) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,29,31,0)), color-stop(50%,rgba(26,29,31,0.7)), color-stop(100%,rgba(26,29,31,1))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(26,29,31,0) 0%,rgba(26,29,31,0.7) 50%,rgba(26,29,31,1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(26,29,31,0) 0%,rgba(26,29,31,0.7) 50%,rgba(26,29,31,1) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, rgba(26,29,31,0) 0%,rgba(26,29,31,0.7) 50%,rgba(26,29,31,1) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, rgba(26,29,31,0) 0%,rgba(26,29,31,0.7) 50%,rgba(26,29,31,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a3f44', endColorstr='#3a3f44',GradientType=0 ); /* IE6-9 */
}
