/*
Theme Name: heiwa-inochi
Template: twentythirteen
*/

@import url("../twentythirteen/style.css");
@import url("custom.css");

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */
html,
button,
input,
select,
textarea {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body {
	color: #1f1f1f;
}
a:visited {
	color: #694e97;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	margin: 33px 0;
}
h2 {
	font-size: 18px;
	margin: 25px 0;
}

h3 {
	font-size: 16px;
	margin: 22px 0;
}

h4 {
	font-size: 15px;
	margin: 25px 0;
}

h5 {
	font-size: 14px;
	margin: 30px 0;
}

h6 {
	font-size: 13px;
	margin: 36px 0;
}

address {
	font-style: normal;
	margin: 0 0 24px;
}
blockquote {
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	margin: 24px 16px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */


/* Clearing floats */

/* Assistive text */

/* Form fields, general styles first. */

/* Buttons */

/* Placeholder text color -- selectors need to be separate to work. */



/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

/* Make sure videos and embeds fit their containers. */

/* Override the Twitter embed fixed width. */

/* Images */
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	font-size: 15px;
	font-style: normal;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
	border-left: none;
	border-right: none;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */



/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header .home-link {
	min-height: inherit;
	padding: 0 20px;
}

.site-header .site-title:hover {
	text-decoration: none;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	padding: 10px 0;
}

.site-description {
	font: 300 normal 18px "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #1f1f1f;
	font-style: normal;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #dcdcdc;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	width: 200px;
	color: #1f1f1f;
}
.nav-menu .sub-menu,
.nav-menu .children {
	border: none;
}
.nav-menu .sub-menu,
.nav-menu .children {
	left: 0;
}
.nav-menu li a {
	color: #1f1f1f;
}

/* Navbar */


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	max-width: 1080px;
	padding-right: 20px;
	padding-left: 20px;
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1080px;
	padding: 0 376px 0 20px;
}

#sidebar-nothing {
	max-width: 1080px;
	padding: 0 0 0 20px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.entry-title a {
	color: #1f1f1f;
}

.entry-title a:hover {
/*	color: #cc0000;*/
	color:#ff8233;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	font-size: 14px;
}
.entry-meta a {
	color: #000080;
}
.entry-meta a:hover {
/*	color: #cc0000;*/
	color:#ff8233;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content a,
.comment-content a {
	color: #000080;
}
.entry-content a:hover,
.comment-content a:hover {
/*	color: #cc0000;*/
	color:#ff8233;
}
.entry-content blockquote {
	font-size: 18px;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0;
}
/*.format-standard footer.entry-meta {
	margin-bottom: 48px;
}*/

/* Page links */
.page-links {
	font-style: normal;
}
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	border: none;
	color: #fff;
}

/* Mediaelements */



/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */



/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */

/* Audio */
.format-audio .entry-title {
	font-size: 24px;
	font-weight: normal;
}
.format-audio .entry-content a,
.format-audio .entry-meta a {
	color: #000080;
}
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #cc0000;
}

/* Chat */
.format-chat .entry-title {
	font-size: 24px;
	font-weight: normal;
}
.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #000080;
}
.format-chat .entry-meta a:hover,
.format-chat .entry-content a:hover {
	color: #cc0000;
}

/* Gallery */
.format-gallery .entry-title {
	font-size: 24px;
	font-weight: normal;
}
.format-gallery .entry-content a,
.format-gallery .entry-meta a {
	color: #000080;
}
.format-gallery .entry-content a:hover,
.format-gallery .entry-meta a:hover {
	color: #cc0000;
}

/* Image */
.format-image .entry-title {
	font-size: 24px;
	font-weight: normal;
}

/* Link */
.format-link .entry-title {
	font: 300 normal 24px "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
}
.format-link .entry-title {
	color: #1f1f1f;
}
.format-link .entry-title a {
	color: #1f1f1f;
}
.format-link .entry-title a:hover {
	color: #cc0000;
}
.format-link .entry-content a,
.format-link .entry-meta a {
	color: #000080;
}
.format-link .entry-content a:hover,
.format-link .entry-meta a:hover {
	color: #cc0000;
}

/* Quote */
.format-quote blockquote:before {
	font-size: 72px;
	font-weight: normal;
}
.format-quote .entry-content,
.format-quote .entry-meta {
	color: #1f1f1f;
}
.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #000080;
}
.format-quote .entry-content a:hover,
.format-quote .entry-meta a:hover {
	color: #cc0000;
}
.format-quote .entry-content cite a {
	color: #1f1f1f;
}

/* Status */
.format-status {
	background-color: #f5f5f5;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-content {
	font-size: 24px;
	font-style: normal;
	color: #00001a;
}

/* Video */
.format-video .entry-title {
	font-size: 24px;
	font-weight: normal;
}
.format-video .entry-content a,
.format-video .entry-meta a {
	color: #000080;
}
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #cc0000;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation a:hover {
	text-decoration: underline;
/*	color: #cc0000;*/
	color:#ff8233;
}
.paging-navigation {
	background-color: transparent;
}
.paging-navigation a {
	font-style: normal;
}
.paging-navigation .meta-nav {
	border-radius: 0;
	width: auto;
	color: inherit;
}
.paging-navigation .nav-previous .meta-nav {
	padding: 0;
	width: auto;
}
.post-navigation {
	font-style: normal;
	color: #000080;
}
.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 20px;
}
.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1080px;
}
.navigation a {
	color: #1f1f1f;
}

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */



/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */
.archive-title,
.archive-meta {
	font: 300 normal 30px "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */



/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */



/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */


/* Comment form */


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */



/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	margin-bottom: 20px;
}
.widget .widget-title {
	font: 300 normal 20px "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
	margin: 0 0 10px;
}
.widget a {
	color: #1f1f1f;
}
.widget a:hover {
/*	color: #cc0000;*/
	color:#ff8233;
}

/* Search widget */

/* RSS Widget */

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	color: #000;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer .widget {
	color: #1f1f1f;
}
.site-footer .widget a {
	color: #1f1f1f;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #1f1f1f;
}
.site-footer a {
	color: #eee;
}
.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}
.site-footer .sidebar-container {
	padding: 20px 0;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */

@media (max-width: 1599px) {
}

@media (max-width: 1136px) {
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		/*padding-left: 20px;
		padding-right: 20px;*/
	}
}

@media (max-width: 1069px) {
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta {
		/*padding: 0 20px;*/
	}
	.site-main .sidebar-container {
		max-width: 100%;
	}
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: /*604px*/90%;
		padding-left: 0;
		padding-right: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
}

@media (max-width: 643px) {
	
	/* Small menu */
	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		color: #dcdcdc;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		color: #dcdcdc;
	}
	.toggled-on .nav-menu li > ul a {
		color: #1f1f1f;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		color: #dcdcdc;
	}
	#content .entry-header,
	#content footer.entry-meta {
		padding-left: 0;
		padding-right: 0;
		
	}

	/* Audio */
}

/* Mobile devices */
@media (max-width: 359px) {
dl {
	margin: 0;
}

	/* Comments */
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

}

@media print {

	/* Remove colors from post formats */

	/* Comments */
}