/*
Title: Darkness-pop
Revision: $Revision: 1.11 $
Author: Nana
Access: <clores@estyle.ne.jp>
License: GPL
Comment: support major plugin.

	Copyright 2003 (C) by Nana <clores@estyle.ne.jp>
	validated by W3C.
	Original theme is sodapop by kadu <http://www.bb.wakwak.com/~akk/kadu/>
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: #000;
	color: #e6e6fa;
	margin-left: 4em;
	margin-right: 4em;
}

/*
  ページトップにある操作ボタンの並ぶ行の設定
  */
div.adminmenu {
	text-align: right;
	font-size: 90%;
}

/*
  ページトップにある操作ボタン自体の設定
  */
span.adminmenu {
	padding: 3px;
}

/*
  日記タイトルの設定
  */
h1 {
	text-align: left;
	font-size: 160%;
}

/*
  カレンダーの設定
  */
div.calendar {
	background-image: url(darkness-pop_calendar.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	width: 350px;
	height: 40px;
	color:#555;
	text-align: left;
	font-size: 90%;
	padding-top: 5px;
	padding-left: 1.5em;
}
/*
  1日の日記全体を囲む枠の設定
  */
div.day {
	border: 1px solid #999;
	margin-bottom: 2em;
}

/*
  タイトル行全体の設定
  */
h2 {
	background-color: #AFC0DF;
	font-size: 110%;
	margin: 0px;
	padding: 0.2em;
	padding-left: 5px;
	border-bottom: 1px solid #999;
}

/*
  日付の設定
  */
h2 span.date {
	margin-right: 2em;
	font-size: 15px;
	text-align: right;
	font-size: 120%;
}

/*
  タイトルの設定
  */
h2 span.title {
	color: #e6e6fa;
}

/*
  タイトルを除いた1日の日記本文全体の設定
  */
div.body {
	padding: 5px;
	margin: 0.5em 1em 0.5em 1em;
}

/*
  サブタイトルの設定
  */
h3 {
	color: #DDA0DD;
	font-size: 110%;
	margin: 0em;
	font-weight: bold;
	border-bottom: 1px solid #555;
}

/*
  日記の本文(段落)の設定
  */
div.section p {
	margin-top: 0.5em;
	margin-bottom: 0.7em;
	line-height: 1.4em;
}

/*
  ツッコミ欄全体の設定
  */
div.comment {
	text-align: left;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	margin-left: 12px;
	margin-right: 12px;
	color: #B0E0E6;
}

/*
  ツッコミ欄タイトル行の設定
  */
div.comment div.caption {
	border-style: solid;
	border-color: #555;
	border-width: 0px 0px 1px 0px;
	font-size: 90%;
}

/*
  リンク元リスト(短い方)の設定
  */
div.referer {
	text-align: right;
	font-size: 90%;
	padding: 2px;
	padding-bottom: 1px;
	margin-left: 24px;
	margin-right: 12px;
}

/*
  リンク元リスト(全体一覧)の設定
  */
div.refererlist {
	font-size: 90%;
	background-color: transparent;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	margin-left: 24px;
	margin-right: 12px;
}

/*
  リンク元リストタイトルの設定
  */
div.refererlist div.caption {
	border-style: solid;
	border-color: #555;
	border-width: 0px 0px 1px 0px;
	font-size: 90%;
}

/*
  リンク元リスト一覧の設定
  */
div.refererlist ul {
	margin-top: 0em;
	line-height: 120%;
}

/*
  罫線の設定
  */
hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #ddd;
}

/*
  日々の日記のセパレータに使われる罫線の設定
  */
hr.sep {
	display: none;
}

/*
  フッタの設定
  */
div.footer {
	text-align: right;
}

/*
  フォーム全体を囲む枠の設定
  */
div.form {
	background-color: transparent;
	border-style: solid;
	border-color: #999;
	border-width: 1px 0px 1px 0px;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
}

/*
  入力フィールドの設定
  */
input.field {
	background-color: white;
}

/*
  複数行入力フィールドの設定
  */
textarea {
	background-color: white;
	margin-left: 1em;
}

/*
  エラーメッセージ表示の設定
  */
p.message {
	text-align: center;
	font-size: large;
	background-color: red;
	color: white;
	padding: 8px;
}

pre {
	background-image: url(darkness-pop_pre.png);
	background-color: #fff;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 3px 1px 3px;
	color: #4169e1;
	margin-left: 1em;
	margin-right: 1em;
	padding: 8px 8px 8px 8px;
}

/*
  項目リストの設定
  */
div.body dl {
	margin-left: 2em;
}

div.body dt {
	margin-bottom: 0.2em;
	font-weight: bold;
}

div.body dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

a:link, a:visited {
	color: #84C1FF;
	text-decoration: none;
	border-style: none;
	border-width: 1px;
}

a:active {
	text-decoration: none;
	border-width: 1px;
	color: #e6e6fa;
}

a:hover, a:focus {
	color: #9435B4;
}
p.strong {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

h2 span.date a:link, h2 span.date a:visited {
	color: #fff;
	text-decoration: none;
}

h2 span.date a:hover, h2 span.date a:focus {
	color: #24f;
	text-decoration: none;
}

.sumi{
	color: #e6e6fa;
}

.memo{
	background-color: #ffe4e1;
	color: #000;
}

div.body blockquote {
	background-image: URL(darkness-pop_blockquote.png);
	color: #000;
	border-style: solid;
	border-color: #ccc;
	border-width: 3px 1px 3px 1px;
	padding: 5px;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
        font-size: 90%;
        margin-left: 0.5em;
}

span.commentator {
        font-weight: bold;
}

div.commentshort p {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        line-height: 1.2em;
}

/*
ツッコミ本体
*/
div.commentbody {
        font-size: 90%;
        margin: 0.5em;
        line-height: 1.2em;
}

/*
ツッコミした人の情報
*/
div.commentator {
        border-style: solid;
        border-color: #555;
        border-width: 0px 0px 1px 0px;
        line-height: 1.5em;
}

/*
ツッコミ本文
*/
div.commentbody p {
        margin: 0.5em;
        margin-left: 2em;
}

/*
フォームの設定
*/
div.form form {
        margin: 0em 0em 0em 2em;
}

div.form div.caption {
        font-size: 90%;
        border-style: solid;
        border-color: #555;
        border-width: 0px 0px 1px 0px;
        margin: 0.5em;
}

div.form form.comment {
        font-size: 90%;
}

div.field {
        display: inline;
        margin-right: 2em;
}

form.comment input {
        background-color: white;
        margin-left: 1em;
}

div.textarea {
        display: block;
        vertical-align: top;
}

form.comment textarea {
        display: block;
        background-color: white;
        margin-left: 3em;
        width: 30em;
        height: 5em;
}

div.button {
        display: block;
        margin-left: 3em;
}

/*
更新フォーム
*/
form.update {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
        background-color: white;
}

form.update span.field {
        display: inline;
        margin-left: 0em;
        margin-right: 0.5em;
}

form.update div.field.title {
        display: block;
        margin-top: 1em;
}

form.update div.field.title input {
        margin-left: 0.5em;
}

form.update div.textarea {
        display: block;
        margin-top: 1em;
}

form.update textarea {
        display: block;
        margin-left: 3em;
        margin-bottom: 1em;
        width: 35em;
        height: 15em;
}

form.update span.checkbox.hidediary {
        margin-left: 1em;
}

/*
ツッコミ状態変更フォーム
*/
div.comment form {
        margin-top: 0em;
}

/*
 いくつかのメジャーなプラグイン対応
 */

/* calendar2 */
table.calendar {
	font-size: 90%;
	border:1px solid #999;
}

table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
}

table.calendar td.calendar-prev-month, table.calendar
td.calendar-current-month, table.calendar td.calendar-next-month {
	text-align: center;
}

/* recent_list */
p.recentitem {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

div.recentsubtitles {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
	text-align: left;
}

/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size: 90%;
}

div.footnote {
	font-size: 90%;
	border-top: solid 1px #999;
	margin: 0px 3em;
}

p.footnote {
	margin: 0.2em;
	padding: 0em;
}

/*
サイドバー関連
*/
/*
div.main {
	margin-left: 20%;
}

div.sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20%;
	padding: 2px 2px 100% 2px;
	border-style: solid;
	border-color: #999;
	border-width: 0px 2px 2px 0px;
	padding-top: 0.5em;
}

div.sidebar p {
	line-height: 120%;
	text-align: center;
	border-style: solid;
	border-color: #fff;
	border-width: 0px 0px 1px 0px;
	margin: 2px 4px 2px 4px;
}
*/
/*
引用ソースの表示
*/
p.source{
	margin-right: 1.5em;
        margin-top: 0px;
	text-align: right;
	font-size:90%;
        line-height: 24px;
        font-style: italic;
}

/* calendar3 */
.calendar-popup {
        display: none;
        position: absolute;
	padding: 0 1ex 0 1ex;
	text-align: left;
}
