.post {
	margin:0.5em 0 1.5em 0;
}
.post h2 {
	font-size:1.2em;
	margin:0 0 0.2em 0;
	letter-spacing:0;
}
#header {
  background:#8d1516;
  margin:0 0 30px;
  padding:0; /* Prevent horizontal scroll */
  float:left;
  width:100% !important;
  height:auto;
  min-width:inherit;
  border-bottom:0.25em solid #ddcf99;
}
#header .container {
  width:auto;
}
#header img.wordmark {
	height:auto;
	width:130px;
	max-width:130px;
}
#header h1 {
  padding:10px 0 15px;
}
/* Allow header to wrap */
#header h1 a {
  width:140px;
  padding:0 0 0 10px; /* Center logo & prevent horizontal scroll */
  display:table-cell !important;
  float:none !important;
  vertical-align:bottom;
}
/* Make the single line font size larger */
body.single-line #header h1 a {
  font-size:0.75em;
  line-height:22px;
}
/* Wrap title and description under logo */
#header h1 a:nth-child(2) {
  width:155px;
}
/* Border fix */
body.single-line #header h1 a:nth-child(2) {
  padding:0px 0 0 10px;
}
.alignright {
	float:none !important;
}
.alignleft {
	float:none !important;
}
.entry img {
	margin:0 auto;
	display:block;	
	margin-bottom: 0.75em !important;	
}
.wp-caption {
	margin:0 auto 1em 0 !important;
	padding:0 !important;
	display:block;
	border:0 !important;
	-moz-border-radius: 0;
	border-radius: 0;
	width:auto !important;
	background:#fff !important;
}
.wp-caption-text {
	margin:0.3em 0 0 0;
	font-style:italic;
	color:#666;
	font-size:0.9em;
}