/*
THEME NAME:    KYS_ueda_basic
THEME URI:     http://www.kys-lab.com/ueda/wpblog/
DESCRIPTION:   開発中です
AUTHOR:        広友社
AUTHOR URI:    http://kys-web.com/
Template:      twentyten
Version:       0.1.0
*/

@import url('../twentyten/style.css');

body {
  background: #A29F9A;
  font-family: Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  color: #5E534A;
}
/* for WinIE6 */
* html body
{
  font-size: 100%;
}

#wrapper {
  padding:0;
}

#header {
  width: 100%;
  margin:0;
  padding:10px 0 0 0;
  /* モダンブラウザ用clearfix */
  overflow: hidden;  zoom: 1;
}

#header #branding {
  margin: 0 0 0 25px;
}

#header #access {
  width: 100%;
  margin: 12px 0 0 0;
  border-top: solid 1px #637567;
}

#footer {

}


/* General */
* {
  margin: 0;
  padding: 0;
}

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

a:hover {
  color: #333333;
  text-decoration: underline;
}


/*----------------------
 * 色
 */
#wrapper
{
  background-color : #D8D3CA;
  -webkit-box-shadow: #212121 0 0 20px;
  -moz-box-shadow: #212121 0 0 20px;
  box-shadow: #212121 0 0 20px;
}

#header,
#access,
#footer
{
  background-color : #738A78;
}

#header {
  background-image: -moz-linear-gradient(top, #637567, #738A78); /* FF3.6 */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #738A78), color-stop(1, #81a8cb)); /* Saf4+, Chrome */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#738A78', endColorstr='#81a8cb'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#738A78', endColorstr='#81a8cb')"; /* IE8 */
}

/*--------------------
 * ロゴ
 */
#header #site-title
{
  float: none;
  margin-top : -20px;
  margin-bottom: -15px;
  
  font-family: Helvetica, Arial, sans-serif;
  font-size: 130px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -15px;
  line-height: 1;
}
#header #site-title>a>span {
  font-size: 70px;
  letter-spacing: -6px;
}

#header #site-title>a {
  color:#FFFFFF;
  text-decoration : none;
}

#header #site-description {
  float: none;
  width: 99%;
  margin: 0.3em 0 0 0;
  padding:0;
}

/*--------------------------
 * サイドバー
 */
ul.xoxo {
  font-size: 80%;
}
ul.xoxo li ul li {
  margin: 0 0 0.5em 0;
}

div#myTweet {
  width:168px;/* 180 - 12px */
  padding:0 6px;
  font-size : 11px;
}

div#myTweet ul.jta-tweet-list {
  margin:0;
}

div#myTweet li {  
  border-left : solid 3px #94e4e8;
  border-bottom : solid 1px #94e4e8;
}

/*--------------------------
 * 個別タグ
 */
.entry-content pre {
  width: 99%;
  overflow: auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.entry-title {
  padding: 0 0 0 4px;
  border-left: solid 16px #738A78;
  border-bottom: solid 1px #738A78;
  line-height:1.1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}



