/*
Theme Name: Onigiri 2nd Child
Theme URI: http://www.karinlingnau.com
Description: Child Theme for Onigiri
Author: Tom Lingnau
Author URI: http://www.anotherartblog.com/
Template: onigiri
Version: 1.0
Tags: Onigiri Child Theme
*/

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

/*-----------------------------------------------------------------------------------*/
/*	2.0 General Styles
/*-----------------------------------------------------------------------------------*/
body {
	font-family: 'Courier New', Courier, monospace;
	color: #000;
	background: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	5.0 Posts
/*-----------------------------------------------------------------------------------*/

.entry-header .entry-details a.date:before {
	display: inline;
	content: ', ';
}

/*-----------------------------------------------------------------------------------*/
/*	7.0 Pagination
/*-----------------------------------------------------------------------------------*/

.nav-previous,
.nav-next,
.previous-image,
.next-image {
    display: inline-block;
    padding: 0 12px;
}

.nav-next a span:before {
    content: '\00BB';
    right: 0;
}
.nav-previous a span:before {
    content: '\00AB';
    left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	8.0 Pages / Archives / Search Results / 404
/*-----------------------------------------------------------------------------------*/

.archive-header {
	max-width: 580px;
	margin: 0 auto;
	padding: 0 0 72px;
	text-align: center;
}

/* Minimum width of 1150 pixels (laptops 13")
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1150px) {

#nav-single .nav-next a:before {
		content: '\00BB \00BB';
		right: 12px;
	}
#nav-single .nav-previous a:before {
		content: '\00AB \00AB';
		left: 12px;
	}
}