body{
	background:#f2f2f2;
}
.header{
	background:url(../images/bg.jpg) no-repeat center 0;
	background-size:cover; 
	padding: 138px 0 0;
    text-align: center;
    min-height: 400px;
    position: relative;
}
.logoimg{
	position: absolute;
    left: 1%;
    right: 1%;
    bottom: -34px;
}
.logoimg img{
	vertical-align: middle;
	border: 0;
	width:78px;
}
.logotxt a {
    font-weight: 700;
    color: #fff;
    font-size: 64px;
}
.site-name{
	color: #fff;
    margin: 0 0 45px;
    font-weight: 100;
    font-size: 34px;
}
.site-name span{
	display: none;
	margin-top: 6px;
    font-size: 65%;
}
.main{
	margin-top: 90px;
}
.post{
	position: relative;
    margin-bottom: 30px;
    padding-bottom: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.post-title{
	position: absolute;
    font-size: 24px;
    z-index: 9;
    bottom:12px;
    left: 0;
    right: 0;
    text-align: center;
    margin:0;
}
.post-title a{
	color: #777;
}
.post-featured-image{
    padding-top: 62.5%;
    position: relative;
    overflow: hidden;
}
.post-featured-image a{
	background:#fff;
	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: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.loaded img{
	display: block;
    max-width: 100%;
    height: auto;
}
.pagination{
    display: block;
    position: relative;
    text-align: center;
    color: #666;
    font-size: 13px;
}
.page-number{
    color: #39414a;
}
.older-posts{
    border: 1px solid #39414a;
    position: absolute;
    right: 10px;
    top: -10px;
    padding: 10px;
    color: #39414a;
    white-space: nowrap;
    border-radius: 3px;
    text-decoration: none;
}
.submit-site{
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
}
.main-footer{
    background: #202020;
    padding: 35px 0 0;
    color: #959595;
}
.widget{
    padding: 0 30px;
    margin-bottom: 35px;
}
.title{
    color: #fff;
    border-bottom: 1px solid #303030;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 21px;
    position: relative;
}
.friend-links a{
    display: block;
    border-bottom: 1px dashed #303030;
    padding-bottom: 14px;
    margin-bottom: 14px;
    color: #959595;
}
.friend-links a:hover{
    color: #fff;
    text-decoration: none;
}
.tag-cloud a{
    border: 1px solid #303030;
    padding: 2px 7px;
    color: #959595;
    line-height: 1.5em;
    display: inline-block;
    margin: 0 7px 7px 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.tag-cloud a:hover{
    border: 1px solid #337ab7;
    color: #fff;
    background: #337ab7;
    text-decoration: none;
}
.copyright{
    background: #111;
    font-size: 13px;
    text-align: center;
    color: #555;
    padding-top: 14px;
    padding-bottom: 20px;
    border-top: 1px solid #303030;
}
.copyright a{
    color: #555;
}