/*
Title: Easy
Revision: $Revision: 1.8 $
Author: abbey
Access: http://cello.no-ip.org/
License: GPL
Comment: お気楽に作成したテーマ<br>4/15 calendar2とtitle_list対応

        easy.css Easy Style Sheet of tDiary 
        created by abbey <http://cello.no-ip.org/>
        Modified by Nana
        Validated by W3C.
*/
/* ChangeLog
2002-10-18 NT <nt@24i.net>
        * remove some "color:".

2002-09-15 NT <nt@24i.net>
        * convert for 1.5 series.

2002-04-15 abbey <inlet@cello.no-ip.org>
	* add plugin's style.
	calender2, recent_list, search_form
	dropdown_calender

2002-04-05 TADA Tadashi <sho@spc.gr.jp>
	* add spec.
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	color: #4b0082; /* indigo */
	background-color: #fffafa; /*snow */
}

a:link {
	color: #66c;
	background-color: snow;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #099;
	background-color: snow;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #660;
	background-color: snow;
	text-decoration: none;
}

a:hover, a:focus {
	color: #ffd700; /* gold */
	background-color: snow;
	text-decoration: none;
	text-decoration: underline;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/

div.adminmenu {
	font-size: small;
	text-align: right;
}

p.message {
	color: white;
	background-color: black;
	font-size: small;
	text-align: center;
	padding: 8px;
}
/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	color: #4b0082; /* indigo */
	background-color: #f5f5f5; /* whitesmoke */
	font-size: small;
	padding: 2px;
}
/*
日記タイトルの設定
*/
h1 {
	font-size: small;
	text-align: right;
	border-style: solid double;
	border-color: slategray;
	border-width: 1px 10px 0px 0px;
	padding: 5px 10px 5px 10px;
}
/*
カレンダーの設定
*/
div.calendar {
	margin-bottom: 0.5em;
	border-style: none;
	border-color: darkslategray #eee #eee darkslategray;
	border-width: 1px;
	padding: 2px;
}
/*
1日の日記全体を囲む枠の設定
*/
div.day {
	text-align: left;
	margin: 3em 10% 3em 10%;
	padding: 0px 10px 0px 10px;
	clear: both;
}
/*
タイトル行全体の設定
*/
h2 {
	text-align: right;
	margin: 0.5em auto 0em 0em;
	border-style: solid double;
	border-color: slategray;
	border-width: 1px 15px 0px 0px;
	padding: 10px 10px 10px 0px;
}
/*
日付の設定
*/
h2 span.date {
	color: #4b0082; /* indigo */
	background-color: #f5f5f5; /* whitesmoke */	
	text-align: center;

}
/*
タイトルの設定
*/
h2 span.title {
}
/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	text-align: left;
	margin: 0px auto 0px auto;
	border-style: solid;
	border-color: slategray;
	border-width: 0px 0px 1px 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

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

/*
サブタイトルの設定
*/
h3 {
	color: #7b68ee; /* mediumslateblue */
	background-color: snow;
	font-size: 100%;
	font-weight: bold;
	margin: 0em;
}

p.strong {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
pre {
	color: #2f4f4f; /* darkslategray */
	background-color: #b0e0e6; /* powderblue */
	margin-left: 2em;
	font-size: 80%;
	margin-right: 3em;
	padding: 8px;
	line-height: 1.3;
}
/*
ツッコミ欄全体の設定
*/
div.comment {
	text-align: left;
	font-size: 80%;
	margin: auto 5px;
	border-style: solid;
	border-color: slategray;
	border-width: 0px 0px 1px 0px;
	padding-left: 0.5em;
	clear: both;
}
/*
ツッコミ欄タイトル行の設定
*/
div.comment div.caption {
	border-style: solid;
	border-color: slategray;
	border-width: 0px 0px 1px 0px;
}

/*
ツッコミした人の名前の設定
*/

p.comment {
	text-align: left;
}
/*
リンク元リストタイトルの設定
*/
div.refererlist div.caption {
	color: #4b0082;/* indigo */
	background-color: #f5f5f5; /* whitesmoke */
	text-align: left;
	border-style: solid;
	border-color: slategray;
	border-width: 1px;
	padding: 2px;
}
/*
リンク元リスト(短い方)の設定
*/
div.referer {
	text-align: right;
	margin-left: 24px;
	margin-right: 12px;
	padding: 2px;
	padding-bottom: 1px;
}
/*
リンク元リスト(全体一覧)の設定
*/
div.refererlist {
	color: gray;
	background-color: snow;
	text-align: right;
	margin-top: 1em;
	border-style: solid;
	border-color: black;
	border-width: 3px 0px 0px 0px;
	padding-bottom: 1px;
}
/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	text-align: left;
	margin-top: 0em;
}
/*
罫線の設定
*/
hr {
	border-style: dotted;
	border-color: #4682b4; /* steelblue */
	border-width: 1px;
}
/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}

/*
フッタの設定
*/
div.footer {
	font-size: small;
	text-align: right;
	border-style: solid double;
	border-color: slategray;
	border-width: 0px 0px 1px 10px;
	clear: both;
}
/*
フォーム全体を囲む枠の設定
*/
div.form {
	color: #4682b4; /* steelblue */
	background-color: #f5f5f5; /* whitesmoke */
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 1em;
}


input.field {
	color: #4682b4; /* steelblue */
	background-color: white;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
}

textarea {
	color:#4682b4; /* steelblue */
	background-color: white;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
}
/*
項目リストの設定
*/
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;
}

/* 
for plugin 
*/

/* footnote */
span.footnote {
	color: #4b0082;
	font-size: 60%;
	background-color: #f5f5f5;
}
div.footnote {
	color: #4b0082;
	background-color: #f5f5f5;
}
p.footnote {
	font-size: 80%;
}

/* calendar2 */
table.calendar {
	font-size: x-small;
	line-height: 100%;
	border-width: 0px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
	background-color: #f5f5f5; /* whitesmoke */
	border-color: #4682b4; /* steelblue */
	color: #4b0082; /* indigo */
}

td.calendar-current-month {
	font-size: x-small;
	text-align: center;
}

td.calendar-next-month {
	font-size: x-small;
	text-align: right;
}

td.calendar-prev-month {
	font-size: x-small;
	text-align: left;
}

td.calendar-sunday {
	color: red;
	background-color: #fbb;
	font-size: xx-small;
	text-align: center;
}

td.calendar-saturday {
	color: blue;
	background-color: #bbf;
	font-size: xx-small;
	text-align: center;
}

td.calendar-weekday {
	color: #000000;
	background-color: #ddd;
	font-size: xx-small;
	text-align: center;
}

td.calendar-day {
	font-size: xx-small;
	text-align: right;
}

/* recent_list, title_list */
p.recentitem {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.recentsubtitles {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* dropdown_calender */
select {
	color: #4682b4; /* steelblue */
	background-color: #f5f5f5;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
}
input {
	color: #4682b4; /* steelblue */
	background-color: #f5f5f5;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
}
/* search_form */
input.search {
	color: #4682b4; /* steelblue */
	background-color: #fff;
 	border-color: gray;
	border-style: solid;
	border-width: 1px;
	font-size: x-small;
}

/*
ツッコミ省略版本文
*/
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: slategray;
        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: slategray;
        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;
}
