html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
	font-family: "Lucida Grande", "Gargi_1.7", "Garuda", "Jamrul", "Loma", "Malayalam", "Mukti Narrow", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Baskerville, Baskerville Old Face, Libre Baskerville, Droid Serif, Hoefler Text, Garamond, Times New Roman, serif;
}

#page { 
    max-width: 900px;
    margin: 0 auto;
}

.page-header {
	color: black;
	font-size: 2.5em;
	font-weight: normal;
	text-decoration: none;
}

.page-index .post {
	margin-bottom: 3em;
}

.meta {
	margin-bottom: 2em;
	font-style: italic;
}

.post-footer {
	padding-top: 1em;
}

.readmore {
	color: #ffffff;
	background-color: #aa3d28;
	border: .1em solid #aa3d28;
	text-decoration: none;
	padding: .33em .67em;

}

.readmore:hover {
	color: #aa3d28;
	background-color: #fff;
}

.readmore:active {
	text-decoration: underline;
}

#pagination {
	margin-bottom: 2em;
}
.powered-by {
	border-top: 1px solid black;
	padding-top: 1em;
}
