/**
 * Theme Name: akane kinomoto v2
 * Template: anthem
 * Author: akane kinomoto
 * Author URI: http://akanekinomoto.com
 * Description: Child theme for akanekinomoto.com that extends The Theme Foundry's Anthem theme.
 * Version: 1.0
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: white, responsive-width, tumblog
 */
@charset "UTF-8";
@import url("../anthem/style.css");

/* Overrides start here */
body {
	font-family:  "ff-meta-serif-web-pro";
}
.post-body a, #content.page a, #comments a, #respond a {
color: 
#C12869;
font-weight: bold;
}
article p, article ul, article ol, article blockquote, #content.page p, #content.page ul, #content.page ol, #content.page blockquote {
width: 65.5097614%;
margin-bottom: 1.5em;
font-size: 15px;
line-height: 1.5em;
}

.nav-next {
	float: right;
}