/* 
    Created on : 08-Sep-2014, 05:37:04
    Author     : Jana P
Theme Name: Diary
Layout: Content-No-Sidebar
*/


.site-main {
	margin: 0 0 0 0;
}

.site-footer {
	clear: both;
	width: 100%;
}

.site-content {
    padding-bottom: 4em;
    background: #fff;
}

.single .site-content,
.page .site-content { 
    background: #fff; 
    background: hsl(0, 0%, 100%);
}

* {
  word-wrap: break-word
}

.header-image {
        position: relative;
        display: block;
        width:100%;
        height: 400px;
        background-position: top center;
        background-size: cover;
        background-attachment: fixed;
        border:none;
        color:black;
}

@media screen and (max-width: 700px) {
	
.header-image {
background-attachment: scroll;
}
}

  
.entry-header {
    position:relative;
    margin: 0 10% 0 5%;
    width: 80%;
    padding: 0px 4rem;
    margin: 0 auto;
    text-align: center;
}

.page-header {
    position:relative;
    margin: 0 10% 0 10%;
    width: 80%;
    padding: 40px 4rem;
    margin: 0 auto;
    text-align: center;
}

.entry-content,
.entry-meta,
.entry-footer,
.tag-links,
.relatedposts,
.page-content {
    position:relative;
    max-width: 780px;
    max-width: 78 rem;
    padding: 0 4rem;
    margin: 0 auto;
}

.post-navigation {
    width: 100%;
}

.first-paragraph {
}

@media screen and (min-width:800px) { 
.content-area {
	float: none;
	margin: 0 0 0 0;
	width: 100%;
    }
}

@media screen and (max-width:799px) { 
.content-area {
	float: none;
	margin: 0 0 0 0;
	width: 100%;
    }
    
.entry-header {
    position:relative;
    margin: 0 0 0 0;
    width: 100%;
    padding: 0 4rem;
    margin: 0 auto;
    text-align: center;
}

.page-header {
    position:relative;
    margin: 0 0 0 0;
    width: 100%;
    padding: 0 4rem;
    margin: 0 auto;
    text-align: center;
}
}