

/************************************************************************************
POST
*************************************************************************************/
.post {
	background-color: #f26522; /* default color */
	position: relative;
	margin-bottom: 10px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post inner */
.post-inner {
	position: relative;
	padding: 30px 4.5%;
}

/* post date */
.post-date,
.shortcode .post-date {
	color: rgba(255,255,255,.7);
}

/* post title */
.post-title {
	font-size: 2em;
	line-height: 1em;
	margin: 0 0 10px;
}
.post-title a {
	text-decoration: none;
}

/* post image */
.post-image {
	position: relative;
	max-width: 100%;
	margin: 0;
}
.post-image img {
	vertical-align: bottom;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	font-size: .85em;
	font-weight: 300;
	margin-bottom: 8px;
	color: #eee;
	color: rgba(255, 255, 255, .4);
}
.post-meta a {
	color: #fff;
	color: rgba(255, 255, 255, .8);
	text-decoration: none;
}
.post-meta .separator {
	margin: 0 3px;
}


