/* editor */
.wp-post {
	margin-bottom: 55px;
}
.case-single .wp-post {
	margin-bottom: 0;
}
.wp-post p {
    display: block;
    margin-bottom: 1em;
	font-size: 13px;
	line-height: 2em;
}
.wp-post strong { font-weight: bold; }
.wp-post em { font-style: italic; }
.wp-post blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.wp-post h1 {font-size: 160%; font-weight: bold;line-height: 1.6em;margin-bottom:1em;}
.wp-post h2 {font-size: 140%; font-weight: bold;line-height: 1.6em;margin-bottom:1em;}
.wp-post h3 {font-size: 120%; font-weight: bold;line-height: 1.6em;margin-bottom:1em;}
.wp-post h4 {font-size: 100%; font-weight: bold;line-height: 1.6em;margin-bottom:1em;}
.wp-post h5 {font-size: 80%; font-weight: bold;line-height: 1.6em;margin-bottom:1em;}
.wp-post h6 {font-size: 70%; font-weight: bold;line-height: 1.6em;margin-bottom:1em;}

.wp-post table {
	width: 100%;
}
.wp-post table th {
	width: 25%;
	background-color: #eee;
	padding: 4px;
	border: 1px solid #AAAAAA;
}
.wp-post table td {
	padding: 4px;
	border: 1px solid #AAAAAA;
}
.wp-post ul {
	list-style: circle;
	padding-left: 1.2em;
	margin-bottom: 1em;
}
.wp-post ol {
	list-style: decimal;
	padding-left: 1.2em;
	margin-bottom: 1em;
}
.wp-post a {
	text-decoration: underline;
	color: #003CFF;
}
.wp-post a:hover {
	color: #FF0004;
}

/* img */
.wp-post img {
	 vertical-align: middle;
}
.wp-post img .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-post img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.wp-post img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.wp-post .alignright {
	float: right;
}

.wp-post .alignleft {
	float: left;
}
.wp-post img[class*="wp-image-"],
.wp-post img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
	margin: 1em 0 2em;
	vertical-align: bottom;
}
