/*
	whiteout.css: Whiteout Style Sheet of tDiary
	Copyright(C) NT <http://246ra.ath.cx/~takasi/index.html>
	validated by W3C.
	Title: Whiteout
	Rivision: $Revision: 1.4 $ 
	Author: NT
	Access: nt@24i.net
	License: GPL
	Comment: タイトルしか見えないテーマ
 */

/*
link の設定
*/
a:link, a:visited {
        color: #fff;
  	text-decoration: none;
        border-style: none;
        border-width: 1px;
}

a:active {
        text-decoration: none;
        border-width:2px;
}

a:hover, a:focus {
        color: #fff;
        background-color: #fff;
        border-style: none;
        border-width: 1px;
}

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

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

/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	background-color: #fff;
	color: #fff;
	border-style: solid;
	border-color: #fff #fff #fff #fff;
	border-width: 1px;
	padding: 3px;
}

/*
日記タイトルの設定
*/
h1 {
	text-align: center;
	color: #000;
}

/*
カレンダーの設定
*/
div.calendar {
	background-color: #fff;
	color: #fff;
	border-style: solid;
	border-color: #fff #fff #fff #fff;
	border-width: 1px;
	padding: 2px;
	margin-bottom: 0.5em;
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	background-color: #fff;
	color: #fff;
	border-style: solid;
	border-color: #fff #fff #fff #fff;
	border-width: 1px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

/*
タイトル行全体の設定
*/
h2 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

/*
日付の設定
*/
h2 span.date {
	font-size: large;
	margin-left: 0.5em;
}

/*
タイトルの設定
*/
h2 span.title {
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	background-color: #fff;
	color: #fff;
	padding: 2px;
	padding-bottom: 1px;
	margin-left: 2em;
	margin-right: 1em;
}

/*
サブタイトルの設定
*/
h3 {
	font-size: 100%;
	margin: 0em;
	font-weight: bold;
}

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

/*
ツッコミ欄全体の設定
*/
div.comment {
	font-size: small;
	background-color: #fff;
	color: #fff;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	margin-left: 2em;
	margin-right: 1em;
}

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

/*
リンク元リスト(短い方)の設定
*/
div.referer {
	text-align: right;
	font-size: small;
	background-color: #fff;
	color: #fff;
	padding: 2px;
	padding-bottom: 1px;
	margin-left: 2em;
	margin-right: 1em;
}

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

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

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

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

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

/*
フッタの設定
*/
div.footer {
	background-color: #fff;
	color: #000;
	font-size: small;
	text-align: right;
	margin-top: 0px;
}

div.footer a:link, div.footer a:visited {
        color: #000;
  	text-decoration: none;
        border-style: none;
        border-width: 1px;
}

div.footer a:active {
        text-decoration: none;
        border-width:2px;
}

div.footer a:hover, div.footer a:focus {
        color: red;
        background-color: #fff;
        border-style: none;
        border-width: 1px;
}

/*
フォーム全体を囲む枠の設定
*/
div.form {
	background-color: #fff;
	color: #fff;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0.5em 1em 0.5em 2em;
}

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

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

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

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	background-color: #fff;
	color: #fff;
	margin-left: 2em;
	margin-right: 1em;
	padding: 8px 8px 8px 8px;
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	border-style: solid;
	border-color: #fff;
	border-width: 2px;
	margin-left: 3em;
	margin-right: 3em;
	padding: 4px 4px 4px 4px;
}

/*
項目リストの設定
*/
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;
}

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

/* calendar2 */
table.calendar {
	font-size: x-small;
	line-height: 100%;
	border-width: 0px;
}

table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
	margin: 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: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

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

div.footnote {
	border-style: solid;
	border-color: #fff;
	border-width: 1px 0px 0px 0px;
	margin-left: 3em;
	font-size: small;
}

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

/*
ツッコミした人の名前の設定
*/
span.commentator {
}

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

/*
ツッコミ本体
*/
div.commentbody {
        margin: 0.5em;
        line-height: 1.0em;
}

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

/*
ツッコミ本文
*/
div.commentbody p {
        margin: 0em;
	line-height: 1.3em;
}

/*
フォームの設定
*/
div.form div.caption {
        border-style: solid;
        border-color: #fff;
        border-width: 0px 0px 1px 0px;
        margin: 0.5em;
}

div.form form.comment {

}

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

form.comment input {
        background-color: #fff;
        color: #000;
        margin-left: 1em;
}

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

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

div.button {
        display: block;
}

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

form.update input, form.update textarea, form.commentstat input {
        background-color: #fff;
        color: #000;
}

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;
}
