/*  
Theme Name: CustomJapan
Theme URI: http://phpbb.xwd.jp/viewforum.php?f=20
Description: This theme uses it to test for ME. based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5.1
Author: WordPress Japan
Author URI: http://wordpress.xwd.jp/
*/



/* Begin Typography & Colors */
body {
	font-size: 80%; /* Resets 1em to 10px */
}

#content {
	font-size: 1.2em
}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/*small {
	display: none;
}*/
small {
	font-family: Osaka, Verdana, Arial, Sans-Serif;
	font-size: 85%;
	line-height: 1.5em;
}

h1 {
	font-size: 1.5em;
	text-align: left;
}

/*.description {
	display: none;
}*/
.description {
	/*font-size: 1.2em;
	text-align: center;
	text-align: left;
	padding-left: 30px;*/
	padding: 0 0 11px 0;
	color: #693;
	/*color: #fff;*/
	font-size: 90%;
	letter-spacing: 0.2em;
}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Osaka, Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

/*#commentform p {
	display: none;
}*/

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em Osaka, Verdana, Arial, Sans-Serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #000;
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	padding: 0;
	width: 640px;
	/*width: 600px;*/
	margin: 0 auto;}

/*.narrowcolumn {
	padding: 0 10px 0 10px;
	margin: 0;
}*/
.narrowcolumn {
	/*float: left;
	padding: 0 0 10px 25px;*/
	margin: 0px 0 0;
	padding: 0 0 10px 0;
	width: 420px;
}


.post {
	margin: 10px;
	clear: both;
	border: 1px solid #666;
	padding: 20px;
}

	
/*#footer {
	display: none;
}*/
#footer {
	background-color: #fff;
	padding: 0;
	margin: 8px auto;
	width: 760px;
	clear: both;
	border-top: 8px solid #9c6;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 3px 0;
}

h2 {
	margin: 10px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

.post h2 {
	border-bottom: 1px solid #999;
	padding-bottom: 4px;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	}

select {
	width: 130px;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/*#sidebar{
	display: none;
}*/
#sidebar{
	font-size: 90%;
	padding: 20px 0 10px 0;
	margin-left: 440px;
	width: 180px;
}

}


/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/*.navigation {
	display: none;
}*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


.post .postmetadata {
	margin: 5px 5px 0 0;
	padding: 0;
	text-align: right;
}

ul.post-categories {
	list-style-type: none;
	margin: 5px 0 5px 10px;
}
ul.post-categories li {
	display: inline;
	margin: 0;
	padding: 0;
}

.entry dt {
	/*display: compact;*/
	float: left;
	width: 5em;
	font-weight: bold;
}
.entry dd {
	margin-left: 6em;
}
.entry dd ul {
	margin-left: 1em;
}
.entrytext dt {
	font-weight: bold;
}
.entrytext dd {
	margin-left: 2em;
}
.entrytext dd ul {
	margin-left: 1em;
}

/*h3#respond {
	display: none;
}*/

img.map {
	padding: 0 5px;
}
img.picture {
	padding: 0 5px;
	float: right;
}

dl.titlelist {
	margin: 1.5em 0;
	clear: both;
}
.titlelist dt {
	font-weight: bold;
	background-color: #eef;
	padding: 3px 4px;
}
.titlelist dd {
	margin-bottom: 1.3em;
	margin-top: 0;
}
.titlelist dd img {
	width: 30px;
	height: 30px;
}



/* 07/01/17 */
#menubar, #hiddennavi, .navigation, .trackback {
	display: none;
}
