body {
background: #efeee4;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .lead {
font-family: ff-tisa-web-pro-1,ff-tisa-web-pro-2,"Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
div{
display: block;
}
.header {
background: #222;
background-repeat: no-repeat;
background-position: center 0;
background-size: cover;
padding: 138px 0;
text-align: center;
position: relative;
}
.logoimg {
position: absolute;
left: 1%;
right: 1%;
bottom: -40px;
}
.logotxt a {
font-weight: 700;
color: #fff;
font-size: 64px;
}
img {
vertical-align: middle;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.logotxt {
margin-bottom: 30px;
border: 0;
}
.header h2 {
color: #fff;
padding: 0;
margin: 0 0 45px;
font-weight: 100;
font-size: 34px;
}
.text-center {
text-align: center;
}
.main {
margin-top: 90px;
}
.post {
position: relative;
margin-bottom: 30px;
-webkit-box-shadow: 0 0 20px rgba(50,50,50,.1);
box-shadow: 0 0 20px rgba(50,50,50,.1);
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.post-featured-image {
position: relative;
}
.post-featured-image .thumbnail {
margin-bottom: 0;
padding: 12px;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border: 0;
}
.post-header {
width: 100%;
background-color: #fff;
text-align: center;
}
.post-header h2 {
margin: 0;
padding: .5em .2em;
}
h2.post-title a {
color: #777;
font-size:0.8em;
}
.footer{background: #4A4849;
padding: 0;
margin: 0;
color: #fff;
font-size: 12px;
position: relative;height: 105px;}
.footer .submit {
padding: 30px 0;
margin: 0;
}
.main-navigation {
text-align: center;
background: #ffffff;
border-top: 1px solid #ebebeb;
margin-bottom: 35px;
border-bottom: 2px solid #e1e1e1;
}
.menu li {
list-style: none;
display: inline-block;
position: relative;
}
.menu li a {
color: #505050;
line-height: 4em;
display: block;
padding: 0 21px;
}