@charset "utf-8";
/* CSS Document */

.blog_article {
	margin-bottom: 15px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5A89AE;
	line-height: 1.50em;

}

.blog_img_flowed {
	background-color: #5A89AE;
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	padding: 2px;
}
.blog_img_centre {
	background-color: #5A89AE;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 2px;
	margin-bottom: 10px;
}
.blog_article p {
	margin-bottom: 15px;
	margin-top: 15px;
}
.blog_article ul {
	margin-bottom: 20px;
	list-style-type: square;
	list-style-position: inside;
	font-weight: bold;
}
.blog_article blockquote {
	font-style: italic;
	white-space: normal;
	margin-bottom: 1em;
	margin-right: 20px;
	margin-left: 20px;
}
.blog_article h1 {
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-top: 10px;
}
.blog_article h2 {
	font-size: 0.9em;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
