/* ‘Banburyshire Rambles Journal’: Backgrounds secondary stylesheet */

.thin_caption {
	margin-top: 0em;
	margin-bottom: 1em;
	font-family: blogMain;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 110%;
	text-align: center;
}
.thin_page {
	position: fixed;
	top: 5px;
	left: 5px;
	width: 280px;
	background: mintcream;
	margin: 0em;
	padding: 0.7em 0.6em 0.4em 0.6em;
	font-family: blogMain;
	font-size: 0.95em;
	text-align: center;
	line-height: 120%;
	border-style: solid;
	border-radius: 0.4em;
	border-width: 1px;
	border-color: #003f00;
}
#thin_subtitle {
	margin-top: 0em;
	margin-bottom: 1em;
	font-family: blogAlt;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: indigo;
	line-height: 110%;
	text-align: center;
}
#thin_title {
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-family: blogMain;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	color: #003f00;
	line-height: 105%;
	text-align: center;
}

