﻿.content-page{
	font-size:15px;
} 
.content-page .head{
	padding:10px 10px;
	background:#FFF;
}
.content-page h1{
	color:#EF7394;
	font-size:20px;
	font-weight:normal;
}
.content-page .head .meta{
	color:#ccc;
	margin-top:8px;
}
.content-page .block{
	margin-bottom:10px;
	background:#FFF;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	padding:10px;
}
.content-page .nearby-article .label{
	color:#999;
}
.content-page .nearby-article .pre,
.content-page .nearby-article .next{
	position:relative;
	padding-left:30px;
	display:block;
}
.content-page .nearby-article .pre .label,
.content-page .nearby-article .next .label{
	position:absolute;
	left:0px;
}

.content-page  .block.article-list-block{
	padding-bottom:0px;
	margin-bottom: 20px;
}

.content-page .related-article .category-container .item{
	padding:8px 6px;
	display:inline-block;
	margin-bottom:6px;
	line-height:17px;
	border:1px solid #EF7394;
	color:#EF7394;
	border-radius:3px;
}
.content-page .related-article .category-container .item.curr{
	background:#EF7394;
	color:#FFF;
}

.content-page .related-article .article-list .item{
	padding:10px 0;
	padding-left:20px;
	border-top:1px solid #eee;
	position:relative;
	display:block;
}
.content-page .related-article .article-list .item i{
	position: absolute;
	font-size: 12px;
	left: 0px;
	color: #FE7394;
	top: 16px;
	transform: scale(0.675);
}

.content-page .related-article .no-article{
	padding:10px 0;
	margin-bottom:10px;
	color:#999;
	line-height:15px;
}

.entry-content img {
    max-width: 98% !important;
    height: auto !important;
}

.entry-content h1 {
    font-size: 22px;
    line-height: 1.5;
}

.entry-content h2 {
    font-size: 18px;
    line-height: 1.6;
    color: #EF3969;
    margin: 10px 0;
	font-weight:normal;
}

.entry-content h3 {
    font-size: 1.2em;
    line-height: 1.7;
	color: #EF3969;
	font-weight:normal;
}

.entry-content h4 {
    font-size: 1.1em;
    line-height: 1.7;
	color: #EF3969;
	font-weight:normal;
}

.entry-content h5 {
    font-size: 1em;
    line-height: 1.7;
	color: #EF3969;
	font-weight:normal;
}

.entry-content p {
    margin: 0 0 10px 0;
    line-height: 2;
}

.entry-content ol,
.entry-content ul,
.mu_register ul {
    margin: 0 0 20px;
    line-height: 1.7;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
    margin-bottom: 0;
}

.entry-content ul,
.mu_register ul {
    list-style: disc outside;
}

.entry-content ol, .entry-content ol li {
    list-style: decimal outside;
}

.entry-content li {
    margin: 0 0 0 30px;
}
.entry-content ul li {
    list-style: none;
    margin: 0 0 0 10px;
    padding-left: 15px;
    background: url(/resources/images/blue-spot.png) 0 9px no-repeat;
	background-size:6px 6px;
}

.entry-content blockquote {
    margin-bottom: 20px;
    padding: 24px;
    font-style: italic;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 2;
}

.entry-content pre {
    border: 1px solid #DCE5EA;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 1.8;
    margin: 24px 0;
    overflow: auto;
    padding: 24px;
}

.entry-content pre code {
    display: block;
}

.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
    border-bottom: 1px dashed #666;
    cursor: help;
}

.entry-content address {
    display: block;
    line-height: 1.8;
    margin: 0 0 24px;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 10px 20px 10px 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 10px 0 10px 20px;
}

img.aligncenter,
.wp-caption.aligncenter {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 20px;
}

.entry-content dl {
    margin: 0 20px;
}

.entry-content dt {
    font-weight: bold;
    line-height: 1.7;
}

.entry-content dd {
    line-height: 1.7;
    margin-bottom: 20px;
}
/* for common tables in post */
.entry-content table {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #EDA0A6;
    color: #000;
    font-size: 0.8em;
    line-height: 1.7;
}

.entry-content table caption {
    font-size: 16px;
    text-align: center;
    color: #FE7193;
    font-weight: bold;
    border: 1px solid #EDA0A6;
    border-bottom: none;
}

.entry-content td, .entry-content th {
    border: 1px solid #EDA0A6;
    padding: 6px 10px;
    text-align: center;
}

.entry-content th {
    font-weight: normal;
    background-color: #FFEAEC;
}

.entry-content tr.highlight th, .entry-content tr.highlight td,
.entry-content th.highlight, .entry-content td.highlight {
    background-color: #EEC7DA;
}

.entry-content tr.bold td, .entry-content td.bold {
    font-weight: normal;
	color: #EF3969;
}

.entry-content table span.star {
    margin-top: 6px;
}

.entry-content table b {
    color: inherit;
}

.entry-content table.col3 th, .entry-content table.col3 td {
    width: 317px;
}

.entry-content table.col4 th, .entry-content table.col4 td {
    width: 211px;
}

.entry-content table.col5 th, .entry-content table.col5 td {
    width: 158px;
}

.entry-content table.col6 th, .entry-content table.col6 td {
    width: 127px;
}

.entry-content table.col7 th, .entry-content table.col7 td {
    width: 105px;
}

.entry-content table th.col-first, .entry-content table td.col-first {
    width: 130px;
}

.entry-content strong, .entry-content b {
    color: #FE7193;
	font-weight:normal;
}