/* 「女神の横顔」Goddess Profile Flavour rev.2
 *    for blosxom 2.0
 * Rev.0 - July 11th, 2005.
 * Rev.1 - July 28th, 2005.
 * Rev.2 - November, 2007.
 *----- (C) Ellinikonblue.com
 */
/*-----------------------------------------------
 * 各プラグインごとのスタイル
 *-----------------------------------------------*/
/* writebackplus/wikieditish プラグインでのシステムメッセージ用
 */
.message { /* div 要素とは限らない */
  font-weight: bold;

  color: #FF0000; background-color: inherit; /* 文字色：赤 */

  text-align: right;
}
/*-----------------------------------------------
 * writebackplus プラグイン
 */
#WRITEBACKPART {}

#WRITEBACKPART h3.alltrackbacks,
#WRITEBACKPART h3.allcomments,
#WRITEBACKPART h3.writecomment {
  color: #191970; background-color: transparent; /* 文字色：ミッドナイトブルー */
  background-image: url("/blosxom/lib/image/goddessprofile/SimpleBar.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;

  font-family: 'Times New Roman', georgia, serif;
  font-size: 90%;

  padding-left: 3em;
  margin-top: 1.5em; margin-bottom: .5em;
}

#WRITEBACKPART h4.title {
  font-family: 'Times New Roman', georgia, serif;
  font-size: 90%;

  color: #000000; background-color: inherit; /* 文字色：黒 */

  padding: .3em;

  border-top:   1px solid #4169E1; /* ロイヤルブルー */
  border-left: 10px solid #4169E1; /* ロイヤルブルー */
}

#WRITEBACKPART p.comment,
#WRITEBACKPART p.excerpt {
  font-size: 80%;

  padding-left: 1em;

  border-left:  10px solid #4169E1; /* ロイヤルブルー */
  border-right: 10px solid #4169E1; /* ロイヤルブルー */
}

#WRITEBACKPART p.meta {
  font-size: 90%;

  color: #808080; background-color: inherit; /* 文字色：灰色 */

  text-align: right;

  margin-top: 0px; margin-bottom: 3em;

  border-bottom: 1px solid #4169E1; /* ロイヤルブルー */
  border-right: 10px solid #4169E1; /* ロイヤルブルー */
}

#WRITEBACKPART p a {
  word-break: break-all;
}

#WRITEBACKPART p.url {
  margin: 1em;
}

#WRITEBACKPART form {
  margin-top: 1em;
}
/*------------------------------------------------
 * wikieditish プラグイン
 */
#WIKIEDITISHPART {
  font-family: 'Franklin Gothic Medium', Helvetica, sans-serif;
  font-size: 90%;

  clear: both;

  margin-left: 150px;
}

#WIKIEDITISHPART div.wikieditishpart {
  padding: .5em;
}

#WIKIEDITISHPART .meta {
  text-align: right;
}

/*-----------------------------------------------
 *calendar プラグイン 
 */
table.month-calendar {
  color: #808080; background-color: transparent; /* 文字色：灰色 */

  font-family: 'Times New Roman', georgia, serif;
  font-size: 90%;

  margin-left: auto; margin-right: auto;
}

caption.month-calendar-head {
  font-size: 120%;
  font-weight: bold;

  width: 100%;

  text-align: center;
}

table.month-calendar th {
  width: 14%;

  text-align: center;
}

table.month-calendar td {
  text-align: center;
}

table.month-calendar a {
  color: #808080; background-color: transparent; /* 文字色：灰色 */

  font-weight: bold;
}

table.month-calendar a:visited {
  color: #808080; background-color: transparent; /* 文字色：灰色 */
}

table.month-calendar a:hover {
  color: #808080; background-color: #87CEEB; /* 文字色：灰色 背景色：スカイブルー */
}

caption.month-calendar-head a {
  color: #191970; background-color: inherit; /* 文字色：ミッドナイトブルー */
}

caption.month-calendar-head a:visited {
  color: #191970; background-color: inherit; /* 文字色：ミッドナイトブルー */
}

caption.month-calendar-head a:hover {
  color: #191970; background-color: #87CEEB; /* 文字色：ミッドナイトブルー 背景色：スカイブルー */
}

.Sunday {
  color: #FF0000; background-color: inherit; /* 文字色：赤 */
}

.Saturday {
  color: #87CEEB; background-color: inherit; /* 文字色：スカイブルー */
}

td.Sunday a {
  color: #FF0000; background-color: inherit; /* 文字色：赤 */
}

td.Sunday a:visited {
  color: #FF0000; background-color: inherit; /* 文字色：赤 */
}

td.Sunday a:hover {
  color: #FF0000; background-color: #87CEEB; /* 文字色：赤 背景色：スカイブルー */
}

td.Saturday a {
  color: #87CEEB; background-color: inherit; /* 文字色：スカイブルー */
}

td.Saturday a:visited {
  color: #87CEEB; background-color: inherit; /* 文字色：スカイブルー */
}

td.Saturday a:hover {
  color: #FFFFFF; background-color: #87CEEB; /* 文字色：白 背景色：スカイブルー */
}
/*------------------------------------------------------------------------------
 * paging プラグイン
 */
#paging
{
  color: #000000; background-color: #191970; /* 文字色：黒 背景色：ミッドナイトブルー */
  background-image: url("/blosxom/lib/image/goddessprofile/pagingbg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;

  padding: 1.2em;
}

#paging em
{
  color: #FF0000; background-color: inherit; /* 文字色：赤 */

  font-size: 150%;
  font-style: normal;
  font-weight: bold;

  text-decoration: none;
}

#paging a
{
  font-weight: bold;

  color: #191970; background-color: inherit; /* 文字色：ミッドナイトブルー */

  text-decoration: none;
}

#paging a:visited
{
  color: #800000; background-color: inherit; /* 文字色：マルーン */
}

#paging a:hover
{
  color: #FF0000; background-color: inherit; /* 文字色：赤 */

  text-decoration: underline;
}

/*------------------------------------------------------------------------------
 * asin_simple プラグイン
 * (Ellinikonblue.com Original Plugin)
 */
div.asinSimple {
  text-align: center;

  margin-top: .5em; margin-bottom: .5em;
}

div.asinSimple table {
  width: 400px;

  margin-left: auto; margin-right: auto;
}

div.asinSimple th {
  width: 150px;

  text-align: conter;
  vertical-align: middle;
}

div.asinSimple td {
  font-size: 80%;

  color: #808080; background-color: transparent; /* 文字色：灰色 */

  text-align: left;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
 * bsnap_hs/tx プラグイン
 * (Ellinikonblue.com Original Plugin)
 */

div.snaphs {
  text-align: center;
}

div.snaptx {
  text-align: center;
}

div.snaphs img
{
  background-color: #FFFFFF; /* 白 */

  padding: 10px;

  border-left:   1px solid #808080; /* グレー */
  border-right:  2px solid #000000; /* 黒 */
  border-top:    1px solid #808080; /* グレー */
  border-bottom: 2px solid #000000; /* 黒 */
}

/*------------------------------------------------------------------------------
 * snap_in プラグイン（ snapimg プラグイン互換）
 * (Ellinikonblue.com Original Plugin)
 */
div.snapimg {
  text-align: center;
}

div.snapimg img {
  background-color: #FFFFFF; /* 背景色：白 */

  border-left:   1px solid #808080; /* 灰色 */
  border-right:  2px solid #000000; /* 黒 */
  border-top:    1px solid #808080; /* 灰色 */
  border-bottom: 2px solid #000000; /* 黒 */

  margin: .3em;
  padding: 10px;
}

div.snaphtml {}
