@charset "UTF-8";
/* ************************************** _
タイトル：ayato.css
概要：アヤトブログ専用CSSファイル
_ ************************************** */
/* body ID
---------------------------------------------------------------------------- */
body {
  background: #fffff0;
}
#container #container-inner #content,
#container #container-inner #content #content-inner {
  float: left;
}
#footer {
  clear: left;
}
#container #container-inner {
  background: transparent;
}
#container #header {
  background: none;
  border: none;
}
#container #header #header-content {
  width: auto;
  height: auto;
  margin: 0;
}
#container #header #header-name {
  margin-bottom: 0;
}
#container #header-inner, #content-inner, #footer-inner, .asset-body {
  height: auto;
}
#container #header #header-description,
#container #header a {
  color: #ffffff;
}
.layout-wtt #content-inner {
  background: transparent url(http://www.donorsnet.jp/blog/common/images/content-wtt.gif) right top repeat-y;
}
.layout-wtt #alpha {
  left: 190px;
}
.layout-wtt #gamma {
  right: 750px;
}
#footer,
.widget-header {
  background: #ff6633;
}
#footer-content {
  margin: 0;
  padding: 20px 0;
}
#footer .widget {
  margin: 0;
}
.widget .widget-header {
  border: none;
}
#container #content a,
.asset-header h1,
#trackbacks h2 {
  color: #ff6633;
}
.asset-meta {
  border-top:1px dashed #ff6633;
  text-align: right;
}
.archive-title {
  color: #333333;
  font-size: 125%;
}
.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
  color: #ff6633;
  font-size: 125%;
  margin-bottom: 30px;
}
.asset-header .date {
  margin-left: 2px;
  margin-bottom: 2px;
  font-size: 115%;
  color: #ff5a5a;
}
#search {
  width: 115px;
}
/* IE6 */
* html body #search {
  width: 100px;
}
/* IE7 */
*:first-child+html #search {
  width: 100px;
}
/* リンク
--------------------------------------------------------------------------------------*/
.widget-link-banner .widget-content li {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
}
/* カレンダー
--------------------------------------------------------------------------------------*/
#calendar table {
  width: 100%;
  text-align: center;
}
#calendar .widget-header {
  text-align: center;
}
#container #content #calendar .widget-header a {
  color: #ffffff;
}
/* 最近のブログ記事
--------------------------------------------------------------------------------------*/
.widget-recent-entries dl dd {
  margin-bottom: 5px;
}
