/*
Theme Name: Make Story
Theme URL: http://jacobhaddon.com
Description: alters CSS for posts so they can be used for Fiction
Author: Jacob Haddon
Template: make
version: 1.0
*/

@import "../make/style.css";
@import "../make/pagenavi-css.css";
@import url(http://fonts.googleapis.com/css?family=Linden+Hill:400,400italic);

.post {
	margin: 6.6rem auto 8.8rem;
	padding-bottom: 22px;
	padding-bottom: 2.2rem;
	border-bottom: 1px solid #eaecee;
	max-width: 550px;
	font: 20px "Linden Hill";

}

#rplinks {

	text-align: center;
}