body {
	background-color:#ddd7c7
}

.site-navigation {
	background-color:#9bc2c8
}

article {
	background-color:#fff
}

article:after {
	background:linear-gradient(-45deg,#ddd7c7 12px,transparent 0),linear-gradient(45deg,#ddd7c7 12px,transparent 0);
	background-position:left-bottom;
	background-repeat:repeat-x;
	background-size:24px 24px;
	content:" ";
	display:block;
	bottom:0;
	left:0;
	width:108%;
	right:0;
	height:24px;
	margin-left:-1em;
	margin-bottom:-1em
}

.site-secondary,.search-panel,.site-copyright {
	background-color:#FFF
}

.nav-expanded .site-secondary,.search-expanded .search-panel {
	box-shadow:2px 4px 36px #000
}

.site-title,.site-search,.slide-panels a,.slide-panels a:visited {
	color:#7B7B7B
}

a,a:visited,.slide-panels a:hover,.slide-panels a:focus,.slide-panels a:active,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,article a:hover,article a:focus,.post-title a:hover,.post-title a:focus,.sidebar a:hover,.sidebar a:focus,.nav-links a,.nav-links a:hover,.read-more a:hover,.post-share-block li a:hover,.author-sn a:hover,.comment-form input[type="submit"]:hover,.tagcloud a:hover,.footer-widgets .content-wrap a,.footer-widgets .content-wrap a:visited,.site-copyright .content-wrap a,.site-copyright .content-wrap a:visited {
	color:#ff9898
}

.footer-widgets .content-wrap a:hover,.site-copyright .content-wrap a:hover {
	color:#1b1b1b
}

.site-navigation a:hover,.site-navigation a:focus {
	background-color:#ff9898
}

.post-title {
	margin-right:40px
}

.post-format {
	right:10px;
	top:1.2em
}

input[type="search"].search-field {
	background-color:#FDFDFD;
	color:#939393;
    width:95%;
    padding-left:5%;
}

.readmore-btn {
	display:inline-block;
	padding:4px 8px;
	border:2px solid #ff9898;
	margin-top:2em;
	-webkit-transition:background-color 500ms ease,color 500ms ease;
	-moz-transition:background-color 500ms ease,color 500ms ease;
	-o-transition:background-color 500ms ease,color 500ms ease;
	transition:background-color 500ms ease,color 500ms ease;
	text-transform:uppercase;
	font-size:.75em
}

.readmore-btn:hover,.readmore-btn:focus {
	background-color:#ff9898;
	color:#fff
}

.nav-links a {
	background:#fff
}

.entry-footer{
    border: none;
}

.comment-body {
    border-left: none;
    padding-left: 0;
    padding-top:2em;
}

.comment-body .comment-meta,
.comment-body .comment-content,
.comment-body .reply{
    padding-left:2em;
}

.comment-body .reply{
    padding-bottom: 3em;
}

.fn a{
    font-size: 1.4em;
}
.format-standard .post-image .overlay span, 
.related-wrap .overlay span{
    background:#FF989E;
    color:#fff;
    border-color:#fff!important;
}