/* Chalkhills Bootstrap CSS */

.chalk-title-box {
	/* display: flex; */
	/* flex-flow: nowrap; */
	/* justify-content: flex-start; */
/*	height: 37px; */
	font-family: sans-serif;
/*	font-family: Palatino, Palladio, "Palatino Linotype",
		"Palatino Linotype", "URW Palladio L", Times, serif; */
	font-size: 24px;
/*	font-stretch: ultra-condensed; */
	line-height: 24px;
	font-weight: bold;

	background: #293900;
	color: #ffffff;
}
.chalk-title-box h1 {
/*	height: 37px; */
	font-family: sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	background: #293900;
	color: #ffffff;
}
.chalk-title-box div:first-child {
}
.chalk-title-box img {
	border: none;
	margin: 0;
	padding: 0;
}
.chalk-date {
	color: #ffcc99;
}

.chalk-nav-box {
	font-size: 9pt;
	background: white;
	color: black;
}
.chalk-nav-box div {
}

.maintext blockquote {
	margin-left: 5%;
	margin-right: 20%;
}
.maintext div {
	margin-top: 5px;
}

.oi {
	font-size: 65%;
	top: -1px;
}

.banner {
	float: none;
	margin-bottom: 5px;
	border: none;
}

.potd {
	text-align: center;
	margin: 10px;
	font-size: 85%;
}
.potd .credits {
	font-size: 80%;
}

address {
	font-size: 80%;
	font-style: italic;
}

div.idximages {
	width: 100%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #666666;
}
div.idximages img {
	float: left;
	margin: 5px;
	border: solid 1px;
}
div.idximages p {
	margin-bottom: 1px;
}
div.idximages img.new {
	border: none;
	margin: 0;
}

img.border {
	border: solid 1px !important;
}
