/* 20151020 changes */

#breadcrumbs {
	margin-left: 2.5%;
    opacity: 0.75;
}

@media screen and (min-width: 38.75em) {
	.hentry, .page-header, .page-content {
		margin: 0 2.5%;
	}
}

@media screen and (max-width: 38.75em) {
	.infobox {
		display: block;
		float: left;
		width: 100%;
		margin-left: 0em !important;
		margin-bottom: 1em;
	}
}

.infobox {
	border-top: 2px solid #6c9a30;
	border-bottom: 2px solid #6c9a30;
	margin-left: 1em;
	max-width: 33%;
}

.post .infobox h4 {
	margin-top: 1em;
	margin-bottom: 1em;
}

#f1fsortable th {
	background-color: #6c9a30;
	color: #fff;	
}

#f1fsortable thead tr .header {
	background-image: url(buttons/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

#f1fsortable thead tr .headerSortUp {
	background-image: url(buttons/asc.gif);
}

#f1fsortable thead tr .headerSortDown {
	background-image: url(buttons/desc.gif);
}

.page-numbers { /* Replaced earlier version further down */
	background-color: #1280c6;
	color: #fff;
	padding: 0.5em;
}

.current, .page-numbers:hover {
	background-color: #fff;
	color: #1280c6;
}

.comment-list {
    margin-top: 1em;
} 

h2 .comments-title{
	margin-bottom: 1em;
}

#tweets iframe {
	width: 45% !important;
	margin-right: 5% !important;
	float: left;
}

.aftertweets {
	clear: both;
	margin-top: 1em;
}

figcaption {
	background-color: #eee;
    padding-left: 0.5em !important;
}

blockquote {
	font-size: 90%;
	font-style: normal;
	border-left: 2px solid #ccc;
}

blockquote em {
	font-style: italic;
}