@charset "UTF-8";
/* CSS Document */

.narrowcolumn .entry-interiorTitle {
	display: block;
	float: left;
	position: relative;
	width: 430px;
	margin: 32px 0 0 0;
}

.narrowcolumn .entry-titleImage {
	display: block;
	float: right;
	position: relative;
	width: 430px;
	border: #f1f0e7 solid 8px;
	margin: 0 0 32px 32px;
	}

.narrowcolumn .entry-interiorTitle p {
	font-size: 1.05em;
	}
	

	
.narrowcolumn .entry-interiorTitle h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
	text-align: left;
	margin: 0;
	}

.narrowcolumn .entry-interiorTitle, .widecolumn .entry-interiorTitle {
	line-height: 1.4em;
	}
	
.entry-interiorTitle p a:visited {
	color: #b85b5a;
	}
	
html>body .entry-interiorTitle ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry-interiorTitle li {
	margin: 7px 0 8px 10px;
	}

.entry-interiorTitle ul li:before {
	content: "\00BB \0020";
	}

.entry-interiorTitle ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry-interiorTitle ol li {
	margin: 0;
	padding: 0;
	}
	
.entry-interiorTitle form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}