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: #95181e;
	text-align: center;
}
#nav-links a {
	color: #95181e;
	text-decoration: none;
}

a.more-link {
	display: block;
	text-decoration: none;
}

.more-links {
	font-weight: bold;
	font-size: large;
	color: #ffffff;
	margin: 0 8px 8px 8px;
	padding: 12px 28px 12px 28px;

	background: none repeat scroll 0 0 #95181e;
	border: 1px solid #95181e;
	border-radius: 24px;
	margin-left: 5px;
	margin-right: 7px;
	margin-top: 7px;
	box-shadow: 2px 2px 2px #3d2412;
	/* Safari & Chrome */
	-webkit-box-shadow: 2px 2px 2px #3d2412;
}
.more-links a {
	text-decoration: none;
	color: #ffffff;
}
.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;
	color: #95181e;
	margin: 0 8px 8px 8px;
	padding: 12px 28px 12px 28px;

	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #95181e;
	border-radius: 24px;
	margin-left: 5px;
	margin-right: 7px;
	margin-top: 7px;
	box-shadow: 2px 2px 2px #3d2412;
	/* Safari & Chrome */
	-webkit-box-shadow: 2px 2px 2px #3d2412;
}
.section-link {
	background: none repeat scroll 0 0 #95181e;
	border-radius: 24px;
	margin-left: 5px;
	margin-right: 7px;
	margin-top: 7px;
	box-shadow: 2px 2px 2px #442814;
	/* Safari & Chrome */
	-webkit-box-shadow: 2px 2px 2px #442814;
}
.section-link a {
	display: block;
	padding: 12px 28px 12px 28px;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: bold;
}

#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: 0 12px 0 12px;
	margin-top: 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;
}

.stub {
	background-color: #ffffff;
	padding: 2px 0 2px 0;
	margin: 2px;
	padding: 2px;
}
.stub-title {
	color: #1c1c1c;
	font-weight: bold;
	text-decoration: none;
}
.stub-summary { font-size: small; }
.stub-sep {
	border-bottom: 1px solid #95181e;
	margin: 0 8px 8px 8px;
}
.stub a { margin: 0;}
.stub-left { width: 21%; float: left;}
.stub-right { width: 76%; float: right;}
.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;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
