#header {
    padding-bottom: 5px;
    height: 100px;
}
#sideBar {
    border: 1px solid #ced7ce;
    border-right: 1px solid #ced7ce;
    border-bottom: 1px solid #ced7ce;
    position: absolute;
    top: -71px;
    left: 8px;
    background: #fff;
    padding: 0;
    width: 280px;
}
div#navigator ul#navList {
    position: absolute;
    top: -45px;
    left: 5px;
}
div#blogTitle {
    height: 150px;
    display: none;
}
div#blogTitle .subtitle {
    text-indent: 78px;
    color: #216173;
    width: 500px;
    height: 46px;
    margin: 1em 0 0 31px;
    position: relative;
    top: -42px;
}
div#blogTitle .title a {
    color: #503b75;
    position: relative;
    left: 210px;
    top: 5px;
    font-size: 28px;
}
#blogTitle .title {
    font-size: 24pt;
}
.postTitle a{
    font-size: 18px;
}
a.postTitle2{
    font-size: 20px;
}
#profile_block {
    line-height: 1.5;
    text-align: left;
    /* position: absolute; */
    top: 380px;
}
div.forFlow{
    position: relative;
    top: -71px;
}
div#navigator ul#navList li a {
    font-size: 14px;
}
div.postTitle a:visited {
    color:#399ab2;
}
div.postTitle a:hover{
    color:#7bc3d6;
}
a:hover{
    color:#7bc3d6;
}
div.feedbackItem div.feedbackCon{
    color: #000;
}
.postCon a, .postBody a, .feedbackCon a {
    border-bottom: 1px dotted #333;
    color: #399ab2;
}
.catList{
display:none;
}

#div_digg{
    position: fixed;
    bottom: 1em;
    right: 1em;
    background: #fff;
    border: 1px solid #ddd;
    padding: 1.5em;
    border-radius: 5px;
}
/* markdown-it */

.theme-default-content code {
	color: #476582;
	padding: .25rem .5rem;
	margin: 0;
	font-size: .85em;
	background-color: rgba(27,31,35,.05);
	border-radius: 3px
}

.theme-default-content code .token.deleted {
	color: #ec5975
}

.theme-default-content code .token.inserted {
	color: #3949ab
}

.theme-default-content pre,.theme-default-content pre[class*=language-] {
	line-height: 1.4;
	padding: 1.25rem 1.5rem;
	margin: .85rem 0;
	background-color: #282c34;
	border-radius: 6px;
	overflow: auto
}

.theme-default-content pre[class*=language-] code,.theme-default-content pre code {
	color: #fff;
	padding: 0;
	background-color: transparent;
	border-radius: 0
}

div[class*=language-] {
	position: relative;
	background-color: #282c34;
	border-radius: 6px
}

div[class*=language-] .highlight-lines {
	-webkit-user-select: none;
	user-select: none;
	padding-top: 1.3rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 1.4
}

div[class*=language-] .highlight-lines .highlighted {
	background-color: rgba(0,0,0,.66)
}

div[class*=language-] pre,div[class*=language-] pre[class*=language-] {
	background: transparent;
	position: relative;
	z-index: 1
}

div[class*=language-]:before {
	position: absolute;
	z-index: 3;
	top: .8em;
	right: 1em;
	font-size: .75rem;
	color: hsla(0,0%,100%,.4)
}

div[class*=language-]:not(.line-numbers-mode) .line-numbers-wrapper {
	display: none
}

div[class*=language-].line-numbers-mode .highlight-lines .highlighted {
	position: relative
}

div[class*=language-].line-numbers-mode .highlight-lines .highlighted:before {
	content: " ";
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	display: block;
	width: 3.5rem;
	height: 100%;
	background-color: rgba(0,0,0,.66)
}

div[class*=language-].line-numbers-mode pre {
	padding-left: 4.5rem;
	vertical-align: middle
}

div[class*=language-].line-numbers-mode .line-numbers-wrapper {
	position: absolute;
	top: 0;
	width: 3.5rem;
	text-align: center;
	color: hsla(0,0%,100%,.3);
	padding: 1.25rem 0;
	line-height: 1.4
}

div[class*=language-].line-numbers-mode .line-numbers-wrapper br {
	-webkit-user-select: none;
	user-select: none
}

div[class*=language-].line-numbers-mode .line-numbers-wrapper .line-number {
	position: relative;
	z-index: 4;
	-webkit-user-select: none;
	user-select: none;
	font-size: .85em
}

div[class*=language-].line-numbers-mode:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 3.5rem;
	height: 100%;
	border-radius: 6px 0 0 6px;
	border-right: 1px solid rgba(0,0,0,.66);
	background-color: #282c34
}

.gist-meta-quote{
  font-size:12px;padding: 10px;overflow: hidden;color: white;border-radius: 0 0 6px 6px;
}

.gist-meta-quote a{
  float: right;color: white;text-decoration: underline;
}