.navigation {
    display:none
}

.site-title {
  	font-family: 'Caveat', cursive;
  	font-size: 80px; 
}

.entry-title {
	font-family: inherit;
	font-size: 20px;
  	line-height: 24px;
  	letter-spacing: normal; 
}

.type-page .entry-title {
  	font-family: inherit;
	font-size: 20px;
  	line-height: 24px;
  	letter-spacing: normal;
}

p, ul, ol {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}

.site-branding,
.entry-meta,
.entry-title,
.entry-header,
.page-content,
.entry-content,
.entry-summary,
.single-footer,
#comments,
.main-navigation,
#secondary,
.site-info {
	max-width: 800px; 
	margin: auto;
	line-height: 1.5;
}

.entry-meta,
.comments-title, 
.page-links .intro {
	font-family: inherit;
	font-size: 14px;
  	text-transform: none;
	line-height: 18px;
	text-align: center;
	color: #808080;
	padding: 0;
	margin: 10px auto 20px auto;
}

.hentry:first-child .thumbnail-wrap, .single-post .thumbnail-wrap, .type-page .thumbnail-wrap, .about-me {
    margin-top: 0px;
}

.hentry {
     margin: 50px 0;
}

.main-navigation li.current-menu-item > a {
		border-bottom: 1px solid #4b4a47;
}