/*
Theme Name: Bennettarium
Theme URI: http://www.thunderguy.com/semicolon/
Description: Based on Jalix.
Version: 3.0
Template: jalix
Author: Bennett McElwee
*/

@import url("../jalix/style.css");

.home .hentry {
	position: relative;
	zoom: 1; /* oh, IE */
}

.home .entry-meta {
	font-size: 21px; /* same as heading */
	left: -90px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 80px;
}

.home .entry-meta a[rel=bookmark] {
	text-decoration: none;
}

/* home page columns are narrow, no room for text beside large pictures */
/* I hate specificity rules */
.home #content .hentry img.alignleft.size-full,
.home #content .hentry img.alignleft.size-large {
	display: block;
	float: none;
}

/* Formatting for status updates (e.g. imported by Tweet Copier) */

.hentry.format-status .entry-title {
	display: none;
}

.hentry.format-status .entry-meta {
	display: none;
}

.hentry.format-status .entry-content {
	background-color: white;
	border-radius: 10px;
	border: solid 1px lightgray;
	padding: 10px;
}

#content .hentry.format-status .entry-content > p:last-child {
	margin-bottom: 0;
}

/* @bnnt on 27 Jan 2014 */
.hentry.format-status .entry-utility {
	margin: 2px 10px 0 10px;
	text-align: right;
}
