/*
Title: dog
Author: peco
Access: <http://pe.cot.jp/tdiary/>
License: GPL
Comment: 犬アンカー

Copyright 2002 (C) by peco <peco@momo.so-net.ne.jp>
validated by W3C.
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background: #000033 url(dog_back.png) repeat fixed;
	color: #ffffff;
	margin: 1em 5em;
}

/*
リンク文字列に関する設定
*/
a:link {
	background: transparent;
	color: #b8860b;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #b0e0e6;
	text-decoration: none;
}

a:active {
	background: transparent;
	color: #c0c0c0;
	text-decoration: none;
}

a:hover, a:focus {
	background: transparent;
	color: #c0c0c0;
}

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

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

/*
カレンダーの設定
*/
div.calendar {
	background: transparent;
	color: #ffffff;
	text-align: left;
	font-size: 100%;
}
div.calendar div.year {
}
/*
日記タイトルの設定
*/
h1 {
	background: transparent;
	color: #ffffff;
	text-align: center;
	font-size: 200%;
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	background: #000033;
	color: #ffffff ;
	text-align: left;
	margin: 2em 0em;
	border-style: solid;
	border-color: #bbb #666 #666 #bbb;
	border-width: 1px;
}

/*
タイトル行全体の設定
*/
h2 {
	background: #000033;
	color: #ffffff;
	font-size: 100%;
	margin: 1em;
	padding: 0em;
}

/*
日付の設定
*/
h2 span.date {
}

/*
タイトルの設定
*/
h2 span.title {
	padding-left: 1em;
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	background:#ffffff;
	color:#000033;
	text-align: left;
	margin: 1em;
	padding: 1em;
	border-style: solid;
	border-color: #bbb #666 #666 #bbb;
	border-width: 1px;
}

/*
サブタイトルを含むセクションの設定
*/
div.section {
	background:#ffffff;
	color:#000033;
	margin: 2em 1em;
}

/*
サブタイトルの設定
*/
h3 {
	background: #ffffff;
	color: #000033;
	padding: 20px 0px 3px 0px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 100%;
	border-bottom: #dc143c dashed 1px;
}

/*
イメージアンカーの設定
ただしDefaultテーマではイメージアンカーは使っていないのでコメントにしてある
指定のコツは以下の通り
  - span.sanchorはセクションアンカー、span.canchorはツッコミアンカー
  - background-imageにアンカー画像を指定
  - paddingのtop(最初)とright(2番目)に画像の縦横サイズを指定
  - colorに背景色と同じ色を指定(文字を見えなくするため)
*/

div.day span.sanchor {
	background-color: transparent;
	color: #ffffff;
	background-image: url(dog_sanchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 36px 36px 0px 0px;
	font-size: 1px;
}


div.day span.canchor {
	background-color: transparent;
	color: #fff;
	background-image: url(dog_canchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 24px 24px 0px 0px;
	font-size: 1px;
}

/*
日記の本文(段落)の設定
*/
div.section p {
	line-height: 1.5em;
	padding: 0em 1em;
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	background: transparent;
	color: #b8860b;
	text-align: left;
	margin-left: 40px;
	padding: 0.5em 0em;
	border-bottom: solid #c0c0c0 1px;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	background:#ffffff;
	color: #000033;
	font-size: 100%;
	text-align: left;
	margin: 1em;
	padding: 1em;
	line-height: 1.5em;
	border-style: solid;
	border-color: #bbb #666 #666 #bbb;
	border-width: 1px;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
	font-size: 100%;
	margin-left: 1em;
	padding-top: 5px;
}

div.commentshort p {
	margin:0.2em 1em;
	font-size: 100%;
	line-height: 24px;
	
}

/*
ツッコミ本体
*/
div.commentbody {
	margin: 2px 8px;
}

/*
ツッコミした人の情報
*/
span.commentator {
	font-weight: bold;
	padding-top: 5px;
}

/*
ツッコミ本文
*/
div.commentbody p {
	background: transparent;
	color: #000033 ;
	margin: 0.5em 2em;
}

/*
フォーム全体を囲む枠の設定
*/
div.form {
	text-align: left;
	padding: 4px;
	margin: 0em;
}

div.form div.caption {
	background-color: #000033;
	color: #ffffff;
	padding: 1em;
	border: solid #000 1px;
	margin-bottom: 0.5em;
}

div.form div.caption a{
	display: block;
	padding: 2px;
	border-style: solid;
	border-color: #fff #aaa #aaa #fff;
	border-width: 1px;
}

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

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

div.field {
	display: inline;
}
form.comment input {
	background-color: #ffffff;
	color: #000;
	margin-left: 1em;
}

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

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

div.button {
	display: block;
}

/*
リンク元リスト(Month/Latestモード)の設定
*/
div.referer {
	background: #000033;
	color: #ffffff;
	text-align: right;
	font-size: 90%;
	margin: 0.5em;
	padding: 0.5em;
}

/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
	background: transparent;
	color: #ffffff;
	font-size: 90%;
	margin: 0.5em;
	padding: 0.5em;
}

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

/*
罫線の設定
*/
hr {
	border-style: none;
}

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

/*
フッタの設定
*/
div.footer {
	background: transparent;
	color:#ffffff;
	font-size: 100%;
	text-align: right;
}

/*
更新フォーム
*/
div.day.update {
	background-color: #000033;
	color: #ffffff;
}

div.day.update div.form div.caption {
	background-color: transparent;
	margin: 0px;
	border-style: none;
	padding-left: 20px;
}

div.day.update div.form {
	padding: 0px;
}

form.update div {
	padding: 0px;
	margin: 0px 1px;
}

form.update input, form.update textarea, form.commentstat input {
	background-color: #ffffff;
	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: 30em;
	height: 15em;
}

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

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

div.day.conf h2 span.title {
	display: block;
	text-align: left;
	padding-left: 70px;
}

div.day.conf div.body {
	padding: 8px;
}
div.conf.day textarea {
	display: block;
	margin-bottom: 1em;
	width: 30em;
	height: 15em;
}
/*
エラーメッセージ表示の設定
*/
p.message {
	text-align: center;
	font-size: medium;
	background-color: #fff;
	color: #888;
	width: 66%;
	padding: 8px;
}

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	background: #000033 url(dog_back.png);
	color: #ffffff ;
	margin-left: 2em;
	margin-right: 1em;
	padding: 1em;
	border: #dc143c dashed 1px;
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	background: #003333 url(dog_back.png);
	color: #ffffcc;
	margin-left: 2em;
	padding: 1em;
	border: #dc143c dashed 1px;
}
div.body blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}
/*
引用ソースの表示
*/
p.source{
	margin-top: 0em;
	margin-right: 1.5em;
	text-align: right;
	font-size:90%;
}
/*
箇条書きの設定
*/
div.body ul, div.body ol {
	margin-left: 4em;
	margin-right: 3em;
}

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

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

div.body dd {
	margin: 0em 3em 0.5em 1em;
}

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

/* 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: 0.5em;
	padding-bottom: 0px;
}
/* calendar2 */
table.calendar {
	font-size: x-small;
	line-height: 1.1em;
	margin: 2px auto;
}

table.calendar td {
	text-align: right;
}

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

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

div.body div.footnote {
	background: #eeeeee;
	color: #000033;
	font-size: small;
	padding: 0px;
	margin: 0px 10%;
}

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

.calendar-day a{
	font-weight: normal;
}

.calendar-sunday {
	background: transparent;
	color: #dc143c;
}

.calendar-saturday {
	background: transparent;
	color: #b0e0e6;
}

.calendar-weekday {
	background: transparent;
	color: #ffffff;
}
.calendar-todo {
	border-style: dashed;
	border-color: #fff;
	border-width: 1px;
}
div.rank {
        font-size: small;
}
