@charset "utf-8";
@import url("../../../../css/style.css");
/*
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

*/



/* global */
body {
  line-height: 150%;
}

p {
  margin-top: 1.4em;
}

h1 {
  font-size:65px;
  letter-spacing: -0.1em;
  font-family: "Century Gothic";
  color: #3f3f3f;
  clear:both;
  vertical-align: middle;
}

h1 img,
h1 a {
  vertical-align: middle;
}

h2 {
  font-size: 40px;
  line-height: 120%;
  font-family: "Trebuchet MS", "メイリオ";
}

h2 a {
}
h2 a:hover {
  text-decoration: none;
}


blockquote {
  border: solid 1px #ccc;
  background: #f0f0f0;
  padding: 10px;
}

blockquote p {
  margin: 0;
}


/* layout , override from global style of nequal  */

#header {
margin-bottom: 25px;
}
#page {
  min-width: 800px;
}

#content {
  padding: 0 10px;
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
  width: 68%;
}

#page .widecolumn {
  width: 90%;
}

#sidebar {
  float: left;
  width: 28%;
}

#sidebar h2 {
  font-size: 18px;
  margin-left: 0;
}

#content ul ,
#sidebar ul {
  margin: 0;
  padding-left: 5px;
}

#content ul {
  margin-top: 20px;
}
#content ul ul{
  margin-top: 0;
}

.entry {
  padding: 10px;
  border: solid 1px #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -opera-border-radius: 4px;
}

.entry div {
  margin-left: 15px;
}

.post {
  margin-bottom: 30px;
}

.postmetadata {
  border: solid 1px #ccc;
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -opera-border-radius: 4px;
}

.time {
  text-align: right;
  font-size: small;
}
