/***** general text settings *****/

body{
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #111;
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  color: #F77;
}


/***** global layout *****/

body, div, p, h1, h2, h3, ul, ol, dl{
  margin: 0px;
  padding: 0px;
}

body{
  text-align: center;
  background: silver;
}

div#globalheader-container,
div#blog-title-inner,
div#top-editarea,
div#top-box,
div#wrapper,
div#box2-inner,
div#footer-inner{
  width: 700px;
  margin: 0px auto;
  text-align: left;
}

div#globalheader-container{
  height: 40px;
  background: #222;
}

div#blog-title-inner{
  height: 130px;
  background: #3673a5;
}

div#top-editarea,
div#top-box,
div#wrapper{
  background: white;
}

div#top-editarea{
  height: 50px;
}

div#wrapper{
  border-radius: 0px 0px 7px 7px;
}


/***** header *****/

div#globalheader-container{
  color: gray;
}

h1#title{
  text-indent: 30px;
  line-height: 130px;
  font-weight: lighter;
  letter-spacing: 7px;
  font-size: 30px;
  color: #EEE;
}

h2#blog-description{
  display: none;
}

ul#header-menu li{
  float: right;
  list-style:none;
  margin: 5px;
  padding: 0px;
}

ul#header-menu li a{
  display: block;
  overflow: hidden;
  width: 72px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  color: gray;
  background-color: whitesmoke;
  border-radius: 5px;
}

ul#header-menu li a:hover{
  color: white;
  font-weight: bold;
  background-color: #3673a5;
}


/***** main *****/

div#wrapper{
  padding: 20px 0px;
}

div.entry-inner{
  margin: 0px 50px 100px 50px;
}

div.date{
  margin: 20px -20px;
  color: silver;
  font-family: 'Trebuchet MS';
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
}

h1.entry-title{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

div.categories{
  color: gray;
  font-size: 12px;
}

div.entry-header-menu{
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: white;
  padding: 5px;
}

p.entry-footer-section{
  text-align: right;
  color: gray;
  font-size: 11px;
  line-height: 40px;
}

div.pc-afc-block{
  width: 300px;
  margin: 20px 0px;
  padding: 5px;
  font-size: 11px;
  line-height: 11px;
  color: #555;
  background-color: whitesmoke;
  border-radius: 5px;
}

div.customized-footer{
  text-align: right;
}

div.pager{
  text-align: center;
}

div.pager a{
  display: block;
  margin: 5px auto;
  width: 100px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  color: gray;
  background-color: whitesmoke;
  border-radius: 5px;
}

div.pager a:hover{
  color: white;
  font-weight: bold;
  background-color: #3673a5;
}

div.entry-content h3{
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
}

div.entry-content blockquote{
  background-color: #DDD;
  margin: 10px 30px;
  padding: 10px;
}

div.entry-content ul,
div.entry-content ol{
  margin: 10px 30px;
}


/***** footer *****/

div.hatena-module{
  float: left;
  width: 200px;
  margin: 20px 16px;
  text-align: left;
  text-indent: 10px;
}

div.hatena-module-title{
  width: 100%;
  color: black;
  text-align: center;
  font-weight: bold;
  background-color: #AAA;
  border-radius: 5px;
  margin-bottom: 10px;
}

div#footer-inner{
  clear: both;
  text-align: center;
  padding-top: 20px;
}


/***** archive section *****/

div.archive-entries{
  margin: 0px 30px;
}

section.archive-entry{
  margin: 10px 0px;
}

div.archive-entries div.date{
  margin: 0px;
  color: gray;
  font-family: 'Trebuchet MS';
  font-weight: normal;
  font-size: 11.5px;
  letter-spacing: 0px;
}

div.archive-entries h1{
  margin: 0px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

div.archive-entries div.categories a{
  font-size: 12px;
  color: gray;
  border: solid 1px silver;
  padding: 1px;
  margin-right: 3px;
}

div.archive-entries div.categories a:hover{
  background-color: silver;
}

div.archive-entries p.entry-description{
  margin: 0px 10px;
  padding: 7px;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #333;
  background-color: #eee;
}

div.archive-entries span.social-buttons{
  display: block;
  margin: 0px;
  text-align: right;
}

