/**
 * Оглавление
 */
.toc-wrapper {
	background: #fefefe;
	width: 90%;
	position: relative;
	border: 1px dotted #ddd;
	color: #333;
	margin: 10px 0 20px;
    padding: 5px 10px;
}

.toc a {
	color: #333;
	text-decoration: underline;
}

.toc-title{
    padding: 8px 20px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.22);
    display: block;
    text-align: left;
    position: relative;
    clear: both;
}

.toc .toc-h1,
.toc .toc-h2 {
	margin: 0 10px 5px;
}

.toc .toc-h3 {
	margin: 0 15px 5px;
}

.toc .toc-h4 {
	margin: 0 20px 5px;
}

.toc-active {
	color: #000;
	font-weight: bold;
}

.toc > ul{
    margin: 5px;
	list-style: none;
	list-style-type: none;
    padding: 0px !important;
    color: inherit !important;
    background-color: inherit !important;
}

.toc > ul > li{
	word-wrap: break-word;
}

.toc ul > li:before {
    background: initial !important;
    content: none !important;
    background-size: initial !important;
    width: initial !important;
    height: initial !important;
    display: none;
}
/**
 * Списки
 */

.post ul{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:#dddcd4;
    color:#e27b14;
}

.post ul > li:before {
    background: url('http://plexciti.fso-sakhalin.ru/wp-content/plugins/post-pusater/img/ul/line.png') no-repeat;
    content: "";
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 10;
}
.post ul > li {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 0 20px;
    list-style: none;
}
.post ol > li {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 0 30px;
}
.post ol{
    counter-reset: li;
    margin: 0 0 18px;
    list-style: none;
}

.post ol > li:before {
    content: counter(li);
    counter-increment: li;
    border-radius: 50%;
    background:  no-repeat;
    background-color:#333333;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -4px;
    left: 0;
    width: 24px;
    background-size: 24px;
    line-height: 24px;
    height: 24px;
    z-index: 10;
}
.post ol > li:last-child{
    margin-bottom: 0px !important;
}

.post ul > li:last-child{
    margin-bottom: 0px !important;
}
/**
 * цитаты
 */
.post blockquote{
    background: url('http://plexciti.fso-sakhalin.ru/wp-content/plugins/post-pusater/img/blockquote/like1.png') no-repeat;
    background-size: 30px;
    background-position: 10px center;
    border-radius: 32px;
    padding: 21px 11px 27px 90px;
    font-size: 16px;
    white-space: pre-line;
		word-wrap: break-word;
    background-color: #efe9d0;
    border: 1px solid #d87f75;
    color: #c9785a;
}
/**
 * Заголовки
 */








