/*
Theme Name: Graphy
Theme URI: http://themegraphy.com/graphy-wordpress-theme/
Author: Takao Utsumi
Author URI: http://themegraphy.com/
Description: Graphy is a WordPress theme for blogs that are designed to have beautiful typography. It is developed using mobile-first responsive design, ensuring that your blog will be no less beautiful when viewed on a smartphone or tablet. Graphy has five widgets available (one sidebar, four footers), and using the sidebar widget also enables you to make a two-column design. In addition, footer widget display is automatically adjusted depending on how many are used. Graphy also supports Customizer, Custom Menu, and Custom Header, enabling flexible configuration.
Version: 1.1.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, white, one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: graphy

Graphy WordPress Theme, Copyright 2014 Takao Utsumi
Graphy is distributed under the terms of the GNU GPL
Graphy is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/**
 * Table of Contents:
 *
 * =Reset
 * =Global
 * =Main
 * =Layout
 * =Header
 * =Menu
 * =Content
 * =Comments
 * =Navigation
 * =Widgets
 * =Footer
 * =Plugins
 * =Print
 * ----------------------------------------------------------------------------
 */


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	word-wrap: break-word;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: inherit;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

/* Base */
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: Lora, Georgia, serif;
	font-size: 16px;
	line-height: 24px;
}

/* Headings */

h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 4px;
	margin-top: 6px;
	text-align: center;
}

h2 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 24px;
	margin-top: 48px;
	text-align: center;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
	margin-top: 24px;
}

h1 {
	clear: both;
	color: #dc143c;
	font-family: Bitter, Georgia, serif;
	letter-spacing: -0.01em;
}

h2, h3, h4, h5, h6 {
	clear: both;
	color: #111;
	font-family: Bitter, Georgia, serif;
	letter-spacing: -0.01em;
}

hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 24px;
}

/* Links */

a:hover {
	color: #b85051;
	transition: color .15s ease-in-out;
}

/* Text elements */
p {
	margin-bottom: 24px;
}
ul, ol {
	margin: 0 0 24px 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 24px 1em;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
cite {
	border-bottom: dotted 1px #999;
}
blockquote {
	font-style: italic;
	margin-bottom: 24px;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
pre {
	background: #eee;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	word-wrap: normal;
}
code, kbd, tt, var {
	font-family: Consolas, 'Courier New', monospace;
	font-size: 14px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin-bottom: 24px;
	width: 100%;
}
caption {
	color: #111;
	margin-bottom: 8px;
	text-align: center;
}
th {
	font-weight: 700;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

/* Media */
embed,
iframe,
object {
	max-width: 100%; /* Make sure embeds and iframes fit their containers */
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.footer-widget:before,
.footer-widget:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.footer-widget:after {
	clear: both;
}


/* =Main
----------------------------------------------- */

/* yuco.net toppage */

.toppage-subtitle {
	color: #555;
	font-size: 15px;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}

.toppage-profile {
	color: #555;
	font-size: 15px;
	text-align: left;	
	padding-left: 10%;
	padding-right: 10%;

}


.toppage-links {
	color: #555;
	font-size: 15px;
	text-align: left;	
	padding-left: 10%;
	padding-right: 10%;

}
.toppage-img {
	color: #555;
	font-size: 15px;
	text-align: center;
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 30px;

}


/* Links */
.entry-content a, .entry-summary a, .comment-content a {
	text-decoration: underline;
}
.entry-content cite a, .comment-content cite a {
	text-decoration: none;
}

/* Text elements */
.entry-content blockquote, .comment-content blockquote {
	padding: 24px 0 1px 30px;
	position: relative;
}
.entry-content blockquote:before, .comment-content blockquote:before {
	color: #ccc;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 60px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: 0;
}
.entry-content table, .comment-content table {
	border-top: solid 1px #ddd;
	font-size: 14px;
	line-height: 22px;
}
.entry-content th, .comment-content th,
.entry-content td, .comment-content td {
	border-bottom: solid 1px #ddd;
	padding: 11px 11px 11px 0;
}
.entry-content img {
 	margin-top: 32px;
}
.entry-content p img:only-child {
 	margin-top: 8px;
}

@media screen and (min-width: 780px) {
	/* Base */
	.entry-content , .entry-summary {
		font-size: 17px;
		line-height: 28px;
	}
	.comment-content {
		font-size: 16px;
	}

	/* Headings */
	.entry-content h1 {
		font-size: 34px;
		line-height: 44px;
		margin-bottom: 28px;
		margin-top: 56px;
	}
	.entry-content h2 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 28px;
		margin-top: 56px;
	}
	.entry-content h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 28px;
		margin-top: 42px;
	}
	.entry-content h4 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 28px;
		margin-top: 28px;
	}
	.entry-content h5 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 14px;
		margin-top: 28px;
	}
	.entry-content h6 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 7px;
		margin-top: 28px;
	}

	/* Text elements */
	.entry-content hr,
	.entry-content p,
	.entry-content ul,
	.entry-content ol,
	.entry-content dd,
	.entry-content blockquote,
	.entry-content address,
	.entry-content pre,
	.entry-content table {
		margin-bottom: 28px;
	}
	.entry-content ul, .entry-content ol {
		margin-left: 2em;
	}
	.entry-content li > ul,
	.entry-content li > ol {
		margin-bottom: 0;
		margin-left: 1.5em;
	}
	.entry-content dd {
		margin-left: 2em;
	}
	.entry-content blockquote {
		padding: 28px 0 1px 45px;
	}
	.entry-content blockquote:before {
		font-size: 90px;
	}
	.entry-content pre {
		font-size: 15px;
	}
	.entry-content code, .entry-content kbd, .entry-content tt, .entry-content var {
		font-size: 15px;
	}
	.entry-content table {
		font-size: 15px;
		line-height: 24px;
	}
	.entry-content th,
	.entry-content td {
		padding: 12px;
	}
}

/* Alignment */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
@media screen and (min-width: 1180px) {
	.no-sidebar .alignleft {
		margin-left: -100px;
	}
	.no-sidebar .alignright {
		margin-right: -100px;
	}
}

/* =Layout
----------------------------------------------- */

.site {
	margin: 0 auto;
	padding: 0 15px;
}
.site-branding,
.site-content,
.footer-widget,
.site-info {
	max-width: 700px;
	margin: 0 auto;
}

@media screen and (min-width: 1180px) {
	.site {
		max-width: 1260px;
	}
	.has-sidebar .site-content,
	.has-sidebar .footer-widget,
	.page-template-nosidebar-php .footer-widget {
		max-width: 1120px;
	}
	.has-sidebar .content-area {
		margin-right: 59px;
		padding-right: 59px;
		width: 700px;
	}
	.has-sidebar .sidebar-area {
		width: 300px;
	}
}


/* =Header
----------------------------------------------- */

.site-description {
	color: #555;
	font-size: 15px;
	text-align: center;
}

.header-image {
	margin: 36px -15px 0 -15px;
	max-height: 350px;
	overflow: hidden;
}
.header-image img {
	width: 140%;
	margin-left: -20%;
	max-width: 140%;
}

@media screen and (min-width: 780px) {
	.site-branding {
		padding: 30px 0 36px;
	}
	.site-logo img {
		zoom: 1;
	}
	.site-header {
		margin-bottom: 60px;
	}
	.site-title {
		font-size: 43px;
		line-height: 50px;
		margin-bottom: 8px;
	}
	.site-description {
		font-size: 18px;
	}
	.header-image {
		margin: 36px 0 0 0;
	}
	.header-image img {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}
}

/* =Content
----------------------------------------------- */

/* Base */
.content-area,
.sidebar-area {
	margin-bottom: 60px;
}
.hentry {
	background: url("images/line.png") no-repeat center bottom;
	margin-bottom: 48px;
	padding-bottom: 24px;
}
.has-sidebar .hentry {
	background: url("images/line.png") no-repeat left bottom;
}
.single .hentry,
.page .hentry {
	background: none;
	margin-bottom: 60px;
	padding-bottom: 0;
}

/* Entry Header */
.entry-header {
	margin-bottom: 24px;
}
.entry-title {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 8px;
	text-align: center;
}
.entry-title a {
	color: #111;
}
.entry-title a:hover {
	color: #555;
}
.entry-meta {
	color: #777;
	font-size: 14px;
	text-align: center;
}
.entry-meta a {
	border-bottom: solid 1px #ccc;
	color: #777;
}
.entry-meta a:hover {
	color: #333;
}
.entry-meta {
	margin-bottom: 24px;
}
.post-thumbnail {
	margin-bottom: 24px;
	text-align: center;
}
.post-thumbnail a:hover {
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}
.has-sidebar .entry-title,
.has-sidebar .entry-meta,
.has-sidebar .post-thumbnail {
	text-align: left;
}
.entry-content {
	margin-bottom: 24px;
}
@media screen and (min-width: 780px) {
	.entry-title {
		font-size: 34px;
		line-height: 42px;
		margin-bottom: 12px;
	}
	.entry-meta {
		font-size: 16px;
	}
}
@media screen and (min-width: 960px) {
	.no-sidebar .post-thumbnail {
		margin-left: -50px;
		margin-right: -50px;
	}
}

/* Quote */
.format-quote .entry-content blockquote {
	font-size: 20px;
	line-height: 32px;
}
.format-quote .entry-content cite {
	display: inline-block;
	margin-top: 12px;
}
@media screen and (min-width: 780px) {
	.format-quote .entry-content blockquote {
		font-size: 24px;
		line-height: 36px;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.main-navigation,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	.sidebar-area,
	.footer-area {
		display: none;
	}
	.site {
		padding: 0;
	}
	.site-content {
		max-width: 100%;
	}
}

