<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* JQ Captions */


.imgpost 
{
	float: left;
	margin: 0px;
	position: relative;
}

/* so that image still floats and looks nice even if JS is turned off */
.imgpost img,
img.captionme
{
	float: left;
	background-color: #fff;
	/*border: 1px solid #d7d7d7;*/
	padding: 0px;
	/*
	-moz-box-shadow: 3px 3px 10px #bbb;
	-webkit-box-shadow: 3px 3px 10px #bbb;
	box-shadow: 3px 3px 10px #bbb;
	*/
}

.imgpost .thecaption 
{
	background: url('images/caption.png') no-repeat left bottom;
	bottom: 0px;
	color: #fff;
	left: -26px;
	padding: 8px 0px 18px 13px;
	position: absolute;
	width: 45%;
}</pre></body></html>