/*
Theme Name:     NF Style
Author:	Noboru Fujishima
Template:	twentyeleven
*/
@charset 'UTF-8';
@import url('../twentyeleven/style.css');

body {
	font: 15px Meiryo "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page {
	background: mintCream;
	box-shadow: 5px 5px 5px #000;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
}

#site-title {
	margin-right: 0px;
}

#site-title a {
	line-height: 1em;
	font-family: Meiryo, sans-serif;
	color: #b3b7e0;
	font-weight:bold;
	font-size: 45px;
	text-shadow:0px 0px 0 rgb(155,159,200),1px 1px 0 rgb(140,144,185),2px 2px 0 rgb(126,130,171),3px 3px 0 rgb(111,115,156),4px 4px 0 rgb(97,101,142),5px 5px 0 rgb(82,86,127), 6px 6px 0 rgb(68,72,113),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}

#site-description {
	font-size: 18px;
	margin: 1em 0;
}

#content {
	margin: 0 29% 0 4%;
	width: 67%;
}

#secondary {
	margin-right: 3%;
	width: 23%;
}

.entry {
	color: #000;
}

p {
	margin-bottom: 0.5em;
}

.entry-title, .entry-header .entry-meta {
	padding-right: 0;
}

.singular .entry-header .entry-meta {
	position: relative;
	top: 0;
	left: 0;
}

.singular .hentry
{
	margin: 0 auto;
	padding: 0 1em;
	border-bottom: 1px dotted silver;
}

.singular .entry-meta .edit-link a {
	position: absolute;
	top: 80px;
	bottom: auto;
	right: 30px;
	left: auto;
}

.entry-title, .entry-title a {
	font-family: Meiryo, Hiragino Kaku Gothic ProN W3, serif;
	font-size: 30px;
	text-shadow: 1px 1px 0px #aaa, 2px 2px 0px #aaa, 3px 3px 0px #777;
}

.hentry:last-child, .no-results {
	border-bottom: 1px dotted silver;
}

.entry-header .comments-link a {
	top: 1.5em;
	right: 1em;
}

div.entry-meta {
	color: #666;
	clear: both;
	font-size: 20px;
	line-height: 110%;
}

div.entry-meta span.sep {
	font-size: 18px;
}

.entry-date {
	color: darkgreen;
	font-weight: bold;
}

footer.entry-meta, .singular footer.entry-meta {
	margin-top: 1em;
}

pre, code, textarea#comment {
	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 100%;
	letter-spaceing: 0;
}

div.view {
	font-size: 14px;
}

#comments {
	margin-top: 2em;
}

#comments-title {
	color: indigo;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 1em;
}

.respond-link {
	font-size: 80%;
}

.fn {
	font-weight: bold;
	font-size: 20px;
}

.commentlist {
	position: relative;
}

.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 0px;
}

.commentlist .children li.comment .fn {
	display: inline;
}

.widget {
	min-width: 3px;
	min-height: 3px;
	margin-bottom: 0.8em;
	padding: 5px 5px 5px 5px;
	background-color: #F8F9F9;
	border: 1px solid #999;
	border-image: initial;
	text-align: left;
}

.widget li {
	list-style-type: none;
}

.widget-title {
	font-size: 13px;
	text-align: left;
	padding: 10px;
	color: white;
	background-color: #083A56;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

article {
	background-color: white;
	border: 1px dotted silver;
	border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 1em;
}

article.hentry {
	padding: 1em;
}

footer.entry-meta, .singular footer.entry-meta {
	margin-top: 1em;
	margin-bottom: 1em;
}

.comment-content {
	font-family: 'ＭＳ　ゴシック', monospace;
	line-height: 110%;
	margin: 1em;
}

.reply {
	text-align: right;
}

.widget {
	background-color: white;
	border-radius: 0.5em;
	-moz-border-radius: 1em;
}

.textwidget {
	font-size: 16px;
	font-family: Meiryo;
}

.page-title {
	color: #666;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin: 0 0 1.5em 0.2em;
}

.page-title span {
	color: indigo;
	font-size: 20px;
	font-weight: bold;
}

pre {
	background-color: white;
}

pre.merumaga {
	background-color: azure;
	padding: 0.7em;
	width: 97%;
}

.entry-content table {
	border-top: 1px black solid;
	border-left: 1px black solid;
}

.entry-content table td {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	text-align: center;
}

.entry-content table th {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}

blockquote {
	quotes: none;
	font-family: Meiryo, serif;
	font-style: normal;
	border-left: 2px solid darkgray;
	border-right: 2px solid darkgray;
	margin: 1em;
}

blockquote p {
	margin-bottom: 0.5em;
	padding: 0 1em;
}

.error404 #main #searchform {
	margin: 1em 0;
}

.error404 #main .widget, .error404 #main .widget_tag_cloud {
	clear: none;
	float: left;
	margin-right: 2%;
	width: 29%;
}

.error404 #main .widget {
	margin-top: 2em;
}

.error404 #main .widget_tag_cloud {
	margin-top: 0;
}

.page-link {
	margin: 1.625em 0;
}

@media (max-width: 800px) {
/* Simplify the basic layout */
#main #content {
	margin: 0 5%;
	width: auto;
}

#nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}

#main #secondary {
	float: none;
	margin: 0 5%;
	width: auto;
}

@media (max-width: 650px) {
	#site-title {
		margin: 2em 0 0.5em;
		padding: 0;
	}
	#site-title a {
		font-size: 35px;
	}
	#site-description {
		font-size: 16px;
		margin: 0 0 1em;
		padding: 0;
	}
}
