/*
Title: はめだテーマ
Revision: $Revision: 1.5 $
Author: KOIWA Hidekazu
Access: koiwa@ha.hameda.org
License: GPL
Comment: www.ha.hameda.org/hideのテーマ

validated by W3C.
 */

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	color: #CCCCCC;
	background-color: #000000;
	background-repeat: repeat-y
	font-size: small
/*	line-height: 150%;	*/
}

/*
日記の本文(段落)の設定
*/
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 140%;
	margin-left:  3%;
}

div.section {
    margin-left:  1%;
	line-height: 120%;

}

/*
リンク文字列に関する設定
*/
a {
	text-decoration: none;
}
a:link{
	color: #66CCCC;
}
a:hover {
	text-decoration: none;
	background-color: #005347;
}
a:visited {
	color: #66CCCC;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 140%;
	margin-left:  3%;

	text-align: left;
	font-size: small;
}

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

/*
日記タイトルの設定
*/
h1 {
	text-align: right;
}

/*
カレンダーの設定
*/
p.calendar {
	padding: 2px;
	margin-bottom: 0.5em;
}
div.calendar {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 140%;
	margin-left:  3%;

	padding: 2px;
	margin-bottom: 0.5em;
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	color: #CCCCCC;
	background-color: #000000;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

h2 {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	font-style: small;
	background-color: #000000;
	padding: 0em 1em 0em 1em;
	border-style: outset;
	border-color: #999999;
	border-width: 1px;
	line-height: 1.5;
	margin:  2px;
}

/*
日付の設定
*/
span.date {
	color: #66CCCC;
	float-left;
}

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

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	line-height: 120%;
}

/*
サブタイトルの設定
*/
h3.subtitle {
	font-size: 110%;
	line-height: 150%;
	font-weight: bold;
	font-style: normal;
	color: #EEEEEE;
	background-color: #111111;
	border-style: outset;
	border-color: #999999;
	border-width: 1px;
    margin-left:  1%;
    margin-right:  1%;
}
h3 {
	font-size: 110%;
	line-height: 150%;
	font-weight: bold;
	font-style: normal;
	color: #EEEEEE;
	background-color: #111111;
	border-style: outset;
	border-color: #999999;
	border-width: 1px;
    margin-left:  1%;
    margin-right:  1%;
}

/*
イメージアンカーの設定
ただしDefaultテーマではイメージアンカーは使っていないのでコメントにしてある
指定のコツは以下の通り
  - span.panchorはセクションアンカー、span.canchorはツッコミアンカー
  - background-imageにアンカー画像を指定
  - paddingのtop(最初)とright(2番目)に画像の縦横サイズを指定
  - colorに背景色と同じ色を指定(文字を見えなくするため)
*/
/*
div.day span.panchor {
	background-image: url(default_panchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 16px 16px 0px 0px;
	color: #fff;
	background-color: transparent;
	font-size: 1px;
}

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

*/


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

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

/*
ツッコミした人の名前の設定
*/
span.commentator {
	border-style: solid;
	border-color: #aaa;
	border-width: 0px 0px 1px 0px;
	padding: 3px;
}

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

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

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

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

/*
罫線の設定
*/
hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #ddd;
	margin-left:  1%;
	margin-right:  1%;

}

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

/*
フッタの設定
*/
p.footer {
	font-size: small;
	text-align: right;
	margin-top: 0px;
}

/*
フォーム全体を囲む枠の設定
*/
div.form {
	color: #CCCCCC;
	background-color: #000000;
	border-style: outset none none outset;
	border-color: #FFFFFF;
	border-width: 1px;
	padding: 0 1em 0.5em 1em;
	margin: 0.5em 1em 0.5em 2em;
}

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

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

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

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	font-style: normal;
	color: #660000;
	border: solid thin; 
	border-color: #a79a60;
	margin-left: 3%;
	margin-right: 3%;
	padding: 0em 1em 0em 1em;
	background: #e7daa0;
}

/*
引用(blockquoteタグ)の設定
*/
blockquote {
	font-style: normal;
	color: #660000;
	border: solid thin; 
	border-color: #a79a60;
	margin-left: 3%;
	margin-right: 3%;
	padding: 0em 1em 0em 1em;
	background: #e7daa0;
}

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

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

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: #ddd;
	border-width: 1px 0px 0px 0px;
	margin-left: 3em;
	font-size: small;
}
