@font-face {
font-family: 'FontAwesome';
font-style: normal;
font-weight: normal;
src: url("https://blog.zhaishidan.cn/css/font/fontawesome-webfont.eot?#iefix") format('embedded-opentype'), url("https://blog.zhaishidan.cn/css/font/fontawesome-webfont.woff") format('woff'), url("https://blog.zhaishidan.cn/css/font/fontawesome-webfont.ttf") format('truetype'), url("https://blog.zhaishidan.cn/css/font/fontawesome-webfont.svg#FontAwesomeRegular") format('svg');
}

{
margin: 0;
padding: 0;
}
body {
background: #eee;
color: #444;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
text-shadow: 0 0 1px transparent;
color:#505050;
}
@media screen and (max-width: 1260px) {
body {
margin: 0px;
}
}
@media screen and (max-width: 600px) {
body {
font-size: 13px;
}
}
h1,h2,h3,h4,h5,h6 {
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.3em;
}
a {
text-decoration: none;
color: #258fb8;
}
a:hover {
text-decoration: underline;
}

home{
margin: 0 auto;
width: 85%;
background-color: #fff;
padding: 30px;
margin-top: 50px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
border-radius: 20px;
}

tbCommentBody {width: 100%;}
blogTitle {width:23%;margin-top: -10px;text-align: center;}
.alignright {float: right;}

header, #main, #footer {width: 100%;margin: 0 auto;}
@media screen and (max-width: 1260px) {

main {
width: 95%;
}
}

mainContent {
width: 75%;
float: left;
margin-left: 10px;
}
@media screen and (max-width: 1260px) {

main-col {
width: 100%;
margin-right: -300px;
}
}
@media screen and (max-width: 900px) {

main-col {
margin-right: 0;
float: none;
}
}
@media screen and (max-width: 1260px) {

wrapper {
margin-right: 300px;
}
}
@media screen and (max-width: 900px) {

wrapper {
margin-right: 0;
}
}

header {
text-shadow: 0 0 1px #fff;
margin: 20px auto 30px;
position: relative;
height: 60px;
color: #999;
}

header a {
color: #999;
}

header a:hover {
color: #258fb8;
text-decoration: none;
}

header h1 {
font-weight: normal;
font-size: 30px;
}

header h2 {
font-weight: normal;
font-size: 0.9em;
margin-top: 10px;
margin-left: 30px;
}

header #navigator {
font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
width: 100%;
font-size: 16px;
border-bottom: 1px solid #ededed;
border-top: 1px solid #ededed;
height: 50px;
line-height: 50px;
clear: both;
margin-top: 25px;
}

header #navigator ul {
list-style: none;
}

header #navigator ul li {
float: left;
width: 10%;
text-align: center;
margin-right: 15px;
}

header .blogStats {
float: right;
font-size: 13px;
}
.topicListFooter {
margin-top:30px;
margin-bottom: 30px;
margin-right: 0 !important;
}
.topicListFooter a {
display: inline !important;
padding: 10px 20px;
background: #ddd;
color: #999;
font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
text-shadow: 0 0 1px #fff;
border-radius: 5px;
}
.topicListFooter a:hover {
background: #258fb8;
color: #fff;
text-decoration: none;
text-shadow: none;
}
.topicListFooter .prev:before {
content: '\f053';
padding-right: 10px;
font-family: FontAwesome;
}
.topicListFooter .next:after {
content: '\f054';
padding-left: 10px;
font-family: FontAwesome;
}
article {
-webkit-box-shadow: 1px 2px 3px #ddd;
box-shadow: 1px 2px 3px #ddd;
background: #fff;
}
article.page {
padding-left: 20px;
}
article.page .icon {
display: none;
}
.postIcon:before {
content: '\f016';
}
article.photo .icon:before {
content: '\f030';
}
article.link .icon:before {
content: '\f0c1';
}
article.link .title a:after {
content: '\f08e';
color: #999;
font: 12px FontAwesome;
padding-left: 10px;
vertical-align: super;
}