/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes/base-weblog.css);
@import url(/mt/mt-static/themes/5802813/5802813.css);
/* end StyleCatcher imports */

body {
	border-top-color: #BB3B3B;
	border-bottom-color: #BB3B3B;
}

a {
	color: #BE6464;
}

a:hover {
	background-color: #BE6464;
}

a:link,
a:visited,
a:active {
	outline-color: inherit;
	outline-width: thin;
}

.imageleft img,
.imagecenter img,
.imageright img {
	background-color: white;
	border: 6px solid #ccc;
	padding: 3px;
}

.imagecenter {
	text-align: center;
}

.imageright {
	text-align: right;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imagecaption {
	text-align: center;
	font-size: 0.85em;
	font-style: italic;
	margin: 0;
}

.entry {
	clear: both;
}

.strike {
	color: #ccc;
	text-decoration: line-through;
}