/*
Theme Name: Slipscape Monotone Theme 
Theme URI: http://www.slipscape.com/
Description: This theme is for slipscape.com. 
Version: 1.13
Author: TSUCHIDA, Fumitaka 
Author URI: http://www.slipscape.com/
美
*/

body {
	background-color: black;
	font-family: "Liberation Sans", "メイリオ", "Verdana", "Tahoma", "Arial", sans-serif;
	color:snow;
	margin: 0;
	padding: 0;
	text-align: left;
}
img {
	border: 0;
}
a {
	color: steelblue;
}
a:visited {
	color: #333399;
}

/* Blog Header */
#header {
	background-color: black;
	color: silver;
	padding: 0px 10px;
	margin: 0;
	text-align: left;
}
#header a, #header a:visited {
	color: silver;
	text-decoration: none;
}
#header a:hover {
	color: orange;
	background-color: transparent;
	text-decoration: none;
}
.description {
	text-align: left;
	color: gray;
	text-decoration: none;
}
h1 {
	margin: 0;
	font-size: 2.5em;
	font-style: italic;
	font-weight: normal;
	font-family: "Liberation Serif","Times New Roman",serif;
	letter-spacing: 0.3em;
}
/* Headings */
h2 {
	clear: both;
	margin: 10px 10px 15px 10px;
	padding: 5px 15px;
	border-left:5px solid #999;
	color: lightgoldenrodyellow;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px; 
}
h2.storytitle a {
	color: lightgoldenrodyellow;
	text-decoration: none;
}
h2.storytitle a:hover {
	color: orange;
}
#content .post h3 {
	clear: both;
	border-left: 2px solid #333;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	color: lightgoldenrodyellow;
	margin: 1em 10px 1em 10px;
	padding: 5px 0.5em;
}
#content .post h3 a {
	color:lightgoldenrodyellow;
	text-decoration:none;
}


/* TopPage (HomePage) */
div.topgroup {
    claer: both;
}
div.topblock {
    width: 380px;
	float: left;
	padding-bottom: 10px;
}
h2.topstorytitle {
	font-size: 1.2em;
}
h2.topstorytitle a {
	color: lightgoldenrodyellow;
	text-decoration: none;
}
h2.topstorytitle a:hover {
	color: orange	;
}
div.topblock span.datetime {
	color: gray;
}
hr.top-separator {
	clear: both;
    height: 1px;
    color: gray;
    border: gray 1px solid;
}
div.topblock ul {
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 0.9em;
	list-style-type: none;
}
div.topblock ul li{
	margin-bottom: 0.5em;
	border-left: #5D9625 3px solid;
	padding-left: 10px;
}

/* Sidebar */
#menu {
	clear: right;
	float: left;
	position: relative;
	top: 0px;
	right: 0;
	padding: 5px 10px;
	margin: 0;
	width: 180px;
	font-size: small;
}
#menu ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
#menu ul li {
	color: #495865;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#menu ul li#search {
	margin-bottom: 20px;
}
#menu ul li p {
	font-weight: bold;
	margin-left: 10px;
}
#menu ul li div.menutitle {
	border-bottom: 1px solid;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: gray;
	margin: 0;
	padding: 0 0 0 10px;
}
#menu ul li ul {
	margin: 5px 0 15px 10px;
}
#menu ul li ul li {
	font-weight: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.3em;
	border-bottom: 1px dashed silver;
}
#menu ul li a {
	text-decoration: none;
}
#menu ul li ul li a:hover {
	text-decoration: underline;
}
#searchform {
	margin: 2px 0 15px 0;
}

/* Footer */
div#footer {
	color: gray;
	background-color: black;
	border-top: gray 1px dashed;
	clear: both;
	font-size: smaller;
	margin: 0 auto 0 auto;
	padding: 5px 0;
	text-align: left;
}
div#site-status, div#site-generator {
	display: inline;
}
div#credit {
	text-align: center;
}
div#footer a, div#footer a:visited {
	color: gray;
	text-decoration: none;
}
div#footer a:hover {
	color: gray;
	background-color: black;
}


/* Contents */
div#main {
	float: left;
	padding: 10px;
	width: 800px;
	color: snow;
}
div.post, div.seealso, div.archives {
	margin: 10px;
	padding: 10px;
}
div#main div.breadcrumbs {
	font-size:0.85em;
	margin-left: 1em;
}
div#main div.datetime {
	color: silver;
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px 10px 5px 10px;
	padding: 0 0 3px 0;
	text-align: right;
}
div.postbody p {
	line-height: 150%;
	margin: 0.5em 1emx 0.5em 1em;
	text-indent: 1em;
}
div.postbody ul {
	border: 1px lightgoldenrodyellow solid;
	margin: 0.5em 2em;
	padding: 0.5em 2em;
	background-color: #dimgray;
}
div.postbody ul li {
	line-height: 150%;
	margin-bottom: 0.5em;
}
div.postbody ol {

}
div.postbody ol li {
	line-height: 150%;
	margin-bottom: 0.5em;
}
div.postbody dl {
	margin: 1em 1em;
	padding: 0.5em 1em;
	border: 1px dashed lightgoldenrodyellow;
}
div.postbody dt {
	font-weight: bold;
	margin-bottom: 0.3em
}
div.postbody dd {
	font-weight: normal;
	line-height:150%;
	margin-bottom: 0.5em
}

/* Excerpt */
div#main div.excerpt {
	font-size:smaller;
	color:gray;
	margin-left: 2em;
}
div#main div.excerpt p {
	text-indent: 0;
	line-height: 130%;
	margin: 0.3em 0;
}
div#main div.excerpt p a {
	text-decoration:none;
	border-bottom:1px solid silver;
}

/* Archives */
div.archives div.post-meta {
	font-size: 0.9em;
	margin: 1em;
	color: gray;
}
/* Archive */
ul.archives {
	float: left;
	width:200px;
	padding: 5px 10px 5px 30px;
	margin: 5px 10px 5px 20px;
}
dl.archives {
	color: snow;
	background-color: transparent;
	font-size: 1em;
	list-style-type:none;
	margin:0.5em;
	padding:0.5em;
	border: 0 solid black !important;
}
dl.archives dt {
	clear: both;
	color: silver;
	border-left: 3px solid #495865;
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	text-align: left;
}
dl.archives dt a {
	text-decoration: none;
}
dl.archives dd {
	color: silver;
	font-size: 0.9em;
	margin-bottom: 1em;
}
dl.archives dd a, dl.archives dd a:visited {
	color: #495865;
}
dl.archives a:after {
	content: "";
}


/* Related */
div#main .related h3 {
	clear: both;
	border-left: 2px solid orange;
	font-weight: bold;
	margin: 1em 10px 1em 10px;
	padding: 5px 0.5em;
}
div#main div.related ul {
	color: #333333;
	font-size: 1em;
	line-height:150%;
	list-style-type:none;
	margin:0.5em;
	padding:0.5em;
}
div#main div.related ul li {
	margin-bottom: 0.3em;
	border-left:3px solid #495865;
	padding-left: 10px;
}
div#main div.related ul a {
	text-decoration:underline;
}

/* Meta */
div#main div.post ul.meta {
	clear: both;
	color: gray;
	font-size: smaller;
	line-height:150%;
	list-style-type:none;
	margin:0.5em 1em;
	padding:0.5em;
}
div#main div.post ul.meta li {
	margin-bottom: 0.3em;
	border-left:3px solid #999FC5;
	padding-left: 10px;
}
div#main div.post ul.meta a {
	color: gray;
	text-decoration: underline;
}
ul.meta a:after {
	content: "";
}


/* Comments */
div#main .comments {
	clear: both;
	border-top: 1px solid dodgerblue;
}
div#main .comments p {
	font-size: 0.9em;
	margin: 10px 20px;
}
div#main .comments h3 {
	clear: both;
	border-left: 2px solid orange;
	font-weight: bold;
	margin: 1em 10px 1em 10px;
	padding: 5px 0.5em;
}
div#main .comments h3 a {
	color: #495865;
	text-decoration:none;
}
#commentlist p.meta, #commentlist p.meta a {
	color: #495865;
}
#trackbacklist p.meta, #trackbacklist p.meta a {
	color: #495865;
}
div#main div.post div.feedback {
	font-size:smaller;
}
.comment-number {
	font: italic 28px 'Times New Roman', Times, serif;
	color: #73a0c5;
}
div#main #commentlist {
	margin: 20px 20px 20px 23px;
	padding: 0;
}
div#main #commentlist li {
	margin-bottom: 10px;
	clear: both;
}

/* Post & Page Navigation */
div#post-links, div#page-links {
	display: block;
	text-align: left;
	font-size: 0.9em;
	margin:1em 20px;
	line-height:150%;
}
div#post-links:after, div#page-links:after {
	content: ".";
	height:0px;
	clear: both;
	display: block;
	visibility:hidden;
}
div#nextpost {
	float: right;
	width: 300px;
	border-left: 1px solid silver;
	padding-left: 10px;
}
div#prevpost {
	float: left;
	width: 300px;
	border-right: 1px solid silver;
	padding-right:10px;
}
div#gohome {
	float: left;
	width: 100px;
	text-align: center;
}
div#page-links ul {
	border: 0 solid black;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#page-links ul li {
	display: inline;
	padding: 5px 14px;
	margin: 0;
}

/* inline */
em {
	color: orangered;
	font-style: normal;
}
em.new {
	font-family: "Arial",Serif;
	font-style: italic;
	font-size: smaller;
	color: orange;
}
strong {
	color: red;
}
kbd, samp, var, dfn, code {
	font-style: normal;
	font-weight: normal;
	font-family: "Consolas", "Fixed", monospace;
	color: lime;
}
q {
	color: lightyellow;
}
q:before {
	content:"『";
}
q:after {
	content:"』";
}
pre {
	font-family: "Consolas", "Fixed", monospace;
	font-style: normal;
	clear: both;
	white-space: pre;
	margin: 0.5em 20px;
	padding: 0.5em 1em;
	border-style: solid;
	border-width: 1px;
	overflow-y: visible;
	overflow-x: auto;
}
blockquote pre {
	margin: 0;
}
div.cover, div.thumb {
	clear: left;
	float: left;
	padding: 10px 20px;
	font-size: smaller;
}
div.graph, div.image, div.movie, div.photo, div.screenshot {
	clear: both;
	margin: 0.5em auto;
	text-align:center;
}
div.ads {
	clear: both;
	margin: 0.5em auto;
	text-align: center;
	white-space: nowrap;
}
div.attachment {
	margin: 1em auto;
	padding: 0;
	text-indent:0;
	text-align:center;
}

/* BlockQuote */
div#main div.post blockquote {
	clear: both;
        color: silver;
	background-color: #333;
	border: 1px solid silver;
	margin: 0.5em 15px;
	padding: 0.5em 10px;
}
div#main div.post blockquote p {
	margin: 0;
	padding: 0;
}
blockquote[title]:after {
	display: block;
	color: #234A6D;
	text-align: right;
	font-size: smaller;
	content: "『" attr(title) "』";
}
blockquote[cite]:after {
	display: block;
	color: #234A6D;
	text-align: right;
	font-size: smaller;
	content: "(" attr(cite) ")";
}
blockquote[title][cite]:after {
	display: block;
	color: #234A6D;
	text-align: right;
	font-size: smaller;
	content: "『" attr(title) "』\a(" attr(cite) ")";
	white-space: pre;
	overflow-x: hidden;
}

/* Data Table */
table.data-table {
    border-collapse:collapse;
    margin:0.5em auto;
    border:solid 1px green;
}
table.data-table caption {
    font-weight:bold;
    margin:1em auto 0 auto;
}
table.data-table th {
    padding:3px;
    border:dashed 1px green;
    background-color: #eeffee;
}
table.data-table td {
    text-align:right;
    padding:3px;
    border:dashed 1px green;
    background-color: #ffffff;
}


@media print {
	div#menu {
		display:none;
	}
	div#main {
		width: auto;
	}
	div.ads {
		display: none;
	}
	div.comments form{
		display: none;
	}
	a[href^="http"]::after {
		content:" ( "attr(href)" )";
		font-size: smaller;
		text-decoration: none;
	}
	a[href^="http://www.amazon.co.jp/"]::after {
		content:"";
	}
	a[href^="http://a8.net/"]::after {
		content:"";
	}
}

