/* Blog title and description */
.blog-title {
	width: 100%;
	text-align: center;
	font-family: 'Amatic SC', cursive;
}

.blog-title a {
	color: #ae316b;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 4em;
}

.blog-description:before {
	background: #fff;
}

.blog-description {
	font-family: 'Lato', sans-serif;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #ae316b;
	font-weight: 300;
}

.blog-info {
	display: inline-block;
	padding: 30px;
	background: #fff;
}

/* Nav bar */
.section.bg-dark-light {
	background: #ae316b;
}

.section.bg-dark {
	background: #ae316b;
}

.blog-menu a {
	color: #f8c8e0;
}

.blog-menu li:hover a {
	background-color: #ae316b;
	cursor: pointer;
}

.blog-menu > li:before {
	color: #f8c8e0;
}

/* Making the post fonts smaller */
body {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

.post-title {
	font-size: 1.5em;
}

.post-meta {
	font-size: .6em;
}

/* More posts button */
.post-content a.more-link {
	background: #dc578e;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.post-content a.more-link:hover {
	background: #ed669e;
}

/* Divider between posts */
.post, 
.page {
	padding-bottom: 10%;
	border-bottom: 1px dashed #ae316b;
	margin-bottom: 10%;
}

/* Sidebar */
.widget-title {
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ae316b;
}

.widget {
	padding-bottom: 5%;
	border-bottom: 0;
	margin-bottom: 5%;
}

.textwidget {
	font-size: .7rem;
	color: #ae316b;
}

.widget-content {
	font-size: .7rem;
}

.tagcloud a, .tagcloud a:link, .tagcloud a:visited {
	background: #f893bd;
}

.tagcloud a:hover, tagcloud a:active {
	background: #ed669e;
}

/* Posts */
/* Post category icon and tag recolor */
.category-icon {
	background: #f893bd;
}

.category-icon:after {
	background: #f893bd;
}

.front-flap {
	background: #f893bd;
}

.post-tags a {
	background: #f893bd;
}

.post-tags a::after {
	border-right: 12px solid #f893bd;
}

/* Post nav */
.post-nav {
	font-size: .95em;
	margin-top: 20px;
	border-top: 1px dashed #ae316b;
	border-bottom: 1px dashed #ae316b;
}

/* Post comments */
.comments,
.comment-respond {
	border-top: 1px dashed #ae316b;
}

li > div.comment {
	padding-bottom: 25px;
	border-bottom: 1px dashed #ae316b;
}

.commentlist > li:first-child > div.comment:first-child {
	border-top: 1px dashed #ae316b;
	padding-top: 25px;
}

.comment-nav-below {
	border-top: 1px dashed #ae316b;
}

.comments + .comment-respond {
	border-top: 1px dashed #ae316b;
}

/* Comment form */
.form-submit input[type="submit"] {
	background: #ed669e;
}

.comment-form p.form-submit {
	margin: 1.5em 0 0;
	padding-bottom: 1.5em;
}

/* Styling the footer */
.section.large-padding,
	.section.medium-padding {
	padding: 0;
}

.credits,
.credits a {
	color: #ffddeb;
}

.credits a:hover {
	color: #fff;
}