/*
Theme Name: Japanographia v1
Theme URI: http://japanographia.com
Description: japanographia theme first version
Version: 1.0
Author: John Noel
Author URI: http://chaostangent.com
Tags: grey, yellow, inverted, thin, single column, footer navigation
*/
@import url(reset.css);

body {
	background: #111;
	color: #EEE;
	font: 0.75em/1.4 Arial, Helvetica, sans-serif;
}

a { color: #FF9; text-decoration: underline; }

h1 {
	border-bottom: 1px solid #666;
	padding: 37px 0 7px;
	line-height: 1;
	margin-bottom: 1em;
}

h1 span {
	float: right;
	font-weight: normal;
	margin-top: 0.4em;
}
h1 span a { color: #CCC; }

h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0.4em;
}

h2 a { color: #EEE; text-decoration: none; }
h2 a:hover { text-decoration: underline; }

#jumpToNavigation { position: absolute; left: 0; top: -4em; }

#header, #main {
	width: 500px;
	margin: 0 auto;
}

#header { position: relative; }

#menu {
	position: absolute;
	right: 0; bottom: 7px;
}

/* Blog post styles */
.blogPost p { margin-bottom: 1.2em; }
.blogPost ul { list-style: disc outside; margin: 0 2em 1em; }
.blogPost ol { list-style: decimal outside; margin: 0 2em 1em; }
.blogPost blockquote { margin: 0 2em 1em; font-style: italics; }

.blogPost h3 { font-size: 1.3em; margin: 1.4em 0 0.1em; }

.blogPostInfo { margin: 2em 0 4em; }
.blogPostInfo .categories {
	float: right;
	font-size: 1.2em;
	list-style: none;
	margin: -0.2em 0 0;
}
.blogPostInfo .categories a { color: #EEE; text-decoration: none; }
.blogPostInfo .categories a:hover { text-decoration: underline; }

.blogPostInfo .tags {
	font-size: 0.9em;
	border-bottom: 1px solid #333;
	list-style: none;
	padding: 0 0 0.7em;
	margin: 0 0 0.3em;
}
.blogPostInfo .tags li { display: inline; }

.blogPostInfo .comments { float: right; font-size: 0.9em; margin-top: 0.2em; }
.blogPostInfo .comments a { color: #CCC; text-decoration: none; }
.blogPostInfo .comments a:hover { text-decoration: underline; }

.blogPostInfo .date { font-size: 1.2em; }

.navigation {
	font-size: 1.2em;
	margin: 4em 0 0;
	min-height: 22px;
	padding-bottom: 4em;
}

.navigation a {
	display: block;
	width: 210px;
	padding-left: 30px;
	background: url(images/arrow-single-left-small.png) no-repeat left 0;
	min-height: 22px;
	color: #CCC;
	text-decoration: none;
}
.navigation a:hover { text-decoration: underline; }

.navigation span.next a {
	float: right;
	text-align: right;
	padding-left: 0; padding-right: 30px;
	background: url(images/arrow-single-right-small.png) no-repeat right 0;
}

#responses { color: #DDD; }

#responses .commentInfo {
	text-align: right;
	height: 34px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	margin: 3em 0 0.7em;
}
#responses .commentInfo .id {
	float: left;
	color: #333;
	font-size: 2.8em;
	line-height: 1;
}

#responses .commentInfo img {
	float: right;
	display: block;
	border: 2px solid #999;
	margin-left: 6px;
}

#responses .commentInfo .date { font-size: 0.9em; color: #999; }
#responses .commentInfo .author { font-size: 1.2em; }

/* form */
#response { margin-bottom: 4em; }
#response li { min-height: 1.7em; margin-bottom: 0.4em; }

#response label {
	display: block;
	float: left;
	margin-left: -100px;
	width: 100px;
}

#response label em { color: #C00; }

#response input, #response textarea {
	border: 1px solid #555;
	padding: 0.1em 0.2em;
	color: #DDD;
	font: 1em Arial, Helvetica, sans-serif;
}

#response input {
	width: 248px;
	background: #222 url(images/bg-response-input.png) repeat-y left top;
}

#response textarea {
	width: 498px;
	background: #222 url(images/bg-response-textarea.png) repeat-y left top;
}

#response button { margin-left: -4px; }

/* Flickr slideshow */
.flickrSlideshow {
	margin: 0 0 1em -100px;
	padding: 0 100px;
	width: 500px;
	position: relative;
}

.flickrSlideshow ul { list-style: none; margin: 0; }

.flickrSlideshow li { text-align: center; position: relative; }
.flickrSlideshow li img { display: block; margin: 0 auto; }

.flickrSlideshow li span {
	display: block;
	text-align: left;
	height: 21px; width: 100%;
	padding: 6px 0 0 0.6em;
	background: url(images/bg-translucent.png) repeat left top;
	position: absolute;
	bottom: 0;
	color: #EEE;
}

.flickrSlideshow .navLeft, .flickrSlideshow .navRight {
	position: absolute;
	top: 142px; left: 0;
	height: 49px; width: 100px;
	display: none;
}

.flickrSlideshow .navRight { left: auto; right: 0; text-align: right; }

.flickrSlideshow .navLeft img, .flickrSlideshow .navRight img {
	display: inline;
	vertical-align: middle;
}

/* scripted */
.flickrSlideshow.scripted { height: 333px; }
.flickrSlideshow.scripted li { height: 333px; overflow: hidden;  }
.flickrSlideshow.scripted .navLeft, .flickrSlideshow.scripted .navRight { display: block; }

/* Footer */
#footerContainer {
	background: #EEE;
	color: #111;
	border-top: 6px solid #BBB;
	clear: both;
}

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 1em;
}

#footer a { color: #111; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#archives, #categories, #tags, #otherSites {
	float: left;
	margin-right: 10px;
	width: 230px;
	padding-bottom: 2em;
}
#archives, #otherSites { width: 100px; }

#footer div h6 {
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.2em;
	margin-bottom: 0.4em;
}

#footer ul li {
	background: url(images/bullet-arrow.png) no-repeat 4px 0.4em;
	padding-left: 15px;
	margin-bottom: 0.4em;
}

#archives ul { font-size: 0.9em; }
#archives a span { color: #999; }

#categories a.rss { float: right; }

#tags { margin-left: 10px; }
#tags ul { line-height: 1.5; }
#tags ul li {
	background: none;
	padding: 0; margin: 0;
	display: inline;
}

#otherSites { margin-right: 0; }
#otherSites ul { font-size: 0.9em; }

#signOff {
	font-size: 0.9em;
	color: #999;
	border-top: 1px solid #CCC;
	clear: left;
	padding: 0.3em 0 4em;
}
#signOff span { float: right; }