@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

	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

*/


#blog{
	width:580px;
	float:left;
}
/* Begin Sidebar */
#sidebar{
	width:200px;
	float:right;
}

#sidebar form {
	margin: 0;
}
#sidebar ul{
	list-style:none;
}
/* End Sidebar */

/* Begin Calendar */
#calendar .widgettitle{
	display:none;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar {
	empty-cells: show;
	width:190px;
	border-style:solid;
	border-color:#EFEEE3;
	border-width:1px 0 0 1px;
}
#wp-calendar td,#wp-calendar th {
	padding: 0;
	text-align: center;
	border-spacing:1px;
	border-right:1px solid #EFEEE3;
	border-bottom:1px solid #EFEEE3;
}
#wp-calendar th {
	background-color:#DFDDD9;
	color:#FFF;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


