/* text and headline */
#blog_entry h1,
#blog_entry h2,
#blog_entry h3,
#blog_entry h4,
#blog_entry h5,
#blog_entry h6 { clear: both; line-height: 1.4; margin-bottom: 24.2px; }
#blog_entry p { font-size: 13px; line-height: 2.4; margin-bottom: 1.5em; }
#blog_entry h1 { font-size: 34px; float:none; color: #000;}
#blog_entry h2 { font-size: 30px; }
#blog_entry h3 { font-size: 24px; }
#blog_entry h4 { font-size: 20px; }
#blog_entry h5 { font-size: 110%; }
#blog_entry h6 { font-size: 100%; }


#blog_entry strong,
#blog_entry b{
font-weight:bold;
}

#blog_entry .alignleft{
float: left;
}

#blog_entry .aligncenter{
display: block; margin-left: auto; margin-right: auto; margin-bottom: 7px;
}

#blog_entry .alignright{
float: right;
}

/* block quote */
#blog_entry blockquote { margin: 0 0 25px 0; padding: 27px 30px 0; border: 1px solid #ccc; box-shadow: 0px 4px 0px 0px #f2f2f2; position: relative; }

#blog_entry blockquote:before { content: '"'; font-style: italic; font-size: 30px; font-weight: normal; line-height: 40px; width: 30px; height: 30px; position: absolute; top: 5px; left: 10px; color: #5cbcd7; }

#blog_entry blockquote:after { content: '"'; font-style: italic; font-size: 30px; font-weight: normal; text-align: left; line-height: 60px; width: 30px; height: 30px; position: absolute; bottom: 7px; right: -2px; color: #5cbcd7; }

#blog_entry blockquote cite { border-top: 1px dotted #aaa; display: block; padding: 20px 0 0 0; font-style: italic; text-align: right; font-size: 90%; }

/**
 * 3.0 Elements
 */

#blog_entry hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

#blog_entry ul,
#blog_entry ol {
	margin: 0 0 28px 0;
	padding: 0;
}

#blog_entry ul{
	list-style: inherit;
}

#blog_entry ol {
    list-style-type: decimal;
    padding: 0;
}

#blog_entry ul li{
list-style: inherit;
margin: 10px 0 0 23px;
}

#blog_entry ol li{
list-style-type:unset;
margin: 10px 0 0 23px;
position: relative;
}

#blog_entry blockquote > ul,
#blog_entry blockquote > ol {
	margin-left: 28px;
}

#blog_entry dl {
	margin: 0 0 28px;
}

#blog_entry dt {
	font-weight: bold;
}

#blog_entry dd {
	margin: 0 0 28px;
}

#blog_entry table,
#blog_entry th,
#blog_entry td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid #eaeaea;
}

#blog_entry table a {
	color: #333;
}

#blog_entry table,
.mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

#blog_entry table th,
.mce-item-table th,
#blog_entry table caption {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	font-size: 17px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

#blog_entry table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	font-size: 17px;
	padding: 7px;
	vertical-align: baseline;
}
