@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



#contentBlog div.post{
padding:20px;
background-color:#EEE;
margin-bottom:10px;
border:1px solid #ccc;
}

#contentBlog .post h2{
padding:0px;
margin:0 0 5px 0;
font-weight:bold;
font-size:110%;
padding-bottom:12px;
}

#contentBlog .entry{
margin-top:10px;
}
#contentBlog .entry p{
padding:4px 0;
line-height:1.4em;
}

#contentBlog .postmetadata{
margin-top:10px;
padding:15px 0 0 0;
border-top:1px solid #ddd;
}
div.postTime{
font-size:88%;
color:#999999;
padding:5px 0;
border-top:1px #dbe4f0 solid;
border-bottom:1px #dbe4f0 solid;
}
div#sidebar{
margin:45px 0 50px 0;
padding:10px;
}
div#sidebar ul{
list-style:none;
}
div#sidebar ul li h2{
list-style:none;
padding:10px;
background-color:#eee;
margin:40px 0 0 0;
border-bottom:3px solid #ddd;
}
div#sidebar ul ul li{
list-style:none;
padding:10px 0 10px 15px;
border-bottom:1px solid #ddd;
}

.entry img.size-thumbnail{
padding:0 10px 10px 0;
}
