html { margin: 0; padding: 0;}
body {
	margin: 0; 
	padding: .0;
	font-size: medium;
	background-color: #ffffff;
	color: #333333;
	width: 100%;
	font-family: 'Open Sans', Helvetica, sans-serif;
}
a {
	color: #95181e;
	text-decoration: underline;
}

#site-logo {
	margin: 12px 0 4px 0;
	text-align: center;
}
#nav-links {
	margin: 0 0 8px 0;
	color: #39526b;
	text-align: center;
}
#nav-links a {
	color: #39526b;
	text-decoration: none;
}

.more-links {
	margin: 0 7px 3px 7px;
	padding: 12px 22px 12px 22px;
	border: 1px solid #39526b;
}

.more-links a {
	text-decoration: none;
	color: #39526b;
	font-style: italic;
}
.more-links .prev-link {
	float: left;
}
.more-links .next-link {
	float: right;
}
.more-links:after {
	content: "";
	display: table;
	clear: both;
}
.section-title {
	font-weight: bold;
	font-size: large;
	letter-spacing: 1px;
	color: #39526b;
	margin: 0 7px 12px 7px;
	padding: 12px 22px 12px 22px;
	border: 1px solid #39526b;
}
.section-link {
	background-color: #fbfbff;
	margin: 3px 7px 3px 7px;
	border: 1px solid black;
}
.section-link a {
	display: block;
	padding: 12px 22px 12px 22px;
	color: black;
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 1.5px;
	line-height: 2em;
}
.header-link {
	margin: 0 7px 12px 7px;
}

#footer {
	margin-top: 2px;
	padding: 2px 0 2px 0;
	text-align: center;
	background-color: #ffffff;
	color: #333333;
	font-size: large;
}
#footer a {
	color: #1c1c1c;
	text-decoration: underline;
}
.back-links {
	font-size: small;
}
#copyright { font-size:small; }

.entry-title {
	font-weight: bold;
	font-size: large;
	color: #95181e;
	margin-left: 12px;
}
#entry-content {
	margin: 12px;
}
#entry-content .entry-date {
	font-size: small;
	margin-bottom: 4px;
}
#entry-content .entry-image {
	text-align: center;
	margin: 8px 0 8px 0;
}
#entry-content .entry-image img {
	max-width: 290px;
}
#entry-content .entry-image iframe {
	width: 290px;
	height: 164px;
	border: none;
}

.stub {
	background-color: #ffffff;
	margin: 2px 7px 18px 7px;
}
.stub-title {
	color: #1c1c1c;
	font-weight: bold;
	text-decoration: none;
}
.stub-summary {
	font-size: small;
	margin: 4px 0;
}
.stub-sep {
	border-bottom: 1px solid #95181e;
	margin: 0 8px 8px 8px;
}
.stub a { margin: 0; }
.stub-left {
	width: 40%;
	float: left;
	margin-right: 12px;
	margin-bottom: 2px;
}
.stub-clear { clear: both; }

/* AddThis share buttons */
div.addthis_toolbox {
	width: 256px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.ad-slot {
	width: 320px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

div.ad-slot-tall {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 0;
}
.prologue {
	font-size: medium;
	margin: 0 12px;
}
.video-ad {
  margin-bottom: 14px;
}
